Tree @master (Download .tar.gz)
History of
src
/
feedmark
/
main.py
@master
git clone https://git.catseye.tc/Feedmark/
- Add --output-refdex-index option. Chris Pressey 5 years ago
- Add --version option to command line and bump version to 0.9. Chris Pressey 5 years ago
- Properties in OrderedDict; --ordered-json serializes them as list. Chris Pressey 5 years ago
- Add --htmlized-json, to convert Markdown to HTML5 in JSON output. Chris Pressey 5 years ago
- Fix how JSON is output under Python 3. Chris Pressey 6 years ago
- Refactor: rewrite reference links becomes method on Document. Chris Pressey 6 years ago
- Refactor: extract document/refdex reading to feedmark.loader. Chris Pressey 6 years ago
- Tests pass under Python 3.4 now. Chris Pressey 6 years ago
- Write a detailed dictionary of information about each link. Chris Pressey 6 years ago
- Factor archiving out of main, into a helper util: "yastafoti". Chris Pressey 6 years ago
- Make able to dump links that don't occur in a Feedmark section. Chris Pressey 6 years ago
- Clean up the JSON produced by --output-json option. Chris Pressey 6 years ago
- Extract functionality for making a table of contents from main. Chris Pressey 6 years ago
- Add --archive-missing-only option. Chris Pressey 7 years ago
- Check that local files exist under --article-root when archiving. Chris Pressey 7 years ago
- Remove --output-html-snippet functionality. Chris Pressey 7 years ago
- Add --by-publication-date output option. Chris Pressey 7 years ago
- Forget about --check-for-nodes. Chris Pressey 7 years ago
- Also output preamble of document and body of each section in JSON. Chris Pressey 7 years ago
- Read-in JSON (refdex) is already Unicode; do not try to decode it. Chris Pressey 7 years ago
- When rewriting reference links, don't write out duplicates. Chris Pressey 7 years ago
- Allow anchor_for() to handle more characters correctly. Chris Pressey 7 years ago
- Refactor into helpful functions and methods. Chris Pressey 7 years ago
- Support refdex entries that are URLs. Chris Pressey 7 years ago
- Add --output-json option. Chris Pressey 7 years ago
- Support --input-refdex-filename-prefix . Chris Pressey 7 years ago
- Support --input-refdexes option. Chris Pressey 7 years ago
- Establish 'formats' subpackage and rename some modules into it. Chris Pressey 7 years ago
- Slightly more flexible date parsing hack. Chris Pressey 7 years ago
- publication-date will be added to ToC entry, if it is present. Chris Pressey 7 years ago