|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://wiki.cs.msu.ru/System/TopicListPlugin
Дата изменения: Unknown Дата индексирования: Sat Apr 9 23:30:54 2016 Кодировка: koi8-r |
The goal is, to make this plugin efficient even if you have a great number of topics. Mostly this can be done, by excluding topics by a starting character, to shorten/filter the result.
| Parameter | Default | Description |
|---|---|---|
| searchwebs | Current web | which web should be used to get the topic-list. User -all- for getting all topics of all webs. you can also use a comma-separated list of webs |
| pattern | * ( all ) | regular expression for matching topic-names |
| casesens | 1 | be case sensitive |
| negate | 0 | negate the pattern. So all topics which do match the pattern, are not shown |
| max | 50 | maximum number of results. Use 0 for infinite |
| order | < | literal order, < for increasing, > for decreasing |
| format | " * [[%WEB.%TOPIC][%TOPIC]]" | format for each resulting row, %WEB gets replaced by the web, %TOPIC by the topic name |
| _delimiter | "\n" | what delimiter should be used to seperated the topics |
| _globalformat | "%TOPICS" | the whole topic list will replace the %TOPICS varibale in this string. This string will be return as the result of the rest handler |
| Parameter | Default | Description |
|---|---|---|
| searchwebs | Current web | which web should be used to get the topic-list. User -all- for getting all topics of all webs. you can also use a comma-separated list of webs |
| pattern | * ( all ) | regular expression for matching topic-names |
| casesens | 1 | be case sensitive |
| negate | 0 | negate the pattern. So all topics which do match the pattern, are not shown |
| max | 50 | maximum number of results. Use 0 for infinite |
| order | < | literal order, < for increasing, > for decreasing |
| format | "'%TOPIC'" | format for each resulting row, %WEB gets replaced by the web, %TOPIC by the topic name. The result is by default formated as JSON array item |
| _delimiter | "," | what delimiter should be used to seperated the topics |
| _globalformat | "[%TOPICS]" | the whole topic list will replace the %TOPICS varibale in this string. This string will be return as the result of the rest handler, by default a JSON array |
| Plugin Author: | Foswiki:Main.EugenMayer |
| Copyright: | © 2009, Collaborganize www.collaborganize.com |
| License: | GPL (GNU General Public License) |
| Release: | 0.4.1 |
| Version: | 9954 (2010-11-11) |
| History: | |
| 11 Nov 2010 | Padraig Lennon: Foswikitask:Item9995 - Fix Release Version |
| 27 Jan 2009: | fixed a bug in the macro |
| 28 Dez 2008: | fixed minor bugs, added delimiter / globalformat, cosmetic things, new defaults |
| 26 Dez 2008: | implemented all methods. Yet no index or cache is implemented, so maybe not working to good on many topics |
| 22 Dez 2008: | initial release |
| CPAN Dependencies: | none |
| Other Dependencies: | none |
| Perl Version: | 5.0 |
| Plugin Home: | http://foswiki.org/Extensions/TopicListPlugin |
| Support: | http://foswiki.org/Support/TopicListPlugin |
Copyright © by the contributing authors. All material on this site is the property of the contributing authors.