From 1b946ed33de9f7d47adbda23ed60be08cc28ed08 Mon Sep 17 00:00:00 2001 From: Torrage Date: Mon, 19 Jul 2010 14:17:19 +1000 Subject: [PATCH] Added README to release. cleaned up some text on index page. --- README | 15 +++++++++++++++ index.php | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..0448dd7 --- /dev/null +++ b/README @@ -0,0 +1,15 @@ +Torrage - Torrent Storage Cache + +To obtain the latest version of Torrage, always check out http://github.com/torrage/Torrage + +Torrage is a torrent storage cache system, developed in PHP with the primary aim of serving torrent +files on a large scale allowing trackers and index sites to spend less time and resources storing/maintaining torrents. + + +Changelog + +v0.4 +- Rewritten major chunks of the codebase to clean up bugs and optimize functionality. +- Use new version of TorrentEditor class which fixed a lot of issues from v0.3 +- Added cron support to clean up /sync/ files as not to create duplicate clutter +- Added sync mirror support to push data to other known torrage websites \ No newline at end of file diff --git a/index.php b/index.php index 122157a..a20ce9c 100644 --- a/index.php +++ b/index.php @@ -26,7 +26,7 @@
  • We DO NOT have any type of search or listing system.
  • We DO NOT run our own trackers.
  • The original filename of the torrent is NOT saved.
  • -
  • We DO NOT log any IP adresses of uploaders.
  • +
  • We DO NOT log any IP adresses of uploaders / downloaders.
  • You can ONLY download torrents if you ALREADY KNOW the INFO_HASH of the torrent file.
  • Torrent files are cached on disk in gzip format making it extremely time consuming to search for any data contained within the torrent files.
  • @@ -34,7 +34,7 @@

    Donations

    We do not have any income or advertising on the site, instead we get the money it takes to run the service from the general public and other sites - that uses our services for caching torrent files. If you like our service and want to contribute please contact donations@torrage.com + that use our services for caching torrent files. If you like our service and want to contribute please contact donations@torrage.com

    Setup your own torrent storage cache!