GitXplorerGitXplorer
a

aclark-net-2015-2

public
5 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
49776d3fba613f029f20452e35556f0679bbd559

Merge remote-tracking branch 'upstream/master'

aaclark4life committed 10 years ago
Unverified
fab873fa41115ac5c1088e25d2e35cc8f9f9bb60

Bump the date

aaclark4life committed 13 years ago
Unverified
e9b7083032e803156da3a1364f1a98203102d8a4

Add newrelic

aaclark4life committed 13 years ago
Unverified
ceb72c09a8d09a282b42dbccf67d0b8ba8109721

Ditch value

aaclark4life committed 13 years ago
Unverified
30b5f305e44cd8ec7e96eb51a9d2bc1fba96d1de

Add ad

aaclark4life committed 13 years ago
Unverified
6fe4e91c293ebefb6b7a521b2c5325b28c14ccc0

Drop theme sidebar

aaclark4life committed 13 years ago

README

The README file for this repository.

Introduction

The ACLARK.NET, LLC website.

.. image:: https://github.com/ACLARKNET/aclark_net_website/raw/master/screenshot.png

Diazo theme

This repository contains two Diazo themes: one for Plone and one for Wordpress. The Plone theme is installed via plone.app.theming_ and the Wordpress theme is compiled with Diazo_ and served by Apache via mod_transform_.

Plone


The Diazo theme for Plone is contained within the `src/plonetheme.aclarknet/`_ package.

Wordpress

The Diazo theme for Wordpress is contained within the top level theme/_ directory.

Buildout

The buildout in this repository follows a popular convention of having no default configuration file, forcing the end user to select a configuration by copying and editing a template configuration file. See the installation instructions below for more information.

Installation

Develop

To develop the ACLARK.NET, LLC website, copy buildout.cfg.in to buildout.cfg then select the development configuration file by uncommenting the appropriate parameter value, e.g.::

[buildout]
extends =
    conf/develop.cfg
#    conf/production.cfg
#    conf/staging.cfg

Now do this::

$ python2.6 bootstrap.py -d
$ bin/buildout
$ bin/plone fg

Then open http://localhost:8080 in your browser.

Deploy

To deploy the ACLARK.NET, LLC website, follow the development steps above but select the production configuration file instead. Then::

$ python2.6 bootstrap.py -d
$ bin/buildout
$ bin/plone start

.. _src/plonetheme.aclarknet/: https://github.com/ACLARKNET/aclark_net_website/tree/master/theme .. _theme/: https://github.com/ACLARKNET/aclark_net_website/tree/master/theme .. _plone.app.theming: http://pypi.python.org/pypi/plone.app.theming .. _Diazo: http://pypi.python.org/pypi/Diazo .. _mod_transform: http://code.google.com/p/html-xslt