source: akademie/plone_themes/akademie.theme/README.txt @ 4789

Last change on this file since 4789 was 4211, checked in by Henrik Bettermann, 15 years ago
File size: 1.7 KB
Line 
1akademie.theme Package Readme
2=========================
3
4Overview
5--------
6
7Installation
8
9    Akademie advises to use buildout for your projects, built with Plone
10    3.x.
11   
12    The buildout way:
13   
14        1. Unpack akademie.theme package to src/ folder of your buildout
15        2. Edit your buildout.cfg and add the following information::
16   
17            [buildout]
18            ...
19            eggs =
20                akademie.theme
21   
22            [instance]
23            zcml =
24                ...
25                akademie.theme
26       
27        The last line tells buildout to generate a zcml snippet that tells
28        Zope to configure akademie.theme.
29   
30        If another package depends on the akademie.theme egg or includes
31        its zcml directly you do not need to specify anything in the buildout
32        configuration: buildout will detect this automatically.
33
34        After updating the configuration you need to run the ''bin/buildout'',
35        which will take care of updating your system.
36
37    Go to the 'Site Setup' page in the Plone interface and click on the
38    'Add/Remove Products' link.
39   
40    Choose the product (check its checkbox) and click the 'Install' button.
41   
42    Uninstall -- This can be done from the same management screen, but only
43    if you installed it from the quick installer.
44
45    Note: You may have to empty your browser cache to see the effects of the
46    product installation.
47
48Credits
49
50    Andrey Lyashenko [drey.dex@gmail.com] - design
51   
52    Michael Krishtopa [theo@sed.lg.ua] - Plone theme for Plone 2.5
53   
54    Denys Mishunov [denys@jarn.com] - Plone theme for Plone 3.x
55   
56    Jarn AS [http://jarn.com] - wished to pay for this theme to be publicly available
Note: See TracBrowser for help on using the repository browser.