Changeset 1398538
- Timestamp:
- 04/18/2016 07:36:09 PM (10 years ago)
- File:
-
- 1 edited
-
katracker/trunk/README.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
katracker/trunk/README.txt
r1398530 r1398538 1 === Plugin Name===1 === KaTracker === 2 2 Contributors: xdnicoco 3 3 Tags: media, torrent, file, tracker … … 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 The only full and all powerful, complete bittorrent tracker and torrent file management integration for wordpress. 10 10 11 == Description == 12 11 13 A complete bittorrent tracker and torrent management integration for wordpress, make a bittorrent tracker within 5 minutes! 12 14 The tracker engine is based uppon the mysql version of peertracker (https://github.com/JonnyJD/peertracker), and was changed to match wordpress standards and functions. … … 15 17 16 18 Main Features: 17 * Upload and manage torrent files18 * Use a private tracker wich tracks only torrents uploaded to it, or an open tracker that tracks every torrent announced to it.19 * Use shortcodes to include a torrent in post, or to list all torrents available20 * Recent torrent widget21 * Torrent thumbnails22 * And more.19 * Upload and manage torrent files 20 * Use a private tracker wich tracks only torrents uploaded to it, or an open tracker that tracks every torrent announced to it. 21 * Use shortcodes to include a torrent in post, or to list all torrents available 22 * Recent torrent widget 23 * Torrent thumbnails 24 * And more. 23 25 24 26 For Theme Developers: 25 * an option to include your own implementation and css of the widget and the torrent in your theme directory.27 * an option to include your own implementation and css of the widget and the torrent in your theme directory. 26 28 27 29 License Note: 28 Though most of the tracker is licensed under GPLv2 License, but the tracker core and the torrent file class are licensed under GPLv3 or later license. 29 I've included that license file as well as GPLv3 in the main plugin directory, and added a special notes in the header of every file using that license. 30 Though most of the tracker is licensed under GPLv2 License, but the tracker core and the torrent file class are licensed under GPLv3 or later license. 31 I've included that license file as well as GPLv3 in the main plugin directory, and added a special notes in the header of every file using that license. 32 30 33 == Installation == 34 31 35 1. Upload the plugin files to the `/wp-content/plugins/katracker` directory, or install the plugin through the WordPress plugins screen directly. 32 36 1. Activate the plugin through the 'Plugins' screen in WordPress 33 37 1. Use the Settings->Katracker screen to configure the tracker and torrent management settings 34 38 Note that torrents view best in list view and not in grid view. 39 35 40 == Screenshots == 41 36 42 1. The torrents view 37 43 3. Admin options 44 38 45 == Changelog == 46 39 47 = 1.0 = 40 48 * First version to see light in wordpress, Hip Hip-Horray!!! 49 41 50 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.