Mercurial > hg > rc1
comparison plugins/advanced_search/README.md @ 34:50ac5484d514
one fix to distro
author | Charlie Root |
---|---|
date | Sun, 27 May 2018 16:53:56 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
33:d41c01c5c933 | 34:50ac5484d514 |
---|---|
1 | |
2 Advanced Search Plugin for Roundcube | |
3 ==================================== | |
4 | |
5 ## Getting It | |
6 | |
7 You can download direct from GitHub or consider using | |
8 the [plugin repository for Roundcube](http://plugins.roundcube.net/) | |
9 | |
10 ## Usage | |
11 | |
12 After install, 'Advanced search' will show up under the 'more' menu. | |
13 | |
14 Please use the _'stable'_ brach for deployment. | |
15 | |
16 Advantages: | |
17 | |
18 * This version should be tested and bug-free | |
19 * It uses minified versions of the JavaScript | |
20 | |
21 ## Requirements | |
22 Version 2.0.0 requires Roundcube 0.9.4 or later | |
23 | |
24 ## License | |
25 | |
26 This plugin is released under the GNU General Public License Version 3 | |
27 or later (http://www.gnu.org/licenses/gpl.html). | |
28 | |
29 Even if skins might contain some programming work, they are not considered | |
30 as a linked part of the plugin and therefore skins DO NOT fall under the | |
31 provisions of the GPL license. See the README file located in the core skins | |
32 folder for details on the skin license. | |
33 | |
34 ## Download | |
35 | |
36 ### GIT : | |
37 * Clone the GitHub repository to 'advanced_search': | |
38 | |
39 > git clone git://github.com/GMS-SA/roundcube-advanced-search.git advanced_search | |
40 | |
41 * Change to the 'stable' branch: | |
42 | |
43 > cd advanced_search | |
44 > git checkout -b stable origin/stable | |
45 | |
46 ### ZIP : | |
47 * Swap branches to 'stable' | |
48 * Click on the 'ZIP' download icon | |
49 * Rename the unziped directory 'advanced_search' | |
50 | |
51 ## Install | |
52 | |
53 * Place the 'advanced_search' plugin folder into the plugins directory of Roundcube. | |
54 * If using git and not wanting all the '.git' repository data in your live webmail: | |
55 | |
56 > cd advanced_search | |
57 > git archive --format=tar --prefix=advanced_search/ stable | tar -x -C /path/to/roundcube/plugins/ | |
58 | |
59 This will give you a git-free copy of the stable branch. | |
60 * Add advanced_search to $rcmail_config['plugins'] in your Roundcube config | |
61 | |
62 * To override defaults, copy the config-default.inc.php file to config.inc.php and modify | |
63 | |
64 ## Upgrade | |
65 If upgrading from 1.2.0 or lower, you *must* review the config file. | |
66 | |
67 ## Configuration | |
68 | |
69 * Available search criterias | |
70 * Targeted roundcube menu for the advanced search | |
71 | |
72 ## Credits | |
73 | |
74 * Wilwert Claude | |
75 * Ludovicy Steve | |
76 * Moules Chris | |
77 * [Global Media Systems](http://www.gms.lu) |