ikiwiki
17 years agoadd a couple more ikiwiki users
joey [Wed, 2 Aug 2006 04:41:07 +0000 (04:41 +0000)] 
add a couple more ikiwiki users

17 years ago* Memoize pagespec translation, this speeds up a build of the ikiwiki tree
joey [Wed, 2 Aug 2006 03:39:19 +0000 (03:39 +0000)] 
* Memoize pagespec translation, this speeds up a build of the ikiwiki tree
  by 10% or so.

17 years agostupid perl..
joey [Wed, 2 Aug 2006 03:31:15 +0000 (03:31 +0000)] 
stupid perl..

17 years agobacklink is just the reverse of link, so..
joey [Wed, 2 Aug 2006 02:17:42 +0000 (02:17 +0000)] 
backlink is just the reverse of link, so..

17 years agocomplex test
joey [Wed, 2 Aug 2006 02:10:24 +0000 (02:10 +0000)] 
complex test

17 years agoupdate
joey [Wed, 2 Aug 2006 01:46:25 +0000 (01:46 +0000)] 
update

17 years agofix
joey [Wed, 2 Aug 2006 01:46:07 +0000 (01:46 +0000)] 
fix

17 years agoadd news
joey [Wed, 2 Aug 2006 01:45:46 +0000 (01:45 +0000)] 
add news

17 years agoadd news item for ikiwiki 1.13
joey [Wed, 2 Aug 2006 01:44:34 +0000 (01:44 +0000)] 
add news item for ikiwiki 1.13

17 years agoadd news item for ikiwiki 1.13
joey [Wed, 2 Aug 2006 01:42:41 +0000 (01:42 +0000)] 
add news item for ikiwiki 1.13

17 years agoadd news item for ikiwiki 1.13
joey [Wed, 2 Aug 2006 01:41:39 +0000 (01:41 +0000)] 
add news item for ikiwiki 1.13

17 years agoadd news item for ikiwiki 1.13
joey [Wed, 2 Aug 2006 01:32:12 +0000 (01:32 +0000)] 
add news item for ikiwiki 1.13

17 years agoreleasing version 1.13
joey [Wed, 2 Aug 2006 01:31:39 +0000 (01:31 +0000)] 
releasing version 1.13

17 years agooy, case-insensativity lost!
joey [Wed, 2 Aug 2006 01:06:59 +0000 (01:06 +0000)] 
oy, case-insensativity lost!

17 years agoredundancy
joey [Wed, 2 Aug 2006 00:59:56 +0000 (00:59 +0000)] 
redundancy

17 years agooops
joey [Wed, 2 Aug 2006 00:52:47 +0000 (00:52 +0000)] 
oops

17 years agobetter use gmtime here
joey [Wed, 2 Aug 2006 00:28:46 +0000 (00:28 +0000)] 
better use gmtime here

17 years agoupdate
joey [Wed, 2 Aug 2006 00:17:42 +0000 (00:17 +0000)] 
update

17 years ago* Renamed GlobLists to PageSpecs.
joey [Wed, 2 Aug 2006 00:14:31 +0000 (00:14 +0000)] 
* Renamed GlobLists to PageSpecs.
* PageSpecs can now include nested parens, "and", and "or". This remains
  backwards compatible to the old GlobList format. It's implemented by
  treating the GlobList as a very limited microlanguage that is transformed
  to perl code that does the matching.
* The old GlobList format is deprecated, and I encourage users to switch to
  using the new PageSpec format. Compatability with the old format will be
  removed at some point, possibly by 2.0.
* Wiki rebuild needed on upgrade to this version due to PageSpec change.
* Add support for creation_month and creation_year to PageSpec.
  Closes: #380680
* Changes to index file encoding.

17 years agotypo
joey [Tue, 1 Aug 2006 20:12:15 +0000 (20:12 +0000)] 
typo

17 years ago* Patch from Roland Mas to support an rss=no parameter to inline directives.
joey [Tue, 1 Aug 2006 20:08:42 +0000 (20:08 +0000)] 
* Patch from Roland Mas to support an rss=no parameter to inline directives.
  Closes: #380743

17 years agoadd
joey [Mon, 31 Jul 2006 22:51:04 +0000 (22:51 +0000)] 
add

17 years agofix
joey [Mon, 31 Jul 2006 22:50:09 +0000 (22:50 +0000)] 
fix

17 years ago* Fix issue with unicode filenames and updating the hyper estradier search
joey [Mon, 31 Jul 2006 01:24:18 +0000 (01:24 +0000)] 
* Fix issue with unicode filenames and updating the hyper estradier search
  index. (Aka Please Please Please, let that be the last one.)

17 years agoone more change; use the page that pulls in a feed as the anchor for the
joey [Mon, 31 Jul 2006 01:05:22 +0000 (01:05 +0000)] 
one more change; use the page that pulls in a feed as the anchor for the
default directory

17 years agofix
joey [Mon, 31 Jul 2006 00:59:54 +0000 (00:59 +0000)] 
fix

17 years agofix title metadata on blogs, reorg needed to do it, simplified tag some
joey [Mon, 31 Jul 2006 00:34:18 +0000 (00:34 +0000)] 
fix title metadata on blogs, reorg needed to do it, simplified tag some

17 years ago* Title metadata of inlined pages now shows up in blogs, although not yet
joey [Sun, 30 Jul 2006 23:51:48 +0000 (23:51 +0000)] 
* Title metadata of inlined pages now shows up in blogs, although not yet
  in their rss feeds.

17 years agoavoid message if mailing password or registering
joey [Sun, 30 Jul 2006 23:08:10 +0000 (23:08 +0000)] 
avoid message if mailing password or registering

17 years ago* Change meta tags to use html entity-escaped text for values, so that
joey [Sun, 30 Jul 2006 22:58:48 +0000 (22:58 +0000)] 
* 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.

17 years agoadd test for nonexistant polygen
joey [Sun, 30 Jul 2006 21:54:03 +0000 (21:54 +0000)] 
add test for nonexistant polygen

17 years agoescape slashes in page names
joey [Sun, 30 Jul 2006 21:51:37 +0000 (21:51 +0000)] 
escape slashes in page names

17 years agoweb commit by JonasSmedegaard: Corrected typo: imge -> image.
www-data [Sun, 30 Jul 2006 14:46:48 +0000 (14:46 +0000)] 
web commit by JonasSmedegaard: Corrected typo: imge -> image.

17 years agoimproce
joey [Sun, 30 Jul 2006 07:59:04 +0000 (07:59 +0000)] 
improce

17 years agoallow hooks to add options even to --setup
joey [Sun, 30 Jul 2006 07:41:26 +0000 (07:41 +0000)] 
allow hooks to add options even to --setup

17 years agowhen autogenerating a dir naem, include "feed/" in it
joey [Sun, 30 Jul 2006 07:30:08 +0000 (07:30 +0000)] 
when autogenerating a dir naem, include "feed/" in it

17 years agofix
joey [Sun, 30 Jul 2006 07:17:44 +0000 (07:17 +0000)] 
fix

17 years agoneed to lower-case pages, sigh..
joey [Sun, 30 Jul 2006 07:07:20 +0000 (07:07 +0000)] 
need to lower-case pages, sigh..

17 years agoerase old tags
joey [Sun, 30 Jul 2006 06:57:42 +0000 (06:57 +0000)] 
erase old tags

17 years agostop abusing titlepage for internal encoding (esp since it doesn't work)
joey [Sun, 30 Jul 2006 06:55:33 +0000 (06:55 +0000)] 
stop abusing titlepage for internal encoding (esp since it doesn't work)

17 years agofix encoding of some stuff
joey [Sun, 30 Jul 2006 06:20:58 +0000 (06:20 +0000)] 
fix encoding of some stuff

17 years agofix
joey [Sun, 30 Jul 2006 06:15:04 +0000 (06:15 +0000)] 
fix

17 years agomore robust and faster handling of feedurls
joey [Sun, 30 Jul 2006 06:14:44 +0000 (06:14 +0000)] 
more robust and faster handling of feedurls

17 years agosecurity note
joey [Sun, 30 Jul 2006 06:08:56 +0000 (06:08 +0000)] 
security note

17 years agorobustness and etc
joey [Sun, 30 Jul 2006 05:44:17 +0000 (05:44 +0000)] 
robustness and etc

17 years agodeal with title-less feeds
joey [Sun, 30 Jul 2006 05:29:03 +0000 (05:29 +0000)] 
deal with title-less feeds

17 years agomd5 can't handle wide chars
joey [Sun, 30 Jul 2006 05:17:59 +0000 (05:17 +0000)] 
md5 can't handle wide chars

17 years agofixes, and make dir optional
joey [Sun, 30 Jul 2006 05:14:35 +0000 (05:14 +0000)] 
fixes, and make dir optional

17 years ago* ikiwiki can now download and aggregate feeds with its new aggregate
joey [Sun, 30 Jul 2006 04:31:08 +0000 (04:31 +0000)] 
* 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.

17 years agoforgot to add this
joey [Sun, 30 Jul 2006 01:38:50 +0000 (01:38 +0000)] 
forgot to add this

17 years ago* Add a run_hooks function for the common task of running all hooks of a
joey [Sun, 30 Jul 2006 00:20:11 +0000 (00:20 +0000)] 
* Add a run_hooks function for the common task of running all hooks of a
  given type.
* Add a savestate hook.
* Don't put blog post forms on pages if there's no cgiurl set.
* Reformat front page.

17 years agoweb commit by joey: fix format
www-data [Sat, 29 Jul 2006 22:35:03 +0000 (22:35 +0000)] 
web commit by joey: fix format

17 years agoadd news item for ikiwiki 1.12
joey [Sat, 29 Jul 2006 22:32:19 +0000 (22:32 +0000)] 
add news item for ikiwiki 1.12

17 years agoupdats
joey [Sat, 29 Jul 2006 22:25:40 +0000 (22:25 +0000)] 
updats

17 years agoadd type pages
joey [Sat, 29 Jul 2006 22:17:07 +0000 (22:17 +0000)] 
add type pages

17 years ago* Tag plugins according to type.
joey [Sat, 29 Jul 2006 22:15:45 +0000 (22:15 +0000)] 
* Tag plugins according to type.

17 years agoadd fortune
joey [Sat, 29 Jul 2006 21:54:50 +0000 (21:54 +0000)] 
add fortune

17 years ago* fortune plugin (trivial)
joey [Sat, 29 Jul 2006 21:53:57 +0000 (21:53 +0000)] 
* fortune plugin (trivial)

17 years agolast minute fix from faidon
joey [Sat, 29 Jul 2006 21:40:59 +0000 (21:40 +0000)] 
last minute fix from faidon

17 years ago* Allow preprocessor directives to be expanded in inlined blog pages.
joey [Sat, 29 Jul 2006 21:38:50 +0000 (21:38 +0000)] 
* Allow preprocessor directives to be expanded in inlined blog pages.
  However, to avoid inlining loops etc, don't expand inline directives in
  inlined pages.

17 years agoright paper
joey [Sat, 29 Jul 2006 21:27:09 +0000 (21:27 +0000)] 
right paper

17 years ago1.12 is not released yet
joey [Sat, 29 Jul 2006 21:12:08 +0000 (21:12 +0000)] 
1.12 is not released yet

17 years ago* Locale patch from Faidon:
joey [Sat, 29 Jul 2006 21:04:31 +0000 (21:04 +0000)] 
* Locale patch from Faidon:
  - Adds a locale setting to setup files.
  - Proper local time, if the locale configuration option is used.
  - Support for UTF-8 (or ISO-8859-X) filenames in SVN. Before this patch,
    commiting (or even rcs_updating) on repositories with UTF-8 filenames was
    impossible.

17 years ago* htmltidy plugin from Faidon.
joey [Sat, 29 Jul 2006 20:50:20 +0000 (20:50 +0000)] 
* htmltidy plugin from Faidon.

17 years agoweb commit by FaidonLiambotis: Add HTML Tidy plugin to patchqueue
www-data [Sat, 29 Jul 2006 20:39:34 +0000 (20:39 +0000)] 
web commit by FaidonLiambotis: Add HTML Tidy plugin to patchqueue

17 years agoremove this, pagestats is too slow and it was mostly for testing
joey [Sat, 29 Jul 2006 20:38:46 +0000 (20:38 +0000)] 
remove this, pagestats is too slow and it was mostly for testing

17 years agoweb commit by FaidonLiambotis: Revise the locale patch
www-data [Sat, 29 Jul 2006 20:32:36 +0000 (20:32 +0000)] 
web commit by FaidonLiambotis: Revise the locale patch

17 years agofix %links iteration
joey [Sat, 29 Jul 2006 20:30:39 +0000 (20:30 +0000)] 
fix %links iteration

17 years agomore links
joey [Sat, 29 Jul 2006 20:14:07 +0000 (20:14 +0000)] 
more links

17 years agouse htmllink
joey [Sat, 29 Jul 2006 20:07:48 +0000 (20:07 +0000)] 
use htmllink

17 years ago"Viva l'Italia!"
joey [Sat, 29 Jul 2006 20:01:29 +0000 (20:01 +0000)] 
"Viva l'Italia!"
* Polygen plugin from Enrico.

17 years ago * Build-depend on libtext-wikiformat-perl, so that the syntax check of
joey [Sat, 29 Jul 2006 19:16:55 +0000 (19:16 +0000)] 
 * Build-depend on libtext-wikiformat-perl, so that the syntax check of
   the wikiformat plugin works. Thanks, Emanuele Aina.
 * Patch from Alessandro Dotti Contra to clean up backlinks and navbar
   display, running them through pagetitle. This removes ugly underscores and
   other gunk from the display, much nicer. You may want to rebuild your wiki
   when upgrading to get the cleanup globally.

17 years agomercuriual backend in progress
joey [Sat, 29 Jul 2006 18:05:50 +0000 (18:05 +0000)] 
mercuriual backend in progress

17 years agoadd pagestats
joey [Sat, 29 Jul 2006 17:46:25 +0000 (17:46 +0000)] 
add pagestats

17 years ago* New pagestats plugin from Enrico, which can generate a table counting
joey [Sat, 29 Jul 2006 17:44:41 +0000 (17:44 +0000)] 
* New pagestats plugin from Enrico, which can generate a table counting
  the backlinks for each page, or a del.icio.us style cloud.

17 years ago* Put categories in rss feeds for tagged items.
joey [Sat, 29 Jul 2006 07:25:17 +0000 (07:25 +0000)] 
* Put categories in rss feeds for tagged items.

17 years ago* Add exclude option in setup files, works same as --exclude.
joey [Fri, 28 Jul 2006 17:48:24 +0000 (17:48 +0000)] 
* Add exclude option in setup files, works same as --exclude.

17 years agoimprove
joey [Fri, 28 Jul 2006 05:36:37 +0000 (05:36 +0000)] 
improve

17 years ago* Add getopt hook type, this allows plugins to add new command-line options.
joey [Fri, 28 Jul 2006 05:26:49 +0000 (05:26 +0000)] 
* Add getopt hook type, this allows plugins to add new command-line options.
* Add --tagbase option to tag plugin.

17 years agosmall improvements
joey [Fri, 28 Jul 2006 04:43:45 +0000 (04:43 +0000)] 
small improvements

17 years agoanother doubled escape removed
joey [Fri, 28 Jul 2006 01:02:37 +0000 (01:02 +0000)] 
another doubled escape removed

17 years agoweb commit by joey
www-data [Fri, 28 Jul 2006 01:00:06 +0000 (01:00 +0000)] 
web commit by joey

17 years agoadd news item for ikiwiki 1.11
joey [Fri, 28 Jul 2006 00:52:43 +0000 (00:52 +0000)] 
add news item for ikiwiki 1.11

17 years agoreleasing version 1.11
joey [Fri, 28 Jul 2006 00:52:21 +0000 (00:52 +0000)] 
releasing version 1.11

17 years agodon't need double-escape on indented literal text as markdown doesn't mess
joey [Fri, 28 Jul 2006 00:33:57 +0000 (00:33 +0000)] 
don't need double-escape on indented literal text as markdown doesn't mess
with it

17 years agoweb commit by joey
www-data [Fri, 28 Jul 2006 00:30:05 +0000 (00:30 +0000)] 
web commit by joey

17 years agoweb commit by joey
www-data [Fri, 28 Jul 2006 00:29:42 +0000 (00:29 +0000)] 
web commit by joey

17 years agoweb commit by joey
www-data [Fri, 28 Jul 2006 00:28:27 +0000 (00:28 +0000)] 
web commit by joey

17 years agoadd news
joey [Fri, 28 Jul 2006 00:25:13 +0000 (00:25 +0000)] 
add news

17 years agoHope encrico doesn't mind, but I changed the location and layout of the
joey [Fri, 28 Jul 2006 00:21:13 +0000 (00:21 +0000)] 
Hope encrico doesn't mind, but I changed the location and layout of the
tags on the templates. This way seems to fit better with the links. Also
some css cleanup, avoid hardcoded <i> etc.

17 years agomore destpage improvements
joey [Thu, 27 Jul 2006 23:47:13 +0000 (23:47 +0000)] 
more destpage improvements

17 years ago* Switch pagetemplate hooks to using named parameters.
joey [Thu, 27 Jul 2006 23:41:58 +0000 (23:41 +0000)] 
* Switch pagetemplate hooks to using named parameters.
* Pass a "destpage" parameter to preprocessor and pagetemplate hooks.
  This will be the page that a source page will be part of, which is
  different than the source page for inlined pages.
* Audited all plugins to endure they pass page, destpage to htmllink
  appropriatly. This means inlining of various plugins will not work
  properly, with correct links generated.

17 years agoweb commit by JonasSmedegaard: A little something about myself.
www-data [Thu, 27 Jul 2006 23:13:43 +0000 (23:13 +0000)] 
web commit by JonasSmedegaard: A little something about myself.

17 years agoweb commit by JonasSmedegaard: Small typo: "a a" -> "as a"
www-data [Thu, 27 Jul 2006 23:08:47 +0000 (23:08 +0000)] 
web commit by JonasSmedegaard: Small typo: "a a" -> "as a"

17 years ago - Adds a tag plugin that allows more easily tagging pages.
joey [Thu, 27 Jul 2006 23:08:03 +0000 (23:08 +0000)] 
  - Adds a tag plugin that allows more easily tagging pages.
    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.

17 years ago* Patch from Enrico that
joey [Thu, 27 Jul 2006 21:38:02 +0000 (21:38 +0000)] 
* Patch from Enrico that
  - 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
  - Add a tag plugin that allows more easily tagging pages.
    The meta plugin can also still be used for this.

17 years agofoo
joey [Wed, 26 Jul 2006 23:36:14 +0000 (23:36 +0000)] 
foo

17 years agoadd
joey [Wed, 26 Jul 2006 22:31:57 +0000 (22:31 +0000)] 
add

17 years agoadd news item for ikiwiki 1.10
joey [Wed, 26 Jul 2006 22:10:41 +0000 (22:10 +0000)] 
add news item for ikiwiki 1.10

17 years ago* Fix CamelCase regexp to not break [[FooBar|BazBar]] WikiLinks.
joey [Wed, 26 Jul 2006 22:09:55 +0000 (22:09 +0000)] 
* Fix CamelCase regexp to not break [[FooBar|BazBar]] WikiLinks.