Update of /cvsroot/freevo/freevo/src/www/htdocs/help
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2837/htdocs/help
Modified Files:
doc.rpy howto.rpy index.rpy plugins.rpy
Log Message:
some layout updates
Index: doc.rpy
===================================================================
RCS file: /cvsroot/freevo/freevo/src/www/htdocs/help/doc.rpy,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** doc.rpy 6 Nov 2003 19:56:14 -0000 1.2
--- doc.rpy 6 Feb 2004 20:30:32 -0000 1.3
***************
*** 12,15 ****
--- 12,18 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.3 2004/02/06 20:30:32 dischi
+ # some layout updates
+ #
# Revision 1.2 2003/11/06 19:56:14 mikeruelle
# remove hard links so we can run when proxied
***************
*** 87,90 ****
--- 90,94 ----
fv.printHeader('Freevo Documentation -- %s' % title,
'/styles/main.css')
+ fv.res += '<table id="help" width="100%"><tr><td>\n'
source = 'http://freevo.sourceforge.net/cgi-bin/moin.cgi/'
if file == 'faq':
***************
*** 93,98 ****
source += 'DocumentationPage_2f%s' % file
! fv.res += 'This page is generated from the Freevo WiKi. The
current '\
! 'Version can be found <a href="%s">here</a>.' % source
if file == 'faq':
line = line.replace('<H1>', '<H3>').replace('</H1>', '</H3>')
--- 97,102 ----
source += 'DocumentationPage_2f%s' % file
! fv.res += '<p>This page is generated from the Freevo WiKi. The
current '\
! 'Version can be found <a href="%s">here</a>.</p>' %
source
if file == 'faq':
line = line.replace('<H1>', '<H3>').replace('</H1>', '</H3>')
***************
*** 112,115 ****
--- 116,120 ----
pos = 1
fv.res += '<br><br>'
+ fv.res += '</td></tr></table>\n'
fv.printLinks(request.path.count('/')-1)
fv.printFooter()
Index: howto.rpy
===================================================================
RCS file: /cvsroot/freevo/freevo/src/www/htdocs/help/howto.rpy,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** howto.rpy 6 Nov 2003 19:56:45 -0000 1.5
--- howto.rpy 6 Feb 2004 20:30:33 -0000 1.6
***************
*** 12,15 ****
--- 12,18 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.6 2004/02/06 20:30:33 dischi
+ # some layout updates
+ #
# Revision 1.5 2003/11/06 19:56:45 mikeruelle
# remove hard links so we can run when proxied
***************
*** 137,140 ****
--- 140,144 ----
fv.printHeader('%s: %s' % (name, line[1:line.find('<')]),
'/styles/main.css')
+ fv.res += '<table id="help" width="100%"><tr><td>\n'
pos = 2
elif pos == 2 and line.find('><BODY') == 0:
***************
*** 149,152 ****
--- 153,157 ----
fv.res += line
fv.res += '<br><br>'
+ fv.res += '</td></tr></table>\n'
fv.printLinks(request.path.count('/')-1)
fv.printFooter()
Index: index.rpy
===================================================================
RCS file: /cvsroot/freevo/freevo/src/www/htdocs/help/index.rpy,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** index.rpy 6 Nov 2003 19:57:54 -0000 1.4
--- index.rpy 6 Feb 2004 20:30:33 -0000 1.5
***************
*** 12,15 ****
--- 12,18 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.5 2004/02/06 20:30:33 dischi
+ # some layout updates
+ #
# Revision 1.4 2003/11/06 19:57:54 mikeruelle
# remove hard links so we can run when proxied
***************
*** 72,75 ****
--- 75,79 ----
fv.res += '<li><a href="howto.rpy">Freevo Installation Howto</a></li>'
fv.res += '<li><a href="doc.rpy?file=faq">Frequently Asked
Questions</a></li>'
+ 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>'
Index: plugins.rpy
===================================================================
RCS file: /cvsroot/freevo/freevo/src/www/htdocs/help/plugins.rpy,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** plugins.rpy 6 Nov 2003 19:58:17 -0000 1.2
--- plugins.rpy 6 Feb 2004 20:30:33 -0000 1.3
***************
*** 12,15 ****
--- 12,18 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.3 2004/02/06 20:30:33 dischi
+ # some layout updates
+ #
# Revision 1.2 2003/11/06 19:58:17 mikeruelle
# remove hard links so we can run when proxied
***************
*** 60,76 ****
FALSE = 0
- all_plugins = None
-
class PluginResource(FreevoResource):
def _render(self, request):
- global all_plugins
fv = HTMLResource()
form = request.args
! if not all_plugins:
! all_plugins = parse_plugins()
special_plugins = ('tv', 'video', 'audio', 'image', 'idlebar')
--- 63,77 ----
FALSE = 0
class PluginResource(FreevoResource):
def _render(self, request):
fv = HTMLResource()
form = request.args
! if not hasattr(config, 'all_plugins'):
! config.all_plugins = parse_plugins()
+ all_plugins = config.all_plugins
special_plugins = ('tv', 'video', 'audio', 'image', 'idlebar')
***************
*** 81,84 ****
--- 82,86 ----
fv.printHeader('Freevo Plugin List', '/styles/main.css')
+ fv.res += '<table id="help" width="100%"><tr><td>\n'
fv.res += '<p><b>Index</b><ol>'
***************
*** 100,103 ****
--- 102,106 ----
fv.printHeader('Freevo Plugin List - %s Plugins' % type.capitalize(),
'/styles/main.css')
+ fv.res += '<table id="help" width="100%"><tr><td>\n'
fv.res += '<a name="top"></a>'
***************
*** 118,121 ****
--- 121,125 ----
+ fv.res += '</td></tr></table>\n'
fv.res += '<br><br>'
fv.printLinks(request.path.count('/')-1)
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog