| 1 |
wakaba |
1.1 |
#?SuikaWikiConfig/2.0 |
| 2 |
|
|
|
| 3 |
|
|
Plugin: |
| 4 |
|
|
@Name: WikiInfo |
| 5 |
|
|
@Description: |
| 6 |
|
|
@@@: WikiEngine and/or wiki configuration information |
| 7 |
|
|
@@lang:en |
| 8 |
|
|
@License: %%GPL%% |
| 9 |
|
|
@Author: |
| 10 |
|
|
@@Name: |
| 11 |
|
|
@@@@: Wakaba |
| 12 |
|
|
@@@lang:ja |
| 13 |
|
|
@@@script:Latn |
| 14 |
|
|
@@Mail[list]: [email protected] |
| 15 |
|
|
@Date.RCS: $Date: 2003/10/25 06:37:08 $ |
| 16 |
|
|
|
| 17 |
|
|
ViewFragment: |
| 18 |
|
|
@Name: ws--footer |
| 19 |
|
|
@Description: |
| 20 |
|
|
@@@: WikiEngine version in footer |
| 21 |
|
|
@Order: 0 |
| 22 |
|
|
@Formatting: |
| 23 |
|
|
%wikiengine-implementation-name;/%wikiengine-version; |
| 24 |
|
|
|
| 25 |
|
|
PluginConst: |
| 26 |
|
|
@NS_XHTML1: |
| 27 |
|
|
http://www.w3.org/1999/xhtml |
| 28 |
|
|
|
| 29 |
|
|
FormattingRule: |
| 30 |
|
|
@Category[list]: view |
| 31 |
|
|
@Name: wikiengine-implementation-name |
| 32 |
|
|
@Description: |
| 33 |
|
|
@@@: |
| 34 |
|
|
Internal Name of WikiEngine Implementation |
| 35 |
|
|
@@lang: en |
| 36 |
|
|
@Formatting: |
| 37 |
|
|
$p->{-parent}->append_text ($o->{wiki}->{implementation_name}); |
| 38 |
|
|
|
| 39 |
|
|
FormattingRule: |
| 40 |
|
|
@Category[list]: view |
| 41 |
|
|
@Name: wikiengine-implementation-version |
| 42 |
|
|
@Description: |
| 43 |
|
|
@@@: |
| 44 |
|
|
Version of WikiEngine Implementation |
| 45 |
|
|
@@lang: en |
| 46 |
|
|
@Formatting: |
| 47 |
|
|
$p->{-parent}->append_text ($o->{wiki}->{implementation_version}); |
| 48 |
|
|
|
| 49 |
|
|
FormattingRule: |
| 50 |
|
|
@Category[list]: view |
| 51 |
|
|
@Name: wikiengine-interface-version |
| 52 |
|
|
@Description: |
| 53 |
|
|
@@@: |
| 54 |
|
|
Version of WikiEngine interface implemented |
| 55 |
|
|
@@lang: en |
| 56 |
|
|
@Formatting: |
| 57 |
|
|
$p->{-parent}->append_text ($o->{wiki}->{interface_version}); |
| 58 |
|
|
|
| 59 |
|
|
FormattingRule: |
| 60 |
|
|
@Category[list]: view |
| 61 |
|
|
@Name: wikiengine-version |
| 62 |
|
|
@Description: |
| 63 |
|
|
@@@: |
| 64 |
|
|
Version of WikiEngine Implementation |
| 65 |
|
|
@@lang: en |
| 66 |
|
|
@Formatting: |
| 67 |
|
|
$p->{-parent}->append_text ($o->{wiki}->version); |
| 68 |
|
|
|