commit
0b072bc6d6
|
@ -13,11 +13,11 @@ aria2c --enable-rpc --rpc-listen-all
|
|||
|
||||
If aria2 is not installed in your local machine then head on to https://aria2.github.io/ 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.io/webui-aria2/ and just start downloading files! After that you can also save it for offline use by saving from the browser save page as option.
|
||||
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 https://ziahamza.github.io/webui-aria2/ and just start downloading files! After that you can also save it for offline use by saving from the browser save page as option.
|
||||
|
||||
Tips
|
||||
====
|
||||
1. You can always select which files to download in case of torrents or metalinks. Just pause a download and a list icon should appear next to the settings button. To select which files to download before starting the download, give the flag --pause-metadata to aria2. See [link](http://aria2.sourceforge.net/manual/en/html/aria2c.html#cmdoption--pause-metadata)
|
||||
1. You can always select which files to download in case of torrents or metalinks. Just pause a download and a list icon should appear next to the settings button. To select which files to download before starting the download, give the flag --pause-metadata to aria2. See [link](https://aria2.github.io/manual/en/html/aria2c.html#cmdoption--pause-metadata)
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
|
10
index.html
10
index.html
|
@ -119,7 +119,7 @@
|
|||
<ul class="dropdown-menu">
|
||||
<li>
|
||||
<a href="#" ng-click="addUris()">
|
||||
<span class="fa fa-fw fa-arrow-circle-o-down"> </span> {{ 'By URIs' | translate }}
|
||||
<span class="fa fa-fw fa-link"> </span> {{ 'By URIs' | translate }}
|
||||
</a>
|
||||
</li>
|
||||
<li ng-show="isFeatureEnabled('BitTorrent') && enable.torrent">
|
||||
|
@ -180,13 +180,13 @@
|
|||
<li>
|
||||
<a
|
||||
ng-click="changeCSettings()"
|
||||
href="#"><span class="fa fa-fw fa-wrench"> </span> {{ 'Connection Settings' | translate }}</a>
|
||||
href="#"><span class="fa fa-fw fa-cog"> </span> {{ 'Connection Settings' | translate }}</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a
|
||||
ng-click="changeGSettings()"
|
||||
href="#"><span class="fa fa-fw fa-wrench"> </span> {{ 'Global Settings' | translate }}</a>
|
||||
href="#"><span class="fa fa-fw fa-cogs"> </span> {{ 'Global Settings' | translate }}</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
@ -1252,10 +1252,10 @@
|
|||
<div class="modal-body">
|
||||
<p>
|
||||
{{ 'To download the latest version of the project, add issues or to contribute back, head on to' | translate }}:<br />
|
||||
<a href="https://github.com/ziahamza/webui-aria2">http://github.com/ziahamza/webui-aria2</a>
|
||||
<a href="https://github.com/ziahamza/webui-aria2">https://github.com/ziahamza/webui-aria2</a>
|
||||
<br /><br />
|
||||
{{ 'Or you can open the latest version in the browser through' | translate }}:<br />
|
||||
<a href="http://ziahamza.github.io/webui-aria2">http://ziahamza.github.io/webui-aria2</a>
|
||||
<a href="https://ziahamza.github.io/webui-aria2">https://ziahamza.github.io/webui-aria2</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
|
|
Loading…
Reference in New Issue
Block a user