| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
* Move httpauth support to a plugin.
* Add an openid plugin to support logging in using OpenID.
|
|
|
|
|
|
|
| |
* Add examples page with some examples of things that can be done using
ikiwiki, like a weblog. The examples can be copied into a user's wiki
for a quick start, without needing to learn everything about how to put
them together.
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
| |
adds Edit and Discussion links at the end of blog entries.
|
|
|
|
|
| |
somewhat grody I think; relies on placement and type of tags display..
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|
|
|
|
| |
the backlinks for each page, or a del.icio.us style cloud.
|
|
|
|
|
|
| |
tags on the templates. This way seems to fit better with the links. Also
some css cleanup, avoid hardcoded <i> etc.
|
|
|
|
|
| |
between items to avoid them running together in some cases
|
|
|
|
|
| |
No code changes involved.
* Encode & in diffurl in examples, to conform to pedantic rules.
|
|
|
|
| |
do not need a full rebuild, in order to update any basewiki pages.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
<span>, so pages can use <h1> internally instead of needing to use <h2>.
* Updated all of ikiwiki's own wiki pages for that.
* Add pagetemplate hook, which can be used by plugins that want to mess
around with adding new stuff to the page template.
* Remove headercontent; the search plugin now adds the search box to the
header by registering a pagetemplate hook, and other plugins should do
similarly.
|
|
|
|
|
| |
not sure I'm 100% happy with this look, but it's better than naught
|
| |
|
|
|
|
|
| |
(ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..)
|
| |
|
|
|