aboutsummaryrefslogtreecommitdiff
path: root/basewiki/blog.mdwn
Commit message (Expand)AuthorAge
* * Patch from James Westby to support podcasting, photoblogging, vidcasting,••• or what have you, by creating enclosures for non-page items that are included in feeds. joey2006-11-01
* * Atom feed support based on a patch by Clint Adams.•••* Add feeds=no option to inline preprocessor directive to turn off all types of feeds. feeds=rss will still work, and feeds=atom was also added, for fine control. * $IkiWiki::version now holds the program version, and is accessible to plugins. joey2006-10-08
* more doubled slashes..joey2006-08-03
* * Renamed GlobLists to PageSpecs.•••* PageSpecs can now include nested parens, "and", and "or". This remains backwards compatible to the old GlobList format. It's implemented by treating the GlobList as a very limited microlanguage that is transformed to perl code that does the matching. * The old GlobList format is deprecated, and I encourage users to switch to using the new PageSpec format. Compatability with the old format will be removed at some point, possibly by 2.0. * Wiki rebuild needed on upgrade to this version due to PageSpec change. * Add support for creation_month and creation_year to PageSpec. Closes: #380680 * Changes to index file encoding. joey2006-08-02
* * Patch from Roland Mas to support an rss=no parameter to inline directives.••• Closes: #380743 joey2006-08-01
* updatejoey2006-06-21
* * Patch from Dr. Zini to add link() and backlink() to globlists. This allows••• for some handy stuff like: - Using links as a kind of tag; creating blog pages that list all pages containing a given tag/link or not containing some other tag. - Subscribing to mail notifications whenever a change is made to a page that is a backlink of page foo. Ie, "Please notify me of changes in all pages that link to my home page in the wiki" - Locking any pages that are linked to from a particular page, so that lists of locks can be exposed in the wiki. joey2006-06-02
* back to base•••fix man page errors due to too long line joey2006-04-25
* updates from srcjoey2006-03-29
* hold onto your hats, full-fledged blogging has arrived in ikiwiki!joey2006-03-24