You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2004/12/01 11:08:12 UTC

cvs commit: incubator-myfaces/src/documentation/content/xdocs/community mailinglists.xml contributors.xml

matzew      2004/12/01 02:08:12

  Modified:    src/documentation/content/xdocs tabs.xml site.xml
  Added:       src/documentation/content/xdocs/docs faq.xml jars.xml sf.xml
               src/documentation/content/xdocs/community mailinglists.xml
                        contributors.xml
  Removed:     src/documentation/content/xdocs sf.xml faq.xml
                        contributors.xml mailinglists.xml
  Log:
  changed forrest-website-stuff
  
  Revision  Changes    Path
  1.1                  incubator-myfaces/src/documentation/content/xdocs/docs/faq.xml
  
  Index: faq.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
  
  <document>
  
  <header>
      <title>Apache MyFaces FAQ</title>
  </header>
  
  <body>
  
  <section>
      <title>Frequently_Asked_Questions</title>
      <p><strong>General</strong></p>
        <ol>
          <li><link href="#what-is">What is MyFaces?</link></li>
        </ol>
  </section>
  
  <section>
      <title>General</title>
        <dl>
          <dt>What is MyFaces?</dt>
          <dd><anchor id="what-is" /> MyFaces is a Open Source Implementation of the JavaServer Faces Framework. See the <fork href="http://jcp.org/en/jsr/detail?id=127">JSR 127</fork> for more info.</dd>
        </dl>
   </section>
   
       </body>
      
      <footer>
      	<legal>Java, J2EE, and JCP are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.<br />
  	&copy; 2004, Apache Software Foundation
  	</legal>
      </footer>
  
  </document>
  
  
  1.1                  incubator-myfaces/src/documentation/content/xdocs/docs/jars.xml
  
  Index: jars.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
  
  <document>
  
  <header>
      <title>JAR-Files</title>
  </header>
  
  <body>
  	<section>
  		<title>JAR-Files inside of Apache MyFaces</title>
  		<table>
  			<tr>
  				<td>
  					<strong>lib</strong>
  				</td>
  				<td>
  					<strong>jfsapi</strong>
  				</td>
  				<td>
  					<strong>share</strong>
  				</td>
  				<td>
  					<strong>myfaces(impl)</strong>
  				</td>
  				<td>
  					<strong>components</strong>
  				</td>
  			</tr>
  			<tr>
  				<td>servlet-2.3-jsp-1.2.jar </td>
  				<td>c</td>
  				<td>c</td>
  				<td>c</td>
  				<td>c</td>
  			</tr>
  			<tr>
  				<td>jstl.jar</td>
  				<td>x</td>
  				<td>x</td>
  				<td>x</td>
  				<td>x</td>
  			</tr>
  			<tr>
  				<td>jsp-2.0.jar</td>
  				<td></td>
  				<td>2</td>
  				<td>2</td>
  				<td>2</td>
  			</tr>
  			<tr>
  				<td>commons-el.jar</td>
  				<td></td>
  				<td>x</td>
  				<td>x</td>
  				<td>x</td>
  			</tr>
  			<tr>
  				<td>commons-logging.jar</td>
  				<td></td>
  				<td>x</td>
  				<td>x</td>
  				<td>x</td>
  			</tr>
  			<tr>
  				<td>commons-digester-1.5.jar</td>
  				<td></td>
  				<td></td>
  				<td>x</td>
  				<td>x</td>
  			</tr>
  			<tr>
  				<td>commons-beanutils-1.6.1.jar</td>
  				<td></td>
  				<td></td>
  				<td>x</td>
  				<td></td>
  			</tr>
  			<tr>
  				<td>commons-codec-1.2.jar</td>
  				<td></td>
  				<td></td>
  				<td>x</td>
  				<td></td>
  			</tr>
  			<tr>
  				<td>commons-collections-3.0.jar</td>
  				<td></td>
  				<td></td>
  				<td>x</td>
  				<td></td>
  			</tr>
  			<tr>
  				<td>optional/commons-fileupload-1.0.ja</td>
  				<td></td>
  				<td></td>
  				<td></td>
  				<td>x</td>
  			</tr>
  			<tr>
  				<td>optional/commons-validator.jar</td>
  				<td></td>
  				<td></td>
  				<td></td>
  				<td>x</td>
  			</tr>
  			<tr>
  				<td>optional/jakarta-oro.ja</td>
  				<td></td>
  				<td></td>
  				<td></td>
  				<td>x</td>
  			</tr>
  			<tr>
  				<td>junit.jar</td>
  				<td></td>
  				<td></td>
  				<td></td>
  				<td></td>
  			</tr>
  			<tr>
  				<td>log4j-1.2.8.jar</td>
  				<td></td>
  				<td></td>
  				<td></td>
  				<td></td>
  			</tr>
  			<tr>
  				<td>tlddoc.jar</td>
  				<td></td>
  				<td></td>
  				<td></td>
  				<td></td>
  			</tr>
  		</table>
  	</section>
  	<section>
  		<title>caption</title>
  		<table>
  			<tr>
  				<td>C</td>
  				<td>compile-time only</td>
  			</tr>
  			<tr>
  				<td>2</td>
  				<td>compile-time and run-time for non JSP-2.0 containers</td>
  			</tr>
  			<tr>
  				<td>x</td>
  				<td>compile- and run-time</td>
  			</tr>
  		</table>
  	</section>
  </body>
  
      <footer>
      	<legal>Java, J2EE, and JCP are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.<br />
  	&copy; 2004, Apache Software Foundation
  	</legal>
      </footer>
  
  </document>
  
  
  1.1                  incubator-myfaces/src/documentation/content/xdocs/docs/sf.xml
  
  Index: sf.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
  
  <document>
  
  <header>
      <title>Apache MyFaces</title>
  </header>
  
  <body>
  
  <p><strong><link href="http://www.myfaces.org">*old* Website</link></strong>
  
  </p>
  </body>
      
  <footer>
      	<legal>Java, J2EE, and JCP are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.<br />
  	&copy; 2004, Apache Software Foundation
  	</legal>
  </footer>
  
  </document>
  
  
  1.3       +5 -2      incubator-myfaces/src/documentation/content/xdocs/tabs.xml
  
  Index: tabs.xml
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/src/documentation/content/xdocs/tabs.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- tabs.xml	7 Sep 2004 19:06:26 -0000	1.2
  +++ tabs.xml	1 Dec 2004 10:08:11 -0000	1.3
  @@ -6,5 +6,8 @@
     copyright="Apache Software Foundation"
     xmlns:xlink="http://www.w3.org/1999/xlink">
   
  -  <tab label="Home" dir=""/>
  -</tabs>
  +  <tab label="Project" dir="" id="project" indexfile="index.html"/>
  +  <tab label="Documentation" dir="docs/" id="documentation" indexfile="faq.html"/>
  +  <tab label="Community" dir="community/" id="community" indexfile="mailinglists.html"/>
  +
  +</tabs>
  \ No newline at end of file
  
  
  
  1.4       +12 -16    incubator-myfaces/src/documentation/content/xdocs/site.xml
  
  Index: site.xml
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/src/documentation/content/xdocs/site.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- site.xml	29 Oct 2004 15:51:05 -0000	1.3
  +++ site.xml	1 Dec 2004 10:08:11 -0000	1.4
  @@ -1,23 +1,19 @@
   <?xml version="1.0"?>
  -<site label="MyFaces" href="" xmlns="http://apache.org/forrest/linkmap/1.0">
  +<site label="MyFaces" tab="project" href="" xmlns="http://apache.org/forrest/linkmap/1.0">
   
  -  <about label="MyFaces">
  -    <index label="Welcome" href="index.html" />
  -    <license label="License" href="license.html" />
  -    <downloads label="Downloads" href="downloads.html" />
  -  </about>
  -
  -  <documentation label="Documentation">
  -    <faq label="FAQ" href="faq.html" />
  -    <controlprogramming label="Homepage" href="sf.html" />
  -  </documentation>
  -
  -  <community label="Community">
  +    <project-information href="" label="Project" tab="project">
  +        <index_pm href="index.html" label="Welcome"/>
  +	    <license label="License" href="license.html" />
  +	    <downloads label="Downloads" href="downloads.html" />
  +     </project-information>
  +	<docu href="docs/" label="Documentation" tab="documentation">
  +		<faq label="FAQ" href="faq.html" />
  +		<jars label="JARs" href="jars.html" />
  +		<controlprogramming label="Homepage" href="sf.html" />
  +	</docu>
  +  <community href="community/" label="Community" tab="community">
       <mailinglists label="Mailing Lists" href="mailinglists.html" />
       <contributors label="Contributors" href="contributors.html" />
     </community>
   
  -  <external-refs>
  -    <xml.apache.org href="http://xml.apache.org/" />
  -  </external-refs>
   </site>
  
  
  
  1.1                  incubator-myfaces/src/documentation/content/xdocs/community/mailinglists.xml
  
  Index: mailinglists.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
  
  <document>
  
  <header>
      <title>Apache MyFaces Project</title>
  </header>
  
  <body>
  
      <section>
        <title>Mailing Lists</title>
        <p>Use the links below to send mail to, subscribe, unsubscribe or check the archives of the MyFaces mailing lists.
        Subcribing and unsubscribing is performed by simply sending a blank email to applicable address (as linked below).
        <br/><br/></p>
        <table>
          <tr>
            <td><link href="mailto:myfaces-user@incubator.apache.org"> MyFaces Users List</link></td>
            <td><link href="mailto:myfaces-user-subscribe@incubator.apache.org"> Subscribe</link></td>
            <td><link href="mailto:myfaces-user-unsubscribe@incubator.apache.org"> Unsubscribe</link></td>
            <td><fork href="http://nagoya.apache.org/eyebrowse/SummarizeList?listName=myfaces-user@incubator.apache.org"> Archives</fork></td>
          </tr>
          <tr>
            <td><link href="mailto:myfaces-dev@incubator.apache.org"> MyFaces Developer List</link></td>
            <td><link href="mailto:myfaces-dev-subscribe@incubator.apache.org"> Subscribe</link></td>
            <td><link href="mailto:myfaces-dev-unsubscribe@incubator.apache.org"> Unsubscribe</link></td>
            <td><fork href="http://nagoya.apache.org/eyebrowse/SummarizeList?listName=myfaces-dev@incubator.apache.org"> Archives</fork></td>
          </tr>
  	<tr>
            <td><link href="mailto:myfaces-ppmc@incubator.apache.org"> MyFaces PPMC List</link></td>
          </tr>
        </table>
      </section>
      
  </body>
      
  <footer>
      <legal>Java, J2EE, and JCP are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.<br />
  	&copy; 2004, Apache Software Foundation
      </legal>
  </footer>
  
  </document>
  
  
  1.1                  incubator-myfaces/src/documentation/content/xdocs/community/contributors.xml
  
  Index: contributors.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
  
  <document>
  
  <header>
      <title>Apache MyFaces</title>
  </header>
  
  <body>
      <section>
        <title>ASF Committers</title>
        <table>
  	<tr><td><strong>Username</strong></td><td><strong>Committers</strong></td><td><strong>Affiliation</strong></td></tr>
  		<tr><td>oros</td><td>Oliver Rossm&uuml;ller</td><td/></tr>
        	<tr><td>manolito</td><td>Manfred Geiler</td><td/></tr>
        	<tr><td>tomsp</td><td>Thomas Spiegl</td><td></td></tr>
        	<tr><td>mmarinschek</td><td>Martin Marinschek</td><td /></tr>
        	<tr><td>matzew</td><td>Matthias We&szlig;endorf</td><td>FH Dortmund, Germany</td></tr>
        	<tr><td>svieujot</td><td>Sylvain Vieujot</td><td/></tr>
        	<tr><td>grantsmith</td><td>Grant Smith</td><td>Marathon Computer Systems, USA</td></tr>
        	<tr><td>bdudney</td><td>Bill Dudney</td><td/></tr>
        	<tr><td>anton</td><td>Anton Koinov</td><td/></tr>
        	<tr><td>treeder</td><td>Travis Reeder</td><td/></tr>
         </table>
      </section>
  
      <section>
      <title>Contributors</title>
        <table>
  	<tr><td><strong>Name</strong></td></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>
         </table>
      </section>
  
      <section>
      <title>Sponsors</title>
        <table>
  	<tr><td><strong>Name</strong></td><td><strong>Role</strong></td><td><strong>Affiliation</strong></td></tr>
  		<tr><td>Ted Husted</td><td>Champion </td><td>ASF Member, Struts PMC, Jakarta PMC</td></tr>
        	<tr><td>James Holmes</td><td>Mentor</td><td>Struts PMC, Jakarta PMC</td></tr>
  	</table>
      <p>as defined in <fork href="http://incubator.apache.org/incubation/Roles_and_Responsibilities.html">http://incubator.apache.org/incubation/Roles_and_Responsibilities.html</fork>
      </p>
      </section>
  
      </body>
  
      <footer>
      	<legal>Java, J2EE, and JCP are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.<br />
  	&copy; 2004, Apache Software Foundation
  	</legal>
      </footer>
  
  </document>