MajorSmart
Majordomo-like frontend to SmartList
This is an effort to maintain SmartList as if it was Majordomo. Majordomo run out of competition due to its nonfreeness. If people were used to remotely maintain some mailing lists and users should be able to gather some information from the lists, this is a proper solution. Of course, this system runs on majordomo@lists.infodrom.org already.
MajorSmart provides these commands:
- un/subscribe -- subscribe / unsubscribe
- who -- who is on the list
- which -- to which list is somebody subscribed to
- help -- a comprehensive help
- lists -- list of available lists
- approve -- commands for the listmaster
Anonymous CVS-Access
Source code for this package is maintained via CVS. This enables a way to do versioning and provides a history for all files. At any time it is possible to restore an older version. Additionally, clean patches can be applied and reverted.
By using CVS it is possible to provide anonymous access to the repository. To archive this the original archive is copied onto a well-connected server several times a day, on which anonymous access is configured.
Using a web browser the sourcecode can be browsed here.
Log in
Please install the package »cvs« and execute the following command:
cvs -d :pserver:anonymous@cvs.infodrom.org:/var/cvs/infodrom login
Simply hit enter when »cvs« asks for a password. From now on you random access to the archive is provided.
Use it
Source code is copied to your own harddisk by issuing the following command:
cvs -d :pserver:anonymous@cvs.infodrom.org:/var/cvs/infodrom co majorsmart
If you have modified anything, visualize these changes with
cvs diff. If you would like to add these modifications
to the software, please send the reviewed output to Martin Schulze.
After the original has changed, you'll have to update your own copy
with the command cvs update.
Log out
When you are finished and would like to reset the password (it is
stored in ~/.cvspass), issue the following command: ein:
cvs -d :pserver:anonymous@cvs.infodrom.org:/var/cvs/infodrom logout