www-data
3ced1551bb
web commit by JonasSmedegaard: Correct typo: perminent -> permanent.
2006-08-14 20:44:19 +00:00
www-data
19de08212a
web commit by tuomov: Another approach for darcs/dvcs
2006-08-14 10:42:50 +00:00
joey
d6a576077d
up
2006-08-13 05:58:36 +00:00
joey
be092a67c2
* Fix a bug in page type determination during online editing.
2006-08-13 05:56:01 +00:00
joey
9e1c0c5586
add news item for ikiwiki 1.18
2006-08-13 02:20:15 +00:00
joey
dd74a51c96
releasing version 1.18
2006-08-13 02:19:52 +00:00
joey
fcf3894e80
update
2006-08-13 02:08:42 +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
85ecbc6c4e
meh
2006-08-12 18:00:17 +00:00
joey
d39717a1cb
* If the meta plugin overides the page title, set a title_overridden
...
variable in the template to true. This allows doing things with the
templates conditional on the title being overriden.
2006-08-12 17:51:32 +00:00
joey
0fd3ec8068
add news item for ikiwiki 1.17
2006-08-12 16:56:30 +00:00
joey
3fcc926c5f
releasing version 1.17
2006-08-12 16:56:04 +00:00
joey
fc7283c623
note about perl version
2006-08-12 16:54:47 +00:00
joey
2eff1c64ab
* Set die_on_bad_params => 0 for all templates, to allow users to modify
...
them without annoyances.
* Suck in the page content when generating an inline archive page, to work
around the meta plugin's lack of caching of title metadata across runs.
2006-08-12 16:36:35 +00:00
joey
5a53eca4ca
format
2006-08-10 22:54:37 +00:00
www-data
9e4ac187d6
web commit by ChristianAichinger: Added my homepage
2006-08-10 10:57:40 +00:00
joey
3984149f3a
remove byte order mark that vim added for some reason
2006-08-10 04:38:23 +00:00
joey
87c1a89443
suggest running make test as part of install
2006-08-10 04:24:51 +00:00
joey
627c20808a
update
2006-08-10 04:13:59 +00:00
joey
cade16fbb6
* Improve markdown loading. First, try to load it as a properl perl module,
...
in case it was installed as one. Then fall back to trying
/usr/bin/markdown.
* Document in install page how to install markdown, since it has no
installation procedure in the upstream tarball.
2006-08-10 04:11:58 +00:00
joey
3ed1116c11
remove clutter
2006-08-10 04:10:37 +00:00
joey
954cdda317
preliminary rst plugin by Sergio Talens-Oliag
2006-08-10 04:09:23 +00:00
www-data
1cfc21fb30
web commit by tester
2006-08-10 04:03:46 +00:00
www-data
5f8b0393b2
web commit by tester: testing
2006-08-10 04:02:38 +00:00
www-data
9f02f2158f
web commit by rmeden
2006-08-10 03:03:38 +00:00
joey
119e3e209d
* Display an error message if /usr/bin/markdown can't be loaded.
2006-08-10 03:03:34 +00:00
www-data
cf4c17e924
web commit by rmeden: test page
2006-08-10 02:59:52 +00:00
www-data
845a3269e5
web commit by rmeden: add an eden test?
2006-08-10 02:59:32 +00:00
www-data
06d680e073
web commit by rmeden: this is a blog entry
2006-08-10 02:58:04 +00:00
www-data
ddc73bd218
web commit by SergioTalensOliag: Added myself as ikiwikiuser
2006-08-09 21:13:22 +00:00
joey
9dee2ec20e
* Ship ikiwiki executable as ikiwiki.pl in source to avoid issues on
...
case-sensative filesystems like OSX.
2006-08-08 14:55:14 +00:00
www-data
d2b0ac88a7
web commit by joey
2006-08-07 03:39:59 +00:00
joey
fb67496a90
viewcvs url also changed
2006-08-07 03:31:18 +00:00
joey
89817eb30f
subversion repo location move
2006-08-07 03:29:56 +00:00
www-data
48159687d5
web commit by joey: test
2006-08-07 03:27:16 +00:00
joey
2ea8fbe2d9
misc changes
2006-08-05 21:15:50 +00:00
joey
7a05087f47
* Turn on HTML::Template loop_context_vars; not actually used in stock
...
templates but can be useful for things like making comma-delimited lists
of tags or what have you.
2006-08-05 03:21:14 +00:00
joey
a41abc80ac
* Turn off tidy indentation too.
2006-08-05 02:31:38 +00:00
joey
d98b2480f9
* Move tidy back to sanitize hook, found out how to only show body.
2006-08-05 02:28:04 +00:00
joey
e8ec0187da
* Disable tidy generator tag.
2006-08-05 01:09:04 +00:00
joey
00ee90622c
add news item for ikiwiki 1.16
2006-08-05 00:57:22 +00:00
joey
a69bb505ab
releasing version 1.16
2006-08-05 00:57:02 +00:00
joey
485a017a88
* Fix dates in rss feeds if running localised, so they're still rfc 822.
2006-08-05 00:45:03 +00:00
joey
831190e1f3
tone back claims of what tidy can do, it's not perfect
2006-08-04 07:45:02 +00:00
joey
0708bb8aec
* 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.
2006-08-04 07:41:02 +00:00
joey
acaee3d0bc
* Fix the htmltidy plugin, which wasn't working due my breaking it when
...
I added it..
2006-08-04 07:04:16 +00:00
joey
a6a61f9e38
use rel=bookmark here too..
2006-08-04 04:32:53 +00:00
joey
91e416b5f3
* Also generate rel=bookmark links for permalinks.
2006-08-04 04:29:18 +00:00
joey
d9ea7d5b0b
fix
2006-08-04 03:12:12 +00:00
joey
4c3e9f0044
need to make it really utf8 or the url encode won't work
2006-08-04 03:06:23 +00:00