aboutsummaryrefslogtreecommitdiff
path: root/src/content.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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