753c95473e
* docs/wget2_manual.md: More changes for Wget2
2016-10-12 16:14:16 +02:00
5f599ffd5d
Update documentation to reflect actual behavior of -O
...
* docs/wget2_manual.md: Update documentation. -O does not act as a
shell redirection.
2016-07-22 18:50:59 +02:00
27ffb8f26f
Update README
...
* README.md: Update text to current status.
* docs/mainpage.md: Likewise.
2016-07-22 11:33:36 +02:00
efeec48707
Remove references to autogen.sh. Set SKIP_PO.
...
* bootstrap.conf: add SKIP_PO=1, so that we don't have to pass
the --skip-po flag every time we run bootstrap.
* README.md, contrib/check-hard, contrib/mingw, docs/mainpage.md,
.travis.sh: amend references to autogen.sh.
* autogen.sh: Removed
* .gitignore: Add build-aux
* po/Makevars: Remove auto-generated file from repo
2016-07-08 16:11:01 +02:00
cf35687d9b
Add --force-* options to docs
...
* wget2_manual.md: Add description for --force-css, --force-sitemap,
--force-atom, --force-rss, -force-metalink
2016-05-03 22:16:11 +02:00
ef7c5bba6d
Add docs for robots.txt parsing
...
* libwget/robots.c: Add Doxygen docs
* docs/Makefile.am: Add rule for man page
2016-04-25 21:14:52 +02:00
51053c2b4e
Add docs for Atom and Sitemap URL extraction functions
...
* libwget/atom_url.c: Add Doxygen docs
* libwget/sitemap_url.c: Add Doxygen docs
* docs/Makefile.am: Add rules for man pages
* libwget/base64.c: Fix text
2016-04-09 23:42:29 +02:00
f8dca985c2
Add docs for base64 functions
...
* libwget/base64.c: Add Doxygen docs
* docs/Makefile.am: Add rule for man page
2016-04-09 22:48:36 +02:00
bff21720f9
Add docs in markdown format
...
* DoxygenLayout.xml: Set mainpage title
* libwget.doxy.in: Scan docs, add mainpage.md as main page
* mainpage.md: New file
* faq.md: New file
* wget2_manual.md: New file, derived from wget.texi
2016-03-25 20:03:04 +01:00
650f59cc65
Add docs for memory functions
...
* libwget/mem.c: Add docs
* docs/Makefile.am: Add rule for man pages
* include/libwget.h.in: Cosmetic adjustments
2016-02-07 22:53:10 +01:00
9cf7d2f81f
Add docs for MD5 convenience functions
...
* libwget/md5.c: Add docs
* docs/Makefile.am: Add rule for man pages
2016-02-07 19:13:58 +01:00
9821cfd711
* docs/Makefile.am: Remove redundant list of man files
2016-02-06 22:15:49 +01:00
2a5d9e2162
* docs/Makefile.am: Add rule for xalloc man page
2016-02-06 21:57:55 +01:00
49f29381d0
Add docs for printf functions
...
* libwget/printf.c: Convert GTK-DOC format into Doxygen
* docs/Makefile.am: Add rule for man pages
2016-02-06 21:36:36 +01:00
3c06477e12
Add docs for memory functions
...
* libwget/xalloc.c: Convert GTK-DOC format into Doxygen
* docs/Makefile.am: Add rule for man pages
2016-02-06 21:17:09 +01:00
826e5ac601
Add thread-safe wrapper code around random() and srandom()
...
* docs/Makefile.am: Add wget_random and wget_srandom to docs
* include/libwget.h.in: Add wget_random and wget_srandom
* libwget/Makefile.am: Add random.c
* libwget/http.c: Use wget_random()
* libwget/random.c: New file with wget_random and wget_srandom
* src/options.c: Remove call to srandom()
2016-01-22 20:50:12 +01:00
5304d93dd5
Add docs for I/O functions
...
* docs/Makefile.am: Add libwget-io.3
* libwget/io.c: Add I/O function docs
2016-01-19 10:44:13 +01:00
ce38918e06
Add docs for hash functions
...
* docs/Makefile.am: Add libwget-hash.3
* include/libwget.h.in: Remove hash function docs
* libwget/hashfile.c: Add hash function docs
2016-01-18 15:53:29 +01:00
b7203bc3bd
Do not sort document members
...
* docs/libwget.doxy.in: Set SORT_MEMBER_DOCS = NO
2016-01-18 15:52:39 +01:00
b904c85a12
Enable reading of config.h for docs generation
...
* docs/libwget.doxy.in: Enable reading of config.h
2016-01-18 15:16:19 +01:00
b3dfb09134
Add logo to HTML docs
...
* docs/gen-logo.sh: Add script to generate logo via imagemagick
* docs/wget-logo.png: Add generated logo
* docs/libwget.doxy.in: Include logo into docs
2016-01-18 12:31:46 +01:00
591a1159ee
Tweak doxygen config file
...
* docs/libwget.doxy.in: Hide absolute path in file names,
exclude private header files of libwget/,
exclude symbols starting with _
2016-01-17 21:38:53 +01:00
1bb22c6485
Use README.md as main page in HTML docs
...
* docs/libwget.doxy.in: Add README.md to INPUT
2016-01-17 21:14:15 +01:00
f7ba3e5431
Use doxygen instead of gtk-doc
...
* Removed all gtk-doc files and references.
* Added doxygen files and rules
2016-01-17 20:29:58 +01:00
a9311134c2
Exclude private header files from gtk-doc parsing
...
* docs/libwget/Makefile.am: Add net.h and css_tokenizer.h to IGNORE_HFILES
2016-01-15 11:19:23 +01:00
31f0fc0190
Added printf-style functions
...
* libwget/printf.c: New file
* docs/libwget/Makefile.am: Add libwget-printf.3
* docs/libwget/libwget-docs.sgml: Add printf section
* docs/libwget/libwget-sections.txt: Add SECTION libwget-printf
* include/libwget.h.in: Add function prototypes
* libwget/Makefile.am: Add printf.c
* libwget/base64.c, libwget/http.c, libwget/iri.c, libwget/logger.c,
libwget/md5.c, libwget/vector.c, src/options.c:
Use new functions instead of asprintf/vasprintf
2016-01-13 13:33:51 +01:00
1cbb8ae9f7
Rename LIBWGET_API_VERSION to LIBWGET_VERSION
2016-01-06 16:25:27 +01:00
8aa679cef6
Complete docs in I/O API
...
* libwget/http.c (wget_http_get_response_cb): removed unused variable
(compiler warning).
* libwget/io.c
(wget_fdgetline,wget_getline,wget_read_file,wget_update_file): added
source docs. Refactor: avoid code repetition.
(wget_ready_2_transfer): fixed HTML rendering of docs.
* docs/libwget/libwget-sections.txt: added new functions to GTK-Doc.
2015-12-01 12:00:03 +01:00
f63767b028
Documented hashing functions
2015-10-23 15:49:15 +02:00
10003c829f
Initial docs for hashing utils
2015-10-23 15:48:39 +02:00
c6b0e461a1
Transform Mget into Wget
2015-09-19 22:54:38 +02:00
c726913a8f
More HTTP/2 related code, new option --(no-)http2
2015-09-18 17:04:16 +02:00
71d1ed3b2d
added .gitignore
2015-03-18 11:31:00 +01:00
b7cea59120
fix configure and doc stuff
2015-01-30 17:24:57 +01:00
b1d3e7f81d
fix building man pages
2015-01-22 10:33:13 +01:00
97f2284914
Add wildcard support for -D/--domains and --exclude-domains
2014-12-09 16:26:43 +01:00
321fef9d63
building docs with distcheck -jn randomly failed, now using .NOTPARALLEL
2014-10-07 11:14:36 +02:00
67f49bab9d
added --accept, --reject, --ignore-case
2014-07-03 13:29:50 +02:00
e01a60da70
improved cookie API
2014-02-26 21:25:30 +01:00
3e66d70ffc
fixed HTTPS testing to succeed distcheck
2014-02-14 16:56:38 +01:00
ea3da5d9a1
added i/o helper routines to documentation
2014-02-11 16:13:21 +01:00
573ac59523
fix docs/libmget/Makefile.am again
2014-02-08 21:13:18 +01:00
fa92cc7a23
fixed man page generation and make distcheck
2014-02-07 17:12:49 +01:00
e1e9bfad6a
fixed generating man pages, added some documentation
2014-02-06 12:46:37 +01:00
b35a989d52
small docs changes
2014-02-05 21:12:30 +01:00
c049bb0655
new examples folder
2013-01-15 17:11:01 +01:00
3ceeb36a47
fix make distcheck
2013-01-13 21:42:15 +01:00
3852fd508f
more stuff moved into libmget
2013-01-11 17:58:47 +01:00
95f4251302
more stuff moved into libmget
2013-01-10 17:55:03 +01:00
e5ccba44e1
added two doc files to git
2013-01-07 09:51:28 +01:00