Tree @master (Download .tar.gz)
History of
src
/
feedmark
/
main.py
@master
git clone https://git.catseye.tc/Feedmark/
- Arrange licensing info in repo following REUSE 3.0 convention. Chris Pressey 9 months ago
- Fix bug in schema checking where not all documents were checked. Chris Pressey 2 years ago
- Create branch for developing version 0.14. Chris Pressey 2 years ago
- Fix script entry point. Chris Pressey 2 years ago
- Bump version. Default Python interpreter to Python 3. Chris Pressey 2 years ago
- Bump version number for next development version of Feedmark. Chris Pressey 3 years ago
- Fix bug with --rewrite-markdown. All tests pass once again. Chris Pressey 4 years ago
- Update version number, copyright date. Chris Pressey 4 years ago
- Re-describe what the solution is; --output-refdex-single-filename. Chris Pressey 5 years ago
- Implement the requirement that was hiding behind the yak hair. Chris Pressey 5 years ago
- 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