File: templates

package info (click to toggle)
phpwiki 1.3.12p3-5etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 16,956 kB
  • ctags: 21,608
  • sloc: php: 82,335; xml: 3,840; sh: 1,522; sql: 1,198; perl: 625; makefile: 562; awk: 28
file content (77 lines) | stat: -rw-r--r-- 3,432 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Template: phpwiki/notes/introduction
Type: note
_Description: Welcome to PHPWiki!
 This is an automated config generator for PHPWiki.  It is not intended to
 do everything, in fact, all it will do is generate a basic, standalone
 PHPWiki.  It is sufficient for simple local installations, but does not
 encompass all of PHPWiki's capabilities.  If you want to use the more
 advanced features of the Wiki, please edit /etc/phpwiki/config.ini
 yourself.
 .
 Please read /usr/share/doc/phpwiki/README.Debian for some important notices
 regarding the first time you load pages into your new Wiki.

Template: phpwiki/system/documentroot
Type: string
Default: /phpwiki
_Description: Web-accessible location of the PHPWiki:
 Where should the web-accessible location of the PHPWiki be?
 .
 This is the directory of your website that people should use to access
 the PHPWiki.  By default, this is http://yourserver/phpwiki, but you can
 change it to be anything within your server.  Enter just the directory
 portion below.

Template: phpwiki/system/accessible
Type: select
_Choices: localhost only, local network, global
Default: localhost only
_Description: PHPWiki access restrictions:
 Who should be able to access your PHPWiki?
 .
 A Wiki is normally used to provide unfettered access to information, which
 can be freely modified by anyone.  Since that is sometimes not what one
 wants, it is possible to restrict access to the site on the basis of the
 originating IP address.
 .
 If you select 'localhost only', only people on the localhost (the machine
 the Wiki is running on) will be able to connect.  'local network' will
 allow people on machines in a local network (which you will need to
 specify) to talk to the Wiki.  'global' will allow anyone, any where, to
 connect to the Wiki.
 .
 For security, this is set to 'localhost only' by default.  Unless you have
 a particular need for privacy on your Wiki, you should be able to allow
 access globally without compromising site security.

Template: phpwiki/system/localnet
Type: string
Default: 10.0.0.0/24
_Description: Local network:
 What is defined as your local network?  The specification should either be
 an IP network in CIDR format (x.x.x.x/y) or a domain specification (like
 *.mydomain.com).
 .
 Anyone who matches the specification given below will be given full and
 complete access to the PHPWiki.

Template: phpwiki/notes/configupgrade
Type: note
_Description: New Configuration Method
 PHPWiki 1.3.10 has implemented a new configuration system that no longer
 stores configuration details in the index.php file. The configuration syntax
 has also been standardised and all directives are now placed in config.ini.
 .
 You still need to run the PHPwiki Upgrade Wizard manually to complete the
 final portions of the upgrade. See Step 3 of 'Wiki Upgrades' section in
 README.Debian for details.  
 .
 An automatic migration of your configuration has been performed which should
 correctly migrate your configuration in 95+ percent of cases. However please
 check the new configuration at /etc/phpwiki/config.ini carefully as it is 
 always possible that the automatic process was not perfect.
 .
 In particular there are known problems migrating configurations that use
 external authentication methods (LDAP, IMAP, SQL, etc) for user accounts. 
 These methods are not used by the standard Debian package and their
 configuration is left to the administrator.