Skip to content

Commit

Permalink
Added README to release.
Browse files Browse the repository at this point in the history
cleaned up some text on index page.
  • Loading branch information
torrage committed Jul 19, 2010
1 parent a14385c commit 1b946ed
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions 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
4 changes: 2 additions & 2 deletions index.php
Expand Up @@ -26,15 +26,15 @@
<li>We <b>DO NOT</b> have any type of search or listing system.</li> <li>We <b>DO NOT</b> have any type of search or listing system.</li>
<li>We <b>DO NOT</b> run our own trackers. </li> <li>We <b>DO NOT</b> run our own trackers. </li>
<li>The original filename of the torrent is <b>NOT</b> saved.</li> <li>The original filename of the torrent is <b>NOT</b> saved.</li>
<li>We <b>DO NOT</b> log any IP adresses of uploaders.</li> <li>We <b>DO NOT</b> log any IP adresses of uploaders / downloaders.</li>
<li>You can <b>ONLY</b> download torrents if you <b>ALREADY KNOW</b> the INFO_HASH of the torrent file.</li> <li>You can <b>ONLY</b> download torrents if you <b>ALREADY KNOW</b> the INFO_HASH of the torrent file.</li>
<li>Torrent files are cached on disk in gzip format making it extremely time consuming to search for any data contained within the torrent files.</li> <li>Torrent files are cached on disk in gzip format making it extremely time consuming to search for any data contained within the torrent files.</li>
</ul> </ul>


<h2>Donations</h2> <h2>Donations</h2>
<p> <p>
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 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
</p> </p>


<h2>Setup your own torrent storage cache!</h2> <h2>Setup your own torrent storage cache!</h2>
Expand Down

0 comments on commit 1b946ed

Please sign in to comment.