Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
Some documentation/copyright work
Browse files Browse the repository at this point in the history
  • Loading branch information
seveas committed Jan 16, 2012
1 parent 66701d2 commit 5f993b1
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 6 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1 +1 @@
include docs/index.rst
include docs/*rst
13 changes: 11 additions & 2 deletions README
Expand Up @@ -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 <dennis@kaarsemaker.net>

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.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions docs/index.rst
Expand Up @@ -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:
=========

Expand All @@ -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
2 changes: 1 addition & 1 deletion hpilo.py
@@ -1,4 +1,4 @@
# (c) 2011 Dennis Kaarsemaker <dennis@kaarsemaker.net>
# (c) 2011-2012 Dennis Kaarsemaker <dennis@kaarsemaker.net>
# see COPYING for license details

import socket
Expand Down
2 changes: 1 addition & 1 deletion hpilo_cli
@@ -1,6 +1,6 @@
#!/usr/bin/python
#
# (c) 2011 Dennis Kaarsemaker <dennis@kaarsemaker.net>
# (c) 2011-2012 Dennis Kaarsemaker <dennis@kaarsemaker.net>
# see COPYING for license details

import ConfigParser
Expand Down

0 comments on commit 5f993b1

Please sign in to comment.