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==== Copy Animal ====
19
20You can select an existing animal to base the new one on. All configuration, page, media and meta data will be copied
21to the new animal. Page and media revisions will not be copied.
22
23The title and logo image will be overwritten to make sure you can distinguish the new from the old wiki.
24
25==== Animal Administrator ====
26
27The Animal will be a fully functional wiki with it's own user base. You will need at least one administrative user
28to configure it. You can copy your current user or all users from the farmer or create a completely new user for the Animal.
29
30You can choose to not create any users. This should only be chosen when inheriting users from the Farmer was enabled in the
31configuration tab or you copied a different animal with existing users.
32