diff options
author | https://www.google.com/accounts/o8/id?id=AItOawl_patuM8L-LHd7K2idj9sZfWsHndtv_lM <Baldur@web> | 2014-11-07 20:07:24 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-11-07 20:07:24 -0400 |
commit | 0d7fadda925c4d13e79faacc8effad07ad7717f7 (patch) | |
tree | 37405f48b3fd71e531c911708e0195cd89a99ed4 /doc/plugins | |
parent | 1ec10f66b2ead54f7a3cf493e5a799e9cd807f02 (diff) | |
download | ikiwiki-0d7fadda925c4d13e79faacc8effad07ad7717f7.tar ikiwiki-0d7fadda925c4d13e79faacc8effad07ad7717f7.tar.gz |
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/contrib/sqlite__95__search.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/plugins/contrib/sqlite__95__search.mdwn b/doc/plugins/contrib/sqlite__95__search.mdwn new file mode 100644 index 000000000..cc205b52f --- /dev/null +++ b/doc/plugins/contrib/sqlite__95__search.mdwn @@ -0,0 +1,5 @@ +[[!template id="plugin" name="sqlite_search" author="Baldur Kristinsson"]] + +The [sqlite_search plugin](https://github.com/bk/ikiwiki-plugin-sqlite_search), available on GitHub, provides a full text search backend for those who, for one reason or another, find it impractical or bothersome to install or configure the Xapian-based backend of the search module which comes with IkiWiki. Practically the only dependency is DBD::SQLite. + +It is suitable for small and medium sites in a language written using the Latin alphabet and with a UTF-8 locale. |