blob: e71a2e59ad299647e913d97bfc35a5fa9900dc2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
This is a syntax plugin for Dokuwiki (http://www.dokuwiki.org/).
It introduces two syntax extentions for Dokuwiki:
1. Entire list of publications.
<bibtex>
Raw BiBTeX data
</bibtex>
1.1 Notes
For final output to be valid XHTML
no empty line are allowed before </bibtex>
2. Publications selected from <bibtex> by some attributes.
<papers>
author = pashev
year = 2005
</papers>
|