Commit 1db0f428983ec8bb57b853cee826ed830684d2a5
1 parent
f8a13d7c
create a more or less sane README.md
Showing
2 changed files
with
49 additions
and
3 deletions
README
0 → 100644
| 1 | -this will hopefully become an simple C implementation for an XMLRPC server. | 1 | +# xmlrpc |
| 2 | + | ||
| 3 | +## Synopsis | ||
| 4 | + | ||
| 5 | +unknown | ||
| 6 | + | ||
| 7 | +## Description | ||
| 8 | + | ||
| 9 | +The intention for this was to create a simple XMLRPC server... | ||
| 10 | + | ||
| 11 | +## Requirements | ||
| 12 | + | ||
| 13 | +unknown | ||
| 14 | + | ||
| 15 | +## Dependencies | ||
| 16 | + | ||
| 17 | +unknown | ||
| 18 | + | ||
| 19 | +## Contributing | ||
| 20 | + | ||
| 21 | +Whoever finds the mood to do something with this code may do so. Clone the | ||
| 22 | +project and create yourself a branch. When you are done create a pull request. | ||
| 23 | + | ||
| 24 | +## Copyright | ||
| 25 | + | ||
| 26 | +Copyright © 2016 Georg Hopp | ||
| 27 | + | ||
| 28 | +## License | ||
| 29 | + | ||
| 30 | +This program is free software: you can redistribute it and/or modify | ||
| 31 | +it under the terms of the GNU General Public License as published by | ||
| 32 | +the Free Software Foundation, either version 3 of the License, or | ||
| 33 | +(at your option) any later version. | ||
| 34 | + | ||
| 35 | +This program is distributed in the hope that it will be useful, | ||
| 36 | +but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 37 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 38 | +GNU General Public License for more details. | ||
| 39 | + | ||
| 40 | +You should have received a copy of the GNU General Public License | ||
| 41 | +along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 42 | + | ||
| 43 | +## Author | ||
| 44 | + | ||
| 45 | +Georg Hopp <georg@steffers.org> | ||
| 2 | 46 | ||
| 3 | -the apidoc is available | ||
| 4 | -foooooooo |
Please
register
or
login
to post a comment