I want to make my blog here. Why not. And to do this properly, I need RSS support, per page.
J'aimerais avoir mes feeds ici, mais malheureusement, la solution fournie par MoinMoin (HelpOnXmlPages), est un peu overkill. Il faudrait que j'écrive une nouvelle macro, j'imagine. Je pourrais regarder ce qui a déjà été fait (processor_2fURC_2epy) et utiliser le parser de Mark Pilgrim.
Good examples of the Action interface:
- the titleindex.py built-in action (which can generate XML)
the xml.py action (see ActionMarket)
What do I want?
- per-day (e.g. scoop-style) or per-title (e.g. blogger-style) subpages easily created, along with a template
- RSS feed created from the list of subpages. The title is the first = =, the resume is the first paragraph, etc.
of course, the usual array of functions... FullSearch can deal with searching only a subset of pages, so it should be enough
So we need:
macro/NewBlogEntry.py to create new subpages (or just NewPage, maybe)
- a custom action, similar to titleindex.py or xml.py to generate an RSS feed of those subpages
something like macro/Blog to selectively list some blog entries. Include might just do it...
References:
macro/Blog, in the MacroMarket
BlogBlog (a fork of Moin)
Is this a special case of RSS scraping?
Don't forget to update those pages as you go along:
There is already a FeatureRequests for this (look for RSS)