blob: 8e92f90e06ca3ab124b583db77a44f9db99aa0ee (
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
29
|
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
source = Публикации
</papers>
|