summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* logicalfile: add configuration documentationJan Synacek2014-05-122-0/+22
|
* cmake: use add_dependencies instead of DEPENDS argument of add_custom_targetRadek Novacek2014-05-091-7/+11
| | | | | Older cmake can't cope with target dependencies defined with the DEPENDS argument. Use add_dependencies which should be more compatible.
* Hardware: documented temperature field for Disk DrivePeter Schiffer2014-02-141-0/+1
|
* Hardware: mentioned disk capacity in hardware documentationPeter Schiffer2014-01-311-0/+1
|
* Hardware: added documentation for disk drive classesPeter Schiffer2014-01-272-0/+58
|
* Updated copyright yearsPeter Schiffer2014-01-161-1/+1
| | | | Updated copyright years to include new year 2014.
* Remove trailing spacesPeter Schiffer2014-01-163-11/+11
| | | | This patch removes trailing spaces from source files.
* software: fix example in documentationMichal Minar2014-01-061-1/+1
| | | | | | | | There is wrong prefix before LMI_SoftwareInstallationService class making verification example not working. Related: rhbz#1027681 upstream track ticket: #175
* doc: service indication exampleVitezslav Crhonek2013-12-052-2/+33
|
* software: allow tilde presence in package versionKlaus Kämpf2013-11-191-1/+2
| | | | | | | | OpenSUSE distribution uses tilde character (~) in version of their packages a lot. This patch allows to parse such packages. Resolves: bz#1031345 Reported-by: Klaus Kämpf <kkaempf@suse.de>
* software: admin guide correctionsMichal Minar2013-11-192-58/+59
| | | | | | | | | | | | | Epoch part can be omitted in InstanceID key property of LMI_SoftwareIdentity only if it's equal to zero. Fixed example explaining package searching. Missing back slash caused that regular expression rendered incorrectly. Removed blanks at line ends. Resolves ticket #175
* account: updated documentationMichal Minar2013-11-071-9/+19
| | | | | Fixed examples for account provider. Some were syntactically wrong, others were very inefficient.
* doc: updated usage examples for software providerMichal Minar2013-11-071-25/+26
| | | | Examples are now usable with the newest shell.
* doc: improvement in software's usageMichal Minar2013-10-311-1/+2
| | | | Resolves ticket #165
* journald: Documentation tweaks and additionsTomas Bzatek2013-10-251-5/+44
|
* cmake: don't use hardcoded pathsRadek Novacek2013-10-231-2/+2
| | | | | | | Path to the qualifiers and jobs mofs was hardcoded, now it's a variable. There is now also a variable for openlmi-mof-register script - this fixes (un)register-Provider targets.
* doc: fix account indication examplesVitezslav Crhonek2013-10-231-5/+9
|
* doc: added missing devel dependenciesMichal Minar2013-10-231-1/+1
| | | | | | More packages are needed to do serious provider development. Reported by jfilak@redhat.com.
* doc: added note to listing available packagesMichal Minar2013-10-231-0/+8
| | | | Resolves: ticket #162
* Do not depend on installed openlmi-providers.Jan Safranek2013-10-212-4/+4
|
* Fix Fan documentation title.Jan Safranek2013-10-211-2/+2
|
* Rework documentation.Jan Safranek2013-10-1838-0/+3518
| | | | | | | | | | - Everything is in openlmi-providers/doc/admin directory. - 'make doc' automatically builds documentation of all enabled providers. - Documentation shares one 'conf.py' for sphinx. - All documentation uses the same directory structure. There is only one CMakefile.txt to generate all the docs.
* Add the provider howto documentTomas Smetana2013-04-251-0/+1213