summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Move + ln -s README, run-{dev,tests}, doc into __root__Jan Pokorný2014-09-116-983/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* utils: consider set a "tuplist" as wellJan Pokorný2014-09-051-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Reconsider plugin (class/symbol) to module organizationJan Pokorný2014-09-051-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a preparation work for being able to pick up plugin of choice nicely without the necessity of scanning the whole name/path space followed with some initialization routines across all plugins even if they won't be used for sure. Such heavy-weight approach is fine for using clufter as CLI tool (covering potentially any available use-case), not so much for the use as a library with presumably a priori determined task to perform. As generally one module can (and often is practical!) contain several modules, we are introducing following convention to allow our proposed filtering to have a good false-positives/convenience ratio: module shall contain only plugins the name of which contains the same prefix as the module's filename does, where the prefix is assumed the part before first occurrence of '_' ('-' for stringified/decorated plugin names) As a concrete example, formats/ccs.py module contains ccs and ccs_flat plugins, hence when ccs_flat is to be picked with this fine granularity and using default search path, only formats/ccs.py file will match the prefix test and hence only ccs and ccs_flat will be prepared for further use (one false positive in this case is a result of the mentioned trade-off). This commit normalizes the plugin-module allocation to follow the convention, reflects these changes in tests, etc. and adds a note to the HACKING doc file. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Elaborate more on RGManager's explicit ordering/ccs_flattenJan Pokorný2014-08-261-2/+8
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.02: initial resource-node affinity (RFE)Jan Pokorný2014-08-041-0/+7
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/HACKING: add some bits about "command" entityJan Pokorný2014-06-161-0/+12
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/HACKING: extend a bit, spin off sections for primitivesJan Pokorný2014-06-161-2/+30
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* filter: XMLFilter/XSLT: expose system knowledge as paramsJan Pokorný2014-05-221-0/+7
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Introduce an explicit notion about target system+distroJan Pokorný2014-05-221-0/+12
| | | | | | | ...which is, in an unified way, used for both deciding alias targets and for decisions within commands/filters. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/cib-ids.txt: mostly internal referenceJan Pokorný2014-05-191-0/+21
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Embed ccs_flatten utility and make (almost) directly usableJan Pokorný2014-04-251-0/+9
| | | | | | (prerequisite is the previous commit) Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.02: cleanuo MANAGED resource propertyJan Pokorný2014-03-271-6/+12
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.01: add FUNCTION cluster propertyJan Pokorný2014-03-271-0/+42
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.02: add RECOVERY resource propertyJan Pokorný2014-03-271-0/+81
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.02: normalize stylingJan Pokorný2014-03-271-11/+11
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker: modularizeJan Pokorný2014-03-273-67/+118
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.resources: fix a thinko at orderingJan Pokorný2014-03-271-2/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.resources: extend ordering a bitJan Pokorný2014-03-261-2/+24
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.resources: restructure + cosmeticsJan Pokorný2014-03-261-196/+240
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.resources: add a note wrt. cloneJan Pokorný2014-03-261-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.resources: reorder resource-node propsJan Pokorný2014-03-261-90/+103
| | | | | | also add more vertical spaces for better structure Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.resources: add more pcs/other cmdJan Pokorný2014-03-261-3/+48
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.resources: add outlineJan Pokorný2014-03-261-0/+12
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.resources: elaborate on affinityJan Pokorný2014-03-261-2/+85
| | | | | | also start tracking respective pcs commands Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.resources: elaborate on orderingJan Pokorný2014-03-261-1/+50
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.resources: extend sections desc.Jan Pokorný2014-03-261-6/+30
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.resources: explicit "maps to"Jan Pokorný2014-03-261-3/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.resources: enhance formattingJan Pokorný2014-03-261-17/+19
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.resources: vim modeline with ftJan Pokorný2014-03-261-0/+1
| | | | | | ... better than nothing Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.resources: add a notion of defaultsJan Pokorný2014-03-201-3/+4
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.resources: extend cooccurenceJan Pokorný2014-03-141-6/+54
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.resources: Other resource propertiesJan Pokorný2014-03-141-0/+17
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.resources: STICKY+EXCLUSIVE cleanupJan Pokorný2014-03-141-5/+22
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.resources: add a clarification to SCOREJan Pokorný2014-03-141-1/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/rgmanager-pacemaker.resources: further extend symbols explanationJan Pokorný2014-03-141-11/+14
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc: rgmanager-pacemaker.resources: capitalize sub/sectionsJan Pokorný2014-03-141-9/+9
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc: rgmanager-pacemaker.resources: extend symbols explanationJan Pokorný2014-03-131-0/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc: rgmanager-pacemaker.resources.txt: WIPJan Pokorný2014-03-131-0/+224
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/HACKING: mention "command alias"Jan Pokorný2014-03-061-1/+4
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/HACKING: mention conventions connected with cli_{un,}decorJan Pokorný2014-03-061-1/+14
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Update README and doc/HACKING, also mention bash completionJan Pokorný2014-02-261-5/+39
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* filters/cluster: "local vimrc" stating embedded XSLT snippetsJan Pokorný2014-02-191-0/+13
| | | | | | aka "eyes and/or brain saver"; also state this background in doc/HACKING Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* doc/HACKING: fix and extend "common issues" reminderJan Pokorný2014-02-101-1/+5
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* utils: tuple-or-list = tuplist + function to detect itJan Pokorný2014-02-101-0/+6
| | | | | | Also apply/substitute the verbatim detection where suitable. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Minor update to README and doc/HACKINGJan Pokorný2014-02-091-1/+8
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Initial commitJan Pokorný2013-11-181-0/+8
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>