You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by jo...@apache.org on 2013/09/17 18:57:03 UTC

svn commit: r1524128 - /jspwiki/site/trunk/lib/path.pm

Author: joes
Date: Tue Sep 17 16:57:02 2013
New Revision: 1524128

URL: http://svn.apache.org/r1524128
Log:
trivial change to generate site build

Modified:
    jspwiki/site/trunk/lib/path.pm

Modified: jspwiki/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/jspwiki/site/trunk/lib/path.pm?rev=1524128&r1=1524127&r2=1524128&view=diff
==============================================================================
--- jspwiki/site/trunk/lib/path.pm (original)
+++ jspwiki/site/trunk/lib/path.pm Tue Sep 17 16:57:02 2013
@@ -1,39 +1,40 @@
-package path;
-
-# taken from django's url.py
-
-our @patterns = (
-	[qr!\.mdtext$!, single_narrative => { template => "single_narrative.html" }],
-
-	[qr!/sitemap\.html$!, sitemap => { headers => { title => "Sitemap" }} ],
-
-) ;
-
-# for specifying interdependencies between files
-
-our %dependencies = (
-    "/sitemap.html" => [ grep s!^content!!, glob "content/*.mdtext" ],
-);
-
-1;
-
-=head1 LICENSE
-
-           Licensed to the Apache Software Foundation (ASF) under one
-           or more contributor license agreements.  See the NOTICE file
-           distributed with this work for additional information
-           regarding copyright ownership.  The ASF licenses this file
-           to you under the Apache License, Version 2.0 (the
-           "License"); you may not use this file except in compliance
-           with the License.  You may obtain a copy of the License at
-
-             http://www.apache.org/licenses/LICENSE-2.0
-
-           Unless required by applicable law or agreed to in writing,
-           software distributed under the License is distributed on an
-           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-           KIND, either express or implied.  See the License for the
-           specific language governing permissions and limitations
-           under the License.
-
-
+package path;
+
+# taken from django's url.py
+
+
+our @patterns = (
+	[qr!\.mdtext$!, single_narrative => { template => "single_narrative.html" }],
+
+	[qr!/sitemap\.html$!, sitemap => { headers => { title => "Sitemap" }} ],
+
+) ;
+
+# for specifying interdependencies between files
+
+our %dependencies = (
+    "/sitemap.html" => [ grep s!^content!!, glob "content/*.mdtext" ],
+);
+
+1;
+
+=head1 LICENSE
+
+           Licensed to the Apache Software Foundation (ASF) under one
+           or more contributor license agreements.  See the NOTICE file
+           distributed with this work for additional information
+           regarding copyright ownership.  The ASF licenses this file
+           to you under the Apache License, Version 2.0 (the
+           "License"); you may not use this file except in compliance
+           with the License.  You may obtain a copy of the License at
+
+             http://www.apache.org/licenses/LICENSE-2.0
+
+           Unless required by applicable law or agreed to in writing,
+           software distributed under the License is distributed on an
+           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+           KIND, either express or implied.  See the License for the
+           specific language governing permissions and limitations
+           under the License.
+
+