summary refs log tree commit diff stats
path: root/README.org
Commit message (Collapse)AuthorAgeFilesLines
* Re-format README, Add dependency instructions, Update NEWSAndinus2022-08-091-16/+58
|
* Add dependencyAndinus2022-08-091-1/+1
| | | | This is required for https support.
* Revert demo image, remove alt linksAndinus2020-11-261-6/+3
| | | | | | New demo image link wasn't working, I guess it'll take some time to generate the png. I'll link to the old demo. And the alt-links were clutter so I replaced them with a single link to the directory.
* Add demo for v0.3.2 v0.3.2Andinus2020-11-261-1/+3
|
* Bump version to v0.3.2, update News sectionAndinus2020-11-261-0/+6
|
* Fix formatting in News sectionAndinus2020-11-251-2/+2
|
* Add update News in README v0.3.1Andinus2020-11-251-0/+5
|
* Bump version to v0.3.0, add update News to README v0.3.0Andinus2020-11-241-0/+12
|
* Remove wrong information, add new release informationAndinus2020-11-241-6/+5
| | | | This bug wasn't present in v0.2.1 so I've removed it.
* Add News for v0.2.1 updateAndinus2020-11-241-0/+10
|
* Update instructions in README, add comments in draco.pl, fix bug v0.2.1Andinus2020-11-241-7/+26
| | | | | | | | | | | | | | | | | $comment in print_comment_chain() was changed to $comment_data to prevent confusion in future. We have to check if url has "/" at the end because if it does have it then previously we were appending "$comment_data->{id}.json" to it which makes the url look like: http://<reddit>/<post_id>//<comment_id>.json And reddit doesn't like that, reddit wants it to be: http://<reddit>/<post_id>/<comment_id>.json Notice the double '/' in previous link.
* Update install instructions in README v0.2.0Andinus2020-11-231-17/+10
|
* Release v0.2.0, load comments hidden under "load more comments"Andinus2020-11-231-21/+39
| | | | | | | | | This version makes the script lot more complex. This version will load all those comments hidden behind "load more comments". But not those hidden behind "continue this thread". Starting this release we have a News section.
* Add install instruction for dnf & apt based systemsAndinus2020-11-201-0/+7
|
* Add alt-links to cast file in READMEAndinus2020-11-191-0/+2
|
* Add links to Demo in READMEAndinus2020-11-191-2/+8
|
* Update dependency in READMEAndinus2020-11-191-4/+4
|
* Add notes to README & manual regarding new changesAndinus2020-11-191-2/+21
|
* Initialize dracoAndinus2020-11-191-0/+26