diff readme.txt @ 2:40e545510a57

Added support for POSTing to the server, added readme and todo, added support for upstream synchronization using POST
author Ivo Smits <Ivo@UCIS.nl>
date Tue, 12 Apr 2011 00:29:41 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/readme.txt	Tue Apr 12 00:29:41 2011 +0200
@@ -0,0 +1,9 @@
+To use:
+	Set up some database (MySQL is recommended, but others should work too), with a schema as described in database.mysql
+	Rename/copy config.php.example to config.php and edit it according to your database settings
+	Add other news servers to the peers table in the database (address is in the format tcp://hostname:119, post is either 0 or 1 to try to post to this server)
+	Add newsgroups to the newsgroups table in the database
+	Add peer-group relations to the peergroups table in the database (peer is the id number from the peers table, group is the id number from the groups table)
+	Setup (x)inetd (or socat or netcat) to serve the server.php script on TCP port 119
+	Run the fetchnews.php script to synchronize with your peers
+	Install the fetchnews.php script in crontab to automatically synchronize with your peers