small typos

This commit is contained in:
Hamza Zia 2012-06-25 01:53:30 -07:00
parent d3e7da52fe
commit 00f990d873
10 changed files with 11 additions and 4 deletions

View File

@ -1,13 +1,15 @@
webui-aria2
===========
The aim for this project is to create the worlds best and hottest interface to interact with aria2. aria2 is the worlds best file downloader, but sometimes the command line just brings more power than necessary.
The aim for this project is to create the worlds best and hottest interface to interact with aria2. aria2 is the worlds best file downloader, but sometimes the command line brings more power than necessary. The project started off as a GSOC project by the Metalink
Very simple to use, no build scripts, no installation scripts. Just download the repo, fireup your favourite web browser with index.html and start downloading files!! Be sure to start aria2 in the background either in your local machine or in a remote one. You can do that as follows:
Very simple to use, no build scripts, no installation scripts. First start aria2 in the background either in your local machine or in a remote one. You can do that as follows:
**aria2c --enable-rpc**
If aria2 is not installed in your local machine then head on to http://aria2.sourceforge.net/ and follow the instructions there.
Then download the webui, you can either do that by downloading this repository and running index.html in the browser. Or you could just head on to http://ziahamza.github.com/webui-aria2/ and just start downloading files!!
Status
===========
Usable but some bugs here and there. A lot more to features to come so stay tuned.
@ -24,3 +26,8 @@ Dependencies
============
Well, I guess you cannot run it without aria2 installed locally or on a network location. And not sure if a web browser counts as a dependency on GUI desktops :)
Support
=======
For any support, feature request and bug report add an issue in the github project tab or head on the aria2 forums (https://sourceforge.net/apps/phpbb/aria2) and post your issue there.

0
css/bootstrap.css vendored Normal file → Executable file
View File

0
img/glyphicons-halflings-white.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

0
img/glyphicons-halflings.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -434,7 +434,7 @@
</div>
<div class="modal-body">
<p>
Aria2 version: <span class="about_aria_version"></span>
aria2 version: <span class="about_aria_version"></span>
<br>
Web-Client status: <span class="about_webclient_version"></span>
</p>

0
js/aria2_settings.js Normal file → Executable file
View File

0
js/base64.js Normal file → Executable file
View File

0
js/libs/bootstrap.js vendored Normal file → Executable file
View File

0
js/libs/jquery-1.7.2.js vendored Normal file → Executable file
View File

0
js/libs/mustache.js Normal file → Executable file
View File