From 8cb76afacfe051b3961820494b789dc8d11f006a Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Wed, 8 Apr 2015 02:43:52 +0200 Subject: [README] Update --- README.md | 69 +++++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 49 insertions(+), 20 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7e436efb0..6657a193d 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,48 @@ -[![pyLoad](/docs/resources/banner.png "pyLoad")](http://pyload.org/) -==================================================================== +

pyLoad

[![Translation Status](http://translate.pyload.org/badges/pyload/localized.png "Translation Status")](http://translate.pyload.org/project/pyload/) **pyLoad** is a Free and Open Source download manager written in Python and designed to be extremely lightweight. -Its friendly Web User Interface allows full managing and easily remote access from anywhere! -pyLoad was developed to run on NAS, next-gen routers and headless home servers, whatever device able to connect to internet -and supporting the Python programming language, so it's available for all kind of operating systems and a wide range of hardware platforms; -you can even install on your PC or Mac if you want and control it entirely by web in the same way. +Table of contents +----------------- + + - [Description](#description) + - [Download](#download) + - [Installation](#installation) + - [Dependencies](#dependencies) + - [Required](#required) + - [Optional](#optional) + - [Usage](#usage) + - [First Start](#first-start) + - [Web User Interface](#web-user-interface) + - [Command Line Interface](#command-line-interface) + - [Development](#development) + - [Translations](#translations) + - [Send a tip for translators](#send-a-tip-for-translators) + - [Update templates](#update-templates) + - [Retrieve PO files](#retrieve-po-files) + - [Compile PO files](#compile-po-files) + - [Licensing](#licensing) + - [Main program](#main-program) + - [Plugins](#plugins) + - [Plugin policy](#plugin-policy) + - [Credits](#credits) + + +Description +----------- + +**pyLoad** was developed to run on any device able to connect to internet and supporting the Python programming language. +That's mean it's available for a really wide range of hardware platforms and operating systems. +You can control it entirely by web on its friendly Web User Interface. All common video-sites, one-click-hosters, container formats and well known web standards are supported to allow you to download your files. Additionaly, pyLoad has a great variety of plugins to automate common tasks and make unattended running possible. pyLoad has a fully featured and well documented Application Programming Interface, easily extendable and accessible by external tools, cross-platform apps or other softwares. -Just take a look to the [Development section](https://github.com/pyload/pyload/tree/master#development) for more info about that. +Just take a look to the [Development section](#development) for more info about that. For news, wiki, forum and further info visit the pyLoad website: . @@ -25,27 +52,29 @@ Or joining us at `#pyload` on `irc.freenode.net`. Download -------- -> **Note:** -> You need **at least Python 2.5** or **at most Python 2.7** to run pyLoad and its required software dependencies. ->> **Python 3** and **PyPy** are not yet supported. - -Pre-build packages are provided with all the software dependencies required to run pyLoad flawlessly on the referenced platform, Python included. - -But you can even get the source code here and manually install the required packages afterwards. -Please refer to the [Dependencies section](https://github.com/pyload/pyload/tree/master#dependencies) for more info about that. - > **Note:** > If you wanna use pyLoad on Windows, it's hightly recommented to install the latest **official** pre-build package for that platform. - - **Pre-build packages**: . - - **Latest stable version** (source code): . - - **Latest development version** (source code): . +Release | Download +-------------------------------------------- | ----------------------------------------------------- +Pre-build packages | +Latest stable version (source code) | +Latest development version (source code) | + +Pre-build packages are provided with all the software dependencies required to run pyLoad flawlessly on the referenced platform. +If you choose a source code, at least you need to have the proper Python version installed on your platform before launch pyLoad. Installation ------------ -... +pyLoad currently works under: + + - [ ] PyPy + - [x] **Python 2.5** + - [x] **Python 2.6** + - [x] **Python 2.7** + - [ ] Python 3 You can install any missing software package from the *Python Package Index* typing: -- cgit v1.2.3 From 3724412ee9d40363c85f50f4f6af9eb14f2e646d Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Wed, 8 Apr 2015 14:04:14 +0200 Subject: [README] Update (2) --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6657a193d..7fb70fa1c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Description **pyLoad** was developed to run on any device able to connect to internet and supporting the Python programming language. That's mean it's available for a really wide range of hardware platforms and operating systems. -You can control it entirely by web on its friendly Web User Interface. +You can control it entirely by web using its friendly Web User Interface. All common video-sites, one-click-hosters, container formats and well known web standards are supported to allow you to download your files. Additionaly, pyLoad has a great variety of plugins to automate common tasks and make unattended running possible. @@ -55,26 +55,29 @@ Download > **Note:** > If you wanna use pyLoad on Windows, it's hightly recommented to install the latest **official** pre-build package for that platform. -Release | Download --------------------------------------------- | ----------------------------------------------------- -Pre-build packages | -Latest stable version (source code) | -Latest development version (source code) | +Releases | Download +----------------------------------------------------- | ----------------------------------------------------- +Pre-build packages with changelog | Pre-build packages are provided with all the software dependencies required to run pyLoad flawlessly on the referenced platform. If you choose a source code, at least you need to have the proper Python version installed on your platform before launch pyLoad. +Source code | Download +----------------------------------------------------- | ----------------------------------------------------- +Latest stable version | +Latest development version | + Installation ------------ pyLoad currently works under: - - [ ] PyPy - [x] **Python 2.5** - [x] **Python 2.6** - [x] **Python 2.7** - [ ] Python 3 + - [ ] PyPy You can install any missing software package from the *Python Package Index* typing: -- cgit v1.2.3