Skip to content

Commit

Permalink
Merge pull request #17 from cmprescott/feature/#16_NewCareTaker
Browse files Browse the repository at this point in the history
Resolve #16 new care taker
  • Loading branch information
cmprescott committed May 7, 2015
2 parents bcf0cea + e9aef6a commit 7e8e5e2
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Build Status](https://travis-ci.org/RHInception/ansible-xml.svg?branch=master)](https://travis-ci.org/RHInception/ansible-xml)
[![Build Status][travis_badge]][travis_results]
# ansible-xml

[Ansible](https://github.com/ansible/ansible) module for manipulating
[Ansible][src_ansible] module for manipulating
bits and pieces of XML files and strings.

# Requirements
Expand All @@ -13,10 +13,8 @@ bits and pieces of XML files and strings.

# Notes

## We are giving up ownership of this module. This README will be updated with a notice once a new home is found

# Notes (cont...)

* Original module created by [@github_rhinception][github_team_rhinception].
* On 2015-05-05, [@tbielawa][github_user_tbielawa] transferred the project over to [@cmprescott][github_user_cmprescott] to resolve [issue #16][github_issue_16].
* This software is available under the terms of the GPLv2 license.
* Hi there, we have unit tests!

Expand All @@ -28,16 +26,14 @@ document. The node is selected by following a path or steps."
Basically, it's a syntax which allows you to select a specific, or
collection, of elements or attributes in an XML file.

[Learn more at the Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Web/XPath)
[Learn more at the Mozilla Developer Network][doc_xpath]


# Unittests

Also included in this repository are
[Unittests](https://github.com/RHInception/ansible-xml/tree/master/tests). Reference
these, in addition to the
[Travis-CI](https://github.com/RHInception/ansible-xml/blob/master/.travis.yml)
configuration, if you need some more examples.
[Unittests][src_this_unittests]. Reference these, in addition to the
[Travis-CI][src_this_travis] configuration, if you need some more examples.


# Examples
Expand Down Expand Up @@ -139,3 +135,14 @@ What happens if you say:

``value`` defaults to an element, so then this would erase the
children elements.

[doc_xpath]: https://developer.mozilla.org/en-US/docs/Web/XPath
[github_issue_16]: https://github.com/cmprescott/ansible-xml/issues/16
[github_user_cmprescott]: https://github.com/cmprescott
[github_user_tbielawa]: https://github.com/tbielawa
[github_team_rhinception]: https://github.com/RHInception
[src_ansible]: https://github.com/ansible/ansible
[src_this_travis]: https://github.com/cmprescott/ansible-xml/blob/master/.travis.yml
[src_this_unittests]: https://github.com/cmprescott/ansible-xml/tree/master/tests
[travis_badge]: https://travis-ci.org/cmprescott/ansible-xml.svg?branch=master
[travis_results]: https://travis-ci.org/cmprescott/ansible-xml

0 comments on commit 7e8e5e2

Please sign in to comment.