Author: duncan
Date: Mon Apr 23 19:53:54 2007
New Revision: 9501
Modified:
branches/rel-1/freevo/contrib/ps3/local_conf.py
branches/rel-1/freevo/freevo_config.py
branches/rel-1/freevo/src/audio/__init__.py
branches/rel-1/freevo/src/config.py
branches/rel-1/freevo/src/helpers/cache.py
branches/rel-1/freevo/src/helpers/makelircrc.py
branches/rel-1/freevo/src/helpers/plugins.py
branches/rel-1/freevo/src/image/__init__.py
branches/rel-1/freevo/src/image/viewer.py
branches/rel-1/freevo/src/item.py
branches/rel-1/freevo/src/main.py
branches/rel-1/freevo/src/plugin.py
branches/rel-1/freevo/src/plugins/rom_drives.py
branches/rel-1/freevo/src/skins/main/area.py
branches/rel-1/freevo/src/skins/main/main.py
branches/rel-1/freevo/src/util/fxdimdb.py
branches/rel-1/freevo/src/video/plugins/details.py
branches/rel-1/freevo/src/video/plugins/imdb.py
branches/rel-1/freevo/src/video/plugins/linkbrowser.py
branches/rel-1/freevo/src/video/videoitem.py
branches/rel-1/freevo/src/www/htdocs/help/index.rpy
Log:
Corrected one of my favourite spelling mistakes :)
Modified: branches/rel-1/freevo/contrib/ps3/local_conf.py
==============================================================================
--- branches/rel-1/freevo/contrib/ps3/local_conf.py (original)
+++ branches/rel-1/freevo/contrib/ps3/local_conf.py Mon Apr 23 19:53:54 2007
@@ -1375,7 +1375,7 @@
# Program to grab xmltv listings. To get a grabber, you need to download
# xmltv. A possible value for users in the USA is tv_grab_na
# Use the tv_grab helper to grab the listings and cache them. Start
-# 'freevo tv_grab --help' for more informations.
+# 'freevo tv_grab --help' for more information.
# XMLTV_GRABBER = ''
Modified: branches/rel-1/freevo/freevo_config.py
==============================================================================
--- branches/rel-1/freevo/freevo_config.py (original)
+++ branches/rel-1/freevo/freevo_config.py Mon Apr 23 19:53:54 2007
@@ -1740,7 +1740,7 @@
# Program to grab xmltv listings. To get a grabber, you need to download
# xmltv. A possible value for users in the USA is tv_grab_na
# Use the tv_grab helper to grab the listings and cache them. Start
-# 'freevo tv_grab --help' for more informations.
+# 'freevo tv_grab --help' for more information.
XMLTV_GRABBER = ''
Modified: branches/rel-1/freevo/src/audio/__init__.py
==============================================================================
--- branches/rel-1/freevo/src/audio/__init__.py (original)
+++ branches/rel-1/freevo/src/audio/__init__.py Mon Apr 23 19:53:54 2007
@@ -83,7 +83,7 @@
def dirinfo(self, diritem):
"""
- set informations for a diritem based on the content, etc.
+ set information for a diritem based on the content, etc.
"""
if os.path.exists(diritem.dir):
timestamp = os.stat(diritem.dir)[stat.ST_MTIME]
Modified: branches/rel-1/freevo/src/config.py
==============================================================================
--- branches/rel-1/freevo/src/config.py (original)
+++ branches/rel-1/freevo/src/config.py Mon Apr 23 19:53:54 2007
@@ -200,7 +200,7 @@
print
print 'First Freevo loads a file called \'freevo.conf\'. This file will be
generated by'
print 'calling \'freevo setup\'. Use \'freevo setup --help\' to get
information'
- print 'about the parameter. Based on the informations in that file, Freevo
will guess'
+ print 'about the parameter. Based on the information in that file, Freevo
will guess'
print 'some settings for your system. This takes place in a file called '
print '\'freevo_config.py\'. Since this file may change from time to time,
you should'
print 'not edit this file. After freevo_config.py is loaded, Freevo will
look for a file'
@@ -208,7 +208,7 @@
print 'in here. There is an example for \'local_conf.py\' called
\'local_conf.py.example\''
print 'in the Freevo distribution.'
print
- print 'If you need more help, use the internal webserver to get more
informations'
+ print 'If you need more help, use the internal webserver to get more
information'
print 'how to setup Freevo. To do this, you need to set'
print 'WWW_USERS = { \'username\' : \'password\' }'
print 'in your local_conf.py and then you can access the doc at '
@@ -822,7 +822,7 @@
print 'Error: XMLTV auto detection failed'
print 'Some channels in the channel list have no station
id. Please add'
print 'it by putting the list in your local_conf.py. Start
'
- print '\'freevo tv_grab --help\' for more informations'
+ print '\'freevo tv_grab --help\' for more information'
print
break
else:
Modified: branches/rel-1/freevo/src/helpers/cache.py
==============================================================================
--- branches/rel-1/freevo/src/helpers/cache.py (original)
+++ branches/rel-1/freevo/src/helpers/cache.py Mon Apr 23 19:53:54 2007
@@ -439,7 +439,7 @@
print 'create thumbnails from images for faster access.'
print
- # check for current cache informations
+ # check for current cache information
if (len(sys.argv)>1 and sys.argv[1] == '--rebuild'):
rebuild = 1
else:
Modified: branches/rel-1/freevo/src/helpers/makelircrc.py
==============================================================================
--- branches/rel-1/freevo/src/helpers/makelircrc.py (original)
+++ branches/rel-1/freevo/src/helpers/makelircrc.py Mon Apr 23 19:53:54 2007
@@ -41,7 +41,7 @@
print 'usage: makelircrc [-w] [section_index] [button=comand]'
print
print 'The -w will write the settings to %s' % config.LIRCRC
- print 'If this is not the file the informations should be written to, set'
+ print 'If this is not the file the information should be written to, set'
print 'LIRCRC in your local_conf.py to the correct filename. If the file'
print 'exists, it will be overwritten.'
print
Modified: branches/rel-1/freevo/src/helpers/plugins.py
==============================================================================
--- branches/rel-1/freevo/src/helpers/plugins.py (original)
+++ branches/rel-1/freevo/src/helpers/plugins.py Mon Apr 23 19:53:54 2007
@@ -5,7 +5,7 @@
# -----------------------------------------------------------------------
# $Id$
#
-# Notes: This script prints out informations aboyt plugins in
+# Notes: This script prints out information aboyt plugins in
# Freevo. As descriptions the Python class description
# between two """ after the class name is used.
#
@@ -292,7 +292,7 @@
else:
print 'This helper shows the list of all plugins included in Freevo and'
- print 'can print informations about them.'
+ print 'can print information about them.'
print
print 'A plugin can be activated by adding "plugin.activate(name)" into
the'
print 'local_conf.py. Optional arguments are type, level and args'
@@ -324,8 +324,8 @@
print
print 'usage: freevo plugins [-l | -i name | -a ]'
print ' -l list all plugins'
- print ' -i name print detailed informations about plugin "name"'
- print ' -a print detailed informations about all plugins (long)'
+ print ' -i name print detailed information about plugin "name"'
+ print ' -a print detailed information about all plugins (long)'
print
print 'Please note that this helper is new and not all plugins have a good
description.'
print 'Feel free to send patches to the Freevo mailing list'
Modified: branches/rel-1/freevo/src/image/__init__.py
==============================================================================
--- branches/rel-1/freevo/src/image/__init__.py (original)
+++ branches/rel-1/freevo/src/image/__init__.py Mon Apr 23 19:53:54 2007
@@ -75,7 +75,7 @@
def dirinfo(self, diritem):
"""
- set informations for a diritem based on album.xml
+ set information for a diritem based on album.xml
"""
#dirinfo = bins.DirInfo(diritem.dir)
#if dirinfo.has_key('desc'):
Modified: branches/rel-1/freevo/src/image/viewer.py
==============================================================================
--- branches/rel-1/freevo/src/image/viewer.py (original)
+++ branches/rel-1/freevo/src/image/viewer.py Mon Apr 23 19:53:54 2007
@@ -214,7 +214,7 @@
new_w, new_h = int(scale*width), int(scale*height)
- # Now we have all necessary informations about zoom yes/no and
+ # Now we have all necessary information about zoom yes/no and
# the kind of rotation
x = (self.osd.width - new_w) / 2
Modified: branches/rel-1/freevo/src/item.py
==============================================================================
--- branches/rel-1/freevo/src/item.py (original)
+++ branches/rel-1/freevo/src/item.py Mon Apr 23 19:53:54 2007
@@ -326,7 +326,7 @@
def id(self):
"""
Return a unique id of the item. This id should be the same when the
- item is rebuild later with the same informations
+ item is rebuild later with the same information
"""
if hasattr(self, 'url'):
return self.url
Modified: branches/rel-1/freevo/src/main.py
==============================================================================
--- branches/rel-1/freevo/src/main.py (original)
+++ branches/rel-1/freevo/src/main.py Mon Apr 23 19:53:54 2007
@@ -68,7 +68,7 @@
print 'You need to recompile pygame after installing Numeric!'
print
print 'Not all requirements of Freevo are installed on your system.'
- print 'Please check the INSTALL file for more informations.'
+ print 'Please check the INSTALL file for more information.'
print
sys.exit(0)
Modified: branches/rel-1/freevo/src/plugin.py
==============================================================================
--- branches/rel-1/freevo/src/plugin.py (original)
+++ branches/rel-1/freevo/src/plugin.py Mon Apr 23 19:53:54 2007
@@ -190,7 +190,7 @@
def dirinfo(self, diritem):
"""
- set informations for a diritem based on the content, etc.
+ set information for a diritem based on the content, etc.
"""
pass
Modified: branches/rel-1/freevo/src/plugins/rom_drives.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/rom_drives.py (original)
+++ branches/rel-1/freevo/src/plugins/rom_drives.py Mon Apr 23 19:53:54 2007
@@ -599,8 +599,8 @@
elif os.path.isfile((k + ".jpg").lower()):
image = (k + ".jpg").lower()
title = show_name + ' ('+ volumes + ')'
- if video.tv_show_informations.has_key(show_name.lower()):
- tvinfo = video.tv_show_informations[show_name.lower()]
+ if video.tv_show_information.has_key(show_name.lower()):
+ tvinfo = video.tv_show_information[show_name.lower()]
more_info = tvinfo[1]
if not image:
image = tvinfo[0]
Modified: branches/rel-1/freevo/src/skins/main/area.py
==============================================================================
--- branches/rel-1/freevo/src/skins/main/area.py (original)
+++ branches/rel-1/freevo/src/skins/main/area.py Mon Apr 23 19:53:54 2007
@@ -23,7 +23,7 @@
# 5. If you drop an alpha layer on the screen, you can't get the original
# background back by making a reverse alpha layer.
#
-# For more informations contact me ([EMAIL PROTECTED])
+# For more information contact me ([EMAIL PROTECTED])
#
# -----------------------------------------------------------------------
# Freevo - A Home Theater PC framework
Modified: branches/rel-1/freevo/src/skins/main/main.py
==============================================================================
--- branches/rel-1/freevo/src/skins/main/main.py (original)
+++ branches/rel-1/freevo/src/skins/main/main.py Mon Apr 23 19:53:54 2007
@@ -188,7 +188,7 @@
def delete(self, type):
"""
- delete informations about a special skin type
+ delete information about a special skin type
"""
exec('del self.%s_areas' % type)
self.last_draw = None, None, None
Modified: branches/rel-1/freevo/src/util/fxdimdb.py
==============================================================================
--- branches/rel-1/freevo/src/util/fxdimdb.py (original)
+++ branches/rel-1/freevo/src/util/fxdimdb.py Mon Apr 23 19:53:54 2007
@@ -444,7 +444,7 @@
i.write(" <copyright>\n" +
" The information in this file are from the Internet " +
"Movie Database (IMDb).\n" +
- " Please visit http://www.imdb.com for more
informations.\n")
+ " Please visit http://www.imdb.com for more information.\n")
i.write(" <source url=\"http://www.imdb.com/title/tt%s\"/>\n" %
self.imdb_id +
" </copyright>\n")
#disc-set
@@ -496,7 +496,7 @@
i.write(" <copyright>\n" +
" The information in this file are from the Internet " +
"Movie Database (IMDb).\n" +
- " Please visit http://www.imdb.com for more
informations.\n")
+ " Please visit http://www.imdb.com for more information.\n")
i.write(" <source url=\"http://www.imdb.com/title/tt%s\"/>\n" %
self.imdb_id +
" </copyright>\n")
# write movie
@@ -932,7 +932,7 @@
print "Downloaded cover image from %s" % self.image_url
print "Freevo knows nothing about the copyright of this image, please"
- print "go to %s to check for more informations about private." %
self.image_url
+ print "go to %s to check for more information about private." %
self.image_url
print "use of this image"
Modified: branches/rel-1/freevo/src/video/plugins/details.py
==============================================================================
--- branches/rel-1/freevo/src/video/plugins/details.py (original)
+++ branches/rel-1/freevo/src/video/plugins/details.py Mon Apr 23 19:53:54 2007
@@ -45,7 +45,7 @@
"""
This plugin shows more details for a movie item.
- It replaces the item menu with a menu showing informations about the file.
+ It replaces the item menu with a menu showing information about the file.
"""
def __init__(self):
plugin.ItemPlugin.__init__(self)
Modified: branches/rel-1/freevo/src/video/plugins/imdb.py
==============================================================================
--- branches/rel-1/freevo/src/video/plugins/imdb.py (original)
+++ branches/rel-1/freevo/src/video/plugins/imdb.py Mon Apr 23 19:53:54 2007
@@ -4,7 +4,7 @@
# -----------------------------------------------------------------------
# $Id$
#
-# Notes: IMDB plugin. You can add IMDB informations for video items
+# Notes: IMDB plugin. You can add IMDB information for video items
# with the plugin
# activate with plugin.activate('video.imdb')
# You can also set imdb_search on a key (e.g. '1') by setting
Modified: branches/rel-1/freevo/src/video/plugins/linkbrowser.py
==============================================================================
--- branches/rel-1/freevo/src/video/plugins/linkbrowser.py (original)
+++ branches/rel-1/freevo/src/video/plugins/linkbrowser.py Mon Apr 23
19:53:54 2007
@@ -293,7 +293,7 @@
Browse links to find video files
This plugin makes it possible to play video files from the net. The
- plugin needs to be activated with specific informations about the
+ plugin needs to be activated with specific information about the
link to be shown. You can activate the plugin more than once with a
different url.
Modified: branches/rel-1/freevo/src/video/videoitem.py
==============================================================================
--- branches/rel-1/freevo/src/video/videoitem.py (original)
+++ branches/rel-1/freevo/src/video/videoitem.py Mon Apr 23 19:53:54 2007
@@ -102,9 +102,9 @@
if image:
self.image = image
- from video import tv_show_informations
- if tv_show_informations.has_key(show_name[0].lower()):
- tvinfo = tv_show_informations[show_name[0].lower()]
+ from video import tv_show_information
+ if tv_show_information.has_key(show_name[0].lower()):
+ tvinfo = tv_show_information[show_name[0].lower()]
self.info.set_variables(tvinfo[1])
if not self.image:
self.image = tvinfo[0]
@@ -117,13 +117,13 @@
self.tv_show_ep = show_name[3]
- # extra infos in discset_informations
+ # extra infos in discset_information
if parent and parent.media:
fid = parent.media.id + \
self.filename[len(os.path.join(parent.media.mountdir,'')):]
- from video import discset_informations
- if discset_informations.has_key(fid):
- self.mplayer_options = discset_informations[fid]
+ from video import discset_information
+ if discset_information.has_key(fid):
+ self.mplayer_options = discset_information[fid]
def __str__(self):
@@ -186,7 +186,7 @@
def id(self):
"""
Return a unique id of the item. This id should be the same when the
- item is rebuild later with the same informations
+ item is rebuild later with the same information
"""
ret = self.url
if self.subitems:
Modified: branches/rel-1/freevo/src/www/htdocs/help/index.rpy
==============================================================================
--- branches/rel-1/freevo/src/www/htdocs/help/index.rpy (original)
+++ branches/rel-1/freevo/src/www/htdocs/help/index.rpy Mon Apr 23 19:53:54 2007
@@ -40,12 +40,12 @@
fv.res += ' <br/>'
fv.res += _('This is the internal Freevo documentation. The documents \
are in an early stage of development, if you like to help, please \
- contact the developers. You find more informations like \
+ contact the developers. You find more information like \
the <a
href="http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrontPage">\
WiKi (online manual)</a> and mailing lists on the \
<a href="http://www.freevo.org">Freevo Homepage</a>.\
Everyone can edit the WiKi (and we can revert them if someone deletes \
- informations), feel free to add informations there.')
+ information), feel free to add information there.')
fv.res += '<p><b>'+_('Index')+'</b><ol>'
@@ -54,7 +54,7 @@
fv.res += '<li><a href="doc.rpy?file=recording">'+_('Recording
Information')+'</a></li>'
fv.res += '<li><a href="plugins.rpy">'+_('Plugin List')+'</a></li>'
fv.res += '<li><a href="doc.rpy?file=FxdFiles">'+_('FXD
files')+'</a></li>'
- fv.res += '<li><a href="doc.rpy?file=SkinInfo">'+_('Skinning
Informations')+'</a></li>'
+ fv.res += '<li><a href="doc.rpy?file=SkinInfo">'+_('Skinning
Information')+'</a></li>'
fv.res += '<li><a href="howto.rpy?type=plugin">'+_('Plugin Writing
Howto')+'</a></li>'
fv.res += '<br><br>'
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog