-
released this
2021-10-08 07:30:46 -05:00 | 109 commits to master since this releasev1.5.1
Miscellaneous
- Font sizes removed from the main content and headers, deferring to browser default, since what we had was only slightly different anyway.
- Requirements bumps.
- The extra for pydot rendering is now called 'dot' rather than 'graphviz'.
Downloads
-
released this
2021-06-24 11:46:43 -05:00 | 112 commits to master since this releasev1.5.0
Features
- Graphs can now be written inline in Markdown with pydot fenced code blocks, by starting a code fence with
~~~pydot:filename.png
and entering dot. These are rendered at request-time by pydot and served as an inline image.
Miscellaneous
- Markdown errors are caught in a better way in the code.
- The license declaration in
setup.py
now matches the README and LICENSE. tox
is also testing with Python 3.9.tox
is also using Safety for package checks.
Downloads
- Graphs can now be written inline in Markdown with pydot fenced code blocks, by starting a code fence with
-
released this
2021-06-06 22:28:43 -05:00 | 118 commits to master since this releasev1.4.0
Improvements
- Markdown files can supply a "Redirect" meta tag to skip rendering and instead send a 301 to the browser.
- Reimplement
base-wide.html
to extendbase.html
. - The footer has
clear: both
applied to it.
Bugfixes
base-wide.html
is actually styled properly.
Miscellaneous
- Project relicensed under GPLv2 or newer.
- CONTRIBUTING written up, README has installation and usage information now.
Downloads
-
released this
2021-04-30 19:32:06 -05:00 | 125 commits to master since this releasev1.3.0
Features
- Pages can supply the 'Template' meta tag in order to specify an alternative template than the default
base.html
. - Provide the first alternative template, the same layout but at full (well 95%) page width.
Downloads
- Pages can supply the 'Template' meta tag in order to specify an alternative template than the default
-
released this
2021-04-17 15:06:39 -05:00 | 126 commits to master since this releasev1.2.1
Bugfixes
- Directory redirects now use absolute paths in the Location header.
Miscellaneous
- Tweak to the wording in the 404 page.
Downloads
-
released this
2021-04-17 11:16:34 -05:00 | 129 commits to master since this releasev1.2.0
Features
- Files can now be served directly from inside
pages/
, making themedia/
route redundant --- it's now should be just another dir underpages/
. - Symlinks are treated as redirects, in an attempt to try to get clients on the proper location (#7).
Bugfixes
- The site no longer 500s when attempting to build nav breadcrumbs on directories without an index.md (#8).
Miscellaneous
- Requirements bumps, mostly only affecting dev.
- Fill in some test coverage holes.
Downloads
- Files can now be served directly from inside
-
v1.1.2 - new plain style Stable
released this
2021-03-09 09:10:33 -06:00 | 138 commits to master since this releasev1.1.2
Features
- New "plain" style, which loads almost no CSS, leaving practically everything to the user agent.
Downloads
-
released this
2021-02-27 00:30:32 -06:00 | 140 commits to master since this releasev1.1.1
Improvements
Downloads
-
released this
2021-02-22 21:20:49 -06:00 | 143 commits to master since this releasev1.1.0
Features
- Error pages for 400, 404, and 500 now exist.
- Use the request path for a page as a fallback for the Title metadata.
Improvements
- Major (relatively speaking) rewrite of the code that turns a request path into the file to load (or redirect, or error), for sanity's sake and to improve the exception cases a bit.
- A couple minor style consolidations due to the error pages having different skeleton HTML.
Miscellaneous
- Dependency bumps.
Downloads
-
released this
2021-02-13 11:07:00 -06:00 | 158 commits to master since this releasev1.0.2
Miscellaneous
- Add
sane_lists
to Markdown extensions, fixing issues where two separate lists follow one another and Markdown gets confused.
Downloads
- Add