mpoeschl    01/05/15 12:54:32

  Modified:    docs     changes.html code-standards.html contributors.html
                        index.html install.html license.html todo.html
                        visitors_roles_permissions.html
               xdocs    install.xml todo.xml
               xdocs/stylesheets project.xml
  Log:
  docs update
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-turbine-jyve/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jyve/docs/changes.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.html      2001/05/08 01:00:59     1.1
  +++ changes.html      2001/05/15 19:53:32     1.2
  @@ -14,7 +14,7 @@
                                                       <meta name="author" 
value="Martin Poeschl">
               <meta name="email" value="[EMAIL PROTECTED]">
               
  -            <title>$project.getChild("title").getText() - Jyve Changes</title>
  +            <title>Jyve - Jyve Changes</title>
           </head>
   
           <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  
  
  
  1.2       +1 -1      jakarta-turbine-jyve/docs/code-standards.html
  
  Index: code-standards.html
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jyve/docs/code-standards.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- code-standards.html       2001/05/08 01:00:59     1.1
  +++ code-standards.html       2001/05/15 19:53:34     1.2
  @@ -14,7 +14,7 @@
                                                       <meta name="author" 
value="Turbine Documentation Team">
               <meta name="email" value="[EMAIL PROTECTED]">
               
  -            <title>$project.getChild("title").getText() - Coding Standards</title>
  +            <title>Jyve - Coding Standards</title>
           </head>
   
           <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  
  
  
  1.2       +1 -1      jakarta-turbine-jyve/docs/contributors.html
  
  Index: contributors.html
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jyve/docs/contributors.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- contributors.html 2001/05/08 01:00:59     1.1
  +++ contributors.html 2001/05/15 19:53:36     1.2
  @@ -14,7 +14,7 @@
                                                       <meta name="author" value="Jyve 
Documentation Team">
               <meta name="email" value="[EMAIL PROTECTED]">
               
  -            <title>$project.getChild("title").getText() - Jyve Contributors</title>
  +            <title>Jyve - Jyve Contributors</title>
           </head>
   
           <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  
  
  
  1.4       +1 -1      jakarta-turbine-jyve/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jyve/docs/index.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.html        2001/05/08 01:00:59     1.3
  +++ index.html        2001/05/15 19:53:38     1.4
  @@ -14,7 +14,7 @@
                                                       <meta name="author" 
value="Martin Poeschl">
               <meta name="email" value="[EMAIL PROTECTED]">
               
  -            <title>$project.getChild("title").getText() - Jyve</title>
  +            <title>Jyve - Jyve</title>
           </head>
   
           <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  
  
  
  1.2       +6 -5      jakarta-turbine-jyve/docs/install.html
  
  Index: install.html
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jyve/docs/install.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- install.html      2001/05/08 01:00:59     1.1
  +++ install.html      2001/05/15 19:53:41     1.2
  @@ -14,7 +14,7 @@
                                                       <meta name="author" 
value="Martin Poeschl">
               <meta name="email" value="[EMAIL PROTECTED]">
               
  -            <title>$project.getChild("title").getText() - Jyve  installation</title>
  +            <title>Jyve - Jyve  installation</title>
           </head>
   
           <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  @@ -93,7 +93,7 @@
           <blockquote>
                                       <p>
   Jyve is developed on top of <a href="http://jakarta.apache.org/turbine/tdk";>
  -TDK (version a14)</a>. <br />
  +TDK (version 2.1b1)</a>. <br />
   <h3>Install the TDK</h3>
   <h3>Build a TDK app</h3>
   Edit the $TDK_HOME/build.properties file:
  @@ -129,10 +129,11 @@
   <h3>copy the jyve files to your app</h3>
   $JYVE-TDK means %TDK_HOME/webapps/jyve <br />
   copy the following files:<br />
  -$JYVE-CVS/build/jyve-schema.xml =&gt; $JYVE-TDK/WEB-INF/build/project/<br />
  +$JYVE-CVS/conf/jyve-schema.xml =&gt; $JYVE-TDK/WEB-INF/build/project/<br />
   $JYVE-CVS/conf/Jyve.properties =&gt; $JYVE-TDK/WEB-INF/conf/<br />
  -$JYVE-CVS/src/template/** =&gt; $JYVE-TDK/template/ (delete old files!!)<br />
  -$JYVE-CVS/src/java/** =&gt; $JYVE-TDK/WEB-INF/src/java/ (delete old files!!)<br />
  +$JYVE-CVS/src/template/** =&gt; $JYVE-TDK/template/app/ (delete old files!!)<br />
  +$JYVE-CVS/src/java/org/apache/jyve/**
  +   =&gt; $JYVE-TDK/WEB-INF/src/java/org/apache/jyve (delete old files!!)<br />
   
   <h3>Configuration</h3>
   Edit $JYVE-TDK/WEB-INF/build/project/jyve.properties to meet your DB settings.
  
  
  
  1.2       +1 -1      jakarta-turbine-jyve/docs/license.html
  
  Index: license.html
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jyve/docs/license.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- license.html      2001/05/08 01:00:59     1.1
  +++ license.html      2001/05/15 19:53:43     1.2
  @@ -14,7 +14,7 @@
                                                       <meta name="author" 
value="Turbine Documentation Team">
               <meta name="email" value="[EMAIL PROTECTED]">
               
  -            <title>$project.getChild("title").getText() - Apache Software 
License</title>
  +            <title>Jyve - Apache Software License</title>
           </head>
   
           <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  
  
  
  1.2       +3 -1      jakarta-turbine-jyve/docs/todo.html
  
  Index: todo.html
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jyve/docs/todo.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- todo.html 2001/05/08 01:00:59     1.1
  +++ todo.html 2001/05/15 19:53:46     1.2
  @@ -14,7 +14,7 @@
                                                       <meta name="author" 
value="Martin Poeschl">
               <meta name="email" value="[EMAIL PROTECTED]">
               
  -            <title>$project.getChild("title").getText() - Jyve Todo</title>
  +            <title>Jyve - Jyve Todo</title>
           </head>
   
           <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  @@ -75,8 +75,10 @@
     <li>Documentation</li>
     <li>Use VelocityMail for Confirmation Mail</li>
     <li>Search</li>
  +  <li>DisplayUnreleased screen</li>
     <li>Security system</li>
     <li>generate a .war file incl. HypersonicSQL to make it run out of the box</li>
  +  <li>testing on different plattforms with different databases</li>
   </ul>
                               </blockquote>
         </td></tr>
  
  
  
  1.2       +1 -1      jakarta-turbine-jyve/docs/visitors_roles_permissions.html
  
  Index: visitors_roles_permissions.html
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jyve/docs/visitors_roles_permissions.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- visitors_roles_permissions.html   2001/05/08 01:00:59     1.1
  +++ visitors_roles_permissions.html   2001/05/15 19:53:48     1.2
  @@ -18,7 +18,7 @@
                                           <meta name="author" value="Jon S. Stevens">
               <meta name="email" value="[EMAIL PROTECTED]">
               
  -            <title>$project.getChild("title").getText() - Jyve</title>
  +            <title>Jyve - Jyve</title>
           </head>
   
           <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  
  
  
  1.5       +6 -4      jakarta-turbine-jyve/xdocs/install.xml
  
  Index: install.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jyve/xdocs/install.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- install.xml       2001/05/08 01:01:35     1.4
  +++ install.xml       2001/05/15 19:54:14     1.5
  @@ -1,6 +1,7 @@
   <?xml version="1.0"?>
   
   <document>
  +
   <properties>
     <title>Jyve  installation</title>
     <author email="[EMAIL PROTECTED]">Martin Poeschl</author>
  @@ -22,7 +23,7 @@
   <subsection name="Building from source">
   <p>
   Jyve is developed on top of <a href="http://jakarta.apache.org/turbine/tdk";>
  -TDK (version a14)</a>. <br/>
  +TDK (version 2.1b1)</a>. <br/>
   <h3>Install the TDK</h3>
   <h3>Build a TDK app</h3>
   Edit the $TDK_HOME/build.properties file:
  @@ -42,10 +43,11 @@
   <h3>copy the jyve files to your app</h3>
   $JYVE-TDK means %TDK_HOME/webapps/jyve <br/>
   copy the following files:<br/>
  -$JYVE-CVS/build/jyve-schema.xml => $JYVE-TDK/WEB-INF/build/project/<br/>
  +$JYVE-CVS/conf/jyve-schema.xml => $JYVE-TDK/WEB-INF/build/project/<br/>
   $JYVE-CVS/conf/Jyve.properties => $JYVE-TDK/WEB-INF/conf/<br/>
  -$JYVE-CVS/src/template/** => $JYVE-TDK/template/ (delete old files!!)<br/>
  -$JYVE-CVS/src/java/** => $JYVE-TDK/WEB-INF/src/java/ (delete old files!!)<br/>
  +$JYVE-CVS/src/template/** => $JYVE-TDK/template/app/ (delete old files!!)<br/>
  +$JYVE-CVS/src/java/org/apache/jyve/**
  +   => $JYVE-TDK/WEB-INF/src/java/org/apache/jyve (delete old files!!)<br/>
   
   <h3>Configuration</h3>
   Edit $JYVE-TDK/WEB-INF/build/project/jyve.properties to meet your DB settings.
  
  
  
  1.4       +2 -0      jakarta-turbine-jyve/xdocs/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jyve/xdocs/todo.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- todo.xml  2001/05/05 02:36:36     1.3
  +++ todo.xml  2001/05/15 19:54:18     1.4
  @@ -19,8 +19,10 @@
     <li>Documentation</li>
     <li>Use VelocityMail for Confirmation Mail</li>
     <li>Search</li>
  +  <li>DisplayUnreleased screen</li>
     <li>Security system</li>
     <li>generate a .war file incl. HypersonicSQL to make it run out of the box</li>
  +  <li>testing on different plattforms with different databases</li>
   </ul>
   
   </section>
  
  
  
  1.4       +2 -2      jakarta-turbine-jyve/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jyve/xdocs/stylesheets/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml       2001/04/26 03:48:03     1.3
  +++ project.xml       2001/05/15 19:54:27     1.4
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  -<project name="jyve"
  +<project name="Jyve"
           href="http://jakarta.apache.org/jyve/";>
   
  -<!--
       <title>Jyve</title>
  +<!--
       <logo href="/images/logo.gif">Jyve</logo>
   -->
       <body>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to