Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | schemas: Build DTD docs, provide -doc subpackage in RPM (Resolves #984) | Chris St. Pierre | 2011-01-27 | 3 | -23/+311 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the ticket: I've attached a patch that does two things: 1. Uses xs3p (http://xml.fiforms.org/xs3p/), an XSLT stylesheet, to do transforms on the Bcfg2 DTD and automatically generates documentation on the DTD. I added a build_dtddoc command to setup.py that performs the transforms using lxml.etree and puts the resulting HTML in build/dtd. I also added some documentation to bundle.xsd; it's not much, but should demonstrate the ease with which the DTD can be documented with this system in use. 2. I added both build_sphinx and build_dtddoc commands to the RPM specfile, and added a -doc subpackage to put the resulting HTML in. The specfile builds successfully on CentOS 5 and Fedora 13. There are a couple of known issues: 1. The output from xs3p uses pop-ups to present documentation on non-global components, which, due to the way the Bcfg2 DTD is written, is most of them. This is ugly. It could be improved by modifying the XSLT, but I'm not a web designer and wasn't sure the best way to present that information. Either way, this is a start. 2. The python-sphinx10 package in EPEL 5 apparently has a bug where it fails to add itself to sys.path after installing. There's some ugliness in the spec file to get around that. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: Remove references to documentation already in sphinx | Sol Jerome | 2011-01-27 | 2 | -11/+14 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: Fix writing specification | Sol Jerome | 2011-01-27 | 2 | -37/+64 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: Clarify the goals of the quickstart | Sol Jerome | 2011-01-27 | 2 | -2/+18 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | bcfg2.spec: Spec file fix from Jonathan Billings | Sol Jerome | 2011-01-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Merge branch 'master' of https://github.com/gdhagger/bcfg2 | Sol Jerome | 2011-01-26 | 1 | -2/+27 |
|\ | |||||
| * | added verification of cert against key, and ensured plugins entries get ↵ | Graham Hagger | 2011-01-26 | 1 | -2/+27 |
| | | | | | | | | updated correctly if cert is requested before key, thus key was getting genned, then cert, then key again because the plugin didnt know it already had the key - doh | ||||
* | | doc: Fix typo (Reported by m4z on irc) | Sol Jerome | 2011-01-26 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | docs: Drop "Planned improvements" from reports | Tim Laszlo | 2011-01-25 | 1 | -7/+0 |
| | |||||
* | doc: Update reporting system documentation | Sol Jerome | 2011-01-24 | 1 | -75/+51 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | export: Update version number for reports | Sol Jerome | 2011-01-24 | 2 | -1/+6 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: Fix typos in the ssh key import guide | Sol Jerome | 2011-01-24 | 1 | -3/+5 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | SSLServer: Stop raising trapped exceptions from XMLRPCRequestHandler. ↵ | Tim Laszlo | 2011-01-24 | 1 | -1/+3 |
| | | | | Causes the server to wedge. (Resolves #970) | ||||
* | Metadata: Reload clients.xml before writing if the Pseudo file monitor is used | Tim Laszlo | 2011-01-24 | 1 | -0/+17 |
| | |||||
* | Metadata: Typo in XIncludeError | Tim Laszlo | 2011-01-24 | 1 | -1/+1 |
| | |||||
* | Metadata: Stop stripping comments from clients.xml (Resolves #929) | Tim Laszlo | 2011-01-24 | 1 | -10/+2 |
| | |||||
* | doc: Spelling fixes | Sol Jerome | 2011-01-23 | 3 | -3/+3 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Version bump to 1.2.0pre1v1.2.0pre1 | Sol Jerome | 2011-01-23 | 6 | -5/+11 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Merge branch 'master' of https://github.com/fabaff/bcfg2 | Sol Jerome | 2011-01-23 | 2 | -8/+36 |
|\ | |||||
| * | Details from #943 added | Fabian Affolter | 2011-01-23 | 1 | -8/+10 |
| | | |||||
| * | Details from #943 added | Fabian Affolter | 2011-01-23 | 1 | -0/+26 |
| | | |||||
* | | Metadata: Raise MetadataConsistencyError when set_profile fails | Tim Laszlo | 2011-01-23 | 1 | -0/+1 |
| | | |||||
* | | Metadata: Gracefully handle failed profile updates to clients.xml using ↵ | Tim Laszlo | 2011-01-23 | 1 | -1/+5 |
|/ | | | | xinclude files | ||||
* | Merge branch 'sprint' | Tim Laszlo | 2011-01-23 | 1 | -0/+2 |
|\ | |||||
| * | Cfg: Handle empty genshi templates (Ticket #948) | Tim Laszlo | 2011-01-23 | 1 | -0/+2 |
| | | |||||
| * | TGenshi: Handle empty files (Resolves #948) | Tim Laszlo | 2011-01-23 | 1 | -0/+2 |
| | | |||||
* | | TGenshi: Handle empty files (Resolves #948) | Tim Laszlo | 2011-01-23 | 1 | -0/+2 |
| | | |||||
* | | schema: Add support for verify attribute (Resolves Ticket #883) | Sol Jerome | 2011-01-23 | 1 | -1/+2 |
|/ | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: update documents for genshi Cfg files | Tim Laszlo | 2011-01-22 | 1 | -0/+8 |
| | |||||
* | Cfg: Add support for .genshi files | Tim Laszlo | 2011-01-22 | 1 | -7/+48 |
| | |||||
* | client tools: Add verification failure suggestion (Resolves #724) | Sol Jerome | 2011-01-22 | 2 | -0/+6 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | doc: Add Account plugin documentation from m4z | Sol Jerome | 2011-01-22 | 1 | -5/+90 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Merge branch 'master' of https://github.com/jdigilio/bcfg2 | Sol Jerome | 2011-01-22 | 4 | -43/+71 |
|\ | |||||
| * | Support ability to pass parameters to Upstart services | Joe Digilio | 2011-01-22 | 1 | -0/+16 |
| | | |||||
| * | Support ability to pass parameters to Upstart services | Joe Digilio | 2011-01-22 | 1 | -26/+30 |
| | | |||||
| * | Support ability to pass parameters to Upstart services | Joe Digilio | 2011-01-22 | 1 | -17/+24 |
| | | |||||
| * | Support ability to pass parameters to Upstart services | Joe Digilio | 2011-01-22 | 1 | -0/+1 |
| | | |||||
* | | doc: Add placement information for Recommended tag (Resolves Ticket #947) | Sol Jerome | 2011-01-22 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | doc: More documentation build fixes | Sol Jerome | 2011-01-22 | 6 | -11/+268 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | Moved trigger.txt | Fabian Affolter | 2011-01-22 | 1 | -37/+0 |
| | | |||||
* | | Updated | Fabian Affolter | 2011-01-22 | 1 | -2/+2 |
| | | |||||
* | | Changed header format | Fabian Affolter | 2011-01-22 | 1 | -3/+3 |
| | | |||||
* | | Updated to point to ohai page | Fabian Affolter | 2011-01-22 | 1 | -35/+6 |
| | | |||||
* | | Splitted out the ohai content from the probe file | Fabian Affolter | 2011-01-22 | 1 | -0/+36 |
| | | |||||
* | | Added new section for trigger and guppy | Fabian Affolter | 2011-01-22 | 1 | -0/+9 |
| | | |||||
* | | Initial doc for guppy | Fabian Affolter | 2011-01-22 | 1 | -0/+46 |
| | | |||||
* | | Small layout updates | Fabian Affolter | 2011-01-22 | 1 | -0/+38 |
| | | |||||
* | | Small Layout changes | Fabian Affolter | 2011-01-22 | 1 | -1/+1 |
| | | |||||
* | | Changed title | Fabian Affolter | 2011-01-22 | 1 | -4/+4 |
| | | |||||
* | | Removed old samples and added a reference to bcfg2-repo at github | Fabian Affolter | 2011-01-22 | 1 | -22/+3 |
| | |