[cheesecake-dev] doc and docs

will guaraldi willg at bluesock.org
Tue Jun 20 08:28:45 PDT 2006


PyBlosxom has a "docs" directory, but the test is only for "doc".  I'm 
fine with changing the directory name in PyBlosxom (yay for SVN!), but 
figured I'd mention the issue in case it was something you wanted to 
change.

I included a patch which changes the doc test to one of ("doc", "docs"). 
It's against what's in SVN in the mk branch.

/will
-------------- next part --------------
Index: cheesecake_index.py
===================================================================
--- cheesecake_index.py	(revision 66)
+++ cheesecake_index.py	(working copy)
@@ -534,7 +534,7 @@
 
     cheese_dirs = {
         'demo': 20,
-        'doc': 25,
+        OneOf('doc', 'docs'): 25,
         'example': 20,
         OneOf('test', 'tests'): 25,
     }


More information about the cheesecake-dev mailing list