Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #197640
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | ram@zedat.fu-berlin.de (Stefan Ram) |
| Newsgroups | comp.lang.python |
| Subject | Re: ANN: tumblelog 5.5.0: a static microblog generator |
| Date | 19 Dec 2025 20:31:45 GMT |
| Organization | Stefan Ram |
| Lines | 51 |
| Expires | 1 Jun 2026 11:59:58 GMT |
| Message-ID | <microblog-20251219213114@ram.dialup.fu-berlin.de> (permalink) |
| References | <10i4atg$1e3a0$1@dont-email.me> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 8bit |
| X-Trace | news.uni-berlin.de aRkG3kXKL2GshJMyY0K3CwYP7Lc/A/aq02pS9TuMXxivsc |
| Cancel-Lock | sha1:Ht3xTmsMiD/8EM7aDoSbMw3ZOug= sha256:4JrahcxbBcuEoUyjbXZj35zGhNyWWEweFcGTezGPFE4= |
| X-Copyright | (C) Copyright 2025 Stefan Ram. All rights reserved. Distribution through any means other than regular usenet channels is forbidden. It is forbidden to publish this article in the Web, to change URIs of this article into links, and to transfer the body without this notice, but quotations of parts in other Usenet posts are allowed. |
| X-No-Archive | Yes |
| Archive | no |
| X-No-Archive-Readme | "X-No-Archive" is set, because this prevents some services to mirror the article in the web. But the article may be kept on a Usenet archive server with only NNTP access. |
| X-No-Html | yes |
| Content-Language | en |
| Xref | csiph.com comp.lang.python:197640 |
Show key headers only | View raw
John Bokma <contact@johnbokma.com> wrote or quoted: >I just released version 5.5.0 of tumblelog, a static microblog generator >which generates HTML5, an RSS feed, a JSON feed and optionally tag pages >from a single Markdown file with additional directives. Key terms explained static microblog generator A program that converts markdown posts into a ready-to-publish set of static HTML files, often along with supporting assets (CSS, JS). It typically runs locally or in a build pipeline and does not rely on a running database or server-side code for rendering each page at request time. microblog A microblog is a lightweight, quickly publishable form of posting, typically shorter and more frequent than traditional blog posts, often focused on real-time or near-real-time updates. It sits on a platform that emphasizes short messages, rapid interactions, and easy sharing, rather than long-form essays. RSS feed A standardized XML document that lists recent posts with metadata (title, link, date, description). It lets RSS readers automatically fetch and display new content from a site. JSON feed An alternative to RSS using JSON format. It’s designed to be easier to parse in modern apps and often used by microblogs; it may include fields for post content, author, timestamps, and can incorporate custom fields. tag pages Pages generated to collect and display posts associated with a specific tag or topic. They typically list all posts tagged with that tag and may include a tag cloud or navigation aids. Additional context These generators aim to simplify publishing by producing a self-contained site from a single source file or a small set of source files, enabling fast, dependency-free hosting and easy offline rendering. Examples and discussions of similar tools and concepts are found in various community resources and project pages.
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar
ANN: tumblelog 5.5.0: a static microblog generator John Bokma <contact@johnbokma.com> - 2025-12-19 21:00 +0100 Re: ANN: tumblelog 5.5.0: a static microblog generator ram@zedat.fu-berlin.de (Stefan Ram) - 2025-12-19 20:31 +0000
csiph-web