Changeset 74:c54d9c90e732 for pycommunity/etc/pycommunity.conf
- Timestamp:
- 02/24/07 16:43:37 (21 months ago)
- Files:
-
- 1 modified
-
pycommunity/etc/pycommunity.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pycommunity/etc/pycommunity.conf
r73 r74 1 1 [recipes] 2 recipes=/home/repos/hg.programmation-python.org/pycommunity/pycommunity/tests/svn/project/recipes 2 # put your recipes folders here 3 3 4 4 [tutorials] 5 tuts=/home/repos/hg.programmation-python.org/pycommunity/pycommunity/tests/svn/project/tutorials 5 # put your tutorials folders here 6 6 7 7 [packages] 8 package1=/home/repos/hg.programmation-python.org/pycommunity/pycommunity/tests/svn/project/src/package1 8 # put your packages here 9 9 10 10 [targets] 11 target1=/home/repos/hg.programmation-python.org/pycommunity/pycommunity/tests/www 11 # put your targets here 12 12 13 13 [templates] 14 index= templates/index.pt15 tutorial= templates/tutorial.pt16 recipe= templates/recipe.pt17 glossary= templates/glossary.pt18 recipelist= templates/recipelist.pt19 tutoriallist= templates/tutoriallist.pt20 packageindex= templates/packageindex.pt21 packagedoc= templates/packagedoc.pt22 packagestats= templates/packagestats.pt23 packagesindex= templates/packagesindex.pt24 css= templates/pycommunity.css25 js= templates/pycommunity.js14 index=/etc/pycommunity/index.pt 15 tutorial=/etc/pycommunity/tutorial.pt 16 recipe=/etc/pycommunity/recipe.pt 17 glossary=/etc/pycommunity/glossary.pt 18 recipelist=/etc/pycommunity/recipelist.pt 19 tutoriallist=/etc/pycommunity/tutoriallist.pt 20 packageindex=/etc/pycommunity/packageindex.pt 21 packagedoc=/etc/pycommunity/packagedoc.pt 22 packagestats=/etc/pycommunity/packagestats.pt 23 packagesindex=/etc/pycommunity/packagesindex.pt 24 css=/etc/pycommunity/pycommunity.css 25 js=/etc/pycommunity/pycommunity.js 26 26 27 27 [options] 28 28 projectname=PyCommunity 29 media= templates/media30 glossary=/ home/repos/hg.programmation-python.org/pycommunity/pycommunity/tests/svn/project/doc/glossary.txt31 index=/ home/repos/hg.programmation-python.org/pycommunity/pycommunity/tests/svn/project/doc/README.txt32 packages=/ home/repos/hg.programmation-python.org/pycommunity/pycommunity/tests/svn/project/doc/packages.txt29 media=/etc/pycommunity/media 30 glossary=/etc/pycommunity/glossary.txt 31 index=/etc/pycommunity/README.txt 32 packages=/etc/pycommunity/packages.txt 33 33 34 34 [skipfolder] 35 tests=tests 35 # put here the folders you want to skip 36 36
