this is a german Web-Mirror of PYTHON.ORG powered by Domainunion AG

Differences between revisions 7 and 8
Revision 7 as of 2013-11-21 19:51:18
Size: 2674
Editor: techtonik
Comment: add cyrax
Revision 8 as of 2013-11-21 19:58:29
Size: 2853
Editor: techtonik
Comment: link to blog generators, add clay
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
 * [[https://lucuma.github.io/Clay/|Clay]] - Jinja2 for easy site prototyping, MIT.
Line 32: Line 33:
See also [[https://wiki.python.domainunion.de/moin/PythonBlogSoftware#Static|static blog generators]].

Static site generator is a software that takes some text + templates as input and produces html files on the output. A picture:

   ┌──────┐   ┌───────────┐   ┌─────────────┐ **
   │ text │ + │ templates │ = │ .html files │
   └──────┘   └───────────┘   └─────────────┘

Generated site can be blog, game list, interactive demo or anything else.

Static site generators written in Python

  • Blogofile - (Mako, Jinja2)-based generator with supports for (reStructuredText, Markdown, Textile), Git, Disqus, RSS feeds, plugins, and S3, very nice license with human touch.

  • Clay - Jinja2 for easy site prototyping, MIT.

  • Cyrax - poetic Jinja2 engine, used for osgameclones.

  • Hyde - Jinja2-based static web site generator, MIT, source

  • Mynt - Static website generator based on Markdown and Jinja2. BSD-3.

  • Poole - static website generator, Markdown. GPL.

  • Pelican - Uses Markdown or ReST for content and Jinja 2 for themes. Supports DVCS, Disqus. AGPL.

  • PubTal - Templating#SimpleTAL-based static site generator, BSD-3

  • rest2web - Generates Websites from ReST contents, BSD

  • Sphinx - Python's official documentation system that turns ReST into HTML, LaTeX, man pages, plaintext, and has many features for making site trees, inter-linking, and other documentation necessities (Jinja2 as default template engine). BSD.

  • Tinkerer - blogging engine/static website generator powered by Sphinx with polite-correct license list.

From Aaron:

  • html2text - useful tool to convert HTML into Markdown.

These are outdated, but worth mentioning:

See also static blog generators.

** ASCII diagram was drawn with Far Manager

StaticSiteGenerator (last edited 2022-09-19 00:15:47 by JaraKaca)

Unable to edit the page? See the FrontPage for instructions.