public
Description: A BitTorrent tracker that makes podcast RSS feeds, written in the Symfony PHP framework.
Homepage: http://limecast.com/
Clone URL: git://github.com/WIZARDISHUNGRY/sflimetracker.git
Tue Aug 18 14:06:27 -0700 2009
commit  745483e6ba10462de49c59980a499d48c78e152a
tree    ae0ed3a1ec9ef82a391b1910b0e420fa07d5fc86
parent  450a4491fe710cdbcc809d28450a6f31f27cdb37
name age message
file .gitignore Thu May 14 09:33:10 -0700 2009 removed stupid symfony submodule because git-sv... [WIZARDISHUNGRY]
file .gitmodules Loading commit data...
file .htaccess Thu Feb 26 11:55:51 -0800 2009 Simplified regexp to original form [WIZARDISHUNGRY]
file LICENSE Thu Nov 06 10:40:47 -0800 2008 Documenting [WIZARDISHUNGRY]
file README.textile Tue Feb 03 08:33:10 -0800 2009 Adding note about .dist files [WIZARDISHUNGRY]
directory apps/
directory cache/ Thu Feb 26 11:46:56 -0800 2009 removing .html cached version support from .hta... [WIZARDISHUNGRY]
directory config/ Thu Jun 04 14:38:46 -0700 2009 squashed name to author [WIZARDISHUNGRY]
directory css/ Fri Jun 26 16:16:46 -0700 2009 [CAST-241] - widen the feed url container to 100% [mnutt]
directory data/ Wed Apr 29 11:51:37 -0700 2009 intent is implicit [WIZARDISHUNGRY]
file fixtures Thu Feb 26 11:03:59 -0800 2009 Moved contents of "web" into "root" -- provisio... [WIZARDISHUNGRY]
directory images/ Tue May 19 20:39:02 -0700 2009 style header; minor tweaks to form [mnutt]
file index.php Thu Jun 25 15:40:59 -0700 2009 fix php ver requirement [Tekimaki]
directory js/ Fri May 29 13:27:30 -0700 2009 non working number fmt fix [WIZARDISHUNGRY]
directory json-cache/ Thu Apr 16 10:32:12 -0700 2009 Create new directory for json progress updates [mnutt]
directory lib/
file limetracker-assert.php Tue Mar 31 15:41:14 -0700 2009 adding debug script http://gist.github.com/78145 [WIZARDISHUNGRY]
directory log/ Thu Feb 26 11:46:56 -0800 2009 removing .html cached version support from .hta... [WIZARDISHUNGRY]
directory plugins/
file robots.txt Thu Feb 26 11:03:59 -0800 2009 Moved contents of "web" into "root" -- provisio... [WIZARDISHUNGRY]
file sf Thu Feb 26 11:03:59 -0800 2009 Moved contents of "web" into "root" -- provisio... [WIZARDISHUNGRY]
file sfPropelPlugin Tue Mar 03 09:04:00 -0800 2009 Fixed broken symlinks [WIZARDISHUNGRY]
file sfProtoculousPlugin Tue Mar 03 09:04:00 -0800 2009 Fixed broken symlinks [WIZARDISHUNGRY]
file symfony Mon Feb 02 13:39:28 -0800 2009 automated tool changes [WIZARDISHUNGRY]
directory test/ Mon Jun 22 12:24:36 -0700 2009 changed unit tests to use "test" env instead of... [WIZARDISHUNGRY]
file tracker_dev.php Thu Mar 12 14:32:50 -0700 2009 Front end controller syntax is valid in PHP4 to... [WIZARDISHUNGRY]
README.textile

sfLimeTracker

by Jon Williams

A BitTorrent tracker implementation written with the Symfony PHP framework.
Licensed under the MIT license; see LICENSE for details.

Please see the wiki for documentation. LimeTracker is part of the LimeCast project.

.dist files

There are a number of files in source control suffixed with .dist. If you’ve checked sfLimeTracker out of source control, you should remove the .dist extension and customize these files.


find * -name \*.dist -exec echo cp {} {} \; |sed 's/\.dist$//' | sh

Copyright © 2008 Limewire, LLC