[COMMIT LOGREPORT] docs/website/htdocs contact.html,1.1,1.2

Joost van Baal vanbaal at users.sourceforge.net
Sun Apr 22 09:36:50 CEST 2007


Update of /cvsroot/logreport/docs/website/htdocs
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv24220

Modified Files:
	contact.html 
Log Message:
merge ../www/contact/lists/index.php in

Index: contact.html
===================================================================
RCS file: /cvsroot/logreport/docs/website/htdocs/contact.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- contact.html	22 Apr 2007 07:35:47 -0000	1.1
+++ contact.html	22 Apr 2007 07:36:48 -0000	1.2
@@ -5,7 +5,128 @@
 <link rel="icon" href="/images/lire-16.png" type="image/png">
 <title>
 Contact logreport.org</title></head>
-<body><table border="0" width="100%" cellspacing="0" cellpadding="0" align="left" class="lightbg">
+<body>
+
+
+<?php 
+	require_once 'lr/doc.php';
+	require_once 'lr/decorate.php';
+	require_once 'lr/html.php';
+	$doc = new XMLDocument();
+	$doc->parse(<<<EndXML
+<webpage>
+	<caption>LogReport Mail Lists</caption>
+	<heading shownum="0">Mailing lists</heading>
+        <par>The following mailing lists are available for communication
+between the LogReport foundation, the developers and the users.</par>
+	<list>
+        <item>General Questions: <link
+url="mailto:Questions at LogReport.org">Questions at LogReport.org</link>. The list
+is <link path="/contact/lists/questions/">archived</link>.  As an anti-spam
+measure, posts are allowed only for subscribers.  If you post, using an
+envelope-from address which is not subscribed, your message will get forwarded
+to the list maintainer.  If the message is not spam, it will get distributed to
+the list, eventually.
+	</item>
+        <item>Announcements: <link
+url="Announcement at LogReport.org">Announcement at LogReport.org</link>.  This list
+is read-only, posts are not allowed.  This is a low-traffic lists: about 1 post
+monthly. The list is <link path="/contact/lists/announcement/">archived</link>.
+	</item>
+        <item>Development: <link
+url="Development at LogReport.org">Development at LogReport.org</link>.  The list is
+<link path="/contact/lists/development/">archived</link>.   Only posts from
+subscribers are automatically distributed to the subscribers, just like for the
+questions list.
+	</item>
+        <item>Lire and other CVS Commit Messages: <link
+url="Commit at LogReport.org">Commit at LogReport.org</link>.  High traffic list.  An
+alternative interface to the commits is offered by the <link
+url="cvs.sourceforge.net/cgi-bin/viewcvs.cgi/logreport/">CVS web interface on
+SourceForge</link>.
+	</item>
+	</list>
+EndXML
+);
+
+$doc->tag('legacy', array('html' => <<<EndHTML
+<div align="center">
+<form method="post" action="/contact/majordomo.php">
+<table cellspacing="0" cellpadding="2" border="0"><tr><td>
+<table cellspacing="0" cellpadding="4" border="0">
+
+<tr>
+<td colspan="3">Mailing List Subscription<td>
+</tr>
+
+<tr>
+<td>
+<input type="checkbox" checked name="action" value="subscribe"> subscribe<br>
+<input type="checkbox" name="action" value="unsubscribe"> unsubscribe<br>
+</td>
+<td colspan="2">
+Enter your Email address here:<br>
+<input type="text" name="email" size="35" value="your at address.dom">
+</td>
+</tr>
+
+<tr>
+<td>
+<input type="checkbox" checked name="listq" value="questions">Questions<br>
+<input type="checkbox" checked name="lista" value="announcement">Announcement
+</td>
+<td>
+<input type="checkbox" name="listd" value="development">Development<br>
+<input type="checkbox" name="listc" value="commit">Commit messages
+</td>
+<td align="right" valign="bottom">
+<DIV id="sf"><input type="submit" value="Send to smartlist!"></div>
+</td>
+</tr>
+
+</table>
+</td></tr></table>
+</form>
+</div>
+
+</form>
+EndHTML
+));
+$doc->parse(<<<EndXML
+<par>To subscribe to one of the mailing list manually, just send an Email to
+listname-request at logreport.org with a subject of "subscribe", where listname is
+one of announcement, commit, development, questions.
+But please remember this cookie: "Internet is a wonderful mechanism
+for making a fool of yourself in front of a very large audience".
+So start thinking already with your subscription and avoid sending it
+to the list addresses, please. Actually the above form is provided
+mainly to avoid this common and nasty mistake.</par>
+
+<par>If you have any difficulty with the lists, please contact <link
+url="mailto:webmaster at logreport.org">webmaster at logreport.org</link></par>
+
+EndXML
+);
+$doc->finish('<cvs id="$Id$"/></webpage>');
+echo doc2html(decorate(&$doc));
+?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<table border="0" width="100%" cellspacing="0" cellpadding="0" align="left" class="lightbg">
 <!-- start heading row -->
 	<tr>
 		<td valign="top"><img

-- 
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