Explore Help
Register Sign In
bss
/
incorporeal-cms
1
0
Fork
You've already forked incorporeal-cms
0
Code Issues 3 Pull Requests Releases 37 Wiki Activity

Releases Tags

  • Stable v1.8.2 21ea24ffa1
    Compare
    v0.0.1
    v0.0.2
    v0.0.3
    v0.0.4
    v0.0.5
    v0.0.6
    v0.0.7
    v0.1.0
    v0.1.1
    v0.2.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    v1.8.2 - header style tweak

    bss released this 3 weeks ago | 0 commits to master since this release

    v1.8.2

    Improvements

    • Handful of styling changes to de-emphasize the header in ordinary pages.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable v1.8.1 724a2240b2
    Compare
    v0.0.1
    v0.0.2
    v0.0.3
    v0.0.4
    v0.0.5
    v0.0.6
    v0.0.7
    v0.1.0
    v0.1.1
    v0.2.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    v1.8.1 - more contributing info, styling return to form

    bss released this 1 month ago | 1 commits to master since this release

    v1.8.1

    Improvements

    • The styling is a fair bit more like pre-v1.8.0, but with some more whitespace and cleaned up usage of links, as I generally found myself not liking what I did in v1.8.0.

    Miscellaneous

    • CONTRIBUTING.md most notably now has Developer Certificate of Origin-style information in it, contains a bit of a personal oath, and got some miscellaneous cleanups throughout.
    • Requirements bumps.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable v1.8.0 985bb93839
    Compare
    v0.0.1
    v0.0.2
    v0.0.3
    v0.0.4
    v0.0.5
    v0.0.6
    v0.0.7
    v0.1.0
    v0.1.1
    v0.2.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    v1.8.0 - HTML figure extension, styling changes, improved pydot extension

    bss released this 2 months ago | 9 commits to master since this release

    v1.8.0

    Features

    • A block-level figure extension, incorporealcms.mdx.figures, has been added, with figcaption support, which properly treats figures as block level entities and whose children (e.g. images) don't need to be in other Markdown blocks like paragraph tags.
      • This is in part stemming from my dislike of other attempts at a figure extension, which violate HTML and/or are too specific to images. This should end up being somewhat generic though I haven't tested anything except images yet.

    Improvements

    • incorporealcms.mdx.pydot is less greedy and now supports multiple unique diagrams on one page.
    • incorporealcms.mdx.pydot syntax has been altered in order to be backwards compatible with standard Markdown code fences.
    • Styling tweaks around introduction of figures, removing some old image and figure classes and replacing them with good general purpose figure styling.
    • In the light/dark styles, because of the use of figures and clickable images inside figures, the default underline on links has been removed, replaced with colored red text instead. This is a bit of a "try it and see if it grows on me change"
    • In the light/dark styles, because of the above, headers are now the default color instead of colored red, as they were visually indistinguishable and kind of overwhelming together.
    • Some small padding, line height, etc. tweaks. More negative space overall.

    Miscellaneous

    • Requirements bump, again, affecting some tests.
    • The default python-markdown configuration has been a bit more closely aligned with my usage.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable v1.7.0 853a58b78b
    Compare
    v0.0.1
    v0.0.2
    v0.0.3
    v0.0.4
    v0.0.5
    v0.0.6
    v0.0.7
    v0.1.0
    v0.1.1
    v0.2.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    v1.7.0 - remove marginal deps, style tweaks

    bss released this 3 months ago | 23 commits to master since this release

    v1.7.0

    Miscellaneous

    • Removed mdx_linkify dependency, pretty superfluous in the end, just use the <url> syntax.
    • Removed tzlocal dependency, my current id says I want to display things in UTC, though maybe I'll make this a configuration option eventually.
    • "plain" styling made slightly less plain, the <img> floats are now rendered, and the header breadcrumbs and style menu is now spaced in one line as in the other styles.
    • Requirements bumps.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable v1.6.0 410f96ffb4
    Compare
    v0.0.1
    v0.0.2
    v0.0.3
    v0.0.4
    v0.0.5
    v0.0.6
    v0.0.7
    v0.1.0
    v0.1.1
    v0.2.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    v1.6.0 - AGPLv3+, Python and dependency bumps

    bss released this 5 months ago | 27 commits to master since this release

    v1.6.0

    Miscellaneous

    • License changed to GNU AGPLv3+. Prior versions, under GPLv2, are still available in the archives.
    • Python 3.10 supported, which caused...
    • Python 3.7 support to be dropped, hence the minor version bump.
    • coverage message about differing options addressed.
    • Some minor organizational tweaks to CONTRIBUTING.md.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable v1.5.4 9d87aab61b
    Compare
    v0.0.1
    v0.0.2
    v0.0.3
    v0.0.4
    v0.0.5
    v0.0.6
    v0.0.7
    v0.1.0
    v0.1.1
    v0.2.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    v1.5.4 - style tweaks

    bss released this 6 months ago | 31 commits to master since this release

    v1.5.4

    Miscellaneous

    • Undo the change to the red font in the dark style, as it didn't contrast well on many displays.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable v1.5.3 35ea94185b
    Compare
    v0.0.1
    v0.0.2
    v0.0.3
    v0.0.4
    v0.0.5
    v0.0.6
    v0.0.7
    v0.1.0
    v0.1.1
    v0.2.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    v1.5.3 - style tweaks

    bss released this 6 months ago | 32 commits to master since this release

    v1.5.3

    Miscellaneous

    • Provide a 75% max-width class for images I want biggish.
    • Slightly reduce the font size for the stylish styles.
    • Color tweaks to the stylish styles.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable v1.5.2 be6d96273c
    Compare
    v0.0.1
    v0.0.2
    v0.0.3
    v0.0.4
    v0.0.5
    v0.0.6
    v0.0.7
    v0.1.0
    v0.1.1
    v0.2.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    v1.5.2 - remove domain-specific text and images

    bss released this 8 months ago | 35 commits to master since this release

    v1.5.2

    Improvements

    • Some defaults and static files specific to my site have been replaced/removed (#15).
    • Above settings are mentioned in the README so that one knows to override the defaults (#15).

    Miscellaneous

    • Eliminated some warnings about how the pydot markdown renderer initialized itself.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable v1.5.1 1de69dfc70
    Compare
    v0.0.1
    v0.0.2
    v0.0.3
    v0.0.4
    v0.0.5
    v0.0.6
    v0.0.7
    v0.1.0
    v0.1.1
    v0.2.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    v1.5.1 - style tweaks and requirements bump

    bss released this 9 months ago | 40 commits to master since this release

    v1.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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable v1.5.0 509072ab78
    Compare
    v0.0.1
    v0.0.2
    v0.0.3
    v0.0.4
    v0.0.5
    v0.0.6
    v0.0.7
    v0.1.0
    v0.1.1
    v0.2.0
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    v1.5.0 - draw simple graphs via pydot

    bss released this 1 year ago | 43 commits to master since this release

    v1.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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
First Previous 1 2 3 4 Next Last
Powered by Gitea Version: 1.16.7 Page: 20ms Template: 5ms
English
bahasa Indonesia Deutsch English español français italiano latviešu magyar nyelv Nederlands polski Português de Portugal português do Brasil suomi svenska Türkçe čeština ελληνικά български русский српски Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API Website Go1.17.9