Author: kschenk
Date: Wed Jul 25 20:34:34 2012
New Revision: 1365728
URL: http://svn.apache.org/viewvc?rev=1365728&view=rev
Log:
view.pm and pathh.pm are perl not python. Python is used by Django for
templates.
Modified:
incubator/ooo/site/trunk/content/openofficeorg/website-local.mdtext
Modified: incubator/ooo/site/trunk/content/openofficeorg/website-local.mdtext
URL:
http://svn.apache.org/viewvc/incubator/ooo/site/trunk/content/openofficeorg/website-local.mdtext?rev=1365728&r1=1365727&r2=1365728&view=diff
==============================================================================
--- incubator/ooo/site/trunk/content/openofficeorg/website-local.mdtext
(original)
+++ incubator/ooo/site/trunk/content/openofficeorg/website-local.mdtext Wed Jul
25 20:34:34 2012
@@ -160,7 +160,7 @@ The `site/templates` and `ooo-site/templ
#### Lib directory
-The `site/lib` and `ooo-site/lib` directories contain two python modules that
determine how content files are processed during the site build.
+The `site/lib` and `ooo-site/lib` directories contain two perl modules that
determine how content files are processed during the site build.
* `path.pm` - maps file patterns like `.mdtext` into the view building
routines. We can expand to cover other patterns.
* `view.pm` - a set of python subroutines for converting content into web
pages.