Commit Graph

518 Commits (4c181a08b7f178b3ba722d73b4b705501629c86a)

Author SHA1 Message Date
ITriskTI 667a4725e8 Update aria2c.rst 2013-10-01 10:32:05 +03:00
Nils Maier 1065f9d964 Document that AppleTLS, WinTLS does not support --ca-certitifcate 2013-09-30 16:49:32 +02:00
Nils Maier 41bee45792 Document WinTLS, AppleTLS, PKCS12 for --certificate 2013-09-30 16:49:10 +02:00
Nils Maier 9768aa9fad WinTLS: Document PKCS12-only support. 2013-09-30 13:53:21 +02:00
Tatsuhiro Tsujikawa cf5b049999 Merge branch 'patch-2' of https://github.com/ITriskTI/aria2 into ITriskTI-patch-2 2013-09-25 21:33:23 +09:00
ITriskTI f2137eb784 Fixed a typo in the English manual
Closes #133
2013-09-25 02:51:31 +02:00
ITriskTI 5787b1e161 Update aria2c.rst 2013-09-24 22:39:09 +03:00
Nils Maier 2f1f45bcc5 Document PKCS12 availability 2013-09-22 12:55:27 +02:00
Nils Maier 7ca627bfe9 Fix out-of-tree builds of libaria2api
Also it's not just the `html` target that needs libaria2api generated.

The fix is mighty ackward, as it is not really out-of-tree: libaria2api
still will be but into the srcdir. I settled for this because trying to
do a real include from the build dir is really a mess, either requireing
heavy pre-processing or a custom sphinx Include directive :p
2013-09-09 23:35:15 +02:00
ITriskTI d668a8a604 Update aria2c.rst 2013-09-03 09:23:43 +03:00
Nils Maier 72c5aaa31a Give hint on how to install sphinx-build
... and remove trailing parenthesis from warning messages
2013-08-24 20:09:39 +02:00
Tatsuhiro Tsujikawa d87365efc6 Use @echo instead of $(warning ...) to suppress warning on autoreconf 2013-08-21 00:40:30 +09:00
Nils Maier 02c65e0eca Always build doc/manual-src
Should sphinx-build be not available AND the man file not be prsent,
then just "touch" it into existence (and warn about that)
2013-08-19 00:16:54 +02:00
Nils Maier 322bd45cfb Check for sphinx-build during configure 2013-08-18 05:27:17 +02:00
Nils Maier 4be7ec380f Change defaults: Enable 16M disk cache by default. 2013-08-12 20:51:19 +02:00
Tatsuhiro Tsujikawa de55569de5 Always save control file if --force-save is given 2013-07-28 18:07:29 +09:00
Tatsuhiro Tsujikawa 4ff6a9f1d4 Do the same doc improvements to --follow-metalink 2013-06-12 21:37:30 +09:00
gt 75d3e6f4dd Improvements to --follow-torrent=false documentation. 2013-06-11 23:49:09 +05:30
Tatsuhiro Tsujikawa e8b27b7017 libaria2.rst: Fix typo 2013-05-28 23:45:29 +09:00
Tatsuhiro Tsujikawa 91e0fdbc24 Remove clean-local not to remove generated man pages with `make clean`
Because we don't require sphinx-doc to build distributed archive, the
man pages are generated when making distribution. And We want to keep
the generated man pages with `make clean` there.
2013-05-26 01:14:00 +09:00
Tatsuhiro Tsujikawa 42d3408b50 Add libaria2 tutorial 2013-05-21 23:53:21 +09:00
ITriskTI 8d2191e488 Update aria2c.rst 2013-05-18 15:45:51 +03:00
Tatsuhiro Tsujikawa 798dd406f2 Match ru and pt doc style to en version 2013-05-18 19:06:15 +09:00
Tatsuhiro Tsujikawa aca6b0b68c Update doc style 2013-05-18 19:01:49 +09:00
Tatsuhiro Tsujikawa bb194f6c6b Add missing docs to EXTRA_DIST 2013-05-18 17:14:24 +09:00
Tatsuhiro Tsujikawa 93db904e48 Add reference marker to EXIT STATUS section 2013-05-18 16:37:58 +09:00
Tatsuhiro Tsujikawa 8b7bac60ec Update libaria2.rst 2013-05-18 16:35:50 +09:00
Tatsuhiro Tsujikawa 0ed4fec8a8 Update libaria2.rst 2013-05-18 16:27:13 +09:00
Tatsuhiro Tsujikawa 0adc4b795e Add gid option to Input File section 2013-05-16 23:15:23 +09:00
Tatsuhiro Tsujikawa c7c4d46672 Add changeOption and DownloadHandle::getOption API
In aria2c.rst, define section label for "Input File" section so that
it can be referenced from other document.
2013-05-16 23:09:19 +09:00
Tatsuhiro Tsujikawa 390ad710f1 Update copyright year in aria2c.rst 2013-05-11 22:35:19 +09:00
Tatsuhiro Tsujikawa 771af11212 Update doc theme 2013-05-11 21:05:40 +09:00
Tatsuhiro Tsujikawa e350df2d75 Add download event callback API and its example 2013-05-11 19:40:24 +09:00
Tatsuhiro Tsujikawa 01d2cb197c Fix doc 2013-05-10 00:06:50 +09:00
Tatsuhiro Tsujikawa 742f8cc822 Document theme change
Need to change ru and pt as well
2013-05-10 00:01:19 +09:00
Tatsuhiro Tsujikawa 370584a12b Update doc 2013-05-09 23:59:50 +09:00
Tatsuhiro Tsujikawa f2c2f08585 Support @class, fix execution failure 2013-05-09 23:59:22 +09:00
Tatsuhiro Tsujikawa ca6b46db84 Generate libaria2 API doc from aria2.h 2013-05-09 23:49:30 +09:00
Tatsuhiro Tsujikawa 9665a3491d Avoid docutils bug
Old docutils has bug which does not escape . at the start of the line,
which accidentally makes it manpage macro.
2013-04-23 21:12:28 +09:00
Tatsuhiro Tsujikawa 8604714c4e Update bash_completion 2013-04-20 23:04:11 +09:00
Tatsuhiro Tsujikawa f326955108 Fix sphinx warnings 2013-04-15 21:18:22 +09:00
Tatsuhiro Tsujikawa adab7ace6e Merge branch 'master' of https://github.com/gsavix/aria2 into gsavix-master 2013-04-15 21:15:12 +09:00
gilberto dos santos alves 6ced9deef8 Update aria2c.rst
appletls warnings. first create private certificate with sha-1
2013-04-14 13:52:33 -03:00
gilberto dos santos alves ca57f82dae Update aria2c.rst
type error metalink option rst title chars (mixed ~----~~
2013-04-14 13:32:04 -03:00
ITriskTI a3aec02fe1 Update aria2c.rst 2013-04-14 18:33:03 +03:00
Nils Maier f9225db135 AppleTLS: Document new --rpc-certificate behavior 2013-04-08 07:15:38 +02:00
Tatsuhiro Tsujikawa 35d00f6b7f Remove meta directive for now since it breaks manpage generation 2013-04-06 16:05:27 +09:00
Tatsuhiro Tsujikawa 81718d698b Update pt manual translation
Contributed by Gilberto dos Santos Alves
2013-04-05 00:51:15 +09:00
ITriskTI ad75b0e0c1 Update aria2c.rst 2013-04-04 01:15:27 +03:00
Tatsuhiro Tsujikawa 7d65d38807 Remove --enable-async-dns6 from manual 2013-04-02 00:07:43 +09:00