From 4a6e5d83cd39dfde59d273b9be79cd76c685a8e9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 26 Jan 2016 17:48:04 +0300 Subject: Split search index to many files, add some more search keywords. --- data/help/idx/CMakeLists.txt | 11 +++++++++++ data/help/idx/Makefile.am | 13 ++++++++++++- data/help/idx/about-tmw.idx | 2 ++ data/help/idx/about.idx | 4 ++++ data/help/idx/chatcommands.idx | 4 ++++ data/help/idx/chatguild.idx | 2 ++ data/help/idx/chatparty.idx | 2 ++ data/help/idx/download.idx | 1 + data/help/idx/index.idx | 1 + data/help/idx/otherteam.idx | 1 + data/help/idx/skills.idx | 1 + data/help/idx/support.idx | 1 + data/help/idx/tags.idx | 13 ------------- data/help/idx/team.idx | 2 ++ 14 files changed, 44 insertions(+), 14 deletions(-) create mode 100644 data/help/idx/about-tmw.idx create mode 100644 data/help/idx/about.idx create mode 100644 data/help/idx/chatcommands.idx create mode 100644 data/help/idx/chatguild.idx create mode 100644 data/help/idx/chatparty.idx create mode 100644 data/help/idx/download.idx create mode 100644 data/help/idx/index.idx create mode 100644 data/help/idx/otherteam.idx create mode 100644 data/help/idx/skills.idx create mode 100644 data/help/idx/support.idx create mode 100644 data/help/idx/team.idx (limited to 'data') diff --git a/data/help/idx/CMakeLists.txt b/data/help/idx/CMakeLists.txt index 321eb8318..64a2f7b2c 100644 --- a/data/help/idx/CMakeLists.txt +++ b/data/help/idx/CMakeLists.txt @@ -1,5 +1,16 @@ SET(FILES + about-tmw.idx + about.idx + chatcommands.idx + chatguild.idx + chatparty.idx + download.idx + index.idx + otherteam.idx + skills.idx + support.idx tags.idx + team.idx ) INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help/idx) diff --git a/data/help/idx/Makefile.am b/data/help/idx/Makefile.am index 001e68707..fd9119f4c 100644 --- a/data/help/idx/Makefile.am +++ b/data/help/idx/Makefile.am @@ -1,7 +1,18 @@ idxdir = $(pkgdatadir)/data/help/idx idx_DATA = \ - tags.idx + about-tmw.idx \ + about.idx \ + chatcommands.idx \ + chatguild.idx \ + chatparty.idx \ + download.idx \ + index.idx \ + otherteam.idx \ + skills.idx \ + support.idx \ + tags.idx \ + team.idx EXTRA_DIST = \ $(idx_DATA) \ diff --git a/data/help/idx/about-tmw.idx b/data/help/idx/about-tmw.idx new file mode 100644 index 000000000..b5c67b356 --- /dev/null +++ b/data/help/idx/about-tmw.idx @@ -0,0 +1,2 @@ +about-tmw|tmw +about-tmw|abouttmw diff --git a/data/help/idx/about.idx b/data/help/idx/about.idx new file mode 100644 index 000000000..40ce8cb34 --- /dev/null +++ b/data/help/idx/about.idx @@ -0,0 +1,4 @@ +about|about +about|about manaplus +about|manaplus about +about|manaplus diff --git a/data/help/idx/chatcommands.idx b/data/help/idx/chatcommands.idx new file mode 100644 index 000000000..1a1a9bf88 --- /dev/null +++ b/data/help/idx/chatcommands.idx @@ -0,0 +1,4 @@ +chatcommands|chat +chatcommands|commands +chatcommands|chat commands +chatcommands|chat command diff --git a/data/help/idx/chatguild.idx b/data/help/idx/chatguild.idx new file mode 100644 index 000000000..4a0391238 --- /dev/null +++ b/data/help/idx/chatguild.idx @@ -0,0 +1,2 @@ +chatguild|guild commands +chatguild|guild chat diff --git a/data/help/idx/chatparty.idx b/data/help/idx/chatparty.idx new file mode 100644 index 000000000..7ab6a3a79 --- /dev/null +++ b/data/help/idx/chatparty.idx @@ -0,0 +1,2 @@ +chatparty|party commands +chatparty|party chat diff --git a/data/help/idx/download.idx b/data/help/idx/download.idx new file mode 100644 index 000000000..f1f54d3b3 --- /dev/null +++ b/data/help/idx/download.idx @@ -0,0 +1 @@ +download|download diff --git a/data/help/idx/index.idx b/data/help/idx/index.idx new file mode 100644 index 000000000..3eb5d4fd1 --- /dev/null +++ b/data/help/idx/index.idx @@ -0,0 +1 @@ +index|index diff --git a/data/help/idx/otherteam.idx b/data/help/idx/otherteam.idx new file mode 100644 index 000000000..046e344d1 --- /dev/null +++ b/data/help/idx/otherteam.idx @@ -0,0 +1 @@ +otherteam|mana diff --git a/data/help/idx/skills.idx b/data/help/idx/skills.idx new file mode 100644 index 000000000..9f2c515c0 --- /dev/null +++ b/data/help/idx/skills.idx @@ -0,0 +1 @@ +skills|skills diff --git a/data/help/idx/support.idx b/data/help/idx/support.idx new file mode 100644 index 000000000..88fe0fd9d --- /dev/null +++ b/data/help/idx/support.idx @@ -0,0 +1 @@ +support|support diff --git a/data/help/idx/tags.idx b/data/help/idx/tags.idx index 12f3d8477..c2b3ec591 100644 --- a/data/help/idx/tags.idx +++ b/data/help/idx/tags.idx @@ -1,15 +1,2 @@ -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 -tips/16|download -tips/16|downloads diff --git a/data/help/idx/team.idx b/data/help/idx/team.idx new file mode 100644 index 000000000..598e3be8e --- /dev/null +++ b/data/help/idx/team.idx @@ -0,0 +1,2 @@ +team|team +team|manaplus -- cgit v1.2.3-60-g2f50