summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStefan Beller <stefanbeller@googlemail.com>2012-07-30 17:46:17 +0200
committerStefan Beller <stefanbeller@googlemail.com>2012-07-30 17:46:17 +0200
commitb942bd30079808e2bfd6be98cfcd88aacb2d678b (patch)
treeca2922617fdcb9ae0363cd891bf0cd6791b5ed1d /docs
parent854cf3ec8f3cf76abd7d9aabc25e85d89c0c9233 (diff)
downloadmana-client-b942bd30079808e2bfd6be98cfcd88aacb2d678b.tar.gz
mana-client-b942bd30079808e2bfd6be98cfcd88aacb2d678b.tar.bz2
mana-client-b942bd30079808e2bfd6be98cfcd88aacb2d678b.tar.xz
mana-client-b942bd30079808e2bfd6be98cfcd88aacb2d678b.zip
Defining a branding for lpc2012.
It makes life easier for the judges of the lpc2012.
Diffstat (limited to 'docs')
-rw-r--r--docs/lpc2012.mana18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/lpc2012.mana b/docs/lpc2012.mana
new file mode 100644
index 00000000..6a9aaa65
--- /dev/null
+++ b/docs/lpc2012.mana
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+
+<!--
+Example branding file
+
+With a branding file you can customize the appearance and various
+other default settings. To use a branding file just pass its
+filename / path as a command line parameter
+-->
+
+<configuration>
+ <option name="appName" value="Mana"/>
+ <option name="appShort" value="mana"/>
+ <option name="appIcon" value="icons/mana.png"/>
+ <option name="defaultServer" value="localhost"/>
+ <option name="defaultPort" value="9601"/>
+ <option name="defaultServerType" value="manaserv"/>
+</configuration>