]> sipb.mit.edu Git - ikiwiki.git/log
ikiwiki.git
12 years agotest doesn't work live. damnit. try varying pagespec
Jon Dowland [Wed, 11 Jan 2012 15:15:37 +0000 (15:15 +0000)] 
test doesn't work live. damnit. try varying pagespec

12 years agobacklink(.) doesn't work
Jon Dowland [Wed, 11 Jan 2012 15:13:46 +0000 (15:13 +0000)] 
backlink(.) doesn't work

12 years agonew forum post about search in attachments
Javier Rojas [Wed, 11 Jan 2012 03:20:48 +0000 (22:20 -0500)] 
new forum post about search in attachments

12 years agoadd news item for ikiwiki 3.20120109
Joey Hess [Mon, 9 Jan 2012 16:17:35 +0000 (12:17 -0400)] 
add news item for ikiwiki 3.20120109

12 years agoreleasing version 3.20120109
Joey Hess [Mon, 9 Jan 2012 16:17:24 +0000 (12:17 -0400)] 
releasing version 3.20120109

12 years agoMerge branch 'master' of ssh://git.ikiwiki.info
Joey Hess [Mon, 9 Jan 2012 14:34:23 +0000 (10:34 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info

12 years agothanks
http://kerravonsen.dreamwidth.org/ [Mon, 9 Jan 2012 03:56:21 +0000 (23:56 -0400)] 
thanks

12 years agorepoint git branches and website
Amitai Schlair [Sun, 8 Jan 2012 18:26:56 +0000 (13:26 -0500)] 
repoint git branches and website

12 years agoMerge branch 'master', remote-tracking branch 'joey/master'
Amitai Schlair [Sun, 8 Jan 2012 18:09:28 +0000 (13:09 -0500)] 
Merge branch 'master', remote-tracking branch 'joey/master'

12 years agofix link to wiki.openbsd.ru
https://www.google.com/accounts/o8/id?id=AItOawm5_tJrXPmX2LfWJ2KKt_2YsHzyd8UKv4o [Sun, 8 Jan 2012 16:52:27 +0000 (12:52 -0400)] 
fix link to wiki.openbsd.ru

12 years agoadd russian openbsd.ru wiki
https://www.google.com/accounts/o8/id?id=AItOawm5_tJrXPmX2LfWJ2KKt_2YsHzyd8UKv4o [Sun, 8 Jan 2012 16:50:04 +0000 (12:50 -0400)] 
add russian openbsd.ru wiki

12 years agothird-person or bust
Amitai Schlair [Sun, 8 Jan 2012 15:52:21 +0000 (10:52 -0500)] 
third-person or bust

12 years agowrap lines
Amitai Schlair [Sun, 8 Jan 2012 15:48:24 +0000 (10:48 -0500)] 
wrap lines

12 years agofix the urls again again
https://id.koumbit.net/anarcat [Fri, 6 Jan 2012 15:59:06 +0000 (11:59 -0400)] 
fix the urls again again

12 years agoreally fix those urls
https://id.koumbit.net/anarcat [Fri, 6 Jan 2012 15:31:37 +0000 (11:31 -0400)] 
really fix those urls

12 years agofix my urls
https://id.koumbit.net/anarcat [Fri, 6 Jan 2012 15:30:31 +0000 (11:30 -0400)] 
fix my urls

12 years agofix urls
https://id.koumbit.net/anarcat [Fri, 6 Jan 2012 15:29:17 +0000 (11:29 -0400)] 
fix urls

12 years ago(no commit message)
sajolida [Wed, 4 Jan 2012 20:46:58 +0000 (16:46 -0400)] 

12 years agocorrection
Joey Hess [Wed, 4 Jan 2012 17:43:37 +0000 (13:43 -0400)] 
correction

12 years agoAdded a comment
dave [Wed, 4 Jan 2012 04:01:54 +0000 (00:01 -0400)] 
Added a comment

12 years agoOn Debian, depend on libtext-markdown-discount.
Joey Hess [Tue, 3 Jan 2012 18:55:40 +0000 (14:55 -0400)] 
On Debian, depend on libtext-markdown-discount.

12 years agoAdded a comment
http://smcv.pseudorandom.co.uk/ [Tue, 3 Jan 2012 11:29:59 +0000 (07:29 -0400)] 
Added a comment

12 years ago(no commit message)
dave [Tue, 3 Jan 2012 03:51:35 +0000 (23:51 -0400)] 

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)]