aboutsummaryrefslogtreecommitdiff
path: root/src/content.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix log file issuesSabu Siyad2020-04-141-12/+31
|
* basic logging, try out new libraryNerdyPepper2019-02-061-8/+30
|
* Use reqwest::Url to generate paramsIvan Tham2018-08-081-26/+25
|
* Replace title in contentIvan Tham2018-08-081-1/+1
|
* changes as suggested by clippyMatthias Sieber2018-08-021-12/+10
|
* Merge branch 'master' of https://github.com/nerdypepper/taizenNerdyPepper2018-07-301-32/+27
|\
| * Rustfmt-ed source filesZapAnton2018-07-301-32/+27
| |
* | Add profilesNerdyPepper2018-07-301-1/+1
|/
* Add deps, fix url handlingNerdyPepper2018-07-231-1/+0
|
* Refactor to allow the user to set the language and wikiSerentty2018-07-221-2/+3
|
* Fix usage of str::replaceAlexandre Bury2018-07-211-3/+3
|
* Attempt to remove more panic!sNerdyPepper2018-07-161-3/+3
|
* Fix url handlingNerdyPepper2018-07-161-2/+3
|
* Use serde_json::Value instead or reqwest::ResponseNerdyPepper2018-07-161-11/+2
|
* Add more linksNerdyPepper2018-07-141-0/+1
|
* Fix url bug, function argsNerdyPepper2018-07-101-5/+3
|
* Begin work on interwiki links viewNerdyPepper2018-07-081-2/+29
|
* Enable redirectsNerdyPepper2018-07-061-1/+2
|
* Add support for sub-sub-headingsNerdyPepper2018-06-281-0/+7
|
* Fix all issues with formattingNerdyPepper2018-06-281-0/+2
|
* Start formatting articleNerdyPepper2018-06-281-0/+31
|
* More search resultsNerdyPepper2018-06-281-1/+1
|
* Add helpful commentsNerdyPepper2018-06-271-0/+1
|
* Add more search results, remove useless functionsNerdyPepper2018-06-241-19/+2
|
* Ignore serialization errorsNerdyPepper2018-06-221-22/+13
|
* Handle errors the rust way, reduce panicsNerdyPepper2018-06-211-37/+36
|
* Handle errors nicelyNerdyPepper2018-06-191-10/+39
|
* Squash 21 bugs, refactor searching functionNerdyPepper2018-06-191-13/+44
|
* Get add function to parse search resultsNerdyPepper2018-06-191-5/+20
|
* Add basic search functionalityNerdyPepper2018-06-191-2/+18
|
* Add url generatorNerdyPepper2018-06-181-1/+0
|
* Refactor into content.rsNerdyPepper2018-06-171-0/+38