Changeset 73:aa29a8456ac6
- Timestamp:
- 02/23/07 23:49:16 (21 months ago)
- Location:
- pycommunity/etc
- Files:
-
- 1 modified
- 24 moved
-
pycommunity.conf (modified) (2 diffs)
-
templates/glossary.pt (moved) (moved from pycommunity/pycommunity/templates/glossary.pt)
-
templates/index.pt (moved) (moved from pycommunity/pycommunity/templates/index.pt)
-
templates/media/apis.png (moved) (moved from pycommunity/pycommunity/templates/media/apis.png)
-
templates/media/cheesecake.png (moved) (moved from pycommunity/pycommunity/templates/media/cheesecake.png)
-
templates/media/coverage.png (moved) (moved from pycommunity/pycommunity/templates/media/coverage.png)
-
templates/media/doc.png (moved) (moved from pycommunity/pycommunity/templates/media/doc.png)
-
templates/media/expand.png (moved) (moved from pycommunity/pycommunity/templates/media/expand.png)
-
templates/media/glossary.png (moved) (moved from pycommunity/pycommunity/templates/media/glossary.png)
-
templates/media/home.png (moved) (moved from pycommunity/pycommunity/templates/media/home.png)
-
templates/media/package.png (moved) (moved from pycommunity/pycommunity/templates/media/package.png)
-
templates/media/recipe.png (moved) (moved from pycommunity/pycommunity/templates/media/recipe.png)
-
templates/media/top.png (moved) (moved from pycommunity/pycommunity/templates/media/top.png)
-
templates/media/tutorial.png (moved) (moved from pycommunity/pycommunity/templates/media/tutorial.png)
-
templates/media/up.png (moved) (moved from pycommunity/pycommunity/templates/media/up.png)
-
templates/packagedoc.pt (moved) (moved from pycommunity/pycommunity/templates/packagedoc.pt)
-
templates/packageindex.pt (moved) (moved from pycommunity/pycommunity/templates/packageindex.pt)
-
templates/packagesindex.pt (moved) (moved from pycommunity/pycommunity/templates/packagesindex.pt)
-
templates/packagestats.pt (moved) (moved from pycommunity/pycommunity/templates/packagestats.pt)
-
templates/pycommunity.css (moved) (moved from pycommunity/pycommunity/templates/pycommunity.css)
-
templates/pycommunity.js (moved) (moved from pycommunity/pycommunity/templates/pycommunity.js)
-
templates/recipe.pt (moved) (moved from pycommunity/pycommunity/templates/recipe.pt)
-
templates/recipelist.pt (moved) (moved from pycommunity/pycommunity/templates/recipelist.pt)
-
templates/tutorial.pt (moved) (moved from pycommunity/pycommunity/templates/tutorial.pt)
-
templates/tutoriallist.pt (moved) (moved from pycommunity/pycommunity/templates/tutoriallist.pt)
Legend:
- Unmodified
- Added
- Removed
-
pycommunity/etc/pycommunity.conf
r72 r73 1 1 [recipes] 2 recipes= tests/svn/project/recipes2 recipes=/home/repos/hg.programmation-python.org/pycommunity/pycommunity/tests/svn/project/recipes 3 3 4 4 [tutorials] 5 tuts= tests/svn/project/tutorials5 tuts=/home/repos/hg.programmation-python.org/pycommunity/pycommunity/tests/svn/project/tutorials 6 6 7 7 [packages] 8 package1= tests/svn/project/src/package18 package1=/home/repos/hg.programmation-python.org/pycommunity/pycommunity/tests/svn/project/src/package1 9 9 10 10 [targets] 11 target1= tests/www11 target1=/home/repos/hg.programmation-python.org/pycommunity/pycommunity/tests/www 12 12 13 13 [templates] … … 28 28 projectname=PyCommunity 29 29 media=templates/media 30 glossary= tests/svn/project/doc/glossary.txt31 index= tests/svn/project/doc/README.txt32 packages= tests/svn/project/doc/packages.txt30 glossary=/home/repos/hg.programmation-python.org/pycommunity/pycommunity/tests/svn/project/doc/glossary.txt 31 index=/home/repos/hg.programmation-python.org/pycommunity/pycommunity/tests/svn/project/doc/README.txt 32 packages=/home/repos/hg.programmation-python.org/pycommunity/pycommunity/tests/svn/project/doc/packages.txt 33 33 34 34 [skipfolder]
