public
Description: perl based pluggable media center application
Homepage: http://remediecode.org/
Clone URL: git://github.com/miyagawa/remedie.git
name age message
file .gitignore Thu Jan 08 21:14:24 -0800 2009 add more stuff to gitignore [miyagawa]
file .shipit Sat Nov 01 11:54:04 -0700 2008 import [miyagawa]
file Changes Sat Nov 01 11:54:04 -0700 2008 import [miyagawa]
file HACKING Mon Jan 12 14:27:43 -0800 2009 Auto install the SQLite database in the first r... [miyagawa]
file MANIFEST Mon Jan 12 00:52:14 -0800 2009 upadte MANIFEST [miyagawa]
file MANIFEST.SKIP Mon Jan 12 00:52:14 -0800 2009 upadte MANIFEST [miyagawa]
file Makefile.PL Loading commit data...
file README.mkdn Tue Jan 13 12:30:55 -0800 2009 Markdown markup thing [miyagawa]
directory bin/ Sun Nov 23 20:24:37 -0800 2008 use extlib [miyagawa]
directory extlib/ Thu Jan 15 09:52:33 -0800 2009 deal with 304 response with Scraper [miyagawa]
directory lib/ Thu Jan 15 21:35:07 -0800 2009 DWIMy parse dates that would look like YYYY*MM*DD [miyagawa]
directory root/
directory t/ Thu Jan 15 21:35:07 -0800 2009 DWIMy parse dates that would look like YYYY*MM*DD [miyagawa]
directory xt/ Sat Nov 01 11:54:04 -0700 2008 import [miyagawa]
README.mkdn

Remedie is a perl based pluggable media center application. It runs as a web server, uses Plagger and SQLite as its backend and uses JavaScript (jQuery) and CSS to build the user interface.

How to install

In summary, you can get the source code, install Perl dependencies and run the web server.

git clone git://github.com/miyagawa/remedie.git
cd remedie
cpan -t .
./bin/remedie-server.pl

If you do not have git command in handy, you can also download the tarball or ZIP file from github master (there's a "download" button). But I strongly suggest you shouldn't do that, since you need to manually download and update the local copy when Remedie is updated. With git it's just git pull.

cpan -t . will examine Makefile.PL and installs dependent Perl modules from CPAN. Do not run make install (or cpan -i .). Especially, if you have Plagger installed in your system, running make install for Remedie breaks your existent Plagger installation because we forked Plagger. So, don't do that.

Now with the remedie-server.pl process running, you can access Remedie user interface by accessing http://localhost:10010/ with your browser. See the file HACKING for more details.

License

Unless otherwise noted, Remedie and Plagger perl code and remedie*.js are licensed under Perl Artistic or GPL 2 License.

This software also includes the following material which have their own license:

Links