Author: rgardler
Date: Thu Mar 17 00:41:05 2011
New Revision: 1082355

URL: http://svn.apache.org/viewvc?rev=1082355&view=rev
Log:
we're wookie not jena ;-)

Modified:
    incubator/wookie/site/trunk/templates/skeleton.html

Modified: incubator/wookie/site/trunk/templates/skeleton.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/site/trunk/templates/skeleton.html?rev=1082355&r1=1082354&r2=1082355&view=diff
==============================================================================
--- incubator/wookie/site/trunk/templates/skeleton.html (original)
+++ incubator/wookie/site/trunk/templates/skeleton.html Thu Mar 17 00:41:05 2011
@@ -1,50 +1,50 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
-<html>
-<head>
-<!--
-
-    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.
--->
-
-  <link href="/jena/css/jena.css" rel="stylesheet" type="text/css">
-  <title>Apache Wookie (Incubating) - {% block title %}{{ headers.title }}{% 
endblock %}</title>
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</head>
-
-<body>
-  <div id="navigation">
-  <img alt="Apache Wookie (Incubating)" src="/wookie/images/logo.png"/>
-  {% filter markdown %}{% include "sidenav.mdtext" %}{% endfilter %}
-  </div>
-
-  <div id="content">
-    <h1 class="title">{% block title %}{{ headers.title }}{% endblock %}</h1>
-    {% block content %}{{ content|markdown }}{% endblock %}
-  </div>
-
-  <div id="footer">
-    <div class="copyright">
-      <p>
-        Copyright &copy; 2011 The Apache Software Foundation, Licensed under
-        the <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0</a>.
-        <br />
-        Apache and the Apache feather logos are trademarks of The Apache 
Software Foundation.
-      </p>
-    </div>
-  </div>
-
-</body>
-</html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<html>
+<head>
+<!--
+
+    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.
+-->
+
+  <link href="/wookie/css/wookie.css" rel="stylesheet" type="text/css">
+  <title>Apache Wookie (Incubating) - {% block title %}{{ headers.title }}{% 
endblock %}</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+</head>
+
+<body>
+  <div id="navigation">
+  <img alt="Apache Wookie (Incubating)" src="/wookie/images/logo.png"/>
+  {% filter markdown %}{% include "sidenav.mdtext" %}{% endfilter %}
+  </div>
+
+  <div id="content">
+    <h1 class="title">{% block title %}{{ headers.title }}{% endblock %}</h1>
+    {% block content %}{{ content|markdown }}{% endblock %}
+  </div>
+
+  <div id="footer">
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2011 The Apache Software Foundation, Licensed under
+        the <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0</a>.
+        <br />
+        Apache and the Apache feather logos are trademarks of The Apache 
Software Foundation.
+      </p>
+    </div>
+  </div>
+
+</body>
+</html>


Reply via email to