WP File Search is a Wordpress plugin that parses and stores the content of attachment files (pdf, docx and odt) so that they can be later searched from WP's default search.
WP File Search has been successfully tested on Wordpress (4.2.5), using Apache (2.2), PHP (>= 5.3) and MySQL (>= 5.5). It will, most probably, work on earlier versions of the software stack mentioned, however it has never been tested these versions. For any compatibility issue contact the authors, or even better, open an issue on github.
You can either install the plugin from Wordpress plugin directory or git clone
/download the zip file directly from github. For the latter case you should have composer installed on your system and run composer install
inside the plugin directory.
The plugin uses two active branches:
- A
master
branch, which contains the stable, tested code of the app. This branch reflects the latest official plugin version and is also accessible though Wordpress plugin directory. - A
development
branch, reflecting the current state of the our codebase and the bugfixes/features to be included in the next release. Whenever a new version releases,development
branch is merged withmaster
branch.
Any other branch is considered experimental or under development, so please avoid working or cloning them.
A plugin wiki is currently available only in Greek, but there are plans to translate its content in English. The wiki contains installation instructions, a user guide and extension guidelines for developers.
You can add new issues on out github repository, but please use the correct labeling.
- Use
enhancement
label to describe a new issue that you want to be implemented. - Use
bug
label to report any bugs that affects the plugin functionality.
user stories
label is used internally to indicate initial requirements or to breakdown the enhancement label.
...εδώ περιγράφετε τους δυνητικούς τελικούς χρήστες του έργου σας και τις κοινότητες χρηστών/developers που θα ενδιαφερόντουσαν να επεκτείνουν το έργο σας. ...