]> git.openstreetmap.org Git - osqa.git/commit
Merged FAQ and About into the same template, and added a special folder markdownext...
authorhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Thu, 13 May 2010 18:24:03 +0000 (18:24 +0000)
committerhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Thu, 13 May 2010 18:24:03 +0000 (18:24 +0000)
commit9e75f1e87c62bdfeba60549f96caf7658c6d1603
treeb35940fba20833a6e929a354ae82a816ea3fe5aa
parentea47e47be65a97d0c96db3251a879f9f4fd5008a
Merged FAQ and About into the same template, and added a special folder markdownext which gets added to the path dinamically so we can put normal markdown extensions there.
Made the settings markdown parser abble to parse any setting.

git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@263 0cfe37f9-358a-4d5e-be75-b63607b5c754
forum/markdownext/__init__.py [new file with mode: 0644]
forum/markdownext/mdx_limitedsyntax.py [moved from mdx_limitedsyntax.py with 100% similarity]
forum/markdownext/mdx_settingsparser.py [new file with mode: 0644]
forum/settings/faq.py
forum/settings/settingsmarkdown.py [deleted file]
forum/skins/default/templates/about.html [deleted file]
forum/skins/default/templates/faq.html [deleted file]
forum/skins/default/templates/static.html [new file with mode: 0644]
forum/startup.py
forum/urls.py
forum/views/meta.py