From 5f993b1fe330980888b2b8e6b72720bc07e2b349 Mon Sep 17 00:00:00 2001 From: Dennis Kaarsemaker Date: Mon, 16 Jan 2012 23:24:26 +0100 Subject: [PATCH] Some documentation/copyright work --- MANIFEST.in | 2 +- README | 13 +++++++++++-- docs/conf.py | 2 +- docs/index.rst | 7 +++++++ hpilo.py | 2 +- hpilo_cli | 2 +- 6 files changed, 22 insertions(+), 6 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index a1fe97f..1311fdf 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -include docs/index.rst +include docs/*rst diff --git a/README b/README index 1dd3c17..ea0fcec 100644 --- a/README +++ b/README @@ -24,5 +24,14 @@ external ElementTree library, but this is left as an exercise to the reader. Usage ----- -See docs/index.rst or the documentation on -http://packages.python.org/python-hpilo/ for API documentation and examples. +See docs/*.rst or the documentation on http://packages.python.org/python-hpilo/ +for API documentation and examples. + +Author and license +------------------ +This software is (c) 2011-2012 Dennis Kaarsemaker + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. diff --git a/docs/conf.py b/docs/conf.py index 6accd3d..5951428 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,7 +41,7 @@ # General information about the project. project = u'python-hpilo' -copyright = u'2011, Dennis Kaarsemaker' +copyright = u'2011-2012, Dennis Kaarsemaker' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/docs/index.rst b/docs/index.rst index 52c8ea6..79b5e80 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -16,6 +16,11 @@ HP, Integrated Lights out and iLO are trademarks of HP, with whom the author of this software is not affiliated in any way other than using some of their hardware. +See also +-------- +More information about interactign with the iLO XML interface can be found in +the sample XML files provided by HP on their `TechSupport site`_. + Contents: ========= @@ -25,3 +30,5 @@ Contents: ilo output cli + +.. _`TechSupport site`: http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=us&prodTypeId=18964&prodSeriesId=4154735&swItem=MTX-9ded60bd746942e18651211f51&prodNameId=4154847&swEnvOID=4004&swLang=8&taskId=135&mode=5 diff --git a/hpilo.py b/hpilo.py index d32acc1..d197f97 100644 --- a/hpilo.py +++ b/hpilo.py @@ -1,4 +1,4 @@ -# (c) 2011 Dennis Kaarsemaker +# (c) 2011-2012 Dennis Kaarsemaker # see COPYING for license details import socket diff --git a/hpilo_cli b/hpilo_cli index 3634a30..4784997 100755 --- a/hpilo_cli +++ b/hpilo_cli @@ -1,6 +1,6 @@ #!/usr/bin/python # -# (c) 2011 Dennis Kaarsemaker +# (c) 2011-2012 Dennis Kaarsemaker # see COPYING for license details import ConfigParser