| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Use div for inlinepage actions, not a span
- Add an enclosing "trailer" div
Also, change pageinfo span into a div, since it now can include <p>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
FORM-SUBMIT unusable on customised formbuilder templates. For now,
hardcode the submit buttons in editpage.tmpl instead of using the
template variable, which is ok, since the buttons are static.
|
|
|
|
|
| |
or what have you, by creating enclosures for non-page items that are
included in feeds.
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
| |
a multi-resolution favicon.ico.
|
|
|
|
|
| |
* Add a favicon plugin, which simply adds a link tag for an icon to each
page (and cgis).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Plugins should not need to load IkiWiki::Render to get commonly
used functions, so moved some functions from there to IkiWiki.
- Picked out the set of functions and variables that most plugins
use, documented them, and made IkiWiki export them by default,
like a proper perl module should.
- Use the other functions at your own risk.
- This is not quite complete, I still have to decide whether to
export some other things.
* Changed all plugins included in ikiwiki to not use "IkiWiki::" when
referring to stuff now exported by the IkiWiki module.
* Anyone with a third-party ikiwiki plugin is strongly enrouraged
to make like changes to it and avoid use of non-exported symboles from
"IkiWiki::".
* Link debian/changelog and debian/news to NEWS and CHANGELOG.
* Support hyperestradier version 1.4.2, which adds a new required phraseform
setting.
|
|
|
|
| |
firefox to find the feed.
|
| |
|
| |
|
| |
|
|
|
|
| |
adds Edit and Discussion links at the end of blog entries.
|
|
|
|
| |
* Cache search form for speedup.
|
| |
|
|
|
|
|
| |
be included in ikiwiki, but can be created to make local styling changes
w/o needing to merge in every new change to the distributed style.css.
|
|
|
|
|
| |
add plugins/contrib page to avoid broken link on this wiki
|
| |
|
|
|
|
|
|
|
|
| |
pages.
* Change how the stylesheet url is determined in the templates: Remove
STYLEURL and add BASEURL to all templates (some already had it). This
new more general variable can be used to link to other things (eg, images)
from the template, as well as stylesheets.
|
|
|
|
|
|
| |
* If a page links to itself, mark up the link text in a span with
class="selflink" so that it can be styled. I don't have a useful style
defined for that though.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Add permalink and author support to meta plugin, affecting RSS feeds
and blog pages.
* Change titlepage() to encode utf-8 alnum characters. This is necessary
to avoid UTF-8 creeping into filenames in urls. (There are still
some other ways that it can get in.)
|
| |
|
|
|
|
| |
in their rss feeds.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
tags on the templates. This way seems to fit better with the links. Also
some css cleanup, avoid hardcoded <i> etc.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The meta plugin can also still be used for that, but the tag plugin
also lists a page's tags at the bottom of the page.
- Allows preprocessor directives to have parameters with no specified
value.
- Fixes preprocessor directive parameter parsing so that
foo=bar baz now means "foo=bar" and a "baz" with no value.
* Run pagetemplate hooks when inlining pages so that inlines pages also
list their tags.
* Make all plugins with pagetemplate hooks check that variables exist
on the template before setting them.
|
|
|
|
|
| |
Default page type is inherited from the link clicked on to create the new
page.
|
|
|
|
|
| |
between items to avoid them running together in some cases
|
| |
|
| |
|
| |
|
|
|
|
|
| |
No code changes involved.
* Encode & in diffurl in examples, to conform to pedantic rules.
|
|
|
|
|
| |
* Improve layout of edit page so formatting help link is always visible w/o
getting in the way of the preview.
|
|
|
|
|
|
|
|
|
|
| |
* Allow pagetemplate plugins to override *anything* in the template.
* Add a meta plugin, which allows specifying various metadata about pages,
like license and author. It also allows for inserting html link and meta
tags into html, overriding the title, and adding hidden WikiLinks, which
can be useful when using link-based globbing for page categorisation.
* Remove preprocessor directives from inlined pages.
* Allow simple preprocessor directive values to be specified w/o quotes.
|
|
|
|
| |
do not need a full rebuild, in order to update any basewiki pages.
|
| |
|