summaryrefslogtreecommitdiff
path: root/data/help
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-06-19 01:31:14 +0300
committerAndrei Karas <akaras@inbox.ru>2012-06-19 01:33:40 +0300
commite9c84384d8d0e5b91678eb4722ae30bd3693703f (patch)
tree6f30e3d8500f9b0c4620a6c5393df498a04c0a0c /data/help
parent0a068a5f08b1805d5b385b8f81aaf3c7199bff06 (diff)
downloadplus-e9c84384d8d0e5b91678eb4722ae30bd3693703f.tar.gz
plus-e9c84384d8d0e5b91678eb4722ae30bd3693703f.tar.bz2
plus-e9c84384d8d0e5b91678eb4722ae30bd3693703f.tar.xz
plus-e9c84384d8d0e5b91678eb4722ae30bd3693703f.zip
Add help search commands (?text).
Example: ?warps It will open help page about warps.
Diffstat (limited to 'data/help')
-rw-r--r--data/help/CMakeLists.txt3
-rw-r--r--data/help/Makefile.am3
-rw-r--r--data/help/about.txt10
-rw-r--r--data/help/searchmany.txt4
-rw-r--r--data/help/searchnotfound.txt7
-rw-r--r--data/help/support.txt6
-rw-r--r--data/help/tags.idx13
-rw-r--r--data/help/team.txt2
-rw-r--r--data/help/tips/15.txt2
-rw-r--r--data/help/tips/CMakeLists.txt1
-rw-r--r--data/help/tips/Makefile.am3
11 files changed, 44 insertions, 10 deletions
diff --git a/data/help/CMakeLists.txt b/data/help/CMakeLists.txt
index 239539f7f..3c1ba234e 100644
--- a/data/help/CMakeLists.txt
+++ b/data/help/CMakeLists.txt
@@ -5,8 +5,11 @@ SET(FILES
footer.txt
header.txt
index.txt
+ searchmany.txt
+ searchnotfound.txt
skills.txt
support.txt
+ tags.idx
team.txt
windows.txt
)
diff --git a/data/help/Makefile.am b/data/help/Makefile.am
index 38899eaf1..05ff4d151 100644
--- a/data/help/Makefile.am
+++ b/data/help/Makefile.am
@@ -9,8 +9,11 @@ help_DATA = \
footer.txt \
header.txt \
index.txt \
+ searchmany.txt \
+ searchnotfound.txt \
skills.txt \
support.txt \
+ tags.idx \
team.txt \
windows.txt
diff --git a/data/help/about.txt b/data/help/about.txt
index 92f52932b..7aa83747c 100644
--- a/data/help/about.txt
+++ b/data/help/about.txt
@@ -2,16 +2,12 @@
##3 === <<ABOUT MANAPLUS>> ===
- <<##2ManaPlus##P is extended client based on code from ##2Mana##P client.
+ <<##2ManaPlus##P is extended client based on old code from ##2Mana##P client.
Added many features, improved perfomance, stability, security and more.>>
<<##2ManaPlus##P is a serious effort to create an innovative free and open
- source MMORPG Client. Mana uses 2D graphics and aims to create a large
+ source MMORPG Client. ManaPlus uses 2D graphics and aims to create a large
and diverse interactive world. It is licensed under the GPL, making
sure this game can't ever run away from you.>>
- <<The project includes the development of both a client and a server.
- Others are making worlds using Mana software. The Mana World project
- is the originator of the Mana project. Mana was split off to further
- facilitate development of other worlds.>>
-
+ -> @@team|<<Manaplus Developers>>@@
diff --git a/data/help/searchmany.txt b/data/help/searchmany.txt
new file mode 100644
index 000000000..45a170d95
--- /dev/null
+++ b/data/help/searchmany.txt
@@ -0,0 +1,4 @@
+ <- @@index|<<Back to Index>>@@
+
+
+##3 === <<Search results>> ===##1
diff --git a/data/help/searchnotfound.txt b/data/help/searchnotfound.txt
new file mode 100644
index 000000000..196881186
--- /dev/null
+++ b/data/help/searchnotfound.txt
@@ -0,0 +1,7 @@
+ <- @@index|<<Back to Index>>@@
+
+
+##3 === <<Search error>> ===
+<<Search string not found.>>
+
+
diff --git a/data/help/support.txt b/data/help/support.txt
index 40aeedcee..bd50b471c 100644
--- a/data/help/support.txt
+++ b/data/help/support.txt
@@ -12,6 +12,11 @@
<<Visit IRC channel:>>
##2 #evolonline ##P@##2 irc.freenode.net
+<< For ManaPlus Online support:
+
+ <<Visit IRC channel:>>
+##2 #manaplus #evolonline ##P@##2 irc.freenode.net
+
<< For TMW support:
@@ -23,4 +28,3 @@
developers and how to contact them.>>
<<For other server look servers pages for support.>>
-
diff --git a/data/help/tags.idx b/data/help/tags.idx
new file mode 100644
index 000000000..c3978cc65
--- /dev/null
+++ b/data/help/tags.idx
@@ -0,0 +1,13 @@
+about|about
+about|about manaplus
+about|manaplus about
+about|manaplus
+chatcommands|chat
+chatcommands|commands
+chatcommands|chat commands
+chatcommands|chat command
+skills|skills
+index|index
+team|team
+tips/12|warp
+tips/12|warps
diff --git a/data/help/team.txt b/data/help/team.txt
index db0b602d8..6d36b3240 100644
--- a/data/help/team.txt
+++ b/data/help/team.txt
@@ -13,7 +13,7 @@
##9Mihail Barer (Necromonger) <>
##3== <<Translators>> ==
-##9alastrim (jp)
+##9alastrim (pt)
##9Aline Ferraz de Souza (Freya) <freya.df gmail com> (pt, pt_BR)
##9Andrei Karas (4144) <akaras inbox ru> (ru)
##9Bernard Hugonnet (Nard) <> (fr)
diff --git a/data/help/tips/15.txt b/data/help/tips/15.txt
new file mode 100644
index 000000000..0e877ba7a
--- /dev/null
+++ b/data/help/tips/15.txt
@@ -0,0 +1,2 @@
+<<You can do basic searching in help by using command
+##2?text>>
diff --git a/data/help/tips/CMakeLists.txt b/data/help/tips/CMakeLists.txt
index dcbfcdf7e..44195aacb 100644
--- a/data/help/tips/CMakeLists.txt
+++ b/data/help/tips/CMakeLists.txt
@@ -15,6 +15,7 @@ SET(FILES
12.txt
13.txt
14.txt
+ 15.txt
)
INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help/tips)
diff --git a/data/help/tips/Makefile.am b/data/help/tips/Makefile.am
index 2972ef839..8551129b6 100644
--- a/data/help/tips/Makefile.am
+++ b/data/help/tips/Makefile.am
@@ -17,7 +17,8 @@ helptips_DATA = \
11.txt \
12.txt \
13.txt \
- 14.txt
+ 14.txt \
+ 15.txt
EXTRA_DIST = \
$(helptips_DATA) \