String | What it does | Example | What the example matches |
---|---|---|---|
* | Matches any string, including the null string. | *Cheese* | Every topic with "Cheese" somewhere in the name (but not "cheese") |
[...] | Matches any one of the enclosed characters. A pair of characters separated by a hyphen denotes a range expression; any character that sorts between those two characters, inclusive, using the current locale's collating sequence and character set, is matched. If the first character following the [ is a ^ then any character not enclosed is matched. A - may be matched by including it as the first or last character in the set. A ] may be matched by including it as the first character in the set. Within [ and ], character classes can be specified using the syntax [:class:], where class is one of the following classes defined in the POSIX.2 standard: alnum , alpha , ascii , blank , cntrl , digit , graph , lower , print , punct , space , upper , word , xdigit . A character class matches any character belonging to that class. The word character class matches letters, digits, and the character _. | B[aeiou]g | Bag, Bog, Big, Beg, Bug |
? | Matches any single character. | Example1? | Example10 and Example 1X but not example1 |
File: | Description: |
---|---|
data/TWiki/PublishAddOn.txt | |
data/TWiki/PublishWeb.txt | |
lib/TWiki/Contrib/Publish.pm | |
lib/TWiki/Contrib/PublishAddOn/build.pl | |
bin/publish | |
PublishAddOn_installer.pl | Install script |
PublishAddOn.zip
in your twiki installation directory.
perl
PublishAddOn_installer.pl
to automatically check and install other TWiki modules that this module depends on, and configure the plugin. This script also includes an uninstaller should you ever wish to remove the plugin from your installation.
Name | Version | Description |
---|---|---|
Archive::Zip | >=1.05 | Required, available from the CPAN:Archive::Zip archive |
Compress::Zlib | >=1.16 | Required, available from the CPAN:Compress::Zlib archive |
Author: | EricScouten? | |||||||||
Dependencies: |
| |||||||||
Version: | 1.301 | |||||||||
Change History: | ||||||||||
27 Apr 2005 | 1.301 Crawford Currie - fixed minor issues highlighted by Bruce Dillahunty and Scott Claridge | |||||||||
11 Apr 2005 | 1.3 Crawford Currie - reworked the interface and code to work better | |||||||||
13 October 2004 | 1.200 Crawford Currie - Cairo compatible | |||||||||
7 Jan 2003 | 1.1 Initial version | |||||||||
Home: | TWiki:Plugins/PublishAddOn | |||||||||
Feedback: | TWiki:Plugins/PublishAddOnDev |
Topic PublishAddOn . { Edit | Attach | Ref-By | Printable | Diffs | r1.1 | More } |
Copyright © 1999-2003 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors.
|
This website has been archived and is no longer maintained.