changeset 3283:201e337f01e3 octave-forge

Documentation updates
author adb014
date Wed, 28 Mar 2007 18:53:28 +0000
parents 92281f41620f
children e872c2f4baf8
files admin/build-www.py admin/release.sh doc/coda/Makefile doc/htdocs/archive.in doc/htdocs/packages.in doc/macros.m4
diffstat 6 files changed, 17 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/admin/build-www.py	Wed Mar 28 09:18:41 2007 +0000
+++ b/admin/build-www.py	Wed Mar 28 18:53:28 2007 +0000
@@ -295,7 +295,7 @@
 
     index.write('<p>These packages are meant for versions of Octave later than version\n');
     index.write('2.9.10. For earlier versions of Octave, please use the older\n');
-    index.write('<a href="__MONOLITHIC__">monolithic releases of Octave-Forge</a>.</p>\n');
+    index.write('<a href="__MONOLITHIC__">monolithic releases</a> of Octave-Forge.</p>\n');
 
     if (os.path.exists("INDEX")):
         os.system("rm -f INDEX");
--- a/admin/release.sh	Wed Mar 28 09:18:41 2007 +0000
+++ b/admin/release.sh	Wed Mar 28 18:53:28 2007 +0000
@@ -113,9 +113,7 @@
 # generate the AUTHORS file
 ./admin/get_authors
 
-exit 0;
-
-cvs commit -m "$TAG release" ChangeLog www/htdocs/ChangeLog README AUTHORS
+cvs commit -m "$TAG release" ChangeLog README AUTHORS
 
 # tag the CVS tree with the revision number
 cvs rtag -F $TAG $PROJECT
--- a/doc/coda/Makefile	Wed Mar 28 09:18:41 2007 +0000
+++ b/doc/coda/Makefile	Wed Mar 28 18:53:28 2007 +0000
@@ -46,9 +46,8 @@
 	cd $(outputdir) && tar czf coda-www.tar.gz coda
 	rm -rf $(outputdir)/coda
 
-
 .phony: html
-html: $(outputdir)/matpow.png $(outputdir)/index.html 
+html: $(htmlimages) $(outputdir)/index.html 
 
 .phony: ps
 ps: $(outputdir)/coda.ps.gz
--- a/doc/htdocs/archive.in	Wed Mar 28 09:18:41 2007 +0000
+++ b/doc/htdocs/archive.in	Wed Mar 28 18:53:28 2007 +0000
@@ -7,10 +7,12 @@
   page</a>, and you can access the archives for this list <a
   href="__SOURCEFORGE__/mailarchive/forum.php?forum_id=33111">here</a>.
   A lot of the people on the Octave-Forge mailing list are also
-  subscribed  to the 
-  <a href="http://www.gnu.org/software/octave/archive.html">
+  subscribed to the 
+  <a href="http://www.octave.org/archive.html">
   Octave mailing lists</a>,
-  so you might want to joing those lists as well.</p>
+  so you might want to joing those lists as well. You can access a
+  searchable archive for these lists 
+  <a href="http://www.nabble.com/Octave-f1895.html">here</a>.</p>
 
 <p>There are equally, <a href="__FORUMS__">support forums</a>
    available on the SourceForge site. However, the preferred means of
--- a/doc/htdocs/packages.in	Wed Mar 28 09:18:41 2007 +0000
+++ b/doc/htdocs/packages.in	Wed Mar 28 18:53:28 2007 +0000
@@ -15,6 +15,9 @@
 as a <a href="__PACKAGE__/../packages/octave-forge-bundle-20070328.tar.gz?download">single file</a>.
 This file is not however an octave package and the individiual
 packages it contains must be installed separately</p>
+<p>These packages are meant for versions of Octave later than version
+2.9.10. For earlier versions of Octave, please use the older
+<a href="__MONOLITHIC__">monolithic releases of Octave-Forge</a>.</p>
 <h2 id="main">Main repository</h2>
 <div class="package" id="audio_detailed" style="display: none;">
   <table class="package"><tr>
@@ -1066,7 +1069,7 @@
    <b><a href="javascript:fold('tsa');" class="package_head_link">   <img src="hide.png" alt="hide" style="padding-right: 0.5em; border: none;"/>
 TSA</a></b></td>
     <td style="text-align: right;">&raquo; <a href="./tsa/index.html" class="package_link">details</a> |
-    <a class="package_link" href="__PACKAGE__/tsa-3.10.tar.gz?download">download</a>
+    <a class="package_link" href="__PACKAGE__/tsa-3.10.0.tar.gz?download">download</a>
     </td>
   </tr></table>
   <p id="tsa_details">
@@ -1078,7 +1081,7 @@
     <b><a href="javascript:unfold('tsa');" class="package_head_link">    <img src="show.png" alt="show" style="padding-right: 0.5em; border: none;"/>
 TSA</a></b></td>
     <td style="text-align: right;">&raquo; <a href="./tsa/index.html" class="package_link">details</a> |
-    <a class="package_link" href="__PACKAGE__/tsa-3.10.tar.gz?download">download</a>
+    <a class="package_link" href="__PACKAGE__/tsa-3.10.0.tar.gz?download">download</a>
     </td>
   </tr></table>
 </div>
--- a/doc/macros.m4	Wed Mar 28 09:18:41 2007 +0000
+++ b/doc/macros.m4	Wed Mar 28 18:53:28 2007 +0000
@@ -1,6 +1,7 @@
 m4_define(`__GROUP_ID__',`group_id=2888')m4_dnl
 m4_define(`__MONOLITHIC_ID__',`package_id=29785')m4_dnl
 m4_define(`__WINDOWS_ID__',`package_id=40078')m4_dnl
+m4_define(`__PACKAGES_ID__',`package_id=226520')m4_dnl
 m4_define(`__SOURCEFORGE__',`http://sourceforge.net')m4_dnl
 m4_define(`__PACKAGE__',`http://downloads.sourceforge.net/octave')m4_dnl
 m4_dnl m4_define(`__PACKAGE__',`http://octave.dbateman.org/packages')m4_dnl
@@ -8,8 +9,9 @@
 m4_define(`__FORUMS__',`__SOURCEFORGE__/forum/?__GROUP_ID__')m4_dnl
 m4_define(`__CVS__',`__SOURCEFORGE__/cvs/?__GROUP_ID__')m4_dnl
 m4_define(`__DOWNLOAD__',`__SOURCEFORGE__/project/showfiles.php?__GROUP_ID__')m4_dnl
-m4_define(`__MONOLITHIC__',`__SOURCEFORGE__/showfiles.php?__GROUP_ID__&__MONOLITHIC_ID__')m4_dnl
-m4_define(`__WINDOWS__',`__SOURCEFORGE__/showfiles.php?__GROUP_ID__&__WINDOWS_ID__')m4_dnl
+m4_define(`__MONOLITHIC__',`__SOURCEFORGE__/project/showfiles.php?__GROUP_ID__&__MONOLITHIC_ID__')m4_dnl
+m4_define(`__WINDOWS__',`__SOURCEFORGE__/project/showfiles.php?__GROUP_ID__&__WINDOWS_ID__')m4_dnl
+m4_define(`__PACKAGES__',`__SOURCEFORGE__/project/showfiles.php?__GROUP_ID__&__PACKAGES_ID__')m4_dnl
 m4_dnl
 m4_dnl
 m4_dnl