From: <ai...@us...> - 2013-09-24 22:21:23
|
Revision: 12525 http://sourceforge.net/p/plplot/code/12525 Author: airwin Date: 2013-09-24 22:21:20 +0000 (Tue, 24 Sep 2013) Log Message: ----------- Fix broken URL's contained inside ulink elements of our DocBook documentation. Modified Paths: -------------- trunk/doc/docbook/src/ada.xml trunk/doc/docbook/src/deploying.xml trunk/doc/docbook/src/drivers.xml trunk/doc/docbook/src/intro.xml trunk/doc/docbook/src/os_notes.xml trunk/doc/docbook/src/perl.xml trunk/doc/docbook/src/wish.xml Modified: trunk/doc/docbook/src/ada.xml =================================================================== --- trunk/doc/docbook/src/ada.xml 2013-09-24 16:51:13 UTC (rev 12524) +++ trunk/doc/docbook/src/ada.xml 2013-09-24 22:21:20 UTC (rev 12525) @@ -957,10 +957,10 @@ using OS X and is supported by PLplot. It is a native Cocoa graphics "terminal" that is highly recommended. All output is antialiased and is easily cut-and-pasted in OS X's native PDF format. Get it <ulink - url="http://sourceforge.net/project/showfiles.php?group_id=39915">here</ulink>. + url="http://sourceforge.net/projects/aquaterm/files">here</ulink>. It can also be installed from either the <ulink - url="http://www.finkproject.org/">Fink</ulink> or <ulink - url="http://www.macports.org/projects.">MacPorts</ulink> + url="http://fink.thetis.ig42.org/">Fink</ulink> or <ulink + url="http://www.macports.org/">MacPorts</ulink> projects.</para> </sect2> @@ -982,7 +982,7 @@ GNAT that comes packaged using the usual Apple software installer and is strongly recommended. This compiler is available for both PowerPC and Intel Macintoshes at <ulink - url="http://www.macada.org/macada/Welcome.html.">www.macada.org</ulink>. + url="http://www.macada.org/macada/Welcome.html">www.macada.org</ulink>. This site is traditionally rather confusing but the mailing list is extremely helpful. The installer also includes an Ada-specific plug-in for Apple's Xcode IDE which is strongly recommended if you plan to work Modified: trunk/doc/docbook/src/deploying.xml =================================================================== --- trunk/doc/docbook/src/deploying.xml 2013-09-24 16:51:13 UTC (rev 12524) +++ trunk/doc/docbook/src/deploying.xml 2013-09-24 22:21:20 UTC (rev 12525) @@ -88,7 +88,7 @@ user's machine is to use PLplot deb binary packages for the <ulink url="http://www.debian.org">Debian</ulink> distribution, and PLplot rpm binary packages for rpm-based distributions. (See the <ulink - url="http://plplot.sourceforge.net/resources/index.html">Resources + url="http://plplot.sourceforge.net/download.php">download area</ulink> of the PLplot web site for locations of debs and rpms.) Build the application on the build machine using the results of the <userinput>pkg-config --cflags --libs plplotd</userinput> command, and copy Modified: trunk/doc/docbook/src/drivers.xml =================================================================== --- trunk/doc/docbook/src/drivers.xml 2013-09-24 16:51:13 UTC (rev 12524) +++ trunk/doc/docbook/src/drivers.xml 2013-09-24 22:21:20 UTC (rev 12525) @@ -239,8 +239,8 @@ <para> A basic version of a pdf driver has been added to PLplot. This driver is based on the libharu library see: - <ulink url="http://libharu.sourceforge.net/"> - http://libharu.sourceforge.net/</ulink>. + <ulink url="http://libharu.org/"> + libharu.org</ulink>. At present only the Hershey fonts are used and there is no support for pdf or ttf fonts. Compression of the pdf output is not enabled and the paper size can't be chosen. All these issues will be addressed in @@ -312,8 +312,8 @@ to work. The pango and pangoft2 libraries are widely distributed with most Linux distributions and give the psttf driver full complex text layout (CTL) capability (see - <ulink url="http://plplot.sourceforge.net/examples/demo24.php"> - http://plplot.sourceforge.net/examples/demo24.php</ulink> + <ulink url="http://plplot.sourceforge.net/examples.php?demo=24"> + http://plplot.sourceforge.net/examples.php?demo=24</ulink> for an example of this capability). The LASi library is not part of most distributions at this time. The source code can be downloaded from http://www.unifont.org/lasi/. The library is small and easy to Modified: trunk/doc/docbook/src/intro.xml =================================================================== --- trunk/doc/docbook/src/intro.xml 2013-09-24 16:51:13 UTC (rev 12524) +++ trunk/doc/docbook/src/intro.xml 2013-09-24 22:21:20 UTC (rev 12525) @@ -195,7 +195,7 @@ to make the desired PLplot calls. Example programs in C, C++, Fortran77, Fortran95 and Java are included as a guide. Plots generated from the example programs are shown - <ulink url="http://&PLplot-website;/examples/index.html">here</ulink>. + <ulink url="http://&PLplot-website;/examples.php">here</ulink>. </para> <para> You will then need to compile your program and link it with the Modified: trunk/doc/docbook/src/os_notes.xml =================================================================== --- trunk/doc/docbook/src/os_notes.xml 2013-09-24 16:51:13 UTC (rev 12524) +++ trunk/doc/docbook/src/os_notes.xml 2013-09-24 22:21:20 UTC (rev 12525) @@ -69,7 +69,7 @@ </para> <para> The longer (CMake) story is currently documented <ulink - url="http://www.miscdebris.net/plplot_wiki/index.php?title=Main_Page#Building_PLplot_with_our_new_CBS">here</ulink>. + url="http://www.miscdebris.net/plplot_wiki/index.php?title=Building_PLplot">here</ulink>. The eventual plan is to incorporate that material in this documentation, but we haven't done it yet so this section NEEDS DOCUMENTATION. </para> @@ -92,8 +92,8 @@ <sect2> <title>Windows Configure and Build</title> <para> - This (CMake) story currently documented <ulink - url="http://www.miscdebris.net/plplot_wiki/index.php?title=Main_Page#Windows">here</ulink>. + This (CMake) story is currently documented <ulink + url="http://www.miscdebris.net/plplot_wiki/index.php?title=Specifics_for_various_platforms#Windows">here</ulink>. The eventual plan is to incorporate that material into this documentation, but we haven't done it yet so this section NEEDS DOCUMENTATION. </para> Modified: trunk/doc/docbook/src/perl.xml =================================================================== --- trunk/doc/docbook/src/perl.xml 2013-09-24 16:51:13 UTC (rev 12524) +++ trunk/doc/docbook/src/perl.xml 2013-09-24 22:21:20 UTC (rev 12525) @@ -99,7 +99,7 @@ There is also a Perl PLplot interface on <ulink url="http://www.cpan.org">CPAN</ulink> which is not dependent on PDL. The Perl module is called <ulink - url="http://search.cpan.org/%7Etjenness/">Graphics::PLplot</ulink> and is + url="http://search.cpan.org/~tjenness/Graphics-PLplot/">Graphics::PLplot</ulink> and is appropriate for small data arrays. The API is very similar to the C API except that if the number of elements in an array is required by the C function the perl interface calculates it automatically. Also, Modified: trunk/doc/docbook/src/wish.xml =================================================================== --- trunk/doc/docbook/src/wish.xml 2013-09-24 16:51:13 UTC (rev 12524) +++ trunk/doc/docbook/src/wish.xml 2013-09-24 22:21:20 UTC (rev 12525) @@ -141,30 +141,13 @@ <para> There are several important sources of info and code for Tcl. - Definitely get the book mentioned above. The Tcl and Tk toolkits - are distributed by anonymous <command>ftp</command> at <ulink - url="ftp://sprite.berkeley.edu/tcl"><filename>sprite.berkeley.edu:/tcl</filename></ulink>. - There are several files in there corresponding to Tcl, Tk, and - various forms of documentation. At the time of this writing, the - current versions of Tcl and Tk are 7.3 and 3.6 respectively. - Retrieve those files, and install using the instructions provided - therein. + Definitely get the book mentioned above, and the source code for the + Tcl and Tk toolkits can be downloaded from <ulink + url="http://www.tcl.tk/software/tcltk/download.html">The Tcl developer + Xchange</ulink>. </para> <para> - The other major anonymous <command>ftp</command> site for Tcl is - <ulink - url="ftp://harbor.ecn.purdue.edu/pub/tcl"><filename>harbor.ecn.purdue.edu:/pub/tcl</filename></ulink>. - Harbor contains a mirror of <literal>sprite</literal> as well as - innumerable extensions, Tcl/Tk packages, tutorials, documentation, - etc. The level of excitement in the Tcl community is - extraordinarily high, and this is reflected by the great plethora - of available, high quality, packages and extensions available for - use with Tcl and Tk. Explore—there is definitely something - for everyone. - </para> - - <para> Additionally there is a newsgroup, <literal>comp.lang.tcl</literal> which is well read, and an excellent place for people to get oriented, find help, etc. Highly recommended. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |