Author: schof
Date: Tue May  3 11:31:59 2005
New Revision: 167954

URL: http://svn.apache.org/viewcvs?rev=167954&view=rev
Log:
Updates to website to reflect move to SVN

Modified:
    myfaces/trunk/src/documentation/content/xdocs/community/versioning.xml
    myfaces/trunk/src/documentation/content/xdocs/community/whoweare.xml
    myfaces/trunk/src/documentation/content/xdocs/index.xml
    myfaces/trunk/src/documentation/content/xdocs/site.xml

Modified: myfaces/trunk/src/documentation/content/xdocs/community/versioning.xml
URL: 
http://svn.apache.org/viewcvs/myfaces/trunk/src/documentation/content/xdocs/community/versioning.xml?rev=167954&r1=167953&r2=167954&view=diff
==============================================================================
--- myfaces/trunk/src/documentation/content/xdocs/community/versioning.xml 
(original)
+++ myfaces/trunk/src/documentation/content/xdocs/community/versioning.xml Tue 
May  3 11:31:59 2005
@@ -4,22 +4,32 @@
 <document>
 
 <header>
-    <title>Apache MyFaces - CVS </title>
+    <title>Apache MyFaces - Subversion Access</title>
 </header>
 
 <body>
 
 <section>
-<title>CVS Access of MyFaces</title>
-      <p>MyFaces uses CVS.</p>
-      
-      <ul>
-        <li><link 
href="http://cvs.apache.org/viewcvs.cgi/incubator-myfaces/";>watch CVS 
here</link></li>
-               <li>The CVS root is [EMAIL PROTECTED]:/home/cvs for committers, 
and :pserver:[EMAIL PROTECTED]:/home/cvspublic for non-committers.</li>
-      </ul>
-</section>
-
+<title>SVN Access for MyFaces</title>
+    <p>
+        MyFaces uses the Subversion (SVN) source code repository.  The SVN 
server is maintained by the Apache Software Foundation.  
+        Click <link 
href="http://apache.org/dev/version-control.html";>here</link> for more 
information on the ASF source code 
+        repositories.
+    </p>
+    <p>
+        <br/>        
+        Use the following command to get the latest source code:
+    </p>
+    <p>
+        <code>svn checkout http://svn.apache.org/repos/asf/myfaces/trunk 
myfaces-trunk</code>
+    </p>
+    <p>
+        <br/>
+        The source code can also be viewed online <link 
href="http://svn.apache.org/viewcvs.cgi/myfaces/";>here</link> 
+        using viewcvs.  
+    </p>    
 
+</section>
 
 </body>
     
@@ -29,4 +39,4 @@
        </legal>
 </footer>
 
-</document>
\ No newline at end of file
+</document>

Modified: myfaces/trunk/src/documentation/content/xdocs/community/whoweare.xml
URL: 
http://svn.apache.org/viewcvs/myfaces/trunk/src/documentation/content/xdocs/community/whoweare.xml?rev=167954&r1=167953&r2=167954&view=diff
==============================================================================
--- myfaces/trunk/src/documentation/content/xdocs/community/whoweare.xml 
(original)
+++ myfaces/trunk/src/documentation/content/xdocs/community/whoweare.xml Tue 
May  3 11:31:59 2005
@@ -75,7 +75,7 @@
                 <td>Sean Schofield</td>
                 <td>schof</td>
                 <td/>
-                <td/>
+                <td>GMT-5</td>
                 <td/>
             </tr>
             <tr>
@@ -135,24 +135,25 @@
     <section>
       <title>MyFaces Contributors</title>
       <table>
-       <tr><th>Name</th></tr>
-               <tr><td>Dimitry D'hondt</td></tr>
-       <tr><td>Robert J. Lebowitz</td></tr>
-       <tr><td>Robert Gothan</td></tr>
-       <tr><td>Christian Rueed</td></tr>
-       <tr><td>Takashi Okamoto</td></tr>
-       <tr><td>Spencer Uresk</td></tr>
-       <tr><td>Louis Calisi</td></tr>
-       <tr><td>Dan Hodnett</td></tr>
-       <tr><td>Rogerio Pereira</td></tr>
-        <tr><td>Francesco Consumi</td></tr>
-               <tr><td>Jesse Wilson</td></tr>
-               <tr><td>Heath Borders-Wing</td></tr>
-               <tr><td>Bruno Aranda</td></tr>
-               <tr><td>Jiri Zaloudek (WML RenderKit)</td></tr>
-               <tr><td>Mike Traum</td></tr>
-               <tr><td>Mathias Broekelmann</td></tr>
-       </table>
+            <tr><th>Name</th></tr>
+            <tr><td>Dimitry D'hondt</td></tr>
+            <tr><td>Robert J. Lebowitz</td></tr>
+            <tr><td>Robert Gothan</td></tr>
+            <tr><td>Christian Rueed</td></tr>
+            <tr><td>Takashi Okamoto</td></tr>
+            <tr><td>Spencer Uresk</td></tr>
+            <tr><td>Louis Calisi</td></tr>
+            <tr><td>Dan Hodnett</td></tr>
+            <tr><td>Rogerio Pereira</td></tr>
+            <tr><td>Francesco Consumi</td></tr>
+            <tr><td>Jesse Wilson</td></tr>
+            <tr><td>Heath Borders-Wing</td></tr>
+            <tr><td>Bruno Aranda</td></tr>
+            <tr><td>Jiri Zaloudek (WML RenderKit)</td></tr>
+            <tr><td>Mike Traum</td></tr>
+            <tr><td>Mathias Broekelmann</td></tr>
+            <tr><td>Martin Bosak</td></tr>
+        </table>
     </section>
 
     </body>

Modified: myfaces/trunk/src/documentation/content/xdocs/index.xml
URL: 
http://svn.apache.org/viewcvs/myfaces/trunk/src/documentation/content/xdocs/index.xml?rev=167954&r1=167953&r2=167954&view=diff
==============================================================================
--- myfaces/trunk/src/documentation/content/xdocs/index.xml (original)
+++ myfaces/trunk/src/documentation/content/xdocs/index.xml Tue May  3 11:31:59 
2005
@@ -20,6 +20,15 @@
     </section>
 
     <section>
+        <title>May 3, 2005 - MyFaces source code moves to Subversion</title>
+        <p>
+            The MyFaces source code has been moved from CVS to Subversion 
(SVN.)  This move will help us maintain the anticipated new MyFaces 
+            subprojects.  It also bring us into compliance with the ASF goal 
of moving all CVS projects to SVN by the end of the year.  Click 
+            <link href="community/versioning.html">here </link> for more 
details on how to access the source code.  
+        </p>
+    </section>
+    
+    <section>
         <title>April 16, 2005 - MyFaces 1.0.9(m9) has been released</title>
         <p>
             MyFaces 1.0.9(m9) is now available.  The (m9) stands for milestone 
9.  The license agreement covering JSF and all other JCP based
@@ -67,24 +76,6 @@
             <br/><br/>
         </note>
         <p>Click <link 
href="http://www.jroller.com/page/dgeary/20050224#myfaces_is_hot";>here</link> 
to read David Geary's blog.</p>
-    </section>
-    <section>
-        <title>February 23, 2005 - MyFaces is Now a Top Level Apache 
Project</title>
-        <note label="Email to myfaces-dev from ASF Board">
-            Hi All,<br/>
-            <br/>
-            Congratulations to all for officially making MyFaces into a top 
level Apache
-            project!
-            <br/><br/>
-            For the last couple of years, I believe the project has come a 
long way from
-            its small beginnings. All of this is thanks to the contribution of 
every one
-            of you, regardless of how large or small. Open source development, 
coupled
-            with strong leadership (Manfred and others), is always a winning 
combination!
-            <br/><br/>
-            Once again, Congratulations.
-            <br/><br/>
-            Anton
-        </note>
     </section>
     <section>
         <title>Resources</title>

Modified: myfaces/trunk/src/documentation/content/xdocs/site.xml
URL: 
http://svn.apache.org/viewcvs/myfaces/trunk/src/documentation/content/xdocs/site.xml?rev=167954&r1=167953&r2=167954&view=diff
==============================================================================
--- myfaces/trunk/src/documentation/content/xdocs/site.xml (original)
+++ myfaces/trunk/src/documentation/content/xdocs/site.xml Tue May  3 11:31:59 
2005
@@ -41,7 +41,7 @@
         <getinvolved label="Get Involved" 
href="http://www.apache.org/dev/contributors.html"/>
         <mailinglists label="Mailing Lists" href="mailinglists.html" />
         <issue label="Bug Reporting" href="issue.html"/>
-        <cvs label="CVS" href="versioning.html"/>
+        <cvs label="SVN" href="versioning.html"/>
         <wiki label="Wiki" href="http://wiki.apache.org/myfaces"/>
         <bylaws label="Project Bylaws" href="bylaws.html"/>
         <powered label="Powered by MyFaces" href="poweredbymyfaces.html"/>


Reply via email to