Author: fmeschbe
Date: Sat Dec 15 23:15:59 2012
New Revision: 1422408
URL: http://svn.apache.org/viewvc?rev=1422408&view=rev
Log:
FELIX-3816 Change Sling refs to Felix ;-)
Modified:
felix/site/trunk/lib/path.pm
felix/site/trunk/lib/view.pm
Modified: felix/site/trunk/lib/path.pm
URL:
http://svn.apache.org/viewvc/felix/site/trunk/lib/path.pm?rev=1422408&r1=1422407&r2=1422408&view=diff
==============================================================================
--- felix/site/trunk/lib/path.pm (original)
+++ felix/site/trunk/lib/path.pm Sat Dec 15 23:15:59 2012
@@ -5,7 +5,7 @@ use ASF::Value;
our @patterns = (
[qr!\.mdtext$!, single_narrative => { template =>
"single_narrative.html" }],
- [qr!^/sitemap\.html$!, sitemap => { headers => { title => "Sling
Sitemap" }}],
+ [qr!^/sitemap\.html$!, sitemap => { headers => { title => "Felix
Sitemap" }}],
[qr!^/downloads\.list$!, downloads => { template => "downloads.html" }],
) ;
Modified: felix/site/trunk/lib/view.pm
URL:
http://svn.apache.org/viewvc/felix/site/trunk/lib/view.pm?rev=1422408&r1=1422407&r2=1422408&view=diff
==============================================================================
--- felix/site/trunk/lib/view.pm (original)
+++ felix/site/trunk/lib/view.pm Sat Dec 15 23:15:59 2012
@@ -90,8 +90,8 @@ sub single_narrative {
#
# <title>|<id>|<version>[|<qualifier>]
#
-# Special handling if title is "sling": This denotes the
-# version of the Sling Launchpad distribution whie is
+# Special handling if title is "framework": This denotes the
+# version of the Felix Main distribution which is
# rendered specially: The id is actually the launchpad
# distribution version
sub downloads {