To Be GNU/Hurd
Mon, 07 Jan 2008
hellasmella 0.08
- added javascript functions to pause/continue/clear so the search results are not lost with a page refresh
- changed "clear (all)" down to just "clear" for simplicity
- all queue controls return a status update if made as an ajax request, this lets us update the UI faster
- removed [rar] password control, not used or testable since nothing posted to usenet is password protected
- removed "uptime", pointless and not accurate
- added category filter on newzbin search
- added HTTP::Cookies to build depends
- refined styling of queue and search
Comments
Nice looking software. But no doc on how to install it... Is it a private software ?
I'll be glad to get a little howto cause the link in your read me is dead...
I'll be glad to get a little howto cause the link in your read me is dead...
Sorry about the lack of documentation. I am just writing this in my free time, mostly for my own personal use. Your best bet for getting it installed is to run 'perl Makefile.PL; make; make install'. This will install the scripts in /usr/local/bin. Then you can run it as either fastcgi, cgi, or using mod_perl. You can take a look at the Catalyst cookbook for all of these options.
http://search.cpan.org/~jrockway/Catalyst-Manual-5.701003/lib/Catalyst/Manual/Cookbook.pod#Deployment
I will try to include sample apache and lighttpd configs in the next release.
http://search.cpan.org/~jrockway/Catalyst-Manual-5.701003/lib/Catalyst/Manual/Cookbook.pod#Deployment
I will try to include sample apache and lighttpd configs in the next release.