Re: slrn-doc.html
andrew <[email protected]>
| Newsgroups | gmane.network.slrn.user |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 10, 2008 at 08:15:18PM +1000, andrew wrote: > Is this a good time to delete the file: > > doc/slrn-doc.html > > from the slrn tarball? Some of the details in this document have been > rendered incorrect by the recent redesign of the slrn website. I would > be happy to write a replacement but I am not entirely sure that this > document is still needed with much of the other slrn documentation > pointing toward the new website and its documentation page? I have created a replacement that may be suitable. It fixes the broken links and adds in the slrn documentation project. Patch attached. Andrew -- http://www.andrews-corner.org ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
slrn_doc.patch
(text/plain, 4.3 KB)
Index: doc/slrn-doc.html =================================================================== --- doc/slrn-doc.html (revision 281) +++ doc/slrn-doc.html (working copy) @@ -1,41 +1,39 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<html> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd"> +<html lang="en"> <head> - <title>The slrn newsreader / Online documentation</title> - <link rev=made href="mailto:[email protected]"> +<meta http-equiv="content-type" content="text/html; charset=UTF-8"> +<title>Accessing slrn's online documentation</title> +<style type="text/css"> +body {background: #cccccc; color: #000000;} +#wrapper{ +font-size: 100%; +font-family: sans-serif; +width:90%; +margin: 1em auto; +line-height:1.3; +color: #000000; background: #FFFFFF; +padding:1em; border: 1px solid #000000; +} +h1, h2 {font-weight: bold; color: black; background: white; margin:0; padding:0;} +h1 {font-size: 160%;} +h2 {font-size: 150%;} +</style> </head> -<body bgcolor="#2600bf" text="#010101" link="#3200ff" vlink="#6e6e6e" alink="#2600bf"> -<table width="87%" border=0 cellspacing=3 align="center"> - <tr><td bgcolor="#add1ff"> - <font size="5"><strong>Accessing slrn's online documentation</strong></font> - </td></tr> - <tr><td bgcolor="#010101"> - <table width="100%" border=0 cellspacing=0 cellpadding=0><tr> - <td><font size="-1" color="#ffffff"> - Last update: Tue Aug 19 23:45:36 CEST 2003</font></td> - </tr> - </table></td></tr> - <tr><td bgcolor="#e7e7f0"> - <table width="100%"> - <tr bgcolor="#add1ff"> - <td><strong>Information</strong></td> - </tr> - <tr><td> - The current documentation is also available online from - <a href="http://slrn.sourceforge.net/docs/">http://slrn.sourceforge.net/docs/</a>. - Besides the plain text versions that come with the source distribution, - this page offers HTML versions of many documents. The slrn reference - manual and FAQ have their own page, - <a href="http://slrn.sourceforge.net/manual/">http://slrn.sourceforge.net/manual/</a>.<br> - Where available, both pages also link translated versions of the docs; for - additional (non-official) documentation and tutorials (both in English and - in some other languages), look at the list at <a - href="http://slrn.sourceforge.net/links.html#sect_docs">our links - page.</a> </td></tr> - </table> - </td></tr> - <tr><td bgcolor="#add1ff" align="center"><font size="-1"> - <a href="http://slrn.sourceforge.net/">[Go to slrn's homepage]</a></font></td></tr> -</table> +<body> +<div id="wrapper"> +<h1>Accessing slrn's Online Documentation</h1> +<p>The current documentation for slrn is also <a href="http://slrn.sourceforge.net/documentation.html">available online</a>. Besides the plain text versions that come with the source distribution this page also offers single and multi-page HTML versions of many documents and in some cases pdf versions as well. Users of slrn are strongly encouraged in addition to read through other sections of the <a href="http://www.slrn.sourceforge.net">slrn website</a>.</p> +<p>Work on this documentation is now a continuing and evolving process courtesy of the Slrn Documentation Project. Details of this project can be found below.</p> +<h2>The Slrn Documentation Project</h2> +<p>The <a href="http://slrn-doc.sourceforge.net/">slrn Documentation Project</a> is a third party project that aims to provide documentation for the slrn newsreader. The project goals are:</p> +<ul> +<li>To assist in keeping the official slrn documentation up to date by allowing collaborative work by "unofficial" documentation writers before submitting patches to the slrn project.</li> +<li>To develop new documentation which may or may not become "official".</li> +<li>To modernise existing documentation by conversion from Linuxdoc-SGML to other formats.</li> +<li>To translate the documentation into other languages.</li> +</ul> +<p><a href="https://sourceforge.net/project/showfiles.php?group_id=4526">Updated document packs</a> are available as well as a <a href="https://sourceforge.net/svn/?group_id=4526">subversion repository</a> where "work in progress" versions can be obtained. Assistance is always welcome in this project and a start can be made by emailing the <a href="mailto:[email protected]">project administrator</a>.</p> +</div> </body> </html>