From: <jj...@us...> - 2004-01-15 11:13:13
|
Update of /cvsroot/ngetsuite/ngetsuite In directory sc8-pr-cvs1:/tmp/cvs-serv19692 Added Files: HOWTO Log Message: added help for end users (to complete) --- NEW FILE: HOWTO --- How to use ngetsuite : Before everything, start the daemon and optionnaly the httpd ./daemon.rb >/dev/null 2>&1 & ./testhttpd.rb >testhttpd.log 2>&1 & disown -a you can show the groups watched with ./ngetsuite.rb -s you must regularly update the news reader cache with for example a crontab like this : 10 5 * * * ~/ngetupdate.sh content of ~/ngetupdate.sh : #!/bin/sh cd ~/ngetsuite ./ngetsuite.rb -v you can void the output if you don't want mails from cron. Add one or more groups with ./ngetsuite.rb -a alt.binaries.martine.xxx,abmx28,/home/me/downloadMartine Then you select the things you want to download with TODO happy download ! |