From e9c84384d8d0e5b91678eb4722ae30bd3693703f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 19 Jun 2012 01:31:14 +0300 Subject: Add help search commands (?text). Example: ?warps It will open help page about warps. --- data/help/CMakeLists.txt | 3 +++ data/help/Makefile.am | 3 +++ data/help/about.txt | 10 +++------- data/help/searchmany.txt | 4 ++++ data/help/searchnotfound.txt | 7 +++++++ data/help/support.txt | 6 +++++- data/help/tags.idx | 13 +++++++++++++ data/help/team.txt | 2 +- data/help/tips/15.txt | 2 ++ data/help/tips/CMakeLists.txt | 1 + data/help/tips/Makefile.am | 3 ++- 11 files changed, 44 insertions(+), 10 deletions(-) create mode 100644 data/help/searchmany.txt create mode 100644 data/help/searchnotfound.txt create mode 100644 data/help/tags.idx create mode 100644 data/help/tips/15.txt (limited to 'data') 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 === <> === - <<##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.>> - <> - + -> @@team|<>@@ 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|<>@@ + + +##3 === <> ===##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|<>@@ + + +##3 === <> === +<> + + 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 @@ <> ##2 #evolonline ##P@##2 irc.freenode.net +<< For ManaPlus Online support: + + <> +##2 #manaplus #evolonline ##P@##2 irc.freenode.net + << For TMW support: @@ -23,4 +28,3 @@ developers and how to contact them.>> <> - 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== <> == -##9alastrim (jp) +##9alastrim (pt) ##9Aline Ferraz de Souza (Freya) (pt, pt_BR) ##9Andrei Karas (4144) (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 @@ +<> 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) \ -- cgit v1.2.3-60-g2f50