joey
58141a0ebc
* Patch based on a patch from Ethan to support relative matching in
...
PageSpecs, by using "./". pagespec_match() has grown a new third parameter
to support this.
2007-02-06 21:17:25 +00:00
joey
7d08057d97
merge change to basewiki
2007-01-22 20:33:32 +00:00
joey
b29dc543ca
merge change from doc to basewiki
2007-01-19 00:41:54 +00:00
joey
bceb3ec34a
merge change from doc to basewiki
2007-01-18 15:12:32 +00:00
joey
d8c3baf7a3
* Added smileys for Moin Moin compatability.
2007-01-18 14:46:51 +00:00
joey
788b7715b6
merge change from doc to basewiki while removing an introduced duplicate
...
smiley
2007-01-18 14:41:25 +00:00
joey
f62d23f008
* If a userdir is configured, links to pages in it can be made without
...
specifying the path. This allows for easy signing of comments by linking
to your page in the userdir.
2006-12-29 05:33:20 +00:00
joey
d8b959eb0d
merge change to basewiki
2006-12-28 20:10:41 +00:00
joey
a026108908
response and doc improvement
2006-12-23 06:41:29 +00:00
joey
2476447a5b
changed my mind about how to disambiguate links, it seems to make more
...
sense to start them with a /
2006-12-21 22:15:11 +00:00
joey
ff6941cef9
* Add support for links of the form [../foo]], this links to the page
...
foo a level higher in the directory hierarchy than the one it would link
to by default.
2006-12-21 20:11:18 +00:00
joey
033bc7cb5c
add videntity
2006-11-27 05:44:32 +00:00
joey
5800d2160c
add a poll plugin
2006-11-26 19:46:11 +00:00
joey
47bad30e62
merge back to basewiki and updates
2006-11-25 22:45:15 +00:00
joey
e2dee33690
add example of openid delegation
2006-11-21 18:00:36 +00:00
joey
649d946bfd
merge changes back to basewiki
2006-11-21 15:28:43 +00:00
joey
eac31eff5c
shortcut stuff
2006-11-20 11:31:23 +00:00
joey
af85816bbc
merge basewiki page change into basewiki
2006-11-20 07:02:57 +00:00
joey
9f60b7f6cd
explanation
2006-11-20 03:22:23 +00:00
joey
54cf5a62ca
* Make auth methods pluggable.
...
* Move httpauth support to a plugin.
* Add an openid plugin to support logging in using OpenID.
2006-11-20 01:52:18 +00:00
joey
369cf45ace
* 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.
2006-11-01 06:45:59 +00:00
joey
4109ef94fd
* Add a default stylesheet entry for the pagecloud.
...
* 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.
2006-10-28 23:41:39 +00:00
joey
f6f87c14ab
updated again
2006-10-28 22:11:09 +00:00
joey
9890790fa5
* Now that links are calculated in a separate pass, it can also
...
* Stylish update to the ikiwiki logo, thanks to Recai Oktaş and Selçuk
Erdem.
2006-10-28 17:18:50 +00:00
joey
f4ad79d887
merge change to basewiki
2006-10-19 16:27:17 +00:00
joey
b973ed8269
* Add no_override parameter to hook().
...
* Add a shortcut plugin, inspired by Victor Moral's contributed shortcuts
plugin, but featuring a more ikiwiki-ish syntax and with shortcuts that
can be configured using a page in wiki.
2006-10-15 19:33:52 +00:00
joey
be55f6fd7c
* 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.
2006-10-08 23:57:37 +00:00
joey
3d30413049
update
2006-09-23 00:05:27 +00:00
joey
cf839e8e5d
yet another update of the svgz file and updates all images
2006-09-18 18:04:43 +00:00
joey
5002526395
logo file updated
2006-09-17 17:45:48 +00:00
joey
fa96eab120
* Updated ikiwiki.svgz from Recai, includes an icon and is used to generate
...
a multi-resolution favicon.ico.
2006-09-16 15:12:01 +00:00
joey
3b42bd84ca
merge helponformatting fix to basewiki
2006-09-16 01:10:06 +00:00
joey
c1b3572d4d
* Add a stub local.css to avoid problems with 404's.
2006-09-15 17:09:08 +00:00
joey
281f8fd497
remove a link.. people might want to replace the blog page with their own
...
blog, and then having a backlink to pagespec is weird
2006-09-08 05:38:48 +00:00
joey
1aeb64e148
* Patch from James Westby to add an actions option to inline; this
...
adds Edit and Discussion links at the end of blog entries.
2006-08-28 19:43:07 +00:00
joey
0eec6409ae
improve
2006-08-27 23:05:23 +00:00
joey
3aefe67a1e
avoid floating boxes running up against the line at the bottom of the page
...
somewhat grody I think; relies on placement and type of tags display..
2006-08-27 05:24:58 +00:00
joey
56d0ceee2e
* Make all pages pull in a local.css style sheet, if present. This won't
...
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.
2006-08-24 20:45:09 +00:00
joey
80af21bff2
less padding
2006-08-23 06:18:46 +00:00
joey
b395dbb446
some fixes for note layout
2006-08-23 06:17:12 +00:00
joey
9d7375c3b2
* 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.
2006-08-23 05:41:07 +00:00
joey
78b279c3d8
* Allow preprocessor directives to span multiple lines, both to make
...
long ones with lots of values easier to write, and to allow for ones with
multi-line quoted values.
2006-08-23 03:25:40 +00:00
joey
b058842d88
add styling for outline lists
2006-08-19 18:16:23 +00:00
joey
cedb48765b
* Add a tail fin^W^Wsidebar plugin by Tuomo Valkonen.
...
* 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.
2006-08-18 00:24:22 +00:00
joey
6e5ae610e4
typo
2006-08-15 20:15:17 +00:00
joey
4b36dee35a
* The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed.
...
* Add --version.
* Man page format fixups.
* Add a %pagecase which maps lower-case page names to the actual case
used in the filename. Use this in bestlinks calculation instead of
forcing the link to lowercase.
* Also use %pagecase in various other places that want to check if a page
with a given name exists.
* This means that links to pages with mixed case names will now work,
even if the link is in some other case mixture, and mixed case pages
should be fully supported throughout ikiwiki.
* Recommend rebuilding wikis on upgrade to this version.
2006-08-13 02:03:43 +00:00
joey
2ea8fbe2d9
misc changes
2006-08-05 21:15:50 +00:00
joey
819b31d46c
* Various CSS and formatting changes.
2006-08-04 00:47:28 +00:00
joey
9dbe10e3f0
more slashery
2006-08-03 16:59:46 +00:00
joey
29fe073ee9
more doubled slashes..
2006-08-03 16:57:25 +00:00