changeset 3281:fef1a2e527ef octave-forge

Doc updates
author adb014
date Wed, 28 Mar 2007 01:35:09 +0000
parents c0f920dde9b3
children 92281f41620f
files doc/coda/coda.sgml doc/htdocs/NEWS.in doc/htdocs/index.in doc/htdocs/packages.in doc/macros.m4
diffstat 5 files changed, 15 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/doc/coda/coda.sgml	Wed Mar 28 01:25:50 2007 +0000
+++ b/doc/coda/coda.sgml	Wed Mar 28 01:35:09 2007 +0000
@@ -1,5 +1,5 @@
 <?xml version="1.0" standalone="no"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1//EN" 
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 
                       "/usr/share/sgml/docbook/xml-dtd-4.2/docbookx.dtd" [
 
 <!--
--- a/doc/htdocs/NEWS.in	Wed Mar 28 01:25:50 2007 +0000
+++ b/doc/htdocs/NEWS.in	Wed Mar 28 01:35:09 2007 +0000
@@ -7,7 +7,7 @@
 </div>
 <div class="section">
 <dl>
-<dt>March 22, 2007</dt>
+<dt>March 29, 2007</dt>
 <dd>
 <p>Octave-forge reorganized as a series of packages for use with
 the Octave package manager. See the <a
@@ -75,7 +75,7 @@
 <dd>
 <p>Octave-forge version 200607008 released. This version was the last 
 monolithic release and the first release that only supported version 
-of octave later than Octave 2.9.</p>
+of Octave later than Octave 2.9.</p>
 <p>An abbreviated list of changes is:</p>
 <ul>
    <li>purge functions moved to Octave and remove pre-2.9.x support.</li>
--- a/doc/htdocs/index.in	Wed Mar 28 01:25:50 2007 +0000
+++ b/doc/htdocs/index.in	Wed Mar 28 01:35:09 2007 +0000
@@ -33,6 +33,10 @@
     <a href="http://lists.sourceforge.net/mailman/listinfo/octave-dev">repository mailing list</a>
     or <a href="developers.html">join the development team</a>.
   </p>
+  <p>
+    For the convenience of Windows users, Octave-Forge supplies
+    <a href="__WINDOWS__">pre-built installers for Windows</a> platforms.
+  </p>
 </div>
 <div class="section">
 <h2>Recent News</h2>
@@ -41,7 +45,7 @@
 see the <a href="NEWS.html">News Archive</a> or the
 <a href="ChangeLog">ChangeLog</a>.</p>
 <dl>
-<dt>March 22, 2007</dt>
+<dt>March 29, 2007</dt>
 <dd>
 <p>Octave-forge reorganized as a series of packages for use with
 the Octave package manager. See the <a
--- a/doc/htdocs/packages.in	Wed Mar 28 01:25:50 2007 +0000
+++ b/doc/htdocs/packages.in	Wed Mar 28 01:35:09 2007 +0000
@@ -12,7 +12,7 @@
 that have license issues. Usually the packages themselves are
 Free Software that depend on non-free libraries.</li></ul>
 <p>For convenience, all of the packages below are available
-as a <a href="__PACKAGE__/../packages/octave-forge-bundle-20070322.tar.gz?download">single file</a>.
+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>
 <h2 id="main">Main repository</h2>
--- a/doc/macros.m4	Wed Mar 28 01:25:50 2007 +0000
+++ b/doc/macros.m4	Wed Mar 28 01:35:09 2007 +0000
@@ -1,11 +1,15 @@
 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(`__SOURCEFORGE__',`http://sourceforge.net')m4_dnl
-m4_dnl m4_define(`__PACKAGE__',`http://prdownloads.sourceforge.net/octave')m4_dnl
-m4_define(`__PACKAGE__',`http://octave.dbateman.org/packages')m4_dnl
+m4_define(`__PACKAGE__',`http://downloads.sourceforge.net/octave')m4_dnl
+m4_dnl m4_define(`__PACKAGE__',`http://octave.dbateman.org/packages')m4_dnl
 m4_define(`__SUMMARY__',`__SOURCEFORGE__/projects/octave/')m4_dnl
 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_dnl
 m4_dnl
 m4_dnl