Author: duncan Date: Sat Oct 13 08:42:51 2007 New Revision: 9956 Log: Added vim modeline
Modified: branches/rel-1/freevo/src/www/htdocs/edit_favorite.rpy branches/rel-1/freevo/src/www/htdocs/favorites.rpy branches/rel-1/freevo/src/www/htdocs/fileinfo.rpy branches/rel-1/freevo/src/www/htdocs/genre.rpy branches/rel-1/freevo/src/www/htdocs/guide.rpy branches/rel-1/freevo/src/www/htdocs/iceslistchanger.rpy branches/rel-1/freevo/src/www/htdocs/index.rpy branches/rel-1/freevo/src/www/htdocs/library.rpy branches/rel-1/freevo/src/www/htdocs/manualrecord.rpy branches/rel-1/freevo/src/www/htdocs/pluginconfig.rpy branches/rel-1/freevo/src/www/htdocs/proginfo.rpy branches/rel-1/freevo/src/www/htdocs/record.rpy branches/rel-1/freevo/src/www/htdocs/search.rpy branches/rel-1/freevo/src/www/htdocs/viewlogfile.rpy branches/rel-1/freevo/src/www/htdocs/wap_login.rpy branches/rel-1/freevo/src/www/htdocs/wap_rec.rpy branches/rel-1/freevo/src/www/htdocs/webremote.rpy branches/rel-1/freevo/src/www/htdocs/youtube.rpy Modified: branches/rel-1/freevo/src/www/htdocs/edit_favorite.rpy ============================================================================== --- branches/rel-1/freevo/src/www/htdocs/edit_favorite.rpy (original) +++ branches/rel-1/freevo/src/www/htdocs/edit_favorite.rpy Sat Oct 13 08:42:51 2007 @@ -1,4 +1,5 @@ # -*- coding: iso-8859-1 -*- +# vim:autoindent:tabstop=4:softtabstop=4:shiftwidth=4:expandtab:filetype=python: # ----------------------------------------------------------------------- # edit_favorites.rpy - Web interface to edit your favorites. # ----------------------------------------------------------------------- Modified: branches/rel-1/freevo/src/www/htdocs/favorites.rpy ============================================================================== --- branches/rel-1/freevo/src/www/htdocs/favorites.rpy (original) +++ branches/rel-1/freevo/src/www/htdocs/favorites.rpy Sat Oct 13 08:42:51 2007 @@ -1,4 +1,5 @@ # -*- coding: iso-8859-1 -*- +# vim:autoindent:tabstop=4:softtabstop=4:shiftwidth=4:expandtab:filetype=python: # ----------------------------------------------------------------------- # favorites.rpy - Web interface to display your favorite programs. # ----------------------------------------------------------------------- Modified: branches/rel-1/freevo/src/www/htdocs/fileinfo.rpy ============================================================================== --- branches/rel-1/freevo/src/www/htdocs/fileinfo.rpy (original) +++ branches/rel-1/freevo/src/www/htdocs/fileinfo.rpy Sat Oct 13 08:42:51 2007 @@ -1,4 +1,5 @@ # -*- coding: iso-8859-1 -*- +# vim:autoindent:tabstop=4:softtabstop=4:shiftwidth=4:expandtab:filetype=python: # ----------------------------------------------------------------------- # proginfo.rpy - Dynamically update program info popup box. # ----------------------------------------------------------------------- Modified: branches/rel-1/freevo/src/www/htdocs/genre.rpy ============================================================================== --- branches/rel-1/freevo/src/www/htdocs/genre.rpy (original) +++ branches/rel-1/freevo/src/www/htdocs/genre.rpy Sat Oct 13 08:42:51 2007 @@ -1,4 +1,5 @@ # -*- coding: iso-8859-1 -*- +# vim:autoindent:tabstop=4:softtabstop=4:shiftwidth=4:expandtab:filetype=python: # ----------------------------------------------------------------------- # genre.rpy - Show what is on for today for a particular category # ----------------------------------------------------------------------- Modified: branches/rel-1/freevo/src/www/htdocs/guide.rpy ============================================================================== --- branches/rel-1/freevo/src/www/htdocs/guide.rpy (original) +++ branches/rel-1/freevo/src/www/htdocs/guide.rpy Sat Oct 13 08:42:51 2007 @@ -1,4 +1,5 @@ # -*- coding: iso-8859-1 -*- +# vim:autoindent:tabstop=4:softtabstop=4:shiftwidth=4:expandtab:filetype=python: # ----------------------------------------------------------------------- # guide.rpy - Web interface to the Freevo EPG. # ----------------------------------------------------------------------- Modified: branches/rel-1/freevo/src/www/htdocs/iceslistchanger.rpy ============================================================================== --- branches/rel-1/freevo/src/www/htdocs/iceslistchanger.rpy (original) +++ branches/rel-1/freevo/src/www/htdocs/iceslistchanger.rpy Sat Oct 13 08:42:51 2007 @@ -1,4 +1,5 @@ # -*- coding: iso-8859-1 -*- +# vim:autoindent:tabstop=4:softtabstop=4:shiftwidth=4:expandtab:filetype=python: # ----------------------------------------------------------------------- # iceslistchanger.rpy - change ices playlist via web interface. # ----------------------------------------------------------------------- Modified: branches/rel-1/freevo/src/www/htdocs/index.rpy ============================================================================== --- branches/rel-1/freevo/src/www/htdocs/index.rpy (original) +++ branches/rel-1/freevo/src/www/htdocs/index.rpy Sat Oct 13 08:42:51 2007 @@ -1,4 +1,5 @@ # -*- coding: iso-8859-1 -*- +# vim:autoindent:tabstop=4:softtabstop=4:shiftwidth=4:expandtab:filetype=python: # ----------------------------------------------------------------------- # index.rpy - The main index to the web interface. # ----------------------------------------------------------------------- Modified: branches/rel-1/freevo/src/www/htdocs/library.rpy ============================================================================== --- branches/rel-1/freevo/src/www/htdocs/library.rpy (original) +++ branches/rel-1/freevo/src/www/htdocs/library.rpy Sat Oct 13 08:42:51 2007 @@ -1,4 +1,5 @@ # -*- coding: iso-8859-1 -*- +# vim:autoindent:tabstop=4:softtabstop=4:shiftwidth=4:expandtab:filetype=python: # ----------------------------------------------------------------------- # library.rpy - a script to display and modify your video library # ----------------------------------------------------------------------- Modified: branches/rel-1/freevo/src/www/htdocs/manualrecord.rpy ============================================================================== --- branches/rel-1/freevo/src/www/htdocs/manualrecord.rpy (original) +++ branches/rel-1/freevo/src/www/htdocs/manualrecord.rpy Sat Oct 13 08:42:51 2007 @@ -1,4 +1,5 @@ # -*- coding: iso-8859-1 -*- +# vim:autoindent:tabstop=4:softtabstop=4:shiftwidth=4:expandtab:filetype=python: # ----------------------------------------------------------------------- # manualrecord.rpy - Web interface to manually schedule recordings. # ----------------------------------------------------------------------- Modified: branches/rel-1/freevo/src/www/htdocs/pluginconfig.rpy ============================================================================== --- branches/rel-1/freevo/src/www/htdocs/pluginconfig.rpy (original) +++ branches/rel-1/freevo/src/www/htdocs/pluginconfig.rpy Sat Oct 13 08:42:51 2007 @@ -1,4 +1,5 @@ # -*- coding: iso-8859-1 -*- +# vim:autoindent:tabstop=4:softtabstop=4:shiftwidth=4:expandtab:filetype=python: # ----------------------------------------------------------------------- # pluginconfig - update plugin settings in local_conf.py # ----------------------------------------------------------------------- Modified: branches/rel-1/freevo/src/www/htdocs/proginfo.rpy ============================================================================== --- branches/rel-1/freevo/src/www/htdocs/proginfo.rpy (original) +++ branches/rel-1/freevo/src/www/htdocs/proginfo.rpy Sat Oct 13 08:42:51 2007 @@ -1,4 +1,5 @@ # -*- coding: iso-8859-1 -*- +# vim:autoindent:tabstop=4:softtabstop=4:shiftwidth=4:expandtab:filetype=python: # ----------------------------------------------------------------------- # proginfo.rpy - Dynamically update program info popup box. # ----------------------------------------------------------------------- Modified: branches/rel-1/freevo/src/www/htdocs/record.rpy ============================================================================== --- branches/rel-1/freevo/src/www/htdocs/record.rpy (original) +++ branches/rel-1/freevo/src/www/htdocs/record.rpy Sat Oct 13 08:42:51 2007 @@ -1,4 +1,5 @@ # -*- coding: iso-8859-1 -*- +# vim:autoindent:tabstop=4:softtabstop=4:shiftwidth=4:expandtab:filetype=python: # ----------------------------------------------------------------------- # record.rpy - Web interface to your scheduled recordings. # ----------------------------------------------------------------------- Modified: branches/rel-1/freevo/src/www/htdocs/search.rpy ============================================================================== --- branches/rel-1/freevo/src/www/htdocs/search.rpy (original) +++ branches/rel-1/freevo/src/www/htdocs/search.rpy Sat Oct 13 08:42:51 2007 @@ -1,4 +1,5 @@ # -*- coding: iso-8859-1 -*- +# vim:autoindent:tabstop=4:softtabstop=4:shiftwidth=4:expandtab:filetype=python: # ----------------------------------------------------------------------- # search.rpy - Web interface to search the Freevo EPG. # ----------------------------------------------------------------------- Modified: branches/rel-1/freevo/src/www/htdocs/viewlogfile.rpy ============================================================================== --- branches/rel-1/freevo/src/www/htdocs/viewlogfile.rpy (original) +++ branches/rel-1/freevo/src/www/htdocs/viewlogfile.rpy Sat Oct 13 08:42:51 2007 @@ -1,4 +1,5 @@ # -*- coding: iso-8859-1 -*- +# vim:autoindent:tabstop=4:softtabstop=4:shiftwidth=4:expandtab:filetype=python: # ----------------------------------------------------------------------- # plugins.rpy - Show all plugins # ----------------------------------------------------------------------- Modified: branches/rel-1/freevo/src/www/htdocs/wap_login.rpy ============================================================================== --- branches/rel-1/freevo/src/www/htdocs/wap_login.rpy (original) +++ branches/rel-1/freevo/src/www/htdocs/wap_login.rpy Sat Oct 13 08:42:51 2007 @@ -1,4 +1,5 @@ # -*- coding: iso-8859-1 -*- +# vim:autoindent:tabstop=4:softtabstop=4:shiftwidth=4:expandtab:filetype=python: # ----------------------------------------------------------------------- # wap_login.rpy - Wap interface login form. # ----------------------------------------------------------------------- Modified: branches/rel-1/freevo/src/www/htdocs/wap_rec.rpy ============================================================================== --- branches/rel-1/freevo/src/www/htdocs/wap_rec.rpy (original) +++ branches/rel-1/freevo/src/www/htdocs/wap_rec.rpy Sat Oct 13 08:42:51 2007 @@ -1,4 +1,5 @@ # -*- coding: iso-8859-1 -*- +# vim:autoindent:tabstop=4:softtabstop=4:shiftwidth=4:expandtab:filetype=python: # ----------------------------------------------------------------------- # wap_rec.rpy - Wap shedule recording page. # ----------------------------------------------------------------------- Modified: branches/rel-1/freevo/src/www/htdocs/webremote.rpy ============================================================================== --- branches/rel-1/freevo/src/www/htdocs/webremote.rpy (original) +++ branches/rel-1/freevo/src/www/htdocs/webremote.rpy Sat Oct 13 08:42:51 2007 @@ -1,4 +1,5 @@ # -*- coding: iso-8859-1 -*- +# vim:autoindent:tabstop=4:softtabstop=4:shiftwidth=4:expandtab:filetype=python: # ----------------------------------------------------------------------- # webremote.rpy - Web Based Remote Control for Freevo. # ----------------------------------------------------------------------- Modified: branches/rel-1/freevo/src/www/htdocs/youtube.rpy ============================================================================== --- branches/rel-1/freevo/src/www/htdocs/youtube.rpy (original) +++ branches/rel-1/freevo/src/www/htdocs/youtube.rpy Sat Oct 13 08:42:51 2007 @@ -1,4 +1,5 @@ # -*- coding: iso-8859-1 -*- +# vim:autoindent:tabstop=4:softtabstop=4:shiftwidth=4:expandtab:filetype=python: # ----------------------------------------------------------------------- # Freevo - A Home Theater PC framework # Copyright (C) 2002 Krister Lagerstrom, et al. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Freevo-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
