Author: jbonofre
Date: Mon Jan  2 20:33:14 2012
New Revision: 1226541

URL: http://svn.apache.org/viewvc?rev=1226541&view=rev
Log:
[KARAF-876] Add WebConsole resource pages

Added:
    karaf/site/trunk/src/main/webapp/index/subprojects/webconsole/
    karaf/site/trunk/src/main/webapp/index/subprojects/webconsole/building.page
      - copied, changed from r1226418, 
karaf/site/trunk/src/main/webapp/index/subprojects/cellar/building.page
    karaf/site/trunk/src/main/webapp/index/subprojects/webconsole/download.page
    karaf/site/trunk/src/main/webapp/index/subprojects/webconsole/source.page
Modified:
    karaf/site/trunk/src/main/webapp/index/subprojects/cellar/building.page

Modified: 
karaf/site/trunk/src/main/webapp/index/subprojects/cellar/building.page
URL: 
http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index/subprojects/cellar/building.page?rev=1226541&r1=1226540&r2=1226541&view=diff
==============================================================================
--- karaf/site/trunk/src/main/webapp/index/subprojects/cellar/building.page 
(original)
+++ karaf/site/trunk/src/main/webapp/index/subprojects/cellar/building.page Mon 
Jan  2 20:33:14 2012
@@ -12,7 +12,7 @@ h3. Prequisites
 
 *Required:*
 * Download and [install Maven 3.0.x|http://maven.apache.org/download.html]
-* Get the latest [Source|/subproject/cellar/source] 
+* Get the latest [Source|/subproject/cellar/source.html] 
 * Java 1.r65
 
 h3. A normal build

Copied: 
karaf/site/trunk/src/main/webapp/index/subprojects/webconsole/building.page 
(from r1226418, 
karaf/site/trunk/src/main/webapp/index/subprojects/cellar/building.page)
URL: 
http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index/subprojects/webconsole/building.page?p2=karaf/site/trunk/src/main/webapp/index/subprojects/webconsole/building.page&p1=karaf/site/trunk/src/main/webapp/index/subprojects/cellar/building.page&r1=1226418&r2=1226541&rev=1226541&view=diff
==============================================================================
--- karaf/site/trunk/src/main/webapp/index/subprojects/cellar/building.page 
(original)
+++ karaf/site/trunk/src/main/webapp/index/subprojects/webconsole/building.page 
Mon Jan  2 20:33:14 2012
@@ -6,13 +6,13 @@ page_modifier: jbonofre
 --- pipeline:conf
 h2. Building 
 
-Karaf Cellar uses [Maven|http://maven.apache.org/] as its build tool.
+Karaf WebConsole uses [Maven|http://maven.apache.org/] as its build tool.
 
 h3. Prequisites
 
 *Required:*
 * Download and [install Maven 3.0.x|http://maven.apache.org/download.html]
-* Get the latest [Source|/subproject/cellar/source] 
+* Get the latest [Source|/subproject/webconsole/source.html] 
 * Java 1.r65
 
 h3. A normal build

Added: 
karaf/site/trunk/src/main/webapp/index/subprojects/webconsole/download.page
URL: 
http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index/subprojects/webconsole/download.page?rev=1226541&view=auto
==============================================================================
--- karaf/site/trunk/src/main/webapp/index/subprojects/webconsole/download.page 
(added)
+++ karaf/site/trunk/src/main/webapp/index/subprojects/webconsole/download.page 
Mon Jan  2 20:33:14 2012
@@ -0,0 +1,27 @@
+---
+title: WebConsole Download
+page_version: 1
+page_creator: jbonofre
+page_modifier: jbonofre
+--- pipeline:conf
+h2. Latest Releases
+{section}
+
+{column:width=20%}
+{div:style=padding-right:20px;float:left;}
+!/images/karaf-box.png|width=256!
+{div}
+{column}
+
+{column:width=80%}
+{div:style=min-height:200px}
+
+Karaf WebConsole has not been released yet.
+
+h2. Keys
+The {{KEYS}} used to sign the release can be found 
[here|http://www.apache.org/dist/karaf/KEYS].
+
+h2. Snapshots
+If you want to give a try to the latest snapshots, they are available at the 
following location:
+  
https://repository.apache.org/content/groups/snapshots-group/org/apache/karaf/webconsole
+

Added: karaf/site/trunk/src/main/webapp/index/subprojects/webconsole/source.page
URL: 
http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index/subprojects/webconsole/source.page?rev=1226541&view=auto
==============================================================================
--- karaf/site/trunk/src/main/webapp/index/subprojects/webconsole/source.page 
(added)
+++ karaf/site/trunk/src/main/webapp/index/subprojects/webconsole/source.page 
Mon Jan  2 20:33:14 2012
@@ -0,0 +1,54 @@
+---
+title: Source
+page_version: 1
+page_creator: jbonofre
+page_modifier: jbonofre
+--- pipeline:conf
+h2. Web Browsing of SVN
+
+To browse  via the web use the ViewVC interface:
+
+{panel}
+http://svn.apache.org/viewvc/karaf/webconsole/trunk/
+{panel}
+
+Or to browse the source tree directly:
+
+{panel}
+https://svn.apache.org/repos/asf/karaf/webconsole/trunk/
+{panel}
+
+h2. Checking out from SVN
+
+{code}
+svn co https://svn.apache.org/repos/asf/karaf/webconsole/trunk webconsole
+{code}
+
+Only project developers can commit to the SVN tree via this method.  SSH must 
be installed on your client machine. Enter your site password when prompted.
+
+h3. SVN and Eclipse
+
+See [this 
article|http://www-128.ibm.com/developerworks/library/os-ecl-subversion/index.html]
 for getting started guides. Basically you need 
[subclipse|http://subclipse.tigris.org]
+
+h3. Branches
+
+We use the trunk for the next main release; then we use a branch for any bug 
fixes on the previous major release. You can look at all branches here
+
+https://svn.apache.org/repos/asf/karaf/webconsole/branches/
+
+h2. Using GIT-SVN
+
+A git-svn mirror is available.
+
+{code}
+PROJECT_NAME="karaf-webconsole"
+git clone git://git.apache.org/"$PROJECT_NAME"
+cd "$PROJECT_NAME"/.git; wget http://git.apache.org/authors.txt; cd ..
+git config svn.authorsfile ".git/authors.txt"
+git svn init --prefix=origin/ --tags=tags --trunk=trunk --branches=branches 
https://svn.apache.org/repos/asf/"$PROJECT_NAME";
+git svn rebase
+{code}
+
+h2. Building the code
+
+To then build the code see 
[Building|/index/subprojects/webconsole/building.html].


Reply via email to