You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by bd...@apache.org on 2010/11/22 17:18:09 UTC

svn commit: r1037765 - in /incubator/stanbol/site/trunk: cgi-bin/ content/stanbol/css/ content/stanbol/css/stanbol.css content/stanbol/index.mdtext templates/sidenav.mdtext templates/skeleton.html

Author: bdelacretaz
Date: Mon Nov 22 16:18:08 2010
New Revision: 1037765

URL: http://svn.apache.org/viewvc?rev=1037765&view=rev
Log:
tested content at the command-line

Added:
    incubator/stanbol/site/trunk/cgi-bin/
    incubator/stanbol/site/trunk/content/stanbol/css/
    incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css   (with props)
    incubator/stanbol/site/trunk/templates/sidenav.mdtext
Modified:
    incubator/stanbol/site/trunk/content/stanbol/index.mdtext
    incubator/stanbol/site/trunk/templates/skeleton.html

Added: incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css?rev=1037765&view=auto
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css (added)
+++ incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css Mon Nov 22 16:18:08 2010
@@ -0,0 +1,33 @@
+body {
+  background-color: white;
+  color: black;
+  font-family: "New Century Schoolbook", serif;
+  font-size:13pt;
+}  
+
+a,h1,h2,h3,h4,h5,h6 {
+  color: #000066;
+}
+
+#content h1,h2,h3,h4,h5,h6 {
+  border-bottom: solid #990000 1px;
+  font-family: "Helvetica Narrow", Arial, sans-serif;
+  font-weight:normal;
+}
+
+#navigation {
+  font-size:80%;
+}
+
+#navigation {
+  float:right;
+  color:#333333;
+  background-color: #EEE;
+  border: solid #DDD 1px;
+  padding: 1em;
+}
+
+#footer {
+  font-size:80%;
+  color:#666666;
+}

Propchange: incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/stanbol/site/trunk/content/stanbol/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/index.mdtext?rev=1037765&r1=1037764&r2=1037765&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/index.mdtext (original)
+++ incubator/stanbol/site/trunk/content/stanbol/index.mdtext Mon Nov 22 16:18:08 2010
@@ -5,16 +5,17 @@ Welcome to Apache Stanbol, a modular sof
 Stanbol entered incubation in November 2010 and is just getting started - stay tuned for more info.
 
 # Mailing lists
-Please subscribe to the Stanbol developers mailing list by sending an email to stanbol-dev-subscribe AT incubator.apache.org
+Please subscribe to the Stanbol developers mailing list by sending an email to <code>stanbol-dev-subscribe AT incubator.apache.org</code> .
 
 We don't have a users mailing list at this time, we'll create it if trafic becomes too high on the dev list. User questions
 are welcome on the dev list for now.
 
-Mailing list archives are available at http://mail-archives.apache.org/mod_mbox/
+Mailing list archives are available at [mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/).
 
 Additional mailing lists:
- * stanbol-commits AT incubator.apache.org : commit messages
- * stanbol-private AT incubator.apache.org : private list for Stanbol PPMC members
+
+ * <code>stanbol-commits AT incubator.apache.org</code> : commit messages
+ * <code>stanbol-private AT incubator.apache.org</code> : private list for Stanbol PPMC members
 
 # Source code
-Will be at http://svn.apache.org/repos/asf/incubator/stanbol/trunk/ once we import it from the IKS project.
+The code will be at  [incubator/stanbol/trunk/](http://svn.apache.org/repos/asf/incubator/stanbol/trunk/) once we import it from the IKS project.

Added: incubator/stanbol/site/trunk/templates/sidenav.mdtext
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/templates/sidenav.mdtext?rev=1037765&view=auto
==============================================================================
--- incubator/stanbol/site/trunk/templates/sidenav.mdtext (added)
+++ incubator/stanbol/site/trunk/templates/sidenav.mdtext Mon Nov 22 16:18:08 2010
@@ -0,0 +1,6 @@
+# ASF links
+  - [Apache Software Foundation](http://www.apache.org)
+  - [License](http://www.apache.org/licenses/LICENSE-2.0)
+  - [Thanks](http://www.apache.org/foundation/thanks.html)
+  - [Become a Sponsor](http://www.apache.org/foundation/sponsorship.html)
+  
\ No newline at end of file

Modified: incubator/stanbol/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/templates/skeleton.html?rev=1037765&r1=1037764&r2=1037765&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/templates/skeleton.html (original)
+++ incubator/stanbol/site/trunk/templates/skeleton.html Mon Nov 22 16:18:08 2010
@@ -19,35 +19,31 @@
     limitations under the License.
 -->
 
-<link href="/stanbol/css/site.css" rel="stylesheet" type="text/css">
-<title>Apache Stanbol - {% block title %}{{ headers.title }}{% endblock %}</title>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <link href="/stanbol/css/stanbol.css" rel="stylesheet" type="text/css">
+  <title>Apache Stanbol - {% block title %}{{ headers.title }}{% endblock %}</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 </head>
-<body>
-
-<div id="content">
-{% block content %}{{ content|markdown }}{% endblock %}
-</div>
-
-<!-- TODO sidenav
-{% filter markdown %}{% include "sidenav.mdtext" %}{% endfilter %}
-sidenav -->                                                                        
-
-<div id="footer">
-<div class="copyright">
-<p>Copyright &copy; 2010 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 logo are trademarks of The Apache Software Foundation.</p>
-</div>
-
-<!-- TODO stats?
-<script src="skeleton_files/urchin.js" type="text/javascript">
-</script>
-<script type="text/javascript">
-_uacct = "UA-1940143-1";
-urchinTracker();
-</script>
--->
-
-</div>
 
+<body>
+  <div id="navigation"> 
+  {% 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; 2010 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 logo are trademarks of The Apache Software Foundation.
+      </p>
+    </div>
+  </div>
+  
 </body>
 </html>