|
From: <sm...@us...> - 2008-07-24 13:48:00
|
Revision: 8580
http://plplot.svn.sourceforge.net/plplot/?rev=8580&view=rev
Author: smekal
Date: 2008-07-24 13:48:08 +0000 (Thu, 24 Jul 2008)
Log Message:
-----------
Added CMakeList.txt which created documentation.php from documentation.php.in. Renamed index.php to index_new.php so that old and new website can live side by side - changed code in corefunctions.php accordingly. Fixed bug in documentation.php.in.
Modified Paths:
--------------
trunk/www/Makefile
trunk/www/corefunctions.php
trunk/www/documentation.php.in
Added Paths:
-----------
trunk/www/CMakeLists.txt
trunk/www/index_new.php
Removed Paths:
-------------
trunk/www/index.php
Added: trunk/www/CMakeLists.txt
===================================================================
--- trunk/www/CMakeLists.txt (rev 0)
+++ trunk/www/CMakeLists.txt 2008-07-24 13:48:08 UTC (rev 8580)
@@ -0,0 +1,4 @@
+configure_file(
+${CMAKE_CURRENT_SOURCE_DIR}/documentation.php.in
+${CMAKE_CURRENT_BINARY_DIR}/documentation.php @ONLY
+)
Property changes on: trunk/www/CMakeLists.txt
___________________________________________________________________
Added: svn:eol-style
+ native
Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile 2008-07-24 13:45:20 UTC (rev 8579)
+++ trunk/www/Makefile 2008-07-24 13:48:08 UTC (rev 8580)
@@ -13,7 +13,18 @@
news \
plplot_icons \
resources \
- source
+ source \
+ index_new.php \
+ corefunctions.php \
+ credits.php \
+ css \
+ development.php \
+ download.php \
+ examples.php \
+ img \
+ js
+
+
WWW_FILES = $(patsubst %,$(WWW_DIR)/%,$(FILES))
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2008-07-24 13:45:20 UTC (rev 8579)
+++ trunk/www/corefunctions.php 2008-07-24 13:48:08 UTC (rev 8580)
@@ -40,7 +40,7 @@
echo ' <div id="menubar">';
echo ' <ul>';
- echo ' <li><a href="index.php" ' . (($item=='index') ? ('id="selected"') : ('')) .'>Home</a></li>';
+ echo ' <li><a href="index_new.php" ' . (($item=='index') ? ('id="selected"') : ('')) .'>Home</a></li>';
echo ' <li><a href="download.php" ' . (($item=='download') ? ('id="selected"') : ('')) .'>Download</a></li>';
echo ' <li><a href="examples.php" ' . (($item=='examples') ? ('id="selected"') : ('')) .'>Examples</a></li>';
echo ' <li><a href="documentation.php" ' . (($item=='documentation') ? ('id="selected"') : ('')) .'>Documentation</a></li>';
Modified: trunk/www/documentation.php.in
===================================================================
--- trunk/www/documentation.php.in 2008-07-24 13:45:20 UTC (rev 8579)
+++ trunk/www/documentation.php.in 2008-07-24 13:48:08 UTC (rev 8580)
@@ -14,13 +14,13 @@
<div id="leftside">
<h3>PLplot Documentation</h3>
<ul class="arrowlist">
- <li> <a href="@BASE_HTML@">Browse the latest on-line documentation</a> </li>
- <li> <a href="@BASE@.ps.gz">PostScript form of documentation (<?php filesize("@BASE@.ps.gz")/1024)?>MB)</a> </li>
- <li> <a href="@BASE@.pdf">PDF form of documentation (<?php filesize("@BASE@.pdf")/1024)?>MB)</a> </li>
- <li> <a href="@BASE@.dvi">DVI form of documentation (<?php filesize("@BASE@.dvi")/1024)?>MB)</a> </li>
- <li> <a href="@BASE_INFO@.tar.gz">Info form of documentation (<?php filesize("@BASE_INFO@.tar.gz")/1024)?>MB)</a> </li>
- <li> <a href="@BASE_MAN@.tar.gz">Man pages tarball (API chapter in nroff format) (<?php filesize("@BASE_MAN@.tar.gz")/1024)?>MB)</a> </li>
- <li> <a href="@BASE_HTML@.tar.gz">HTML results tarball (<?php filesize("@BASE_HTML@.tar.gz")/1024)?>MB)</a> </li>
+ <li> <a href="docbook-manual/@BASE_HTML@">Browse the latest on-line documentation</a> </li>
+ <li> <a href="docbook-manual/@BASE@.ps.gz">PostScript form of documentation (<?php filesize("docbook-manual/@BASE@.ps.gz")/1024 ?>MB)</a> </li>
+ <li> <a href="docbook-manual/@BASE@.pdf">PDF form of documentation (<?php filesize("docbook-manual/@BASE@.pdf")/1024 ?>MB)</a> </li>
+ <li> <a href="docbook-manual/@BASE@.dvi">DVI form of documentation (<?php filesize("docbook-manual/@BASE@.dvi")/1024 ?>MB)</a> </li>
+ <li> <a href="docbook-manual/@BASE_INFO@.tar.gz">Info form of documentation (<?php filesize("docbook-manual/@BASE_INFO@.tar.gz")/1024 ?>MB)</a> </li>
+ <li> <a href="docbook-manual/@BASE_MAN@.tar.gz">Man pages tarball (API chapter in nroff format) (<?php filesize("docbook-manual/@BASE_MAN@.tar.gz")/1024 ?>MB)</a> </li>
+ <li> <a href="docbook-manual/@BASE_HTML@.tar.gz">HTML results tarball (<?php filesize("docbook-manual/@BASE_HTML@.tar.gz")/1024 ?>MB)</a> </li>
</ul>
<h4>The Current PLplot Documentation Project</h4>
<p>
Deleted: trunk/www/index.php
===================================================================
--- trunk/www/index.php 2008-07-24 13:45:20 UTC (rev 8579)
+++ trunk/www/index.php 2008-07-24 13:48:08 UTC (rev 8580)
@@ -1,105 +0,0 @@
-<?php
- include "corefunctions.php";
-?>
-
-<?php pageHeader("Main"); ?>
-
-<body>
-
-<div id="pagewrapper">
-
- <?php pageMenu("index"); ?>
-
- <div id="contentwrapper">
- <div id="leftside">
- <h3>Introduction</h3>
- <p>PLplot is a library of functions that are useful for making scientific
- plots.</p>
- <p>PLplot can be used from within compiled languages such as C, C++, D,
- FORTRAN and Java, and interactively from interpreted languages
- such as Octave, Python, Perl and Tcl.<br />
- The PLplot library can be used to create standard x-y plots, semilog plots,
- log-log plots, contour plots, 3D surface plots, mesh plots, bar charts and
- pie charts. Multiple graphs (of the same or different sizes) may be
- placed on a single page with multiple lines in each graph.<br />
- A variety of output file devices such as Postscript, png, jpeg
- and others, as well as interactive devices such as xwin, tk,
- xterm and Tektronics devices are supported. There are also interfaces
- available to include the PLplot library in your application, e.g.
- for <a href="http://www.wxwidgets.org">wxWidgets</a>. New devices can be easily
- added by writing a small number of device dependent routines.<br />
- PLplot has core support for unicode. This means plots can be labelled using
- the enormous selection of unicode mathematical symbols and simple text
- layout (left to right) language scripts for many of our devices. For our
- cairo-related devices we also support complex text layout (CTL) languages
- such as Arabic, Hebrew, and Indic and Indic-derived CTL scripts such as
- Devanagari, Thai, Lao, and Tibetan.<br />
- Some devices supports its own way of dealing with text,
- such as the Postscript driver, or the png and jpeg drivers that
- uses the Freetype library.</p>
- <p>PLplot is free software primarily licensed under the
- <a href="http://www.gnu.org/licenses/lgpl.html">LGPL</a>.</p>
-
- <h3>Feature Summary</h3>
- <div class="splitcontentleft">
- <h4>Cross Plattform</h4>
- <p>PLplot is currently known to work on following platforms:</p>
- <ul class="arrowlist">
- <li>Linux and other Unices</li>
- <li>Windows (2000, XP and Vista)</li>
- <li>Mac OS X</li>
- <li>MS-DOS (DJGPP)</li>
- </ul>
- <h4>Output file formats</h4>
- <p>pdf, svg, postscript, cgm, png, jpeg, gif pbm, xfig and latex</p>
- <h4>Interactive Platforms</h4>
- <p>X, Tk/Tcl, wxWidgets, Gnome</p>
- </div>
- <div class="splitcontentright">
- <h4>Language Bindings</h4>
- <p>There are many bindings to the PLplot library</p>
- <ul class="arrowlist">
- <li>C/C++</li>
- <li>FORTAN 77/90</li>
- <li>D</li>
- <li>Java</li>
- <li>Python</li>
- <li>Perl</li>
- <li>ADA</li>
- <li>OCaml</li>
- <li>Octave</li>
- <li>TCL/Tk</li>
- <li>wxWidgets</li>
- </ul>
- </div>
- <div class="clear"></div>
-
-
- <h3>Screenshots</h3>
- <p>
- <a href="examples-data/demo03/x03.01.png" rel="lightbox[plplot]" title="Polar plot">
- <img src="examples-data/demo03/x03.01.png" width="172" height="129" border="1" alt="Polar plot"/></a>
- <a href="examples-data/demo08/x08.03.png" rel="lightbox[plplot]" title="Shade 3D plots">
- <img src="examples-data/demo08/x08.03.png" width="172" height="129" border="1" alt="Shade 3D plots"/></a>
- <a href="examples-data/demo09/x09.01.png" rel="lightbox[plplot]" title="Contouring plot">
- <img src="examples-data/demo09/x09.01.png" width="172" height="129" border="1" alt="Contouring plot"/></a>
- <a href="examples-data/demo16/x16.01.png" rel="lightbox[plplot]" title="False colour plot">
- <img src="examples-data/demo16/x16.01.png" width="172" height="129" border="1" alt="False colour plot"/></a>
- <a href="examples-data/demo24/x24.01.png" rel="lightbox[plplot]" title="Unicode example">
- <img src="examples-data/demo24/x24.01.png" width="172" height="129" border="1" alt="Unicode example"/></a>
- <a href="examples-data/demo30/x30.01.png" rel="lightbox[plplot]" title="Alpha color support">
- <img src="examples-data/demo30/x30.01.png" width="172" height="129" border="1" alt="Alpha color support"/></a>
- </p>
- <p>You can find the code for these and other examples at the <a href="examples.php">examples page</a></p>
- </div>
-
- <?php pageSidebar(0); ?>
-
- <div id="spacer"></div>
- </div>
-
- <?php pageFooter(); ?>
-</div>
-
-</body>
-</html>
Copied: trunk/www/index_new.php (from rev 8575, trunk/www/index.php)
===================================================================
--- trunk/www/index_new.php (rev 0)
+++ trunk/www/index_new.php 2008-07-24 13:48:08 UTC (rev 8580)
@@ -0,0 +1,105 @@
+<?php
+ include "corefunctions.php";
+?>
+
+<?php pageHeader("Main"); ?>
+
+<body>
+
+<div id="pagewrapper">
+
+ <?php pageMenu("index"); ?>
+
+ <div id="contentwrapper">
+ <div id="leftside">
+ <h3>Introduction</h3>
+ <p>PLplot is a library of functions that are useful for making scientific
+ plots.</p>
+ <p>PLplot can be used from within compiled languages such as C, C++, D,
+ FORTRAN and Java, and interactively from interpreted languages
+ such as Octave, Python, Perl and Tcl.<br />
+ The PLplot library can be used to create standard x-y plots, semilog plots,
+ log-log plots, contour plots, 3D surface plots, mesh plots, bar charts and
+ pie charts. Multiple graphs (of the same or different sizes) may be
+ placed on a single page with multiple lines in each graph.<br />
+ A variety of output file devices such as Postscript, png, jpeg
+ and others, as well as interactive devices such as xwin, tk,
+ xterm and Tektronics devices are supported. There are also interfaces
+ available to include the PLplot library in your application, e.g.
+ for <a href="http://www.wxwidgets.org">wxWidgets</a>. New devices can be easily
+ added by writing a small number of device dependent routines.<br />
+ PLplot has core support for unicode. This means plots can be labelled using
+ the enormous selection of unicode mathematical symbols and simple text
+ layout (left to right) language scripts for many of our devices. For our
+ cairo-related devices we also support complex text layout (CTL) languages
+ such as Arabic, Hebrew, and Indic and Indic-derived CTL scripts such as
+ Devanagari, Thai, Lao, and Tibetan.<br />
+ Some devices supports its own way of dealing with text,
+ such as the Postscript driver, or the png and jpeg drivers that
+ uses the Freetype library.</p>
+ <p>PLplot is free software primarily licensed under the
+ <a href="http://www.gnu.org/licenses/lgpl.html">LGPL</a>.</p>
+
+ <h3>Feature Summary</h3>
+ <div class="splitcontentleft">
+ <h4>Cross Plattform</h4>
+ <p>PLplot is currently known to work on following platforms:</p>
+ <ul class="arrowlist">
+ <li>Linux and other Unices</li>
+ <li>Windows (2000, XP and Vista)</li>
+ <li>Mac OS X</li>
+ <li>MS-DOS (DJGPP)</li>
+ </ul>
+ <h4>Output file formats</h4>
+ <p>pdf, svg, postscript, cgm, png, jpeg, gif pbm, xfig and latex</p>
+ <h4>Interactive Platforms</h4>
+ <p>X, Tk/Tcl, wxWidgets, Gnome</p>
+ </div>
+ <div class="splitcontentright">
+ <h4>Language Bindings</h4>
+ <p>There are many bindings to the PLplot library</p>
+ <ul class="arrowlist">
+ <li>C/C++</li>
+ <li>FORTAN 77/90</li>
+ <li>D</li>
+ <li>Java</li>
+ <li>Python</li>
+ <li>Perl</li>
+ <li>ADA</li>
+ <li>OCaml</li>
+ <li>Octave</li>
+ <li>TCL/Tk</li>
+ <li>wxWidgets</li>
+ </ul>
+ </div>
+ <div class="clear"></div>
+
+
+ <h3>Screenshots</h3>
+ <p>
+ <a href="examples-data/demo03/x03.01.png" rel="lightbox[plplot]" title="Polar plot">
+ <img src="examples-data/demo03/x03.01.png" width="172" height="129" border="1" alt="Polar plot"/></a>
+ <a href="examples-data/demo08/x08.03.png" rel="lightbox[plplot]" title="Shade 3D plots">
+ <img src="examples-data/demo08/x08.03.png" width="172" height="129" border="1" alt="Shade 3D plots"/></a>
+ <a href="examples-data/demo09/x09.01.png" rel="lightbox[plplot]" title="Contouring plot">
+ <img src="examples-data/demo09/x09.01.png" width="172" height="129" border="1" alt="Contouring plot"/></a>
+ <a href="examples-data/demo16/x16.01.png" rel="lightbox[plplot]" title="False colour plot">
+ <img src="examples-data/demo16/x16.01.png" width="172" height="129" border="1" alt="False colour plot"/></a>
+ <a href="examples-data/demo24/x24.01.png" rel="lightbox[plplot]" title="Unicode example">
+ <img src="examples-data/demo24/x24.01.png" width="172" height="129" border="1" alt="Unicode example"/></a>
+ <a href="examples-data/demo30/x30.01.png" rel="lightbox[plplot]" title="Alpha color support">
+ <img src="examples-data/demo30/x30.01.png" width="172" height="129" border="1" alt="Alpha color support"/></a>
+ </p>
+ <p>You can find the code for these and other examples at the <a href="examples.php">examples page</a></p>
+ </div>
+
+ <?php pageSidebar(0); ?>
+
+ <div id="spacer"></div>
+ </div>
+
+ <?php pageFooter(); ?>
+</div>
+
+</body>
+</html>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|