ikiwiki
12 years agoswitch bundle to discount, and mention it in install
Joey Hess [Sun, 1 Jan 2012 21:40:50 +0000 (17:40 -0400)] 
switch bundle to discount, and mention it in install

12 years agoupdate
Joey Hess [Sun, 1 Jan 2012 21:37:49 +0000 (17:37 -0400)] 
update

12 years agoworkaround a bug in the discount perl binding
Joey Hess [Sun, 1 Jan 2012 21:24:21 +0000 (17:24 -0400)] 
workaround a bug in the discount perl binding

Empty input, or input consisting soley of whitespace
caused an uninitialized value warning.

12 years agofix test suite to work with discount
Joey Hess [Sun, 1 Jan 2012 21:11:56 +0000 (17:11 -0400)] 
fix test suite to work with discount

In the first test, discount returns the html attributes in a different
order, which broke the test. Test only for the important text, not the
exact html output.

In the second test, discount does some encoding of its own of the partially
encoded url, again resulting in different output.

12 years agodiscount support
Joey Hess [Sun, 1 Jan 2012 20:56:32 +0000 (16:56 -0400)] 
discount support

mdwn: Can use the discount markdown library, via the
Text::Markdown::Discount perl module.

This is preferred if available since it's the fastest currently supported
markdown library, speeding up markdown rendering by a factor of 40.

That is to say, when only rendering a lot of markdown, discount is 40x
faster. When building a ikiwiki site, ikiwiki's other overhead gets in the
way, but I still see significant speedups. Building the ikiwiki docwiki
dropped from 62 to 45 seconds, for example.

However, when multimarkdown is enabled, Text::Markdown::Multimarkdown is
still used.

While discount contains some nonstandard markdown extensions,
including tables and footnotes, AFAICS most of them are not
enabled by default in the perl bindings.

I consider sticking to non-extended markdown a desirable thing, since this
is probably not the last markdown engine. In particular, sundown is waiting
in the wings to get packaged and get a perl binding.

----

Reviewing all the showdown extensions, here are the ones that are enabled:

centered paragraphs:

->centered<-

image sizes: [dust mite](http://dust.mite =150x150)

<style>..</style> blocks are eaten. The perl binding does not provide
access to the gathered CSS. This is not legal html anyway, so unlikely
to cause breakage.

12 years agoAdded a comment
http://joey.kitenet.net/ [Fri, 30 Dec 2011 18:13:19 +0000 (14:13 -0400)] 
Added a comment

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM [Fri, 30 Dec 2011 17:23:43 +0000 (13:23 -0400)] 

12 years agoadd news item for ikiwiki 3.20111229
Joey Hess [Thu, 29 Dec 2011 16:09:13 +0000 (12:09 -0400)] 
add news item for ikiwiki 3.20111229

12 years agoreleasing version 3.20111229
Joey Hess [Thu, 29 Dec 2011 16:08:59 +0000 (12:08 -0400)] 
releasing version 3.20111229

12 years agoMerge branch 'master' of ssh://git.ikiwiki.info
Joey Hess [Thu, 29 Dec 2011 16:08:48 +0000 (12:08 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info

12 years agoPendantic grammer change
https://www.google.com/accounts/o8/id?id=AItOawlqWSY9PNYRysA9vrU-JiQh7-s7q6SOcIE [Thu, 29 Dec 2011 15:35:41 +0000 (11:35 -0400)] 
Pendantic grammer change

12 years agoMerge branch 'master' of ssh://git.ikiwiki.info
Joey Hess [Thu, 29 Dec 2011 14:31:23 +0000 (10:31 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info

12 years agoAdded a comment
https://www.google.com/accounts/o8/id?id=AItOawk_MMtLPS7osC5MjX00q2ATjvvXPWqm0ik [Wed, 28 Dec 2011 23:06:06 +0000 (19:06 -0400)] 
Added a comment

12 years agoAdded a comment: What are the permissions?
https://launchpad.net/~tale [Wed, 28 Dec 2011 19:35:26 +0000 (15:35 -0400)] 
Added a comment: What are the permissions?

12 years agoparking this for the time being
Jon Dowland [Wed, 28 Dec 2011 18:13:52 +0000 (18:13 +0000)] 
parking this for the time being

12 years agofix link
Jon Dowland [Wed, 28 Dec 2011 17:11:57 +0000 (17:11 +0000)] 
fix link

12 years agoupdate link to plugin
Jon Dowland [Wed, 28 Dec 2011 16:48:36 +0000 (16:48 +0000)] 
update link to plugin

12 years agocontrib plugin: pagespecalias
Jon Dowland [Wed, 28 Dec 2011 16:36:38 +0000 (16:36 +0000)] 
contrib plugin: pagespecalias

12 years agoreply to Joey
Jon Dowland [Wed, 28 Dec 2011 16:30:04 +0000 (16:30 +0000)] 
reply to Joey

12 years agoreply to Kathryn
Jon Dowland [Wed, 28 Dec 2011 16:28:54 +0000 (16:28 +0000)] 
reply to Kathryn

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawk_MMtLPS7osC5MjX00q2ATjvvXPWqm0ik [Wed, 28 Dec 2011 16:54:45 +0000 (12:54 -0400)] 

12 years agoAdded a comment: branch = master, still no luck
https://launchpad.net/~tale [Wed, 28 Dec 2011 03:22:57 +0000 (23:22 -0400)] 
Added a comment: branch = master, still no luck

12 years agoAdded a comment: Checked old host, git messed up there, too
https://launchpad.net/~tale [Tue, 27 Dec 2011 18:59:38 +0000 (14:59 -0400)] 
Added a comment: Checked old host, git messed up there, too

12 years agoAdded a comment: Editing via browser works
https://launchpad.net/~tale [Tue, 27 Dec 2011 18:47:17 +0000 (14:47 -0400)] 
Added a comment: Editing via browser works

12 years agoMerge branch 'master' of ssh://git.ikiwiki.info
Joey Hess [Tue, 27 Dec 2011 16:33:21 +0000 (12:33 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info

12 years agoAdded a comment
https://launchpad.net/~tale [Tue, 27 Dec 2011 16:18:33 +0000 (12:18 -0400)] 
Added a comment

12 years agoremove x bit from comments.pm
Joey Hess [Tue, 27 Dec 2011 15:37:28 +0000 (11:37 -0400)] 
remove x bit from comments.pm

how did that get set?

12 years agorc + link to me
Erkan_Yilmaz [Tue, 27 Dec 2011 05:01:32 +0000 (01:01 -0400)] 
rc + link to me

12 years agotypo
Erkan_Yilmaz [Tue, 27 Dec 2011 04:56:03 +0000 (00:56 -0400)] 
typo

12 years agoFixed link to Pandoc-Iki GitHub repo
https://www.google.com/accounts/o8/id?id=AItOawkARRfU19FmAvBQJ0zR_vlTi_KEiL9meFE [Mon, 26 Dec 2011 17:06:19 +0000 (13:06 -0400)] 
Fixed link to Pandoc-Iki GitHub repo

12 years agoremove at poster's request
Joey Hess [Sun, 25 Dec 2011 02:01:46 +0000 (22:01 -0400)] 
remove at poster's request

12 years agomove comment to right post
Joey Hess [Sun, 25 Dec 2011 00:11:15 +0000 (20:11 -0400)] 
move comment to right post

12 years agoAdded a comment
http://joey.kitenet.net/ [Sun, 25 Dec 2011 00:08:22 +0000 (20:08 -0400)] 
Added a comment

12 years agoAdded a comment
http://joey.kitenet.net/ [Sun, 25 Dec 2011 00:07:29 +0000 (20:07 -0400)] 
Added a comment

12 years agochangelog
Joey Hess [Sat, 24 Dec 2011 23:39:27 +0000 (19:39 -0400)] 
changelog

12 years agotag plugin: encode categories using numeric values
Giuseppe Bilotta [Fri, 23 Dec 2011 23:54:59 +0000 (00:54 +0100)] 
tag plugin: encode categories using numeric values

This ensures that RSS/Atom feeds produced are valid XML.

12 years agoremove /recentchanges from .gitignore
Joey Hess [Thu, 22 Dec 2011 16:10:57 +0000 (12:10 -0400)] 
remove /recentchanges from .gitignore

recentchanges cruft is now stored under .ikiwiki

12 years agoresponse
Joey Hess [Fri, 16 Dec 2011 18:58:28 +0000 (14:58 -0400)] 
response

12 years agoremove 2 questionable sentances
Joey Hess [Fri, 16 Dec 2011 18:52:06 +0000 (14:52 -0400)] 
remove 2 questionable sentances

For the first, ikiwiki automatically rebuilds as needed when a template is
changes.

I don't entirely understand what the second is trying to say.

12 years agoremoved
https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM [Sat, 24 Dec 2011 19:28:51 +0000 (15:28 -0400)] 
removed

12 years agoAdded a comment
https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM [Sat, 24 Dec 2011 19:27:16 +0000 (15:27 -0400)] 
Added a comment

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM [Sat, 24 Dec 2011 19:25:50 +0000 (15:25 -0400)] 

12 years agoAsking for help
https://launchpad.net/~tale [Fri, 23 Dec 2011 16:41:47 +0000 (12:41 -0400)] 
Asking for help

12 years agoAdded a comment: When is ikiwiki --setup run?
https://launchpad.net/~tale [Fri, 23 Dec 2011 13:49:55 +0000 (09:49 -0400)] 
Added a comment: When is ikiwiki --setup run?

12 years agoAdded a comment
http://joey.kitenet.net/ [Thu, 22 Dec 2011 16:15:34 +0000 (12:15 -0400)] 
Added a comment

12 years agoAdded a comment
http://joey.kitenet.net/ [Thu, 22 Dec 2011 16:12:42 +0000 (12:12 -0400)] 
Added a comment

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM [Thu, 22 Dec 2011 14:16:37 +0000 (10:16 -0400)] 

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM [Thu, 22 Dec 2011 05:44:56 +0000 (01:44 -0400)] 

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM [Thu, 22 Dec 2011 05:34:29 +0000 (01:34 -0400)] 

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM [Wed, 21 Dec 2011 00:48:48 +0000 (20:48 -0400)] 

12 years agoremoved
https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM [Tue, 20 Dec 2011 21:42:44 +0000 (17:42 -0400)] 
removed

12 years agoAdded a comment: Error message gone; but how to start using po?
https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM [Tue, 20 Dec 2011 21:41:52 +0000 (17:41 -0400)] 
Added a comment: Error message gone; but how to start using po?

12 years agoAdded a comment
https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM [Tue, 20 Dec 2011 16:58:24 +0000 (12:58 -0400)] 
Added a comment

12 years agoAdded a comment
http://joey.kitenet.net/ [Tue, 20 Dec 2011 15:16:23 +0000 (11:16 -0400)] 
Added a comment

12 years agoAdded a comment
http://joey.kitenet.net/ [Tue, 20 Dec 2011 15:13:48 +0000 (11:13 -0400)] 
Added a comment

12 years agoremoved
https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM [Tue, 20 Dec 2011 14:42:41 +0000 (10:42 -0400)] 
removed

12 years agoAdded a comment
https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM [Tue, 20 Dec 2011 14:41:51 +0000 (10:41 -0400)] 
Added a comment

12 years agoAdded a comment: Please upgrade
intrigeri [Tue, 20 Dec 2011 09:34:56 +0000 (05:34 -0400)] 
Added a comment: Please upgrade

12 years agoAdded a comment
https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM [Tue, 20 Dec 2011 07:21:19 +0000 (03:21 -0400)] 
Added a comment

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM [Tue, 20 Dec 2011 06:50:49 +0000 (02:50 -0400)] 

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM [Tue, 20 Dec 2011 04:55:00 +0000 (00:55 -0400)] 

12 years agoAdded a comment
jean_magnan [Mon, 19 Dec 2011 10:21:00 +0000 (06:21 -0400)] 
Added a comment

12 years agoAdded a comment
https://me.yahoo.com/a/2d7oNP9wlop3PaHlGlGS1J2ppVqXf4zQAw--#17b9b [Mon, 19 Dec 2011 06:18:56 +0000 (02:18 -0400)] 
Added a comment

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawleAEFV6kDlYbyCJLPHAOAsHGriOoQMYRo [Mon, 19 Dec 2011 06:16:34 +0000 (02:16 -0400)] 

12 years agoAdded a comment
https://me.yahoo.com/a/2d7oNP9wlop3PaHlGlGS1J2ppVqXf4zQAw--#17b9b [Sat, 17 Dec 2011 09:10:38 +0000 (05:10 -0400)] 
Added a comment

12 years ago(no commit message)
http://lkcl.net/ [Fri, 16 Dec 2011 21:42:10 +0000 (17:42 -0400)] 

12 years agoAdded a comment
http://joey.kitenet.net/ [Fri, 16 Dec 2011 18:51:16 +0000 (14:51 -0400)] 
Added a comment

12 years agoMention my new plugin
http://cgray.myopenid.com/ [Fri, 16 Dec 2011 18:41:45 +0000 (14:41 -0400)] 
Mention my new plugin

12 years agoAdded a comment
https://me.yahoo.com/a/dh6LXMw6hZydhHOqgWKiORWXspNyeW9n1nk-#9ce8d [Fri, 16 Dec 2011 13:21:57 +0000 (09:21 -0400)] 
Added a comment

12 years agoremoved
https://me.yahoo.com/a/dh6LXMw6hZydhHOqgWKiORWXspNyeW9n1nk-#9ce8d [Fri, 16 Dec 2011 13:18:02 +0000 (09:18 -0400)] 
removed

12 years agoAdded a comment
https://me.yahoo.com/a/dh6LXMw6hZydhHOqgWKiORWXspNyeW9n1nk-#9ce8d [Fri, 16 Dec 2011 13:00:52 +0000 (09:00 -0400)] 
Added a comment

12 years ago(no commit message)
https://me.yahoo.com/a/2d7oNP9wlop3PaHlGlGS1J2ppVqXf4zQAw--#17b9b [Fri, 16 Dec 2011 08:10:04 +0000 (04:10 -0400)] 

12 years agodone!
https://id.koumbit.net/anarcat [Fri, 16 Dec 2011 06:41:43 +0000 (02:41 -0400)] 
done!

12 years agosome hints for people building themes
https://id.koumbit.net/anarcat [Fri, 16 Dec 2011 06:40:00 +0000 (02:40 -0400)] 
some hints for people building themes

12 years agopropose a theme market
https://id.koumbit.net/anarcat [Fri, 16 Dec 2011 06:38:09 +0000 (02:38 -0400)] 
propose a theme market

12 years agolink to the themes page
https://id.koumbit.net/anarcat [Fri, 16 Dec 2011 06:37:03 +0000 (02:37 -0400)] 
link to the themes page

12 years ago(no commit message)
https://id.koumbit.net/anarcat [Fri, 16 Dec 2011 04:59:02 +0000 (00:59 -0400)] 

12 years agolink to submodule support question
https://id.koumbit.net/anarcat [Fri, 16 Dec 2011 04:57:24 +0000 (00:57 -0400)] 
link to submodule support question

12 years ago(no commit message)
https://id.koumbit.net/anarcat [Fri, 16 Dec 2011 04:56:42 +0000 (00:56 -0400)] 

12 years agothanks and next challenge: doc
https://id.koumbit.net/anarcat [Fri, 16 Dec 2011 02:47:09 +0000 (22:47 -0400)] 
thanks and next challenge: doc

12 years agoMove wtk's blog from physics.drexel.edu to tremily.us.
W. Trevor King [Fri, 9 Dec 2011 15:15:35 +0000 (10:15 -0500)] 
Move wtk's blog from physics.drexel.edu to tremily.us.

12 years agoresponse
Joey Hess [Thu, 15 Dec 2011 18:07:17 +0000 (14:07 -0400)] 
response

12 years agoMerge branch 'master' of ssh://git.ikiwiki.info
Joey Hess [Thu, 15 Dec 2011 18:05:07 +0000 (14:05 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info

12 years ago(no commit message)
https://id.koumbit.net/anarcat [Thu, 15 Dec 2011 15:24:32 +0000 (11:24 -0400)] 

12 years agoMerge branch 'master' of ssh://git.ikiwiki.info
Joey Hess [Wed, 14 Dec 2011 21:01:21 +0000 (17:01 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info

12 years ago(no commit message)
http://hands.com/~phil/ [Mon, 12 Dec 2011 23:38:24 +0000 (19:38 -0400)] 

12 years ago(no commit message)
http://hands.com/~phil/ [Mon, 12 Dec 2011 23:33:58 +0000 (19:33 -0400)] 

12 years agorm spam
http://jmtd.net/ [Mon, 12 Dec 2011 13:34:07 +0000 (09:34 -0400)] 
rm spam

This reverts commit 03d0c64f526a687ac93a8b084ec2784045b7509c

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawlUumnAo2mLy-vFPwwaDIXsnm1kNhYBVa8 [Mon, 12 Dec 2011 12:56:17 +0000 (08:56 -0400)] 

12 years agoremove spam
http://cgray.myopenid.com/ [Sun, 11 Dec 2011 23:11:42 +0000 (19:11 -0400)] 
remove spam

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawlUumnAo2mLy-vFPwwaDIXsnm1kNhYBVa8 [Sun, 11 Dec 2011 23:08:26 +0000 (19:08 -0400)] 

12 years agoDelete doc/users/jak.mdwn again
Julian Andres Klode [Sun, 11 Dec 2011 14:38:15 +0000 (15:38 +0100)] 
Delete doc/users/jak.mdwn again

This was an accident and not supposed to be here.

12 years agoDrop test from sanbox
jak [Sun, 11 Dec 2011 14:34:55 +0000 (10:34 -0400)] 
Drop test from sanbox

12 years agoxxx
jak [Sun, 11 Dec 2011 14:25:21 +0000 (10:25 -0400)] 
xxx

12 years agoCREATED BY WEB
Julian Andres Klode [Sun, 11 Dec 2011 14:24:36 +0000 (15:24 +0100)] 
CREATED BY WEB

12 years ago(no commit message)
http://liw.fi/ [Sun, 11 Dec 2011 11:42:21 +0000 (07:42 -0400)] 

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawk_MMtLPS7osC5MjX00q2ATjvvXPWqm0ik [Sun, 11 Dec 2011 10:32:11 +0000 (06:32 -0400)] 

12 years agoRemove Banu (as it no longer uses Ikiwiki)
https://mukund.startssl.com/ [Sun, 11 Dec 2011 01:29:48 +0000 (21:29 -0400)] 
Remove Banu (as it no longer uses Ikiwiki)

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawkq11bTnmln5O-k-utYZYK8N9TzG3T1THk [Sun, 11 Dec 2011 01:24:18 +0000 (21:24 -0400)] 

12 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawk_MMtLPS7osC5MjX00q2ATjvvXPWqm0ik [Sat, 10 Dec 2011 20:14:06 +0000 (16:14 -0400)]