From fbafb72df08821dc281c5f04225cd6da5452d30f Mon Sep 17 00:00:00 2001 From: Igor Date: Sat, 6 Nov 2010 19:31:16 +0300 Subject: Added: recent papers --- README | 34 +++++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) (limited to 'README') diff --git a/README b/README index 8e92f90..23f95fd 100644 --- a/README +++ b/README @@ -1,7 +1,5 @@ This is a syntax plugin for Dokuwiki (http://www.dokuwiki.org/). - - It introduces two syntax extentions for Dokuwiki: @@ -21,9 +19,31 @@ no empty line are allowed before 2. Publications selected from by some attributes. - -author = pashev -year = 2005 -source = Публикации - +Examples: + +a) All papers by 'pashev' +grouped by paper type (article, book, etc.) +sorted by year descend: + + author = pashev + + +b) Five recent papers by 'pashev' +sorted by year descend and paper type: + + author = pashev + recent=5 + + +c) Papers of 2009 year, grouped by paper type (article, book, etc.): + + year=2009 + + +d) Papers of 2009 year, grouped by paper type (article, book, etc.) +taken from wiki page 'all_our_papers': + + year=2009 + source=all_our_papers + -- cgit v1.2.3