]> git.g-eek.se Git - ikiwiki-pandoc.git/log
ikiwiki-pandoc.git
11 years agoMerge branch 'master' of github.com:sciunto/ikiwiki-pandoc
François Boulogne [Sun, 4 Aug 2013 21:33:43 +0000 (23:33 +0200)]
Merge branch 'master' of github.com:sciunto/ikiwiki-pandoc

11 years agoadd link to ikiwiki doc
François Boulogne [Sun, 4 Aug 2013 21:32:45 +0000 (23:32 +0200)]
add link to ikiwiki doc

11 years agoadd CSS
François Boulogne [Fri, 10 May 2013 07:10:07 +0000 (09:10 +0200)]
add CSS

11 years agoadd author
François Boulogne [Sat, 4 May 2013 20:05:55 +0000 (22:05 +0200)]
add author

11 years agoMerge remote-tracking branch 'bk/master'
François Boulogne [Sat, 4 May 2013 20:01:07 +0000 (22:01 +0200)]
Merge remote-tracking branch 'bk/master'

Conflicts:
pandoc.pm

11 years agoadd author
François Boulogne [Sat, 4 May 2013 19:48:41 +0000 (21:48 +0200)]
add author

11 years agoMerge remote-tracking branch 'rburgoyne/master'
François Boulogne [Sat, 4 May 2013 19:47:47 +0000 (21:47 +0200)]
Merge remote-tracking branch 'rburgoyne/master'

Conflicts:
.gitignore
pandoc.pm

11 years agoimport readme
François Boulogne [Sat, 4 May 2013 19:39:05 +0000 (21:39 +0200)]
import readme

11 years agoadd sources
François Boulogne [Sat, 4 May 2013 18:56:08 +0000 (20:56 +0200)]
add sources

11 years agoadd license
François Boulogne [Sat, 4 May 2013 18:53:15 +0000 (20:53 +0200)]
add license

11 years agoInitial commit
François Boulogne [Sat, 4 May 2013 18:49:18 +0000 (11:49 -0700)]
Initial commit

11 years agoMerge branch 'master' of https://github.com/rburgoyne/pandoc-iki
Ryan Burgoyne [Mon, 25 Feb 2013 20:32:42 +0000 (13:32 -0700)]
Merge branch 'master' of https://github.com/rburgoyne/pandoc-iki

11 years agoadded error handling to avoid error message about uninitialized value in concatenation
Ryan Burgoyne [Mon, 25 Feb 2013 20:32:27 +0000 (13:32 -0700)]
added error handling to avoid error message about uninitialized value in concatenation

11 years agoRemoved quotemeta() function. It didn't solve the problem and added visible escape...
Ryan Burgoyne [Mon, 25 Feb 2013 20:28:35 +0000 (13:28 -0700)]
Removed quotemeta() function. It didn't solve the problem and added visible escape characters to the HTML title. For now, if you want to surrount your title with quotation marks, you will have to put backslashes in front of them.

11 years agoFixed bug that kept the author from being properly stored and used the quotemeta...
Ryan Burgoyne [Mon, 25 Feb 2013 20:14:32 +0000 (13:14 -0700)]
Fixed bug that kept the author from being properly stored and used the quotemeta() function on the final meta values before passing them to pagestate so that special characters will also work.

11 years agoAdded handling to the new open2 process to make sure it terminated
Ryan S. Burgoyne [Mon, 25 Feb 2013 15:39:31 +0000 (08:39 -0700)]
Added handling to the new open2 process to make sure it terminated

11 years agoChanged method for string compilation from JSON array. Now it handles symbols correct...
Ryan Burgoyne [Fri, 22 Feb 2013 19:37:48 +0000 (12:37 -0700)]
Changed method for string compilation from JSON array. Now it handles symbols correctly instead of surrounding them with spaces as if they were an extra word.

11 years agoCheck that meta values are not empty before applying them.
Ryan Burgoyne [Wed, 20 Feb 2013 23:49:39 +0000 (16:49 -0700)]
Check that meta values are not empty before applying them.

11 years agoAdded capability to parse out pandoc title blocks and use them for meta information.
Ryan Burgoyne [Wed, 20 Feb 2013 23:30:48 +0000 (16:30 -0700)]
Added capability to parse out pandoc title blocks and use them for meta information.

11 years agoFix bibliography/csl parameters; update html5 support; support multiple Markdown...
Baldur Kristinsson [Tue, 12 Feb 2013 13:59:55 +0000 (13:59 +0000)]
Fix bibliography/csl parameters; update html5 support; support multiple Markdown file extensions

11 years agoAdded support for textile and mediawiki formats and options for bibliography/csl
Baldur Kristinsson [Tue, 12 Feb 2013 11:32:11 +0000 (11:32 +0000)]
Added support for textile and mediawiki formats and options for bibliography/csl

11 years agoGive README file a .md extension
Baldur Kristinsson [Tue, 12 Feb 2013 10:42:31 +0000 (10:42 +0000)]
Give README file a .md extension

13 years agomore README tweaks
Jim Pryor [Wed, 1 Jun 2011 13:54:08 +0000 (09:54 -0400)]
more README tweaks

Signed-off-by: Jim Pryor <profjim@jimpryor.net>
13 years agoREADME tweaks
Jim Pryor [Wed, 1 Jun 2011 13:53:01 +0000 (09:53 -0400)]
README tweaks

Signed-off-by: Jim Pryor <profjim@jimpryor.net>
13 years agofix string comparison, release 1.0
Jim Pryor [Wed, 1 Jun 2011 13:06:26 +0000 (09:06 -0400)]
fix string comparison, release 1.0

Signed-off-by: Jim Pryor <profjim@jimpryor.net>
13 years agotweak README
Jim Pryor [Wed, 1 Jun 2011 12:53:59 +0000 (08:53 -0400)]
tweak README

Signed-off-by: Jim Pryor <profjim@jimpryor.net>
13 years agoignore more stuff
Jim Pryor [Wed, 1 Jun 2011 12:17:35 +0000 (08:17 -0400)]
ignore more stuff

Signed-off-by: Jim Pryor <profjim@jimpryor.net>
13 years agoadd latexmathml template
Jim Pryor [Wed, 1 Jun 2011 12:14:59 +0000 (08:14 -0400)]
add latexmathml template

Signed-off-by: Jim Pryor <profjim@jimpryor.net>
13 years agoadd jsmath template
Jim Pryor [Wed, 1 Jun 2011 12:14:35 +0000 (08:14 -0400)]
add jsmath template

Signed-off-by: Jim Pryor <profjim@jimpryor.net>
13 years agoadd mathjax template
Jim Pryor [Wed, 1 Jun 2011 12:14:08 +0000 (08:14 -0400)]
add mathjax template

Signed-off-by: Jim Pryor <profjim@jimpryor.net>
13 years agoadd mathml js and template
Jim Pryor [Wed, 1 Jun 2011 12:13:41 +0000 (08:13 -0400)]
add mathml js and template

Signed-off-by: Jim Pryor <profjim@jimpryor.net>
13 years agoupdate README
Jim Pryor [Wed, 1 Jun 2011 12:12:59 +0000 (08:12 -0400)]
update README

Signed-off-by: Jim Pryor <profjim@jimpryor.net>
13 years agoadd plugin
Jim Pryor [Wed, 1 Jun 2011 12:12:53 +0000 (08:12 -0400)]
add plugin

Signed-off-by: Jim Pryor <profjim@jimpryor.net>
13 years agoadd .gitignore
Jim Pryor [Wed, 1 Jun 2011 12:11:48 +0000 (08:11 -0400)]
add .gitignore

Signed-off-by: Jim Pryor <profjim@jimpryor.net>
13 years agofirst commit
Jim Pryor [Wed, 1 Jun 2011 12:08:06 +0000 (08:08 -0400)]
first commit