summaryrefslogtreecommitdiff
path: root/docs/examples/crawler.c
Commit message (Collapse)AuthorAgeFilesLines
* examples/crawler.c: move #ifdef to column 0Daniel Stenberg2018-07-111-3/+3
| | | | | | | Apparently the C => HTML converter on the web site doesn't quite like it otherwise. Reported-by: Jeroen Ooms
* example/crawler.c: simple crawler based on libxml2Jeroen Ooms2018-07-051-0/+210
Closes #2706