X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/dd87d82fbe2bf09abe634caef044474d5b24502e..5ac2b499578cdb0236f03cc8a1ac09aea0001e7d:/doc/todo/BibTeX.mdwn diff --git a/doc/todo/BibTeX.mdwn b/doc/todo/BibTeX.mdwn index 1ac9e99b8..16aa1a0f9 100644 --- a/doc/todo/BibTeX.mdwn +++ b/doc/todo/BibTeX.mdwn @@ -2,9 +2,11 @@ I would *love* to see a plugin that lets you create one or more BibTeX-formatted --[[JoshTriplett]] +> There is such a plugin at [[plugins/contrib/bibtex|plugins/contrib/bibtex]]. --[[MatthiasIhrke]] + I work on a plugin to htmlize '.bib' files. -A sample result is shown on my webpage : <http://alexandre.dupas.free.fr/code/pub/>. +A sample result is shown on my webpage : <http://www.adupas.org/research/publications/>. It features the htmlization of the bibtex with 4 types of entry supported (InProceedings, Article, MastersThesis and PhdThesis). I will add the book entry support soon. It creates for each '.bib' file an html version, and for each entry a specific page with abstract as well as an individual bib file. It lack some features like the possibility to have a pdf or ps version of the article attached. @@ -14,7 +16,7 @@ I have a problem to create a new page that render like any other page in the wik Is it possible to create several wiki page from only one source file? -The source of this plugin could be found on this page : <http://alexandre.dupas.free.fr/code/ikiwiki/> . +The source of this plugin could be found on this page : <http://www.adupas.org/software/ikiwiki/> . Feel free to propose any modifications to enhance this plugin.