You are viewing a plain text version of this content. The canonical link for it is here.
Posted to s4-commits@incubator.apache.org by mm...@apache.org on 2011/11/22 10:03:32 UTC

svn commit: r1204890 - in /incubator/s4/site: contrib/index.html index.html team/index.html

Author: mmorel
Date: Tue Nov 22 10:03:31 2011
New Revision: 1204890

URL: http://svn.apache.org/viewvc?rev=1204890&view=rev
Log:
relativized css paths

Modified:
    incubator/s4/site/contrib/index.html
    incubator/s4/site/index.html
    incubator/s4/site/team/index.html

Modified: incubator/s4/site/contrib/index.html
URL: http://svn.apache.org/viewvc/incubator/s4/site/contrib/index.html?rev=1204890&r1=1204889&r2=1204890&view=diff
==============================================================================
--- incubator/s4/site/contrib/index.html (original)
+++ incubator/s4/site/contrib/index.html Tue Nov 22 10:03:31 2011
@@ -4,13 +4,13 @@
     <title>S4: Contribute</title>
     <meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
     <meta content='A general-purpose distributed stream computing platform' name='description' />
-    <link href='/style/screen.css' media='screen' rel='stylesheet' type='text/css' />
-    <link href='/style/print.css' media='print' rel='stylesheet' type='text/css' />
+    <link href='../style/screen.css' media='screen' rel='stylesheet' type='text/css' />
+    <link href='../style/print.css' media='print' rel='stylesheet' type='text/css' />
     <!--[if lt IE 9]>
-      <link href='/style/ie.css' media='screen' rel='stylesheet' type='text/css' />
+      <link href='../style/ie.css' media='screen' rel='stylesheet' type='text/css' />
     <![endif]-->
-    <link href='/style/style.css' rel='stylesheet' type='text/css' />
-    <link href='/style/nav.css' rel='stylesheet' type='text/css' />
+    <link href='../style/style.css' rel='stylesheet' type='text/css' />
+    <link href='../style/nav.css' rel='stylesheet' type='text/css' />
     <script type='text/javascript'>
         var _gaq = _gaq || [];
         _gaq.push(['_setAccount', 'UA-19490961-1']);
@@ -27,14 +27,14 @@
     <div id='header'>
       <div class='container'>
         <div id='logo'>
-          <a href='/'>
-            <img src='/images/s4_test.png' />
+          <a href='../'>
+            <img src='../images/s4_test.png' />
           </a>
         </div>
         <div id='navbar'>
           <ul id='nav'>
             <li>
-              <a href='/'>home</a>
+              <a href='../'>home</a>
             </li>
             <li>
               <a href='http://docs.s4.io'>docs</a>
@@ -43,13 +43,13 @@
               <a href='http://github.com/s4' onClick="_gaq.push(['_trackEvent', 'External', 'GitHub', 'http://github.com/s4']);">code</a>
             </li>
             <li>
-              <a href='/contrib'>get involved</a>
+              <a href='.'>get involved</a>
             </li>
             <li>
               <a href='http://blog.s4.io'>blog</a>
             </li>
             <li>
-              <a href='/team'>team</a>
+              <a href='../team'>team</a>
             </li>
           </ul>
         </div>
@@ -81,8 +81,8 @@
               <li>BETTER: <span class='high'>getCondensedLength()</span>: Number of characters in the string, excluding non alpha-numeric characters.</li>
             </ul>
             <li>Do not use @author tags.</li>
-            <li>Code should be formatted according to <b><a href='http://www.oracle.com/technetwork/java/codeconv-138413.html'>Java's conventions</a></b>.</li>
-            <li>Formatting:</li>
+            <li>Code should be written according to <b><a href='http://www.oracle.com/technetwork/java/codeconv-138413.html'>Java's conventions</a></b>.</li>
+            <li>Formatting: (from S4 0.5, see "automatic formatting" below)</li>
             <ul>
               <li>Indent four spaces per level, not two or six or eight, etc... four.</li>
               <li>No tabs for indentation, spaces only.</li>
@@ -98,6 +98,7 @@
             <li>preferences --> Java --> Code style --> Formatter , then import s4/config/eclipse/s4-eclipse-format.xml</li>
             <li>preferences --> Java --> Editor --> Save actions --> format source code,  format all lines</li>
           </ol>
+          <p>If you don't use Eclipse, you may still use Eclipse's code formatter in a <a href='http://www.peterfriese.de/formatting-your-code-using-the-eclipse-code-formatter/'>standalone mode.</a></p>
         </div>
         <div class='span-5 last' id='contrib_sidebar'>
           <div id='participate'>

Modified: incubator/s4/site/index.html
URL: http://svn.apache.org/viewvc/incubator/s4/site/index.html?rev=1204890&r1=1204889&r2=1204890&view=diff
==============================================================================
--- incubator/s4/site/index.html (original)
+++ incubator/s4/site/index.html Tue Nov 22 10:03:31 2011
@@ -4,13 +4,13 @@
     <title>S4: Distributed Stream Computing Platform</title>
     <meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
     <meta content='A general-purpose distributed stream computing platform' name='description' />
-    <link href='/style/screen.css' media='screen' rel='stylesheet' type='text/css' />
-    <link href='/style/print.css' media='print' rel='stylesheet' type='text/css' />
+    <link href='style/screen.css' media='screen' rel='stylesheet' type='text/css' />
+    <link href='style/print.css' media='print' rel='stylesheet' type='text/css' />
     <!--[if lt IE 9]>
-      <link href='/style/ie.css' media='screen' rel='stylesheet' type='text/css' />
+      <link href='style/ie.css' media='screen' rel='stylesheet' type='text/css' />
     <![endif]-->
-    <link href='/style/style.css' rel='stylesheet' type='text/css' />
-    <link href='/style/nav.css' rel='stylesheet' type='text/css' />
+    <link href='style/style.css' rel='stylesheet' type='text/css' />
+    <link href='style/nav.css' rel='stylesheet' type='text/css' />
     <script type='text/javascript'>
         var _gaq = _gaq || [];
         _gaq.push(['_setAccount', 'UA-19490961-1']);
@@ -27,14 +27,14 @@
     <div id='header'>
       <div class='container'>
         <div id='logo'>
-          <a href='/'>
-            <img src='/images/s4_test.png' />
+          <a href='./'>
+            <img src='images/s4_test.png' />
           </a>
         </div>
         <div id='navbar'>
           <ul id='nav'>
             <li>
-              <a href='/'>home</a>
+              <a href='./'>home</a>
             </li>
             <li>
               <a href='http://docs.s4.io'>docs</a>
@@ -43,13 +43,13 @@
               <a href='http://github.com/s4' onClick="_gaq.push(['_trackEvent', 'External', 'GitHub', 'http://github.com/s4']);">code</a>
             </li>
             <li>
-              <a href='/contrib'>get involved</a>
+              <a href='contrib'>get involved</a>
             </li>
             <li>
               <a href='http://blog.s4.io'>blog</a>
             </li>
             <li>
-              <a href='/team'>team</a>
+              <a href='team'>team</a>
             </li>
           </ul>
         </div>
@@ -134,7 +134,7 @@
           <div id='participate'>
             <h2 class='secheader'>participate</h2>
             <ul class='large greybar'>
-              <li><a href='/contrib'>Contribute</a></li>
+              <li><a href='contrib'>Contribute</a></li>
               <li>Join the <a href='https://cwiki.apache.org/confluence/display/S4/S4+Apache+mailing+lists' onClick="_gaq.push(['_trackEvent', 'External', 'Forum', 'Index - https://cwiki.apache.org/confluence/display/S4/S4+Apache+mailing+lists']);">forum</a></li>
             </ul>
           </div>

Modified: incubator/s4/site/team/index.html
URL: http://svn.apache.org/viewvc/incubator/s4/site/team/index.html?rev=1204890&r1=1204889&r2=1204890&view=diff
==============================================================================
--- incubator/s4/site/team/index.html (original)
+++ incubator/s4/site/team/index.html Tue Nov 22 10:03:31 2011
@@ -4,13 +4,13 @@
     <title>S4: Team</title>
     <meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
     <meta content='A general-purpose distributed stream computing platform' name='description' />
-    <link href='/style/screen.css' media='screen' rel='stylesheet' type='text/css' />
-    <link href='/style/print.css' media='print' rel='stylesheet' type='text/css' />
+    <link href='../style/screen.css' media='screen' rel='stylesheet' type='text/css' />
+    <link href='../style/print.css' media='print' rel='stylesheet' type='text/css' />
     <!--[if lt IE 9]>
-      <link href='/style/ie.css' media='screen' rel='stylesheet' type='text/css' />
+      <link href='../style/ie.css' media='screen' rel='stylesheet' type='text/css' />
     <![endif]-->
-    <link href='/style/style.css' rel='stylesheet' type='text/css' />
-    <link href='/style/nav.css' rel='stylesheet' type='text/css' />
+    <link href='../style/style.css' rel='stylesheet' type='text/css' />
+    <link href='../style/nav.css' rel='stylesheet' type='text/css' />
     <script type='text/javascript'>
         var _gaq = _gaq || [];
         _gaq.push(['_setAccount', 'UA-19490961-1']);
@@ -27,14 +27,14 @@
     <div id='header'>
       <div class='container'>
         <div id='logo'>
-          <a href='/'>
-            <img src='/images/s4_test.png' />
+          <a href='../'>
+            <img src='../images/s4_test.png' />
           </a>
         </div>
         <div id='navbar'>
           <ul id='nav'>
             <li>
-              <a href='/'>home</a>
+              <a href='../'>home</a>
             </li>
             <li>
               <a href='http://docs.s4.io'>docs</a>
@@ -43,13 +43,13 @@
               <a href='http://github.com/s4' onClick="_gaq.push(['_trackEvent', 'External', 'GitHub', 'http://github.com/s4']);">code</a>
             </li>
             <li>
-              <a href='/contrib'>get involved</a>
+              <a href='../contrib'>get involved</a>
             </li>
             <li>
               <a href='http://blog.s4.io'>blog</a>
             </li>
             <li>
-              <a href='/team'>team</a>
+              <a href='.'>team</a>
             </li>
           </ul>
         </div>