|
MythTV
0.26-pre
|
Classes | |
| class | OutStreamEncoder |
| class | xpathFunctions |
Variables | |
| string | __title__ = "skyAtNight_api - XPath and XSLT functions for the BBC Sky at Night magazine RSS/HTML" |
| string | __author__ = "R.D. Vaughan" |
| string | __purpose__ |
| string | __version__ = "v0.1.0" |
| list | __xpathClassList__ = ['xpathFunctions', ] |
| list | __xsltExtentionList__ = [] |
| string | version = '' |
| string nv_python_libs::xsltfunctions::skyAtNight_api::__title__ = "skyAtNight_api - XPath and XSLT functions for the BBC Sky at Night magazine RSS/HTML" |
Definition at line 15 of file skyAtNight_api.py.
| string nv_python_libs::xsltfunctions::skyAtNight_api::__author__ = "R.D. Vaughan" |
Definition at line 16 of file skyAtNight_api.py.
00001 ''' 00002 This python script is intended to perform a variety of utility functions 00003 for the conversion of data to the MNV standard RSS output format. 00004 See this link for the specifications: 00005 http://www.mythtv.org/wiki/MythNetvision_Grabber_Script_Format 00006 '''
Definition at line 17 of file skyAtNight_api.py.
Definition at line 24 of file skyAtNight_api.py.
Definition at line 29 of file skyAtNight_api.py.
Definition at line 33 of file skyAtNight_api.py.
Definition at line 78 of file skyAtNight_api.py.
1.7.6.1