Author: ito
Date: Tue Mar 22 14:38:14 2011
New Revision: 1084197

URL: http://svn.apache.org/viewvc?rev=1084197&view=rev
Log:
CLEREZZA-448: fixed typo and reformatted code blocks

Modified:
    incubator/clerezza/issues/CLEREZZA-448/architecture.html
    incubator/clerezza/issues/CLEREZZA-448/downloads.html
    incubator/clerezza/issues/CLEREZZA-448/faq.html
    incubator/clerezza/issues/CLEREZZA-448/getting-started.html
    incubator/clerezza/issues/CLEREZZA-448/index.html
    incubator/clerezza/issues/CLEREZZA-448/mailinglists.html

Modified: incubator/clerezza/issues/CLEREZZA-448/architecture.html
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/issues/CLEREZZA-448/architecture.html?rev=1084197&r1=1084196&r2=1084197&view=diff
==============================================================================
--- incubator/clerezza/issues/CLEREZZA-448/architecture.html (original)
+++ incubator/clerezza/issues/CLEREZZA-448/architecture.html Tue Mar 22 
14:38:14 2011
@@ -28,7 +28,7 @@
                                                <li><a 
href="downloads.html">Downloads</a></li>
                                                <li><a 
href="http://www.apache.org/licenses/"; target="_blank">License</a></li>
                                                <li><a 
href="mailinglists.html">Mailing lists</a></li>
-                                               <li><a 
href="http://issues.apache.org/jira/"; target="_blank">Issue Tracker</a></li>
+                                               <li><a 
href="http://issues.apache.org/jira/browse/CLEREZZA"; target="_blank">Issue 
Tracker</a></li>
                                                <li><a 
href="http://svn.apache.org/repos/asf/incubator/clerezza/"; 
target="_blank">Source Repository</a></li>
                                        </ul>
                                </li>

Modified: incubator/clerezza/issues/CLEREZZA-448/downloads.html
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/issues/CLEREZZA-448/downloads.html?rev=1084197&r1=1084196&r2=1084197&view=diff
==============================================================================
--- incubator/clerezza/issues/CLEREZZA-448/downloads.html (original)
+++ incubator/clerezza/issues/CLEREZZA-448/downloads.html Tue Mar 22 14:38:14 
2011
@@ -28,8 +28,8 @@
                                                <li><a 
href="downloads.html">Downloads</a></li>
                                                <li><a 
href="http://www.apache.org/licenses/"; target="_blank">License</a></li>
                                                <li><a 
href="mailinglists.html">Mailing lists</a></li>
-                                               <li><a 
href="http://issues.apache.org/jira/"; target="_blank">Issue Tracker</a></li>
-                                               <li><a 
href="http://svn.apache.org/repos/asf/incubator/clerezza/"; 
target="_blank">Source Repository</a></li>
+                                               <li><a 
href="http://issues.apache.org/jira/browse/CLEREZZA"; target="_blank">Issue 
Tracker</a></li>
+                                               <li><a 
href="http://svn.apache.org/viewvc/incubator/clerezza/trunk/"; 
target="_blank">Source Repository</a></li>
                                        </ul>
                                </li>
                                <li class="top-nav-entry">Sponsorship
@@ -44,22 +44,19 @@
                <div class="content">
                        <div class="column one-column">
                                <h1>Downloads</h1>
-                               <p>To get the latest development release of 
Apache Clerezza, you can check out the <a 
href="http://svn.apache.org/repos/asf/incubator/clerezza/"; 
target="_blank">Source Code</a> and <a href="getting-started.html">building 
Clerezza yourself</a>. Otherwise, the snapshots below are available for 
download.
-                                       Click on the link and download the 
latest launcher from the list (file which ends with ".jar").
+                               <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>
-                               <p>All Clerezza builds are available in the <a 
href="http://repository.apache.org/content/groups/snapshots/org/apache/clerezza/";
 target="_blank">Maven Repository</a> and distributed under the terms of The 
Apache Software License (version 2.0).</p>
+
+                               <pre>svn co 
http://svn.apache.org/repos/asf/incubator/clerezza/</pre>
+
+                                       <p>Additionally, the snapshots below 
are available for download.
+                                       Click on the link and download the 
latest launcher from the list (file which ends with ".jar", e.g. 
org.apache.clerezza.platform.launcher.tdb-0.5-incubating-20110126.160353-161.jar).
+                               </p>
+                               <p>All Clerezza builds are available in the <a 
href="http://repository.apache.org/content/groups/snapshots/org/apache/clerezza/";
 target="_blank">Maven Repository</a> and distributed under the terms of <a 
href="http://www.apache.org/licenses/"; target="_blank">The Apache Software 
License</a> (version 2.0).</p>
                                <br/>
-                               <div>
-                                               <div>
-                                                       <ul>
-                                                               
<li><div>Clerezza TDB launcher: <a target="_blank" 
href="http://repository.apache.org/content/groups/snapshots/org/apache/clerezza/org.apache.clerezza.platform.launcher.tdb/0.5-incubating-SNAPSHOT/";>org.apache.clerezza.platform.launcher.tdb</a></div></li>
-                                                       </ul>
-                                                       <br/>
-                                               </div>
-                                       
+                               <div>Current Clerezza TDB launcher is available 
under the following link: <a target="_blank" 
href="http://repository.apache.org/content/groups/snapshots/org/apache/clerezza/org.apache.clerezza.platform.launcher.tdb/0.5-incubating-SNAPSHOT/";>org.apache.clerezza.platform.launcher.tdb</a>
                                </div>
 
-
                        </div>
                        <div class="footer">
                                <span><img src="images/footer-logo.png" 
/></span>

Modified: incubator/clerezza/issues/CLEREZZA-448/faq.html
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/issues/CLEREZZA-448/faq.html?rev=1084197&r1=1084196&r2=1084197&view=diff
==============================================================================
--- incubator/clerezza/issues/CLEREZZA-448/faq.html (original)
+++ incubator/clerezza/issues/CLEREZZA-448/faq.html Tue Mar 22 14:38:14 2011
@@ -28,8 +28,8 @@
                                                <li><a 
href="downloads.html">Downloads</a></li>
                                                <li><a 
href="http://www.apache.org/licenses/"; target="_blank">License</a></li>
                                                <li><a 
href="mailinglists.html">Mailing lists</a></li>
-                                               <li><a 
href="http://issues.apache.org/jira/"; target="_blank">Issue Tracker</a></li>
-                                               <li><a 
href="http://svn.apache.org/repos/asf/incubator/clerezza/"; 
target="_blank">Source Repository</a></li>
+                                               <li><a 
href="http://issues.apache.org/jira/browse/CLEREZZA"; target="_blank">Issue 
Tracker</a></li>
+                                               <li><a 
href="http://svn.apache.org/viewvc/incubator/clerezza/trunk/"; 
target="_blank">Source Repository</a></li>
                                        </ul>
                                </li>
                                <li class="top-nav-entry">Sponsorship
@@ -44,7 +44,7 @@
                <div class="content">
                        <div class="column one-column">
                                <h1>Frequently Asked Questions</h1>
-                               <p>The following list contains common questions 
about Clerezza. The
+                               <p>The following list contains frequently asked 
questions about Clerezza. The
                                        corresponding answers are below. Click 
on a question to go to answer.</p>
 
                                <div>

Modified: incubator/clerezza/issues/CLEREZZA-448/getting-started.html
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/issues/CLEREZZA-448/getting-started.html?rev=1084197&r1=1084196&r2=1084197&view=diff
==============================================================================
--- incubator/clerezza/issues/CLEREZZA-448/getting-started.html (original)
+++ incubator/clerezza/issues/CLEREZZA-448/getting-started.html Tue Mar 22 
14:38:14 2011
@@ -28,7 +28,7 @@
                                                <li><a 
href="downloads.html">Downloads</a></li>
                                                <li><a 
href="http://www.apache.org/licenses/"; target="_blank">License</a></li>
                                                <li><a 
href="mailinglists.html">Mailing lists</a></li>
-                                               <li><a 
href="http://issues.apache.org/jira/"; target="_blank">Issue Tracker</a></li>
+                                               <li><a 
href="http://issues.apache.org/jira/browse/CLEREZZA"; target="_blank">Issue 
Tracker</a></li>
                                                <li><a 
href="http://svn.apache.org/repos/asf/incubator/clerezza/"; 
target="_blank">Source Repository</a></li>
                                        </ul>
                                </li>
@@ -56,25 +56,22 @@
                                        <h2>Building the Code</h2>
                                        <div>
                                                <ol>
-                                                       <li><div>svn co 
http://svn.apache.org/repos/asf/incubator/clerezza/</div></li>
-                                                       <li><div>cd 
scala-scripting</div></li>
-                                                       <li><div>mvn clean 
install</div></li>
-
-                                                       <li><div>cd 
..</div></li>
-                                                       <li><div>cd 
org.apache.clerezza.parent</div></li>
-                                                       <li><div>mvn clean 
install -Dmaven.test.skip=true
-                                                                       + NB - 
Skipping tests because of the hang, here:
-                                                                       
https://issues.apache.org/jira/browse/CLEREZZA-326</div></li>
+                                                       <li><div><pre>svn co 
http://svn.apache.org/repos/asf/incubator/clerezza/</pre></div></li>
+                                                       <li><div>Change working 
directory to scala-scripting</div></li>
+                                                       <li><div><pre>mvn clean 
install</pre></div></li>
+
+                                                       <li><div>Change working 
directory to parent (i.e. cd ../parent)</div></li>
+                                                       <li><div><pre>mvn clean 
install -Dmaven.test.skip=true</pre>Skipping tests because of the pending issue 
+                                                                       <a 
href="http://issues.apache.org/jira/browse/CLEREZZA-326"; 
target="_blank">CLEREZZA-326</a>.</div></li>
                                                </ol>
                                                <br/>
                                        </div>
                                        <h2>Start Clerezza</h2>
                                        <div>
                                                <ol>
-                                                       <li><div>cd 
org.apache.clerezza.platform.launcher.tdb/target</div></li>
+                                                       <li><div>Change working 
folder to org.apache.clerezza.platform.launcher.tdb/target</div></li>
 
-                                                       <li><div>java 
-XX:MaxPermSize=256m -jar
-                                                                       
org.apache.clerezza.platform.launcher.tdb-0.5-incubating-SNAPSHOT.jar</div></li>
+                                                       <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>
                                                </ol>
@@ -83,8 +80,8 @@
                                        <h2>Running a HelloWorld App</h2>
                                        <div>
                                                <ol>
-                                                       <li><div>cd 
trunk/maven-archetypes/java-ssp-ttl/</div></li>
-                                                       <li><div>mvn clean 
install -o</div></li>
+                                                       <li><div>Change working 
directory to trunk/maven-archetypes/java-ssp-ttl/</div></li>
+                                                       <li><div><pre>mvn clean 
install -o</pre></div></li>
 
                                                        <li><div>You have now 
compiled the demo/skeleton consisting of two
                                                                        bundles 
(ontologies and core)</div></li>
@@ -96,8 +93,8 @@
                                                <ol>
                                                        <li><div>Go back to the 
terminal where clerezza is running (pressing
                                                                        Enter 
should reveal the OSGi console prompt "-&gt;"), and enter</div></li>
-                                                       <li><div>start 
mvn:org.apache.clerezza.java-ssp-ttl-skeleton/ontologies</div></li>
-                                                       <li><div>start 
mvn:org.apache.clerezza.java-ssp-ttl-skeleton/core</div></li>
+                                                       <li><div><pre>start 
mvn:org.apache.clerezza.java-ssp-ttl-skeleton/ontologies</pre></div></li>
+                                                       <li><div><pre>start 
mvn:org.apache.clerezza.java-ssp-ttl-skeleton/core</pre></div></li>
                                                </ol>
                                                <br/>
                                        </div>

Modified: incubator/clerezza/issues/CLEREZZA-448/index.html
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/issues/CLEREZZA-448/index.html?rev=1084197&r1=1084196&r2=1084197&view=diff
==============================================================================
--- incubator/clerezza/issues/CLEREZZA-448/index.html (original)
+++ incubator/clerezza/issues/CLEREZZA-448/index.html Tue Mar 22 14:38:14 2011
@@ -28,7 +28,7 @@
                                                <li><a 
href="downloads.html">Downloads</a></li>
                                                <li><a 
href="http://www.apache.org/licenses/"; target="_blank">License</a></li>
                                                <li><a 
href="mailinglists.html">Mailing lists</a></li>
-                                               <li><a 
href="http://issues.apache.org/jira/"; target="_blank">Issue Tracker</a></li>
+                                               <li><a 
href="http://issues.apache.org/jira/browse/CLEREZZA"; target="_blank">Issue 
Tracker</a></li>
                                                <li><a 
href="http://svn.apache.org/repos/asf/incubator/clerezza/"; 
target="_blank">Source Repository</a></li>
                                        </ul>
                                </li>
@@ -44,12 +44,10 @@
                <div class="content">
                        <div class="column one-column">
                                <h1>What is Apache Clerezza?</h1>
-                               Clerezza is a service platform based on OSGi 
(Open Services Gateway initiative) which provides a set of functionality for 
management and sharing of semantically linked data in a secured way: users are
-                               authenticated and their actions must pass an 
authorization process.
+                               Clerezza is a service platform based on OSGi 
(Open Services Gateway initiative) which provides a set of functionality for 
management of semantically linked data accessable through RESTful Web Services 
and in a secured way.
+                               Furthermore, Clerezza allows to easily develop 
semantic web applications by providing tools to manipulate RDF data, create 
RESTful Web Services and Renderlets using ScalaServerPages.
                                <br/>
-                               <br/>The content is stored in so called Triples 
as specified in W3C RDF. These Triples are stored via Clerezza’s Smart 
Content Binding (SCB). SCB defines a technology-agnostic layer to access and 
modify triple stores. It provides a java implementation of the graph data model 
specified by W3C RDF and functionalities to operate on that data model. SCB 
offers a service interface to access multiple named graphs and it can use 
various weighted providers to manage RDF graphs in a technology specific 
manner, e.g., using Jena  or Sesame. It also provides for adaptors that allow 
an application to use Jena or Sesame APIs to process RDF graphs. Furthermore, 
SCB offers a serialization and a parsing service to convert a graph into a 
certain representation (format) and vice versa.
-                               <br/>
-                               <br/>Furthermore Clerezza allows to easily 
develop semantic web applications by providing tools to manipulate RDF data, 
create RESTful Web Services and Renderlets using ScalaServerPages.
+                               <br/>Contents are stored as triples based on <a 
href="http://www.w3.org/TR/2004/REC-rdf-primer-20040210/"; target="_blank">W3C 
RDF specification</a>. These triples are stored via Clerezza’s Smart Content 
Binding (SCB). SCB defines a technology-agnostic layer to access and modify 
triple stores. It provides a java implementation of the graph data model 
specified by W3C RDF and functionalities to operate on that data model. SCB 
offers a service interface to access multiple named graphs and it can use 
various weighted providers to manage RDF graphs in a technology specific 
manner, e.g., using Jena  or Sesame. It also provides for adaptors that allow 
an application to use Jena or Sesame APIs to process RDF graphs. Furthermore, 
SCB offers a serialization and a parsing service to convert a graph into a 
certain representation (format) and vice versa.
                        </div>
                        
                        <div class="column first-column">
@@ -57,18 +55,19 @@
                                <ul>
                                        <li><div>OSGi-based Platform</div></li>
                                        <li><div>RESTful Web Service 
Framework</div> </li>
-                                       <li><div>Using W3C RDF</div></li>
+                                       <li><div>Based on W3C 
Standard</div></li>
                                        <li><div>Database/Triple Store 
independent</div></li>
-                                       <li><div>Scripting possibilities (JSR 
223 compatible)</div></li>
+                                       <li><div>Scripting Support (JSR 223 
compatible)</div></li>
                                </ul>
                        </div>
                        <div class="column second-column">
-                               <h2>Apache Clerezza 4 
<strong>Developers</strong></h2>
+                               <h2>Apache Clerezza for 
<strong>Developers</strong></h2>
                                Apache Clerezza allows to easily develop 
semantic web application by providing the following:
                                <ul>
                                        <li><div>An API to access RDF 
Graphs</div></li>
-                                       <li><div>A Jax-RS implementation</div> 
</li>
-                                       <li><div>TypeHandlers: Jax-RS resources 
bound to an RDF type</div></li>
+                                       <li><div>SPARQL Support</div> </li>
+                                       <li><div>A JAX-RS implementation</div> 
</li>
+                                       <li><div>TypeHandlers: JAX-RS resources 
bound to an RDF type</div></li>
                                        <li><div>Renderlets to create various 
representations from RDF resources, ScalaServerPages allows to easily write 
renderlets in Scala</div></li>
                                        <li><div>Scripting in Scala on the <a 
href="http://incubator.apache.org/clerezza/getting-started/shell/"; 
target="_blank">Clerezza Console</a></div></li>
                                </ul>

Modified: incubator/clerezza/issues/CLEREZZA-448/mailinglists.html
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/issues/CLEREZZA-448/mailinglists.html?rev=1084197&r1=1084196&r2=1084197&view=diff
==============================================================================
--- incubator/clerezza/issues/CLEREZZA-448/mailinglists.html (original)
+++ incubator/clerezza/issues/CLEREZZA-448/mailinglists.html Tue Mar 22 
14:38:14 2011
@@ -28,8 +28,8 @@
                                                <li><a 
href="downloads.html">Downloads</a></li>
                                                <li><a 
href="http://www.apache.org/licenses/"; target="_blank">License</a></li>
                                                <li><a 
href="mailinglists.html">Mailing lists</a></li>
-                                               <li><a 
href="http://issues.apache.org/jira/"; target="_blank">Issue Tracker</a></li>
-                                               <li><a 
href="http://svn.apache.org/repos/asf/incubator/clerezza/"; 
target="_blank">Source Repository</a></li>
+                                               <li><a 
href="http://issues.apache.org/jira/browse/CLEREZZA"; target="_blank">Issue 
Tracker</a></li>
+                                               <li><a 
href="http://svn.apache.org/viewvc/incubator/clerezza/trunk/"; 
target="_blank">Source Repository</a></li>
                                        </ul>
                                </li>
                                <li class="top-nav-entry">Sponsorship
@@ -60,25 +60,18 @@
                                        
                                        <tbody>
                                        <tr>
-                                               <td class=""><strong>Clerezza 
Developers</strong> - For people using Clerezza and developing bundles: 
clerezza-dev at incubator.apache.org</td>
+                                               <td class=""><strong>Clerezza 
Developers</strong> - For people using and developing 
Clerezza:<br/>clerezza-dev at incubator.apache.org</td>
                                                <td class=""><a 
href="mailto:[email protected]"; class="" 
>Subscribe</a></td>
                                                <td class=""><a 
href="mailto:[email protected]"; class="" 
>Unsubscribe</a></td>
                                                <td class=""><a 
href="http://mail-archives.apache.org/mod_mbox/incubator-clerezza-dev/"; 
class="" >Mail Archive</a></td>
                                        </tr>
                                        <tr>
-                                               <td class=""><strong>Clerezza 
Commits</strong> - For people interested in code changes: clerezza-commits at 
incubator.apache.org</td>
+                                               <td class=""><strong>Clerezza 
Commits</strong> - For people interested in code changes:<br/>clerezza-commits 
at incubator.apache.org</td>
 
                                                <td class=""><a 
href="mailto:[email protected]"; class="" 
>Subscribe</a></td>
                                                <td class=""><a 
href="mailto:[email protected]"; class="" 
>Unsubscribe</a></td>
                                                <td class=""><a 
href="http://mail-archives.apache.org/mod_mbox/incubator-clerezza-commits/"; 
class="" >Mail Archive</a></td>
                                        </tr>
-                                       <tr>
-                                               <td class=""><strong>General 
Incubator</strong> - For people interested in general incubator discussions: 
general at incubator.apache.org</td>
-
-                                               <td class=""><a 
href="mailto:[email protected]"; class="" 
>Subscribe</a></td>
-                                               <td class=""><a 
href="mailto:[email protected]"; class="" 
>Unsubscribe</a></td>
-                                               <td class=""><a 
href="http://mail-archives.apache.org/mod_mbox/incubator-general/"; class="" 
>Mail Archive</a></td>
-                                       </tr>
                                        </tbody>
                                </table>
                                <br/>


Reply via email to