Andrew Pickford | bb0a619 | 2017-09-08 16:04:24 +0200 | [diff] [blame] | 1 | reclass (extended) README |
| 2 | ========================= |
martin f. krafft | 9d19e19 | 2013-08-27 15:43:57 +0200 | [diff] [blame] | 3 | |
Andrew Pickford | bb0a619 | 2017-09-08 16:04:24 +0200 | [diff] [blame] | 4 | This is an extended version of **reclass** available at: |
| 5 | https://github.com/AndrewPickford/reclass |
| 6 | |
| 7 | The original **reclass** is available at: |
| 8 | https://github.com/madduck/reclass |
| 9 | |
| 10 | |
| 11 | Extentions |
| 12 | ========== |
| 13 | |
| 14 | Escaping of References and Inventory Queries |
| 15 | Merging Referenced Lists and Dictionaries |
| 16 | Nested References |
| 17 | Inventory Queries |
| 18 | |
| 19 | |
| 20 | Changes |
| 21 | ======= |
| 22 | |
| 23 | The escaping of references changes how the constructs '\${xxx}' and '\\${xxx}' |
| 24 | are rendered. |
| 25 | |
| 26 | |
| 27 | Documentation |
| 28 | ============= |
| 29 | |
| 30 | Documentation covering the original version is in the doc directory. |
Andrew Pickford | 116a062 | 2017-09-12 14:23:33 +0200 | [diff] [blame] | 31 | See the README-extensions.rst file for documentation on the extentions. |