summaryrefslogtreecommitdiffstats
path: root/bin/feed
Commit message (Collapse)AuthorAgeFilesLines
* bin/feed: update slugrsiddharth2020-09-181-1/+1
| | | | Update regex to match numbers too.
* bin/feed: update feedrsiddharth2020-09-181-1/+1
| | | | Capitalize feed name.
* bin/feed: update markdownrsiddharth2020-09-141-1/+0
| | | | Remove extraneous blank line.
* bin/feed: format via blackrsiddharth2020-09-141-51/+51
|
* bin/html: fix feedrsiddharth2020-09-141-1/+1
| | | | Change `p` call to `err`
* bin/feed: add spacingrsiddharth2020-09-141-0/+1
| | | | Separate mistune import from imports from standard lib.
* switch to mistune markdown parserKarthik2020-09-141-8/+4
|
* bin/feed: add i18n handlingrsiddharth2020-07-251-7/+10
| | | | | | | | | * bin/feed (slug): Add regex to detect ISO 639-1 string. Return unique name, slug and the ISO 639-1 string. The third value returned is None when is there no ISO 639- string in the file name. (elink): Add argument `l` -- ISO 639-1 string. Append it to the URL if it is not None. (entry): Update slug and elink calls.
* bin/feed: Fix URL.rsiddharth2019-07-211-1/+1
|
* bin/feed: Update SECTIONS.rsiddharth2019-05-181-1/+1
| | | | * bin/feed (SECTIONS): Add article.
* bin/feed: Update process.rsiddharth2019-05-171-5/+11
| | | | | * bin/feed (process): Sort entries. (entry): Return id, entry string.
* bin/feed: Add esort.rsiddharth2019-05-171-0/+10
|
* bin/feed: URL: Change to fsfi.ricketyspace.netrsiddharth2019-05-171-1/+1
|
* bin/feed: process: Don't add \n between entries.rsiddharth2019-05-171-1/+1
|
* bin/feed: files: Ignore backup files.rsiddharth2019-05-171-1/+10
|
* bin/feed: Add fok.rsiddharth2019-05-171-0/+9
|
* bin/feed: Add err.rsiddharth2019-05-171-0/+6
|
* Add bin/feed.rsiddharth2019-05-161-0/+174