Tree @master (Download .tar.gz)
History of
src
/
feedmark
@master
git clone https://git.catseye.tc/Feedmark/
- Make test more thorough. Chris Pressey 6 years ago
- Add unit test for schema-checking failure. Chris Pressey 6 years ago
- No more check_call() in tests, clean up a few other things. Chris Pressey 6 years ago
- Fix how JSON is output under Python 3. Chris Pressey 6 years ago
- Improve tests quite a bit. Chris Pressey 6 years ago
- Improve test suite. Chris Pressey 6 years ago
- Convert rest of tests. Chris Pressey 6 years ago
- Part-conversion of tests to Python unittest format. Chris Pressey 6 years ago
- We need to quote(), not quote_plus(), these things. Chris Pressey 6 years ago
- pyflakes. 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
- markdown ships with toc, which implements this more standardly. Chris Pressey 6 years ago
- Generate id's on all header levels, not just h3's. 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
- Format document preamble like section body: one big string. Chris Pressey 6 years ago
- Also remove double-quotes when making anchor ids for h3's. Chris Pressey 6 years ago
- Bestow anchor ids on h3 elements with Markdown extension; faster! Chris Pressey 6 years ago
- Encode URLs as UTF-8 before urlencoding them. Chris Pressey 7 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
- When re-downloading a link, compare hashes and backup if changed. 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