You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-svn@forrest.apache.org by cr...@apache.org on 2007/05/01 05:41:31 UTC

svn commit: r533925 - in /forrest/site: docs_0_90/howto/howto-buildPlugin.html docs_0_90/howto/howto-buildPlugin.pdf procedures/release/How_to_release.html procedures/release/How_to_release.pdf

Author: crossley
Date: Mon Apr 30 20:41:31 2007
New Revision: 533925

URL: http://svn.apache.org/viewvc?view=rev&rev=533925
Log:
Automatic publish from forrestbot

Modified:
    forrest/site/docs_0_90/howto/howto-buildPlugin.html
    forrest/site/docs_0_90/howto/howto-buildPlugin.pdf
    forrest/site/procedures/release/How_to_release.html
    forrest/site/procedures/release/How_to_release.pdf

Modified: forrest/site/docs_0_90/howto/howto-buildPlugin.html
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_90/howto/howto-buildPlugin.html?view=diff&rev=533925&r1=533924&r2=533925
==============================================================================
--- forrest/site/docs_0_90/howto/howto-buildPlugin.html (original)
+++ forrest/site/docs_0_90/howto/howto-buildPlugin.html Mon Apr 30 20:41:31 2007
@@ -921,7 +921,7 @@
           defining the contents and look and feel of a site.
         </p>
 <p>
-          Plugins can expose contracts, resources and tiles for use in
+          Plugins can expose contracts, resources and panels for use in
           structurer files used within Dispatcher-based sites. In order to do
           this you should develop your contracts as normal and place them in
           <span class="codefrag">PLUGIN_HOME/resources/themes</span>. However, this, by itself,
@@ -943,10 +943,10 @@
         &lt;location src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.fallback.theme}/{1}/{2}.{1}" /&gt;
       &lt;/select&gt;
     &lt;/match&gt;
-    &lt;match pattern="resolvePluginTiles.**"&gt;
+    &lt;match pattern="resolvePluginPanels.**"&gt;
       &lt;select type="exists"&gt;
-        &lt;location src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.theme}/html/{1}.vt.xml" /&gt;
-        &lt;location src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.fallback.theme}/html/{1}.vt.xml" /&gt;
+        &lt;location src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.theme}/panels/{1}.panel.xml" /&gt;
+        &lt;location src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.fallback.theme}/panels/{1}.panel.xml" /&gt;
       &lt;/select&gt;
     &lt;/match&gt;
         </pre>

Modified: forrest/site/docs_0_90/howto/howto-buildPlugin.pdf
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_90/howto/howto-buildPlugin.pdf?view=diff&rev=533925&r1=533924&r2=533925
==============================================================================
Binary files - no diff available.

Modified: forrest/site/procedures/release/How_to_release.html
URL: http://svn.apache.org/viewvc/forrest/site/procedures/release/How_to_release.html?view=diff&rev=533925&r1=533924&r2=533925
==============================================================================
--- forrest/site/procedures/release/How_to_release.html (original)
+++ forrest/site/procedures/release/How_to_release.html Mon Apr 30 20:41:31 2007
@@ -431,7 +431,7 @@
           </p>
           
 <p>
-            http://localhost:8888/releaseNotes_0.8-dev.html
+            http://localhost:8888/releaseNotes_0.9-dev.html
           </p>
 </li>
         
@@ -491,7 +491,7 @@
 <li>
 <p>
             Start discussion on Java-Version to use for compiling and testing
-            the release. If necessary, alter the build.compiler.vm value in main/build.xml
+            the release. If necessary, alter the build.compiler.vm value in main/build.xml and plugins/build.xml
           </p>
 </li>
       
@@ -642,9 +642,9 @@
 <li>Ensure that the documentation is building properly, do 'cd site-author; forrest'. Fix any linking errors.</li>
         
 <li>
-                  Create a new file, etc/RELEASE-NOTES-0.8.txt, where x.y is the version currently being released.
+                  Create a new file, etc/RELEASE-NOTES-0.9.txt, where x.y is the version currently being released.
                   In this file, insert the list of important changes which is obtained by doing:
-                  http://localhost:8888/releaseNotes_0.8-dev.txt
+                  http://localhost:8888/releaseNotes_0.9-dev.txt
 <div class="fixme">
 <div class="label">Fixme ()</div>
 <div class="content">
@@ -687,7 +687,7 @@
         
 <li>
 <p>
-            Ensure that all relevant plugins have been deployed to plugins/0.8/
+            Ensure that all relevant plugins have been deployed to plugins/0.9/
             (see other notes at plugins/RELEASE_PROCESS.txt).
           </p>
           
@@ -811,9 +811,9 @@
 <pre class="code">
  &lt;versions tab="docs"&gt;
     &lt;overview label="Overview" href="versions/index.html"/&gt;
-    &lt;v0.8 label="0.8-dev" href="site:index"/&gt;
-    &lt;v0.7 label="0.7 (current)" href="site:v0.70//index"/&gt;
-    &lt;v0.6 label="0.6" href="site:v0.60//index"/&gt;
+    &lt;v0.9 label="0.9-dev" href="site:index"/&gt;
+    &lt;v0.8 label="0.8 (current)" href="site:v0.80//index"/&gt;
+    &lt;v0.7 label="0.7" href="site:v0.70//index"/&gt;
   &lt;versions&gt;</pre>
               
 <p>
@@ -823,9 +823,9 @@
 <pre class="code">
  &lt;versions tab="docs"&gt;
     &lt;overview label="Overview" href="versions/index.html"/&gt;
-    &lt;v0.9 label="0.9-dev" href="site:index"/&gt;
-    &lt;v0.8 label="0.8 (current)" href="site:v0.80//index"/&gt;
-    &lt;v0.7 label="0.7" href="site:v0.70//index"/&gt;
+    &lt;v0.10 label="0.10-dev" href="site:index"/&gt;
+    &lt;v0.9 label="0.9 (current)" href="site:v0.90//index"/&gt;
+    &lt;v0.8 label="0.8" href="site:v0.80//index"/&gt;
   &lt;versions&gt;</pre>
 </li>
           
@@ -842,15 +842,15 @@
           
 <ol>
             
-<li>Add section &lt;v0.90&gt; with minimal content above the &lt;v0.80&gt; section.</li>
+<li>Add section &lt;v0.10&gt; with minimal content above the &lt;v0.90&gt; section.</li>
             
 <li>Edit the label@ and description@ attributes for each of the three sections.
-              &lt;v0.90&gt; and &lt;v0.80&gt; and &lt;v0.70&gt;</li>
+              &lt;v0.10&gt; and &lt;v0.90&gt; and &lt;v0.80&gt;</li>
             
-<li>Remove the label@ attribute for the &lt;v0.70&gt; section. This prevents
+<li>Remove the label@ attribute for the &lt;v0.80&gt; section. This prevents
               it from appearing in the <a href="../../linkmap.html">linkmap ToC</a>.</li>
             
-<li>Remove the whole section &lt;v0.60&gt; of the past docs.</li>
+<li>Remove the whole section &lt;v0.70&gt; of the past docs.</li>
           
 </ol>
 </li>
@@ -865,8 +865,8 @@
         
 <li>
 <p>
-            Remove the past versions (0.6) docs directory by doing 'svn rm
-            site-author/content/xdocs/docs_0_60
+            Remove the past versions (0.7) docs directory by doing 'svn rm
+            site-author/content/xdocs/docs_0_70
           </p>
 </li>
         
@@ -903,9 +903,9 @@
           </p>
           
 <pre class="code">
-svn mkdir docs_0_90
-svn copy docs_0_80/index.xml docs_0_90
-svn copy docs_0_80/upgrading.xml docs_0_90
+svn mkdir docs_0_10
+svn copy docs_0_90/index.xml docs_0_10
+svn copy docs_0_90/upgrading.xml docs_0_10
 ... edit those docs to suit. Emphasise developers and encourage svn.</pre>
         
 </li>
@@ -919,7 +919,7 @@
           </p>
           
 <pre class="code">
- Apache Forrest 0.8 was released on 2007-04-18.
+ Apache Forrest 0.9 was released on 2007-08-18.
  [### Add some important new features ###]</pre>
 </li>
         
@@ -1011,9 +1011,9 @@
               </p>
               
 <pre class="code">
- &lt;property name="forrest.version" value="0.8-dev"/&gt;
+ &lt;property name="forrest.version" value="0.9-dev"/&gt;
 to:
- &lt;property name="forrest.version" value="0.8"/&gt;
+ &lt;property name="forrest.version" value="0.9"/&gt;
                           </pre>
 </li>
             
@@ -1028,9 +1028,9 @@
               </p>
               
 <pre class="code">
- &lt;property name="forrest.version" value="0.8"/&gt;
-to:
  &lt;property name="forrest.version" value="0.9"/&gt;
+to:
+ &lt;property name="forrest.version" value="0.10"/&gt;
 </pre>
               
 <div class="note">
@@ -1115,11 +1115,11 @@
 <li>
                   Edit 3 files in tools/forrestbar to update the version number to match the new release:
                   <pre class="code">
-xpi/install.rdf, line 24: &lt;em:version&gt;0.8&lt;em:version&gt;
+xpi/install.rdf, line 24: &lt;em:version&gt;0.9&lt;em:version&gt;
 
-xpi/install.js, line 19: var err = initInstall("ForrestBar", "forrestbar", "0.8");
+xpi/install.js, line 19: var err = initInstall("ForrestBar", "forrestbar", "0.9");
 
-xpi/chrome/content/contents.rdf, line 25: chrome:displayName="ForrestBar 0.8"/&gt; 
+xpi/chrome/content/contents.rdf, line 25: chrome:displayName="ForrestBar 0.9"/&gt; 
 
                     </pre>
 </li>
@@ -1128,7 +1128,7 @@
                 </li>
         
 <li>
-                  Update the etc/RELEASE-NOTES-0.8.txt as described above.
+                  Update the etc/RELEASE-NOTES-0.9.txt as described above.
                 </li>
         
 <li>Commit all of the above changes.</li>
@@ -1190,21 +1190,21 @@
           </p>
           
 <pre class="code">
-gpg --output apache-forrest-0.8.tar.gz.asc \
-  --detach-sig --armor apache-forrest-0.8.tar.gz
+gpg --output apache-forrest-0.9.tar.gz.asc \
+  --detach-sig --armor apache-forrest-0.9.tar.gz
 
-gpg --verify apache-forrest-0.8.tar.gz.asc \
-  apache-forrest-0.8.tar.gz</pre>
+gpg --verify apache-forrest-0.9.tar.gz.asc \
+  apache-forrest-0.9.tar.gz</pre>
           
 <p>
             ... should say "Good signature from ..."
           </p>
           
 <pre class="code">
-openssl dgst -md5 -out apache-forrest-0.8.tar.gz.md5 \
-apache-forrest-0.8.tar.gz
+openssl dgst -md5 -out apache-forrest-0.9.tar.gz.md5 \
+apache-forrest-0.9.tar.gz
 
-md5sum apache-forrest-0.8.tar.gz</pre>
+md5sum apache-forrest-0.9.tar.gz</pre>
           
 <p>
             ... output should match that of the md5 file.
@@ -1218,7 +1218,7 @@
           </p>
           
 <pre class="code">
-svn copy -r ##### -m "Create the 0.8 release branch from r#####" \
+svn copy -r ##### -m "Create the 0.9 release branch from r#####" \
     https://svn.apache.org/repos/asf/forrest/trunk \
     https://svn.apache.org/repos/asf/forrest/branches/forrest_#xy#_branch
 
@@ -1421,13 +1421,13 @@
 <li>Create a copy of current dev-docs in trunk for the next development phase ...
            <pre class="code">
 cd site-author/content/xdocs
-svn copy docs_0_80 docs_0_90
-svn copy pluginDocs/plugins_0_80 plugins_0_90</pre>
+svn copy docs_0_90 docs_0_10
+svn copy pluginDocs/plugins_0_90 plugins_0_10</pre>
                 
 </li>
         
-<li>Edit site.xml and add a copy of the most current versioned section (e.g. &lt;v0.80&gt;) above it.
-            Increment the first decimal of the sections name to reflect the next planned release (e.g. &lt;v0.90&gt;).
+<li>Edit site.xml and add a copy of the most current versioned section (e.g. &lt;v0.90&gt;) above it.
+            Increment the first decimal of the section's name to reflect the next planned release (e.g. &lt;v0.10&gt;).
             </li>
         
 <li>
@@ -1439,11 +1439,11 @@
               </p>
               
 <pre class="code">
-  &lt;release version="0.9-dev" date="not yet released"&gt;
+  &lt;release version="0.10-dev" date="not yet released"&gt;
     &lt;introduction&gt;
     ...
   &lt;/release&gt;
-  &lt;release version="0.8" date="2007-04-18"&gt;
+  &lt;release version="0.9" date="2007-08-18"&gt;
     &lt;action
     ...</pre>
 </li>
@@ -1455,14 +1455,14 @@
         
 <li>Add new plugins directories to the "forrest/site" SVN ...
            <pre class="code">
-svn mkdir pluginDocs/plugins_0_90
-svn mkdir plugins/0.9</pre>
+svn mkdir pluginDocs/plugins_0_10
+svn mkdir plugins/0.10</pre>
 </li>
         
 <li>
 <p>
             Edit main/build.xml, increment the version and add a -dev tag:
-            around line 45: &lt;property name="version" value="0.9-dev"/&gt;
+            around line 45: &lt;property name="version" value="0.10-dev"/&gt;
           </p>
 </li>
         
@@ -1471,7 +1471,7 @@
             Edit main/forrest.build.xml and update the version: around line 32:
           </p>
           
-<pre class="code">&lt;property name="version" value="0.9-dev"/&gt;</pre>
+<pre class="code">&lt;property name="version" value="0.10-dev"/&gt;</pre>
 </li>
         
 <li>Edit version numbers in plugins/build.xml</li>
@@ -1500,8 +1500,8 @@
         
 <li>Commit all of the above changes.</li>
         
-<li>Send email to the dev list to remind people about the new docs set docs_0_90
-        and that we don't update docs_0_60 set. Also remind about the new release branch
+<li>Send email to the dev list to remind people about the new docs set docs_0_10
+        and that we don't update docs_0_70 set. Also remind about the new release branch
         of svn. See example email from the 0.8 release.</li>
       
 </ul>
@@ -1529,7 +1529,7 @@
 <li>
 <p>
             Use scp to upload the release: the *.tar.gz, the *.zip, the *.asc
-            and *.md5 files, and the RELEASE-NOTES-0.8.txt to people.apache.org
+            and *.md5 files, and the RELEASE-NOTES-0.9.txt to people.apache.org
             at /www/www.apache.org/ dist/forrest/ directory.
           </p>
           
@@ -1698,7 +1698,7 @@
 <div class="section">
 <ol>
         
-<li>Remove the old generated docs from SVN forrest/site/docs_0_60
+<li>Remove the old generated docs from SVN forrest/site/docs_0_70
                   which removes them from the website.
                 </li>
         
@@ -1710,7 +1710,7 @@
           </p>
 </li>
           
-<li>Tidy up any "site:v0.7" references. These will refer to old documentation
+<li>Tidy up any "site:v0.8" references. These will refer to old documentation
             that will be removed at the next release. Especially status.xml file will
             have such. Generalise as many as possible.
           </li>
@@ -1733,16 +1733,22 @@
 <li>
 <p>
                 Re-name the VersionIds using "Manage Versions" then "Edit
-                details": e.g. 0.8-dev is renamed to 0.8 and 0.9 becomes 0.9-dev
+                details": e.g. 0.9-dev is renamed to 0.9 and 0.10 becomes 0.10-dev
               </p>
 </li>
             
 <li>
 <p>
-                Mark 0.8 as released using "Manage Versions".
+                Mark 0.9 as released using "Manage Versions".
                 Review the Issues for the old version.
               </p>
 </li>
+            
+<li>
+<p>
+                Edit the filter "FOR-roadmap-dev" to refer to the new "0.10-dev" version.
+              </p>
+</li>
           
 </ol>
 </li>
@@ -1754,7 +1760,7 @@
 </ol>
 </div>
     
-<a name="N1049E"></a><a name="conclusion"></a>
+<a name="N104A2"></a><a name="conclusion"></a>
 <h2 class="underlined_10">Conclusion</h2>
 <div class="section">
 <p>

Modified: forrest/site/procedures/release/How_to_release.pdf
URL: http://svn.apache.org/viewvc/forrest/site/procedures/release/How_to_release.pdf?view=diff&rev=533925&r1=533924&r2=533925
==============================================================================
Binary files - no diff available.