| Commit message (Expand) | Author | Age |
* | aggregate: Read cookies from ~/.ikiwiki/cookies by default. Also, the cookiej... | Joey Hess | 2011-03-21 |
* | aggregate: Write timestamp next aggregation can happen to .ikiwiki/aggregatet... | Joey Hess | 2010-07-06 |
* | plugin tag reorg | Joey Hess | 2010-02-12 |
* | enable aggregate_internal by default | Joey Hess | 2008-12-23 |
* | htmlbalance: new plugin that balances tags by parsing and re-serializing | Simon McVittie | 2008-11-17 |
* | reword | Joey Hess | 2008-09-11 |
* | patch plugin documentation to refer to directive pages | William Uther | 2008-09-11 |
* | Merge commit 'smcv/aggregateinternal' into aggregateinternal•••Conflicts:
doc/plugins/aggregate.mdwn
| Joey Hess | 2008-07-14 |
|\ |
|
| * | Fix aggregateinternal migration so it skips expired entries, and deletes output | Simon McVittie | 2008-07-15 |
* | | improve instructions•••It's better to -refresh rather than rebuild, as this way ikiwiki deletes
all the html files rendered to destdir for the aggregated pages before.
| Joey Hess | 2008-07-14 |
|/ |
|
* | Recommend aggregateinternal => 1 for new wikis, and set it in ikiwiki.setup.•••Also use [[!foo]] in aggregate.mdwn.
| Simon McVittie | 2008-07-15 |
* | fix extension name | Joey Hess | 2008-07-14 |
* | document aggregateinternal | Joey Hess | 2008-07-14 |
* | `template` option for aggregate.pm.•••Allows to specify the template file which is used to
create the html pages.
| Bernd Zeimetz | 2008-06-21 |
* | aggregate: Add support for web-based triggering of aggregation for people st... | Joey Hess | 2008-05-05 |
* | MAJOR basewiki reorg•••Including redir pages for the moved basewiki pages. These will be removed in
a future release.
| Joey Hess | 2007-12-08 |
* | web commit by http://ccshan.myopenid.com/: expecified -> specified | Joey Hess | 2007-11-04 |
* | simplified plugin definitions | joey | 2007-02-13 |
* | * Implemented expiry options for aggregate plugin.•••* Use precalculated backlinks info when determining if files need an update
due to a page they link to being added/removed. Mostly significant if
there are lots of pages.
* Remove duplicate link info when saving index. In some cases it could
pile up rather badly. (Probably not the best way to deal with this
problem.)
| joey | 2006-11-01 |
* | note that expire options are not yet implemented | joey | 2006-09-02 |
* | no longer need triple quotes | joey | 2006-08-23 |
* | * Allow preprocessor directives to contain python-like triple-quoted••• text blocks, for easy nesting of quotes inside.
* Add a template plugin.
* Use the template plugin to add infoboxes to each plugin page listing basic
info about the plugin.
| joey | 2006-08-23 |
* | add a missing closing ] on example directive | joey | 2006-08-23 |
* | tone back claims of what tidy can do, it's not perfect | joey | 2006-08-04 |
* | * Don't run tidy with -xml as that fails if the input is not well-formed.••• Run it with -asxhtml instead, so it will output well-formed xhtml no
matter what the input.
* Disable tidy warnings too.
* Add a new format hook, and make tidy use it, since tidy can really only
operate on and output complete html documents, not the body chunks
that sanitise gets.
| joey | 2006-08-04 |
* | * Change meta tags to use html entity-escaped text for values, so that••• quotes and such can be represented in title tags.
* Depend and build-depend on HTML::Parser for HTML::Entities which is used
for the above.
* Make --rebuild also cause --aggregate to re-download and write aggregated
pages.
* Avoid outputting duplicate meta info.
* Include title metadata on aggregated posts for capitalised and un-munged
titles.
| joey | 2006-07-30 |
* | fix | joey | 2006-07-30 |
* | fixes, and make dir optional | joey | 2006-07-30 |
* | * ikiwiki can now download and aggregate feeds with its new aggregate••• plugin, so it's possible to implement a Planet using ikiwiki!
* --setup --refresh no longer rebuilds wrappers. Use --setup --refresh
--wrappers to do that.
* Add %IkiWiki::forcerebuild to provide a way for plugins like aggregate
to update pages that haven't changed on disk.
| joey | 2006-07-30 |