Return-Path: X-Original-To: apmail-clerezza-commits-archive@www.apache.org Delivered-To: apmail-clerezza-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5C122F5C8 for ; Wed, 3 Apr 2013 18:39:18 +0000 (UTC) Received: (qmail 73405 invoked by uid 500); 3 Apr 2013 18:39:18 -0000 Delivered-To: apmail-clerezza-commits-archive@clerezza.apache.org Received: (qmail 73377 invoked by uid 500); 3 Apr 2013 18:39:18 -0000 Mailing-List: contact commits-help@clerezza.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@clerezza.apache.org Delivered-To: mailing list commits@clerezza.apache.org Received: (qmail 73367 invoked by uid 99); 3 Apr 2013 18:39:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Apr 2013 18:39:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,NORMAL_HTTP_TO_IP X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Apr 2013 18:39:13 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3E95123889E7; Wed, 3 Apr 2013 18:38:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1464148 [3/34] - in /clerezza/site/production: ./ architecture/ architecture/images/ bundle-doc/ bundle-doc/org.apache.clerezza.bundledevtool/ bundle-doc/org.apache.clerezza.bundledevtool/intro-content-el/ bundle-doc/org.apache.clerezza.pl... Date: Wed, 03 Apr 2013 18:37:57 -0000 To: commits@clerezza.apache.org From: reto@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130403183853.3E95123889E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro-content-el/2.xhtml URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro-content-el/2.xhtml?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro-content-el/2.xhtml (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro-content-el/2.xhtml Wed Apr 3 18:37:39 2013 @@ -0,0 +1,107 @@ + + + + Load an existing project + + + +
+ +
+ +
+ + +
+

Load an existing project +

+
To load an exiting project enter the following on the Clerezza console: +
+zz> Dev load "/path/to/existing/project/" +
+
+ +
+ + + + + \ No newline at end of file Added: clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro-content.html URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro-content.html?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro-content.html (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro-content.html Wed Apr 3 18:37:39 2013 @@ -0,0 +1,39 @@ + + + + + + Untitled Content + + + + +
The Bundle Development Tool provides utility for developing new bundles on Clerezza. It allows to edit Scala source files as well as other resources on a file-system location an have the changes automatically reflected on the local instance. The tool takes care about compiling the sources and recreating the bundle. +
+ +

Creating a new project +

+
To create a new project enter the following on the Clerezza console: +
+zz> Dev create 'scala_with_activator in "/path/to/new/project/" +
+The above will create a project using the archetype 'scala_with_activator at the location /path/to/new/project. Files and folder that do not yet exist will be created (no file is overwriiten).
+To see alist of the available archetypes enter +
+zz> Dev listArchetypes +
+
+
+ +

Load an existing project +

+
To load an exiting project enter the following on the Clerezza console: +
+zz> Dev load "/path/to/existing/project/" +
+
+
+ + + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro-content.rdf URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro-content.rdf?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro-content.rdf (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro-content.rdf Wed Apr 3 18:37:39 2013 @@ -0,0 +1,33 @@ + + + + + + + 1 + + + + + + + + + + 1 + + + + + + + 0 + + + + 2 + + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro-content.xhtml URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro-content.xhtml?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro-content.xhtml (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro-content.xhtml Wed Apr 3 18:37:39 2013 @@ -0,0 +1,39 @@ + + + + + + Untitled Content + + + + +
The Bundle Development Tool provides utility for developing new bundles on Clerezza. It allows to edit Scala source files as well as other resources on a file-system location an have the changes automatically reflected on the local instance. The tool takes care about compiling the sources and recreating the bundle. +
+ +

Creating a new project +

+
To create a new project enter the following on the Clerezza console: +
+zz> Dev create 'scala_with_activator in "/path/to/new/project/" +
+The above will create a project using the archetype 'scala_with_activator at the location /path/to/new/project. Files and folder that do not yet exist will be created (no file is overwriiten).
+To see alist of the available archetypes enter +
+zz> Dev listArchetypes +
+
+
+ +

Load an existing project +

+
To load an exiting project enter the following on the Clerezza console: +
+zz> Dev load "/path/to/existing/project/" +
+
+
+ + + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro-title.html URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro-title.html?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro-title.html (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro-title.html Wed Apr 3 18:37:39 2013 @@ -0,0 +1,12 @@ + + + + + + Untitled Content + + + Bundle Development Tool + + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro-title.rdf URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro-title.rdf?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro-title.rdf (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro-title.rdf Wed Apr 3 18:37:39 2013 @@ -0,0 +1,16 @@ + + + + 0 + + + + + + + Bundle Development Tool + + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro-title.xhtml URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro-title.xhtml?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro-title.xhtml (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro-title.xhtml Wed Apr 3 18:37:39 2013 @@ -0,0 +1,12 @@ + + + + + + Untitled Content + + + Bundle Development Tool + + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro.html URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro.html?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro.html (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro.html Wed Apr 3 18:37:39 2013 @@ -0,0 +1,131 @@ + + + + Bundle Development Tool + + + +
+ +
+ +
+ + +
+

Bundle Development Tool +

+
+ +
The Bundle Development Tool provides utility for developing new bundles on Clerezza. It allows to edit Scala source files as well as other resources on a file-system location an have the changes automatically reflected on the local instance. The tool takes care about compiling the sources and recreating the bundle. +
+ +

Creating a new project +

+
To create a new project enter the following on the Clerezza console: +
+zz> Dev create 'scala_with_activator in "/path/to/new/project/" +
+The above will create a project using the archetype 'scala_with_activator at the location /path/to/new/project. Files and folder that do not yet exist will be created (no file is overwriiten).
+To see alist of the available archetypes enter +
+zz> Dev listArchetypes +
+
+
+ +

Load an existing project +

+
To load an exiting project enter the following on the Clerezza console: +
+zz> Dev load "/path/to/existing/project/" +
+
+
+ +
+ +
+ + + + + \ No newline at end of file Added: clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro.rdf URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro.rdf?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro.rdf (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro.rdf Wed Apr 3 18:37:39 2013 @@ -0,0 +1,23 @@ + + + + 0 + + + + + + + + + + + + + + 1 + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro.xhtml URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro.xhtml?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro.xhtml (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.bundledevtool/intro.xhtml Wed Apr 3 18:37:39 2013 @@ -0,0 +1,131 @@ + + + + Bundle Development Tool + + + +
+ +
+ +
+ + +
+

Bundle Development Tool +

+
+ +
The Bundle Development Tool provides utility for developing new bundles on Clerezza. It allows to edit Scala source files as well as other resources on a file-system location an have the changes automatically reflected on the local instance. The tool takes care about compiling the sources and recreating the bundle. +
+ +

Creating a new project +

+
To create a new project enter the following on the Clerezza console: +
+zz> Dev create 'scala_with_activator in "/path/to/new/project/" +
+The above will create a project using the archetype 'scala_with_activator at the location /path/to/new/project. Files and folder that do not yet exist will be created (no file is overwriiten).
+To see alist of the available archetypes enter +
+zz> Dev listArchetypes +
+
+
+ +

Load an existing project +

+
To load an exiting project enter the following on the Clerezza console: +
+zz> Dev load "/path/to/existing/project/" +
+
+
+ +
+ +
+ + + + + \ No newline at end of file Added: clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/0.html URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/0.html?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/0.html (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/0.html Wed Apr 3 18:37:39 2013 @@ -0,0 +1,12 @@ + + + + + + Untitled Content + + + The default 404 Response Provider budle with id org.apache.clerezza.platform.content.default404 provides an implementation of the PageNotFoundService (package/bundle: org.apache.clerezza.platform.content) that the delivers the response retrieved from the uri with the same protocol and host and the /page-not-found. For example if 404 is to be generated for http://example.org/foo/bar the entity obtained by dereferencing http://example.org/page-not-found will be returned. + + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/0.rdf URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/0.rdf?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/0.rdf (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/0.rdf Wed Apr 3 18:37:39 2013 @@ -0,0 +1,16 @@ + + + + 0 + + + + The default 404 Response Provider budle with id org.apache.clerezza.platform.content.default404 provides an implementation of the PageNotFoundService (package/bundle: org.apache.clerezza.platform.content) that the delivers the response retrieved from the uri with the same protocol and host and the /page-not-found. For example if 404 is to be generated for http://example.org/foo/bar the entity obtained by dereferencing http://example.org/page-not-found will be returned. + + + + + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/0.xhtml URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/0.xhtml?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/0.xhtml (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/0.xhtml Wed Apr 3 18:37:39 2013 @@ -0,0 +1,12 @@ + + + + + + Untitled Content + + + The default 404 Response Provider budle with id org.apache.clerezza.platform.content.default404 provides an implementation of the PageNotFoundService (package/bundle: org.apache.clerezza.platform.content) that the delivers the response retrieved from the uri with the same protocol and host and the /page-not-found. For example if 404 is to be generated for http://example.org/foo/bar the entity obtained by dereferencing http://example.org/page-not-found will be returned. + + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1-content.html URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1-content.html?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1-content.html (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1-content.html Wed Apr 3 18:37:39 2013 @@ -0,0 +1,12 @@ + + + + + + Untitled Content + + + example: curl -u admin:admin -H "Content-type: text/html" -T tmp.html http://127.0.0.1:8080/page-not-found + + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1-content.rdf URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1-content.rdf?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1-content.rdf (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1-content.rdf Wed Apr 3 18:37:39 2013 @@ -0,0 +1,16 @@ + + + example: curl -u admin:admin -H "Content-type: text/html" -T tmp.html http://127.0.0.1:8080/page-not-found + + + + + 1 + + + + + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1-content.xhtml URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1-content.xhtml?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1-content.xhtml (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1-content.xhtml Wed Apr 3 18:37:39 2013 @@ -0,0 +1,12 @@ + + + + + + Untitled Content + + + example: curl -u admin:admin -H "Content-type: text/html" -T tmp.html http://127.0.0.1:8080/page-not-found + + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1-title.html URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1-title.html?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1-title.html (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1-title.html Wed Apr 3 18:37:39 2013 @@ -0,0 +1,12 @@ + + + + + + Untitled Content + + + Uploading 404 response page with curl + + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1-title.rdf URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1-title.rdf?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1-title.rdf (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1-title.rdf Wed Apr 3 18:37:39 2013 @@ -0,0 +1,16 @@ + + + + + + + Uploading 404 response page with curl + + + + 0 + + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1-title.xhtml URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1-title.xhtml?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1-title.xhtml (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1-title.xhtml Wed Apr 3 18:37:39 2013 @@ -0,0 +1,12 @@ + + + + + + Untitled Content + + + Uploading 404 response page with curl + + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1.html URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1.html?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1.html (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1.html Wed Apr 3 18:37:39 2013 @@ -0,0 +1,104 @@ + + + + Uploading 404 response page with curl + + + +
+ +
+ +
+ + +
+

Uploading 404 response page with curl +

+
example: curl -u admin:admin -H "Content-type: text/html" -T tmp.html http://127.0.0.1:8080/page-not-found +
+ +
+ + + + + \ No newline at end of file Added: clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1.rdf URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1.rdf?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1.rdf (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1.rdf Wed Apr 3 18:37:39 2013 @@ -0,0 +1,27 @@ + + + + + 1 + + + 1 + + + + + + + + + + + + + + + 0 + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1.xhtml URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1.xhtml?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1.xhtml (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content-el/1.xhtml Wed Apr 3 18:37:39 2013 @@ -0,0 +1,104 @@ + + + + Uploading 404 response page with curl + + + +
+ +
+ +
+ + +
+

Uploading 404 response page with curl +

+
example: curl -u admin:admin -H "Content-type: text/html" -T tmp.html http://127.0.0.1:8080/page-not-found +
+ +
+ + + + + \ No newline at end of file Added: clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content.html URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content.html?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content.html (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content.html Wed Apr 3 18:37:39 2013 @@ -0,0 +1,22 @@ + + + + + + Untitled Content + + + + +
The default 404 Response Provider budle with id org.apache.clerezza.platform.content.default404 provides an implementation of the PageNotFoundService (package/bundle: org.apache.clerezza.platform.content) that the delivers the response retrieved from the uri with the same protocol and host and the /page-not-found. For example if 404 is to be generated for http://example.org/foo/bar the entity obtained by dereferencing http://example.org/page-not-found will be returned. +
+ +

Uploading 404 response page with curl +

+
example: curl -u admin:admin -H "Content-type: text/html" -T tmp.html http://127.0.0.1:8080/page-not-found +
+
+ + + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content.rdf URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content.rdf?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content.rdf (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content.rdf Wed Apr 3 18:37:39 2013 @@ -0,0 +1,27 @@ + + + + + 1 + + + 0 + + + + + + + 1 + + + + + + + + + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content.xhtml URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content.xhtml?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content.xhtml (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-content.xhtml Wed Apr 3 18:37:39 2013 @@ -0,0 +1,22 @@ + + + + + + Untitled Content + + + + +
The default 404 Response Provider budle with id org.apache.clerezza.platform.content.default404 provides an implementation of the PageNotFoundService (package/bundle: org.apache.clerezza.platform.content) that the delivers the response retrieved from the uri with the same protocol and host and the /page-not-found. For example if 404 is to be generated for http://example.org/foo/bar the entity obtained by dereferencing http://example.org/page-not-found will be returned. +
+ +

Uploading 404 response page with curl +

+
example: curl -u admin:admin -H "Content-type: text/html" -T tmp.html http://127.0.0.1:8080/page-not-found +
+
+ + + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-title.html URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-title.html?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-title.html (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-title.html Wed Apr 3 18:37:39 2013 @@ -0,0 +1,12 @@ + + + + + + Untitled Content + + + Default 404 Response Provider + + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-title.rdf URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-title.rdf?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-title.rdf (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-title.rdf Wed Apr 3 18:37:39 2013 @@ -0,0 +1,16 @@ + + + + 0 + + + + + + + + Default 404 Response Provider + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-title.xhtml URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-title.xhtml?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-title.xhtml (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro-title.xhtml Wed Apr 3 18:37:39 2013 @@ -0,0 +1,12 @@ + + + + + + Untitled Content + + + Default 404 Response Provider + + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro.html URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro.html?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro.html (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro.html Wed Apr 3 18:37:39 2013 @@ -0,0 +1,114 @@ + + + + Default 404 Response Provider + + + +
+ +
+ +
+ + +
+

Default 404 Response Provider +

+
+ +
The default 404 Response Provider budle with id org.apache.clerezza.platform.content.default404 provides an implementation of the PageNotFoundService (package/bundle: org.apache.clerezza.platform.content) that the delivers the response retrieved from the uri with the same protocol and host and the /page-not-found. For example if 404 is to be generated for http://example.org/foo/bar the entity obtained by dereferencing http://example.org/page-not-found will be returned. +
+ +

Uploading 404 response page with curl +

+
example: curl -u admin:admin -H "Content-type: text/html" -T tmp.html http://127.0.0.1:8080/page-not-found +
+
+ +
+ +
+ + + + + \ No newline at end of file Added: clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro.rdf URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro.rdf?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro.rdf (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro.rdf Wed Apr 3 18:37:39 2013 @@ -0,0 +1,23 @@ + + + + + + + 1 + + + + + 0 + + + + + + + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro.xhtml URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro.xhtml?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro.xhtml (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content.default404/intro.xhtml Wed Apr 3 18:37:39 2013 @@ -0,0 +1,114 @@ + + + + Default 404 Response Provider + + + +
+ +
+ +
+ + +
+

Default 404 Response Provider +

+
+ +
The default 404 Response Provider budle with id org.apache.clerezza.platform.content.default404 provides an implementation of the PageNotFoundService (package/bundle: org.apache.clerezza.platform.content) that the delivers the response retrieved from the uri with the same protocol and host and the /page-not-found. For example if 404 is to be generated for http://example.org/foo/bar the entity obtained by dereferencing http://example.org/page-not-found will be returned. +
+ +

Uploading 404 response page with curl +

+
example: curl -u admin:admin -H "Content-type: text/html" -T tmp.html http://127.0.0.1:8080/page-not-found +
+
+ +
+ +
+ + + + + \ No newline at end of file Added: clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content/discobits-editor-content-el/0.html URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content/discobits-editor-content-el/0.html?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content/discobits-editor-content-el/0.html (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content/discobits-editor-content-el/0.html Wed Apr 3 18:37:39 2013 @@ -0,0 +1,12 @@ + + + + + + Untitled Content + + + The discobits editor allow editing stuctured content. The overall structure is stored in RDF the actual bits of rich text are stored in the XHTML format. The editor refects this by providing widgets for editing the structure and an XHTML editor (mozile) for editing bits of XHTML. + + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content/discobits-editor-content-el/0.rdf URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content/discobits-editor-content-el/0.rdf?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content/discobits-editor-content-el/0.rdf (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content/discobits-editor-content-el/0.rdf Wed Apr 3 18:37:39 2013 @@ -0,0 +1,16 @@ + + + + + 0 + + + + + + + The discobits editor allow editing stuctured content. The overall structure is stored in RDF the actual bits of rich text are stored in the XHTML format. The editor refects this by providing widgets for editing the structure and an XHTML editor (mozile) for editing bits of XHTML. + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content/discobits-editor-content-el/0.xhtml URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content/discobits-editor-content-el/0.xhtml?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content/discobits-editor-content-el/0.xhtml (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content/discobits-editor-content-el/0.xhtml Wed Apr 3 18:37:39 2013 @@ -0,0 +1,12 @@ + + + + + + Untitled Content + + + The discobits editor allow editing stuctured content. The overall structure is stored in RDF the actual bits of rich text are stored in the XHTML format. The editor refects this by providing widgets for editing the structure and an XHTML editor (mozile) for editing bits of XHTML. + + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content/discobits-editor-content.html URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content/discobits-editor-content.html?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content/discobits-editor-content.html (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content/discobits-editor-content.html Wed Apr 3 18:37:39 2013 @@ -0,0 +1,16 @@ + + + + + + Untitled Content + + + + +
The discobits editor allow editing stuctured content. The overall structure is stored in RDF the actual bits of rich text are stored in the XHTML format. The editor refects this by providing widgets for editing the structure and an XHTML editor (mozile) for editing bits of XHTML. +
+ + + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content/discobits-editor-content.rdf URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content/discobits-editor-content.rdf?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content/discobits-editor-content.rdf (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content/discobits-editor-content.rdf Wed Apr 3 18:37:39 2013 @@ -0,0 +1,21 @@ + + + + + 0 + + + + + + + + + + 1 + + + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content/discobits-editor-content.xhtml URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content/discobits-editor-content.xhtml?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content/discobits-editor-content.xhtml (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content/discobits-editor-content.xhtml Wed Apr 3 18:37:39 2013 @@ -0,0 +1,16 @@ + + + + + + Untitled Content + + + + +
The discobits editor allow editing stuctured content. The overall structure is stored in RDF the actual bits of rich text are stored in the XHTML format. The editor refects this by providing widgets for editing the structure and an XHTML editor (mozile) for editing bits of XHTML. +
+ + + + Added: clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content/discobits-editor-title.html URL: http://svn.apache.org/viewvc/clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content/discobits-editor-title.html?rev=1464148&view=auto ============================================================================== --- clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content/discobits-editor-title.html (added) +++ clerezza/site/production/bundle-doc/org.apache.clerezza.platform.content/discobits-editor-title.html Wed Apr 3 18:37:39 2013 @@ -0,0 +1,12 @@ + + + + + + Untitled Content + + + The Discobits Editor + + +