• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..23-Apr-2024-

images/H12-Aug-2019-

lang/H12-Aug-2019-9280

COPYINGH A D27-Jan-200917.6 KiB341281

INFOH A D15-Sep-2009330 97

READMEH A D27-Jan-20091.6 KiB3021

VERSIONH A D15-Sep-200911 21

manager.datH A D27-Jan-200992 32

style.cssH A D15-Sep-20091.5 KiB6452

syntax.phpH A D24-Sep-20106.2 KiB201144

usersubscriptions.tpl.phpH A D24-Sep-20104.6 KiB9171

README

1====== User Subscriptions Plugin for DokuWiki ======
2
3Use :
4	<usersubscriptions * /> (lists all of the user subscriptions)
5	<usersubscriptions /> (lists all of the user subscriptions for the current namespace)
6	<usersubscriptions . /> (same as above)
7	<usersubscriptions ns1:ns2 /> (lists all of the user subscriptions for the namespace ns1:ns2)
8
9	add the r=<depth> (no value, ie r or r=, means infinite) option to make listing recursive,
10	ie : <usersubscriptions ns1:ns2 r=2 />, to use it with the current namespace use <usersubscriptions . r=<depth> />,
11
12	add the deletelink option to display subscription cancel link, ie : <usersubscriptions ns1:ns2 deletelink />, to use it
13	with the current namespace use <usersubscriptions . deletelink />,
14
15	add the quicksubscribe option to display quick subscription form, ie : <usersubscriptions ns1:ns2 quicksubscribe />, to use it
16	with the current namespace use <usersubscriptions . quicksubscribe />,
17
18	add the displayinheritedsubscriptions option to display items that are subscribed due to subscription to a parent namespace,
19	ie : <usersubscriptions ns1:ns2 quicksubscribe />,	to use it with the current namespace use
20	<usersubscriptions . displayinheritedsubscriptions />,
21
22	these options can be chained like <usersubscriptions ns deletelink r=3 quicksubscribe displayinheritedsubscriptions/>,
23	they can be written in uppercase.
24
25All documentation for the User Subscriptions Plugin is available online at:
26http://wiki.splitbrain.org/plugin:usersubscriptions
27
28(c) 2009 by Etienne Meleard <etienne.meleard@free.fr>
29See COPYING for license info.
30