Author: buildbot
Date: Sun Jan 16 23:13:42 2011
New Revision: 783377

Log:
Staging update by buildbot

Modified:
    websites/staging/kitty/trunk/content/kitty/gettingstarted.html
    websites/staging/kitty/trunk/content/kitty/index.html

Modified: websites/staging/kitty/trunk/content/kitty/gettingstarted.html
==============================================================================
--- websites/staging/kitty/trunk/content/kitty/gettingstarted.html (original)
+++ websites/staging/kitty/trunk/content/kitty/gettingstarted.html Sun Jan 16 
23:13:42 2011
@@ -11,7 +11,7 @@ Kitty is currently an Apache Incubator p
 In this document you will learn how to set up your development environment so 
that you can begin developing for Kitty. Kitty is currently a very simple 
project to work on, it is written in Groovy, which is a fun language to write 
code in, and a great opportunity for those looking to begin contributing to an 
open source project which has immediate usefulness.
 <br />
 <h3>Finding something to work on</h3>
-<br /><br /></p>
+<br /></p>
 <p>There are many things to be worked on for the Kitty project. The best way 
to find out what needs to be done on the project (or any other ASF Incubator 
project), is to send a message out to the dev mailing list. You can subscribe 
to the Kitty-dev mailing list by sending a blank email to 
[email protected]. Then you will receive a confirmation 
message once you are subscribed to the list. If you don't want to subscribe, 
but want to send a message to the list, you can simply send a message to 
[email protected] and it will be moderated by the mailing list 
administrators.
 <br />
 If you are interested in being a committer for the project, see 
http://www.apache.org/dev/new-committers-guide.html. 
@@ -19,7 +19,7 @@ If you are interested in being a committ
 Also, you may investigate the open issues for Kitty in the ASF JIRA to find 
out which tasks and bugs need to be worked on. This is also a great starting 
point for getting involved and contributing to the project: <a 
href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12311202&status=1";>Kitty
 JIRA</a>
 <br /><br />
 <h3>Setting up your IDE</h3>
-<br /><br />
+<br />
 It is suggested to download the Eclipse IDE to begin working on Kitty. This 
allows you to keep better track of the source code of the project and 
integrates with Subversion. You may use any editor or IDE you choose, in this 
example, Eclipse is used. 
 <br />
 Step 1) Download Eclipse from <a 
href="http://www.eclipse.org/downloads/";>http://www.eclipse.org/downloads/</a> 
. I have chosen the "Eclipse IDE for Java Developers"
@@ -33,15 +33,15 @@ NOTE: You should now see a "SVN Reposito
 Step 5) Install the Groovy-Eclipse plugin by following the instructions at <a 
href="http://groovy.codehaus.org/Eclipse+Plugin";>http://groovy.codehaus.org/Eclipse+Plugin</a>
 under "How to Install"</p>
 <p>Step 6) Navigate to SVN Repositories by clicking the SVN Repositories 
button in the top right-hand corner or by going to the menu: "Window-&gt;Show 
View-&gt;SVN Repositories"</p>
 <p>Step 7) Click the menu: "New-&gt;Repository Location"<br />
-<img src="images/subversion-new-repo-location.png" alt="Subversive New Repo" 
/> <br /> <br /></p>
+<img src="images/subversive-new-repo-location.png" alt="Subversive New Repo" 
/> <br /> <br /></p>
 <p>Step 8) Enter https://svn.apache.org/repos/asf/incubator/kitty/ for the 
URL. Leave all other fields blank, unless you are a committer.  <br /></p>
-<p><img src="images/subversion-new-repo-location-url.png" alt="Subversive New 
Repo" /> <br /> <br /></p>
+<p><img src="images/subversive-new-repo-location-url.png" alt="Subversive New 
Repo" /> <br /> <br /></p>
 <p>NOTE: Unless you are a committer, you will be unable to commit changes 
through SVN. If you'd like to be a committer, send a message out to the 
[email protected] mailing list, our simply attach a patch to the 
mailing list and one of the committers will check it in. For guidelines on 
submitting a patch: see <a 
href="http://subversion.apache.org/docs/community-guide/general.html#patches";>http://subversion.apache.org/docs/community-guide/general.html#patches</a>.
 
 <br />
 Now you will have set up your development environment for working with Kitty. 
You will now need to set up and configure Apache Ant to build the project. 
 <br /><br />
 <h3>Building and running Kitty</h3>
-<br /><br />
+<br />
 To build the project, you will need to do update your build patch to include 
the location of the Groovy binaries. Switch that he Navigator view by going to 
the menu "Window-&gt;Show View-&gt;Navigator".</p>
 <p>Step 1) Change the line in the Ant build.xml which shows: 
         <fileset dir="/Users/msacks/groovy-1.7.4/lib"><br />

Modified: websites/staging/kitty/trunk/content/kitty/index.html
==============================================================================
--- websites/staging/kitty/trunk/content/kitty/index.html (original)
+++ websites/staging/kitty/trunk/content/kitty/index.html Sun Jan 16 23:13:42 
2011
@@ -6,13 +6,13 @@
 <div id="content"><h2>Kitty is a lightweight, production focused, command-line 
JMX Client</h2>
 
 <p><br />
-Quick Links: 
+Quick Links: <br />
 <a href="https://issues.apache.org/jira/browse/KITTY";>Kitty JIRA</a> <br />
 <a href="http://incubator.apache.org/projects/kitty.html";>Incubation 
Status</a> <br />
 <a href="http://www.scribd.com/doc/41349990/Kitty-Apachecon-2010";>Kitty 
ApacheCon 2010</a> <br /></p>
 <p>Getting Started in Developing for Apache Kitty: 
-<a href="http://incubator.apache.org/kitty/";>Getting Started</a></p>
-<p><br /><br />
+<a href="http://incubator.apache.org/kitty/gettingstarted.html";>Getting 
Started</a></p>
+<p><br />
 Mailing List: <a 
href="mailto:[email protected]>[email protected]</a>
 To subscribe: <a 
href="mailto:[email protected]>[email protected]</a>
 <br /><br />


Reply via email to