xref: /plugin/farmer/lang/en/tab_new_help.txt (revision 78c63d53eceed4e4fefa3c3a46e14844b75d6565)
1===== Animal Creation =====
2
3Animals are the independent subwikis of a Dokuwiki farm. To create a new animal a name has to be assigned.
4
5==== Animal Names ====
6
7For .htaccess based setups this should be a single word. For domain based setups you should provide either a full qualified domain name.
8If you use a wildcard subdomain setup you can also just provide the hostname part if you set a base domain in the configuration.
9
10Examples:
11
12  * .htaccess based: ''foo'' for an animal accessible at ''%%http://example.org/dokuwiki/!foo/%%''
13  * domain based: ''%%www.foo.com%%''  for an animal accessible at ''%%http://www.foo.com/%%''
14  * sub domain based: ''foo''  for an animal accessible at ''%%http://foo.example.com/%%''
15
16The latter two require the appropriate DNS setup!
17
18==== Animal Administrator ====
19
20The Animal will be a fully functional wiki with it's own user base. You will need at least one administrative user
21to configure it. You can copy your current user or all users from the farmer or create a completely new user for the Animal.
22When inheriting users from the Farmer was enabled in the configuration tab, you can also select to not create any
23explicit Animal users.
24