mirror of https://github.com/aria2/aria2
Replace sourceforge references with aria2.github.io
parent
22e18e5983
commit
eaaf33d9aa
2
AUTHORS
2
AUTHORS
|
@ -1,3 +1,3 @@
|
||||||
Tatsuhiro Tsujikawa <t-tujikawa at users dot sourceforge dot net>
|
Tatsuhiro Tsujikawa <tatsuhiro.t at gmail dot com>
|
||||||
Ross Smith II <aria2spam at netebb dot com> (Windows port)
|
Ross Smith II <aria2spam at netebb dot com> (Windows port)
|
||||||
Nils Maier <maierman at web dot Germany>
|
Nils Maier <maierman at web dot Germany>
|
||||||
|
|
|
@ -33,7 +33,7 @@ How to use
|
||||||
----------
|
----------
|
||||||
|
|
||||||
See `the online manual
|
See `the online manual
|
||||||
<http://aria2.sourceforge.net/manual/en/html/>`_.
|
<https://aria2.github.io/manual/en/html/>`_.
|
||||||
|
|
||||||
Notes
|
Notes
|
||||||
-----
|
-----
|
||||||
|
|
21
README.rst
21
README.rst
|
@ -1,7 +1,7 @@
|
||||||
aria2 - The ultra fast download utility
|
aria2 - The ultra fast download utility
|
||||||
=======================================
|
=======================================
|
||||||
:Author: Tatsuhiro Tsujikawa
|
:Author: Tatsuhiro Tsujikawa
|
||||||
:Email: t-tujikawa_at_users_dot_sourceforge_dot_net
|
:Email: tatsuhiro.t_at_gmail_dot_com
|
||||||
|
|
||||||
Disclaimer
|
Disclaimer
|
||||||
----------
|
----------
|
||||||
|
@ -20,12 +20,12 @@ downloaded from HTTP(S)/FTP/SFTP is uploaded to the BitTorrent
|
||||||
swarm. Using Metalink's chunk checksums, aria2 automatically validates
|
swarm. Using Metalink's chunk checksums, aria2 automatically validates
|
||||||
chunks of data while downloading a file like BitTorrent.
|
chunks of data while downloading a file like BitTorrent.
|
||||||
|
|
||||||
The project page is located at http://aria2.sourceforge.net/.
|
The project page is located at https://aria2.github.io/.
|
||||||
|
|
||||||
See `aria2 Online Manual
|
See `aria2 Online Manual
|
||||||
<http://aria2.sourceforge.net/manual/en/html/>`_ (`Russian translation
|
<https://aria2.github.io/manual/en/html/>`_ (`Russian translation
|
||||||
<http://aria2.sourceforge.net/manual/ru/html/>`_, `Portuguese
|
<https://aria2.github.io/manual/ru/html/>`_, `Portuguese
|
||||||
translation <http://aria2.sourceforge.net/manual/pt/html/>`_) to learn
|
translation <https://aria2.github.io/manual/pt/html/>`_) to learn
|
||||||
how to use aria2.
|
how to use aria2.
|
||||||
|
|
||||||
Features
|
Features
|
||||||
|
@ -400,10 +400,10 @@ Building documentation
|
||||||
documentation. aria2 man pages will be build when you run ``make`` if
|
documentation. aria2 man pages will be build when you run ``make`` if
|
||||||
they are not up-to-date. You can also build HTML version of aria2 man
|
they are not up-to-date. You can also build HTML version of aria2 man
|
||||||
page by ``make html``. The HTML version manual is also available at
|
page by ``make html``. The HTML version manual is also available at
|
||||||
`online <http://aria2.sourceforge.net/manual/en/html/>`_ (`Russian
|
`online <https://aria2.github.io/manual/en/html/>`_ (`Russian
|
||||||
translation <http://aria2.sourceforge.net/manual/ru/html/>`_,
|
translation <https://aria2.github.io/manual/ru/html/>`_,
|
||||||
`Portuguese translation
|
`Portuguese translation
|
||||||
<http://aria2.sourceforge.net/manual/pt/html/>`_).
|
<https://aria2.github.io/manual/pt/html/>`_).
|
||||||
|
|
||||||
BitTorrent
|
BitTorrent
|
||||||
-----------
|
-----------
|
||||||
|
@ -539,9 +539,8 @@ documentation to know how to use API.
|
||||||
References
|
References
|
||||||
----------
|
----------
|
||||||
|
|
||||||
* `aria2 Online Manual <http://aria2.sourceforge.net/manual/en/html/>`_
|
* `aria2 Online Manual <https://aria2.github.io/manual/en/html/>`_
|
||||||
* http://aria2.sourceforge.net/
|
* https://aria2.github.io/
|
||||||
* https://github.com/tatsuhiro-t/aria2
|
|
||||||
* `RFC 959 FILE TRANSFER PROTOCOL (FTP) <http://tools.ietf.org/html/rfc959>`_
|
* `RFC 959 FILE TRANSFER PROTOCOL (FTP) <http://tools.ietf.org/html/rfc959>`_
|
||||||
* `RFC 1738 Uniform Resource Locators (URL) <http://tools.ietf.org/html/rfc1738>`_
|
* `RFC 1738 Uniform Resource Locators (URL) <http://tools.ietf.org/html/rfc1738>`_
|
||||||
* `RFC 2428 FTP Extensions for IPv6 and NATs <http://tools.ietf.org/html/rfc2428>`_
|
* `RFC 2428 FTP Extensions for IPv6 and NATs <http://tools.ietf.org/html/rfc2428>`_
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
#
|
#
|
||||||
AC_PREREQ([2.67])
|
AC_PREREQ([2.67])
|
||||||
AC_INIT([aria2],[1.19.3],[https://github.com/tatsuhiro-t/aria2/issues],[aria2],[http://aria2.sourceforge.net/])
|
AC_INIT([aria2],[1.19.3],[https://github.com/tatsuhiro-t/aria2/issues],[aria2],[https://aria2.github.io/])
|
||||||
|
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
|
|
|
@ -4217,7 +4217,7 @@ Encrypt the whole payload using ARC4 (obfuscation):
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
Project Web Site: http://aria2.sourceforge.net/
|
Project Web Site: https://aria2.github.io/
|
||||||
|
|
||||||
Metalink Homepage: http://www.metalinker.org/
|
Metalink Homepage: http://www.metalinker.org/
|
||||||
|
|
||||||
|
|
|
@ -8,17 +8,17 @@
|
||||||
windows, linux, manual download aria2, torrent, download stream,
|
windows, linux, manual download aria2, torrent, download stream,
|
||||||
como compilar programa no android, como executar download no
|
como compilar programa no android, como executar download no
|
||||||
android
|
android
|
||||||
:author: t-tujikawa_at_users_dot_sourceforge_dot_net english version
|
:author: tatsuhiro.t_at_gmail_dot_com english version
|
||||||
:author: gsavix@gmail.com tradução para português do brasil
|
:author: gsavix@gmail.com tradução para português do brasil
|
||||||
|
|
||||||
|
|
||||||
aria2 - Utilitário para Download Super Ultra Rápido
|
aria2 - Utilitário para Download Super Ultra Rápido
|
||||||
===================================================
|
===================================================
|
||||||
:Author: Tatsuhiro Tsujikawa
|
:Author: Tatsuhiro Tsujikawa
|
||||||
:Email: t-tujikawa_at_users_dot_sourceforge_dot_net
|
:Email: tatsuhiro.t_at_gmail_dot_com
|
||||||
:translator: pt_BR Portuguese, tradutor: gsavix@gmail.com
|
:translator: pt_BR Portuguese, tradutor: gsavix@gmail.com
|
||||||
|
|
||||||
.. index:: double: author; t-tujikawa_at_users_dot_sourceforge_dot_net
|
.. index:: double: author; tatsuhiro.t_at_gmail_dot_com
|
||||||
.. index:: triple: tradutor; tradução; gsavix@gmail.com;
|
.. index:: triple: tradutor; tradução; gsavix@gmail.com;
|
||||||
|
|
||||||
Renúncia
|
Renúncia
|
||||||
|
@ -39,10 +39,9 @@ para você ir assistindo um filme enquanto o download prossegue. Através da
|
||||||
verificação (checksum) de partes dos dados dos Metalink's, aria2
|
verificação (checksum) de partes dos dados dos Metalink's, aria2
|
||||||
automaticamente valida partes (chunks) do BitTorrent.
|
automaticamente valida partes (chunks) do BitTorrent.
|
||||||
|
|
||||||
A página do projeto está em http://aria2.sourceforge.net/.
|
A página do projeto está em https://aria2.github.io/.
|
||||||
|
|
||||||
Veja `aria2 Manual Online <http://aria2.sourceforge.net/manual/pt/html/>`_
|
Veja `aria2 Manual Online <https://aria2.github.io/manual/pt/html/>`_
|
||||||
e `Exemplos de Uso <http://sourceforge.net/apps/trac/aria2/wiki/UsageExample>`_
|
|
||||||
para aprender como a usar aria2.
|
para aprender como a usar aria2.
|
||||||
|
|
||||||
Funcionalidades
|
Funcionalidades
|
||||||
|
@ -396,9 +395,9 @@ Como usar comandos do aria2 no Android
|
||||||
--------------------------------------
|
--------------------------------------
|
||||||
|
|
||||||
Ver o manual do aria2 online nos seguintes idiomas:
|
Ver o manual do aria2 online nos seguintes idiomas:
|
||||||
`Tradução em Português <http://aria2.sourceforge.net/manual/pt/html/>`_.
|
`Tradução em Português <https://aria2.github.io/manual/pt/html/>`_.
|
||||||
`Original em Inglês <http://aria2.sourceforge.net/manual/en/html/>`_.
|
`Original em Inglês <https://aria2.github.io/manual/en/html/>`_.
|
||||||
`Tradução em Russo <http://aria2.sourceforge.net/manual/ru/html/>`_.
|
`Tradução em Russo <https://aria2.github.io/manual/ru/html/>`_.
|
||||||
|
|
||||||
Notas sobre uso do aria2 no Android
|
Notas sobre uso do aria2 no Android
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
@ -463,10 +462,10 @@ certifique-se de que os pré-requisitos de fontes usados pelo latex
|
||||||
estejam presentes.
|
estejam presentes.
|
||||||
|
|
||||||
A versão online HTML também está disponível em:
|
A versão online HTML também está disponível em:
|
||||||
`Original em Inglês <http://aria2.sourceforge.net/manual/en/html/>`_
|
`Original em Inglês <https://aria2.github.io/manual/en/html/>`_
|
||||||
e nas traduções em:
|
e nas traduções em:
|
||||||
(`Português <http://aria2.sourceforge.net/manual/pt/html/>`_ e
|
(`Português <https://aria2.github.io/manual/pt/html/>`_ e
|
||||||
`Russo <http://aria2.sourceforge.net/manual/ru/html/>`_).
|
`Russo <https://aria2.github.io/manual/ru/html/>`_).
|
||||||
|
|
||||||
BitTorrrent
|
BitTorrrent
|
||||||
===========
|
===========
|
||||||
|
@ -597,17 +596,15 @@ Referências
|
||||||
===========
|
===========
|
||||||
|
|
||||||
* `aria2 Manual Inglês
|
* `aria2 Manual Inglês
|
||||||
<http://aria2.sourceforge.net/manual/en/html/>`_ original inglês
|
<https://aria2.github.io/manual/en/html/>`_ original inglês
|
||||||
|
|
||||||
* `aria2 Manual Russo
|
* `aria2 Manual Russo
|
||||||
<http://aria2.sourceforge.net/manual/ru/html/>`_ versão russo
|
<https://aria2.github.io/manual/ru/html/>`_ versão russo
|
||||||
|
|
||||||
* `aria2 Manual Português
|
* `aria2 Manual Português
|
||||||
<http://aria2.sourceforce.net/manual/pt/html/>`_ versão português
|
<https://aria2.github.io/manual/pt/html/>`_ versão português
|
||||||
|
|
||||||
* http://aria2.sourceforge.net/
|
* https://aria2.github.io/
|
||||||
* http://sourceforge.net/apps/trac/aria2/wiki
|
|
||||||
* https://github.com/tatsuhiro-t/aria2
|
|
||||||
* `RFC 959 FILE TRANSFER PROTOCOL (FTP)
|
* `RFC 959 FILE TRANSFER PROTOCOL (FTP)
|
||||||
<http://tools.ietf.org/html/rfc959>`_
|
<http://tools.ietf.org/html/rfc959>`_
|
||||||
* `RFC 1738 Uniform Resource Locators (URL)
|
* `RFC 1738 Uniform Resource Locators (URL)
|
||||||
|
|
|
@ -3959,9 +3959,7 @@ Criptografar todo conjunto usando ARC4:
|
||||||
Ver Também
|
Ver Também
|
||||||
----------
|
----------
|
||||||
|
|
||||||
Site do Projeto aria2: http://aria2.sourceforge.net/
|
Site do Projeto aria2: https://aria2.github.io/
|
||||||
|
|
||||||
Wiki aria2: http://sourceforge.net/apps/trac/aria2/wiki
|
|
||||||
|
|
||||||
Site do Projeto Metalink: http://www.metalinker.org/
|
Site do Projeto Metalink: http://www.metalinker.org/
|
||||||
|
|
||||||
|
|
|
@ -4292,7 +4292,7 @@ RPC
|
||||||
|
|
||||||
СМОТРИТЕ ТАКЖЕ
|
СМОТРИТЕ ТАКЖЕ
|
||||||
--------------
|
--------------
|
||||||
Веб-сайт проекта: http://aria2.sourceforge.net/
|
Веб-сайт проекта: https://aria2.github.io/
|
||||||
|
|
||||||
Домашняя страница Metalink: http://www.metalinker.org/
|
Домашняя страница Metalink: http://www.metalinker.org/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue