Update of /cvsroot/freevo/freevo/src/www/htdocs/help
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv691/help
Modified Files:
doc.rpy plugins.rpy
Log Message:
fixes for some issues Dischi pointed out:
o Fix invisible link underlines
o Change background of "pre" to light gray and add padding
o Fix CSS so it validates with jigsaw.w3.org
o Replace #content with content as it should be
Index: doc.rpy
===================================================================
RCS file: /cvsroot/freevo/freevo/src/www/htdocs/help/doc.rpy,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** doc.rpy 9 Feb 2004 21:23:42 -0000 1.4
--- doc.rpy 12 Feb 2004 14:04:37 -0000 1.5
***************
*** 12,15 ****
--- 12,23 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.5 2004/02/12 14:04:37 outlyer
+ # fixes for some issues Dischi pointed out:
+ #
+ # o Fix invisible link underlines
+ # o Change background of "pre" to light gray and add padding
+ # o Fix CSS so it validates with jigsaw.w3.org
+ # o Replace #content with content as it should be
+ #
# Revision 1.4 2004/02/09 21:23:42 outlyer
# New web interface...
***************
*** 93,99 ****
if not src_file:
fv.printHeader('Freevo Documentation', '/styles/main.css',
prefix=request.path.count('/')-1)
! fv.res += 'ERROR, unable to load %s.html<br>' % file
! fv.res += 'If you use a CVS version of Freevo, run ./autogen.sh '\
! 'in the Freevo root directory.<br>'
else:
pos = 0
--- 101,108 ----
if not src_file:
fv.printHeader('Freevo Documentation', '/styles/main.css',
prefix=request.path.count('/')-1)
! fv.res += '<div id="content">'
! fv.res += '<p class="alert">ERROR, unable to load %s.html</p>' % file
! fv.res += '<p class="normal">If you use a CVS version of Freevo, run
./autogen.sh '\
! 'in the Freevo root directory.</p></div>'
else:
pos = 0
Index: plugins.rpy
===================================================================
RCS file: /cvsroot/freevo/freevo/src/www/htdocs/help/plugins.rpy,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** plugins.rpy 9 Feb 2004 21:23:42 -0000 1.4
--- plugins.rpy 12 Feb 2004 14:04:37 -0000 1.5
***************
*** 12,15 ****
--- 12,23 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.5 2004/02/12 14:04:37 outlyer
+ # fixes for some issues Dischi pointed out:
+ #
+ # o Fix invisible link underlines
+ # o Change background of "pre" to light gray and add padding
+ # o Fix CSS so it validates with jigsaw.w3.org
+ # o Replace #content with content as it should be
+ #
# Revision 1.4 2004/02/09 21:23:42 outlyer
# New web interface...
***************
*** 95,99 ****
page_link = '<li><a href="plugins.rpy?type=%s">%s plugins</a></li>\n<ol>'
! fv.printHeader('Freevo Plugin List', '/styles/main.css')
fv.res += '<div id="content">\n'
fv.res += '<p><b>Index</b><ol>'
--- 103,107 ----
page_link = '<li><a href="plugins.rpy?type=%s">%s plugins</a></li>\n<ol>'
! fv.printHeader('Freevo Plugin List',
'/styles/main.css',prefix=request.path.count('/')-1)
fv.res += '<div id="content">\n'
fv.res += '<p><b>Index</b><ol>'
***************
*** 115,120 ****
else:
fv.printHeader('Freevo Plugin List - %s Plugins' % type.capitalize(),
! '/styles/main.css')
! fv.res += '<div id="#content">\n'
fv.res += '<a name="top"></a>'
--- 123,128 ----
else:
fv.printHeader('Freevo Plugin List - %s Plugins' % type.capitalize(),
! '/styles/main.css',prefix=request.path.count('/')-1)
! fv.res += '<div id="content">\n'
fv.res += '<a name="top"></a>'
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog