summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-01-02 16:28:56 -0500
committerJoey Hess <joey@kitenet.net>2008-01-02 16:28:56 -0500
commit4678e1a79daa5d2e66960723e9cae8531c72bf67 (patch)
treeb9f228b8b09faaf19deaa93e2da3882a2f316524 /doc/todo
parentc0155f1cb2cb974d00069092fa41c133ac8688e4 (diff)
web commit by AlexandreDupas: Proposition for a plugin displaying bibtex files
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/BibTeX.mdwn18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/todo/BibTeX.mdwn b/doc/todo/BibTeX.mdwn
index 22258a1bc..d80cc895f 100644
--- a/doc/todo/BibTeX.mdwn
+++ b/doc/todo/BibTeX.mdwn
@@ -2,4 +2,22 @@ I would *love* to see a plugin that lets you create one or more BibTeX-formatted
--[[JoshTriplett]]
+I work on a plugin to htmlize '.bib' files.
+
+A sample result is shown on my webpage : <http://alexandre.dupas.free.fr/code/pub/>.
+
+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.
+
+This plugin uses two templates to render the html version of each file.
+
+I have a problem to create a new page that render like any other page in the wiki. I have used the Ikiwiki's internal **genpage($$)** routine but I suppose that there is another way to do this. My method lack the backlink support for the individual entry files as well as the modification date of these file.
+
+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/> .
+
+Feel free to propose any modifications to enhance this plugin.
+
+--[[AlexandreDupas]]
+
[[tag soc]] [[tag wishlist]]