You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by it...@apache.org on 2011/03/24 08:59:05 UTC

svn commit: r1084867 - in /incubator/clerezza/issues/CLEREZZA-448: downloads/index.html getting-started/launching-clerezza/index.html images/bg-bar.png images/feather.png images/sw-vert-w3c.png style/style.css

Author: ito
Date: Thu Mar 24 07:59:05 2011
New Revision: 1084867

URL: http://svn.apache.org/viewvc?rev=1084867&view=rev
Log:
CLEREZZA-448 separated logos and fixed some broken links

Added:
    incubator/clerezza/issues/CLEREZZA-448/images/bg-bar.png   (with props)
    incubator/clerezza/issues/CLEREZZA-448/images/feather.png   (with props)
    incubator/clerezza/issues/CLEREZZA-448/images/sw-vert-w3c.png   (with props)
Modified:
    incubator/clerezza/issues/CLEREZZA-448/downloads/index.html
    incubator/clerezza/issues/CLEREZZA-448/getting-started/launching-clerezza/index.html
    incubator/clerezza/issues/CLEREZZA-448/style/style.css

Modified: incubator/clerezza/issues/CLEREZZA-448/downloads/index.html
URL: http://svn.apache.org/viewvc/incubator/clerezza/issues/CLEREZZA-448/downloads/index.html?rev=1084867&r1=1084866&r2=1084867&view=diff
==============================================================================
--- incubator/clerezza/issues/CLEREZZA-448/downloads/index.html (original)
+++ incubator/clerezza/issues/CLEREZZA-448/downloads/index.html Thu Mar 24 07:59:05 2011
@@ -44,7 +44,7 @@
 		<div class="content">
 			<div class="column one-column">
 				<h1>Downloads</h1>
-				<p>To get the latest development of Apache Clerezza, you can check out the <a href="http://svn.apache.org/viewvc/incubator/clerezza/trunk/" target="_blank">Source Code</a> and <a href="getting-started.html">building Clerezza yourself</a>:
+				<p>To get the latest development of Apache Clerezza, you can check out the <a href="http://svn.apache.org/viewvc/incubator/clerezza/trunk/" target="_blank">Source Code</a> and <a href="../getting-started/building-clerezza/">building Clerezza yourself</a>:
 				</p>
 
 				<pre>svn co http://svn.apache.org/repos/asf/incubator/clerezza/</pre>

Modified: incubator/clerezza/issues/CLEREZZA-448/getting-started/launching-clerezza/index.html
URL: http://svn.apache.org/viewvc/incubator/clerezza/issues/CLEREZZA-448/getting-started/launching-clerezza/index.html?rev=1084867&r1=1084866&r2=1084867&view=diff
==============================================================================
--- incubator/clerezza/issues/CLEREZZA-448/getting-started/launching-clerezza/index.html (original)
+++ incubator/clerezza/issues/CLEREZZA-448/getting-started/launching-clerezza/index.html Thu Mar 24 07:59:05 2011
@@ -20,7 +20,7 @@
 						<li><a href="../../getting-started/" class="active">Getting Started</a></li>
 						<li><a href="../../architecture/">The Apache Clerezza Stack</a></li>
 						<li><a href="http://incubator.apache.org/clerezza/mvn-site" target="_blank">API docs</a></li>
-						<li><a href="../faq/">FAQ</a></li>
+						<li><a href="../../faq/">FAQ</a></li>
 					</ul>
 				</li>
 				<li class="top-nav-entry"><div class="title">PROJECT INFOS</div>
@@ -53,7 +53,19 @@
 
 						<li><div><pre>java -Xmx512m -XX:MaxPermSize=256m -jar <br/>org.apache.clerezza.platform.launcher.tdb-0.5-incubating-SNAPSHOT.jar</pre></div></li>
 						<li><div>You should now have clerezza running on port 8080. Navigate
-								to <a href="http://localhost:8080/clerezza/" target="_blank" >http://localhost:8080/clerezza/</a></div></li>
+								to <a href="http://localhost:8080/dashboard/" target="_blank" >http://localhost:8080/dashboard/</a></div></li>
+						<li><div>On the navigation bar on the right-hand side is a login link: default username is "admin", default password is "admin".
+								After successful login new items in the navigation bar are available:</div>
+								<br/>
+							<ul>
+								<li><div>Account Control Panel - Manage your account, install bundles and create your WebID.</div></li>
+								<li><div>Graphs - Manage and upload Graphs.</div></li>
+								<li><div>Logging - Configure logging.</div></li>
+								<li><div>Configuration - Configure Base URI.</div></li>
+								<li><div>Users - Manage Users.</div></li>
+								<li><div>Scripting - Write Scala scripts and associate execution URIs to scripts.</div></li>
+							</ul>
+						</li>
 					</ol>
 				</div>
 				<br/>

Added: incubator/clerezza/issues/CLEREZZA-448/images/bg-bar.png
URL: http://svn.apache.org/viewvc/incubator/clerezza/issues/CLEREZZA-448/images/bg-bar.png?rev=1084867&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/clerezza/issues/CLEREZZA-448/images/bg-bar.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/clerezza/issues/CLEREZZA-448/images/feather.png
URL: http://svn.apache.org/viewvc/incubator/clerezza/issues/CLEREZZA-448/images/feather.png?rev=1084867&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/clerezza/issues/CLEREZZA-448/images/feather.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/clerezza/issues/CLEREZZA-448/images/sw-vert-w3c.png
URL: http://svn.apache.org/viewvc/incubator/clerezza/issues/CLEREZZA-448/images/sw-vert-w3c.png?rev=1084867&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/clerezza/issues/CLEREZZA-448/images/sw-vert-w3c.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: incubator/clerezza/issues/CLEREZZA-448/style/style.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/issues/CLEREZZA-448/style/style.css?rev=1084867&r1=1084866&r2=1084867&view=diff
==============================================================================
--- incubator/clerezza/issues/CLEREZZA-448/style/style.css (original)
+++ incubator/clerezza/issues/CLEREZZA-448/style/style.css Thu Mar 24 07:59:05 2011
@@ -17,6 +17,17 @@
 
 }
 
+.tx-content {
+	margin-left: 0.5em;
+}
+
+.tx-blockcode {
+    background-color: #d6f88c;
+    display: block;
+    margin-bottom: 1em;
+    padding-left: 4em;
+    white-space: pre;
+}
 body {
 	font-family: Arial, Helvetica;
 	margin-left: 0em;
@@ -97,10 +108,11 @@ a {
 
 ol li {
 	list-style-type:decimal;
-	margin-bottom: 0.938em;
+	color:#98bf0e;
+	margin-bottom: 0.738em;
 }
 
-li {
+ul li {
 	list-style-type:disc;
 	color:#98bf0e;
 	margin-bottom: 0.738em;