[COMMIT LOGREPORT] docs/website/htdocs doc.html,1.2,1.3 faq.html,1.6,1.7 index.html,1.16,1.17
Joost van Baal
vanbaal at users.sourceforge.net
Sun Apr 22 17:22:45 CEST 2007
Update of /cvsroot/logreport/docs/website/htdocs
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv3895
Modified Files:
doc.html faq.html index.html
Log Message:
/dev done: moved to doc.html
Index: doc.html
===================================================================
RCS file: /cvsroot/logreport/docs/website/htdocs/doc.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- doc.html 22 Apr 2007 15:09:27 -0000 1.2
+++ doc.html 22 Apr 2007 15:22:43 -0000 1.3
@@ -9,22 +9,19 @@
<h1 class="titlebox">LogReport and Lire Documentation</h1>
<div class="bodytable">
-<h1>Lire Documentation</h1>
+<h1>Lire Users Documentation</h1>
<p>If you need more information on Lire, look in the documentation which comes
with the software. You can also view it online, using the <a
href="http://download.logreport.org/pub/current/">stable unpacked tarball</a>.
Start by reading the <a
href="http://download.logreport.org/pub/current/README">README</a> file.
-FIXME: add lire(7) in html. You can find the <a
+FIXME: add lire(7) in html. The <a
href="http://download.logreport.org/pub/current/doc/user-manual/">Lire User's
-Manual</a>, the <a
-href="http://download.logreport.org/pub/current/doc/dev-manual/">Lire
-Developer's Manual</a>.</p>
+Manual</a> is available online.</p>
<p>
FIXME: more manpages in HTML.
-FIXME: Licensing in faq.html (or file under dev/ ?)
There are <a href="contact.html">Lire mailing list archives</a>. And of
course, for questions on Lire, don't forget to use your favourite web search
engine.</p>
@@ -45,6 +42,33 @@
<li>2002-05-29 <a href="slideshow.php?code=sane2002">SANE 2002</a></li>
<li>2002-11-13 <a href="slideshow.php?code=xml2002">XML OpenSource Workshop</a></li></ul>
+<h1>Lire Developers Documentation</h1>
+
+<p>If you plan to hack on the Lire code, be sure to read the <a
+href="http://download.logreport.org/pub/current/doc/dev-manual/">Lire
+Developer's Manual</a>.</p>
+
+<p>You can get the very latest Lire sources via CVS through
+<a href="http://sourceforge.net/cvs/?group_id=5049">
+anonymous CVS access at SourceForge</a> (use module 'service').</p>
+
+<p>You can get the main branch by doing:</p>
+
+<pre>cvs -d:pserver:anonymous(a)logreport.cvs.sourceforge.net:/cvsroot/logreport login
+cvs -z3 -d:pserver:anonymous(a)logreport.cvs.sourceforge.net:/cvsroot/logreport \
+ co -P service</pre>
+
+<p>Additionally, you can browse the
+<a href="http://logreport.cvs.sourceforge.net/logreport/">CVS
+tree</a> at the SourceForge website if you just want to have a look at the
+code.</p>
+
+<p>For information on Lire and software licensing, refer to the <a
+href="faq.html">Lire Licensing FAQ</a>.</p>
+
+FIXME: manpages
+
+
<h1>Other resources</h1>
<p>Lots of information on general logging issues is available. The excellent
Index: faq.html
===================================================================
RCS file: /cvsroot/logreport/docs/website/htdocs/faq.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- faq.html 22 Apr 2007 10:09:52 -0000 1.6
+++ faq.html 22 Apr 2007 15:22:43 -0000 1.7
@@ -3,20 +3,14 @@
<html lang="en"><head>
<link rel="Stylesheet" rev="Stylesheet" href="/inc/logreport.css" type="text/css">
<link rel="icon" href="/inc/lire-16.png" type="image/png">
-<title>
-</title></head>
+<title>Lire Licensing FAQ</title></head>
<body>
- <h1 class="titlebox">Frequently Asked Questions about Lire</h1>
+ <h1 class="titlebox">Lire Licensing FAQ</h1>
<div class="bodytable">
-<p>FIMXE: this stuff should go to e.g. /dev/licensing.html </p>
-
- <p>Send questions that you'd like an answer here to the <a href="mailto:questions(a)logreport.org">Questions mailing list</a>.
- </p>
-
- <h1>2 Licensing</h1>
+ <h1>Lire Licensing FAQ</h1>
<p>In this section, you will find answers to common questions about
various aspects of Lire's licensing, e.g. questions which might
@@ -41,7 +35,7 @@
</p>
- <h2>2.1 I wanna contribute code, and would like it to get distributed as a
+ <h2>I wanna contribute code, and would like it to get distributed as a
part of Lire, what should I do, license-wise?</h2>
@@ -115,7 +109,7 @@
- <h2>2.2 Why is Lire licensed under the GPL?</h2>
+ <h2>Why is Lire licensed under the GPL?</h2>
@@ -140,7 +134,7 @@
- <h2>2.3 If I make a contribution to Lire do I have to put my code under
+ <h2>If I make a contribution to Lire do I have to put my code under
the GPL?</h2>
@@ -166,7 +160,7 @@
- <h2>2.4 We want to write a DLF converter for the users of our proprietary
+ <h2>We want to write a DLF converter for the users of our proprietary
product, can we distribute it under the same proprietary terms as our
other products?</h2>
@@ -188,7 +182,7 @@
- <h2>2.5 Can I distribute my XML report specifications under
+ <h2>Can I distribute my XML report specifications under
other terms than the GPL?</h2>
@@ -207,7 +201,7 @@
- <h2>2.6 I want to reuse your file formats (DLF format, XML
+ <h2>I want to reuse your file formats (DLF format, XML
report) in my project, but I want to release this project under a
MIT X-like license, may I?</h2>
Index: index.html
===================================================================
RCS file: /cvsroot/logreport/docs/website/htdocs/index.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- index.html 22 Apr 2007 14:42:55 -0000 1.16
+++ index.html 22 Apr 2007 15:22:43 -0000 1.17
@@ -22,8 +22,7 @@
<li><a href="lire.html">The Lire log analyzer and report generator</a></li>
<li><a href="dl.html">Download Lire</a></li>
<li><a href="about">About LogReport</a></li>
- <li><a href="doc">Documentation</a> FIXME </li>
- <li><a href="dev">Developer Info</a> FIXME </li>
+ <li><a href="doc.html">Documentation for Users and Developers</a></li>
<!-- <a href="faq.html">Lire FAQ</a> FIXME: move to dev/licensing</li> -->
<li><a href="contact.html">Contact Us, Mailing Lists</a></li>
</ul>
@@ -51,9 +50,9 @@
server, firewall, and even printer log files. The list of Lire-supported
services is growing every day.</p>
-<p>The LogReport project would like to publicly thank all the volunteer
-developers who've contributed to the project. For more information, see the
-<a href="dev">developers</a> FIXME section.</p>
+<p>The LogReport project would like to publicly <a
+href="http://download.logreport.org/pub/current/THANKS">thank</a> all the
+volunteer developers who've contributed to the project.</p>
<h2>News</h2>
--
To UNSUBSCRIBE, email to commit-request at logreport.org with a subject of
"unsubscribe". Trouble? Send an email with subject "help" to
commit-request at logreport.org
More information about the Commit
mailing list