CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Heikki Johannes Junes <[EMAIL PROTECTED]> 05/07/20
15:02:18
Modified files:
. : ChangeLog
Documentation/bibliography: index.html.in html-long.bst
stepmake/bin : text2html.py
buildscripts : mutopia-index.py
Log message:
optimize width for 800x600, width=760px (continued).
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3902&tr2=1.3903&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/bibliography/index.html.in.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/bibliography/html-long.bst.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/stepmake/bin/text2html.py.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/buildscripts/mutopia-index.py.diff?tr1=1.34&tr2=1.35&r1=text&r2=text
Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3902 lilypond/ChangeLog:1.3903
--- lilypond/ChangeLog:1.3902 Wed Jul 20 14:23:40 2005
+++ lilypond/ChangeLog Wed Jul 20 15:02:18 2005
@@ -17,8 +17,11 @@
* Documentation/topdocs/INSTALL.texi, configure.in: fix
version dependencies for fontforge and gs.
- * Documentation/index.html.in, Documentation/texinfo.css:
- optimize for a 800x600 screen, increases printability
+ * Documentation/index.html.in, Documentation/texinfo.css,
+ stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
+ Documentation/bibliography/index.html.in,
+ Documentation/bibliography/html-long.bst: optimize width of
+ html for a 800x600 screen (width:760), increases printability
when 'fit to page' is not set and readability in wide screens.
* stepmake/bin/add-html-footer.py: add missing </p>.
Index: lilypond/Documentation/bibliography/html-long.bst
diff -u lilypond/Documentation/bibliography/html-long.bst:1.2
lilypond/Documentation/bibliography/html-long.bst:1.3
--- lilypond/Documentation/bibliography/html-long.bst:1.2 Wed Dec 5
17:26:32 2001
+++ lilypond/Documentation/bibliography/html-long.bst Wed Jul 20 15:02:18 2005
@@ -1,7 +1,7 @@
% BibTeX bibliography style `html-long'
% spits out HTML-formatted bibliography in place of bbl output
% by David Kotz [EMAIL PROTECTED]
-% $Id: html-long.bst,v 1.2 2001/12/05 17:26:32 fred Exp $
+% $Id: html-long.bst,v 1.3 2005/07/20 15:02:18 hjunes Exp $
% modified from
% BibTeX standard bibliography style `alpha'
% version 0.99a for BibTeX versions 0.99a or later, LaTeX version 2.09.
@@ -1351,7 +1351,8 @@
% DFK changed to HTML
FUNCTION {begin.bib}
{ "<HTML>" write$ newline$
- "<HEAD><TITLE> Bibliography </TITLE></HEAD>" write$ newline$
+ "<HEAD><TITLE> Bibliography </TITLE>" write$ newline$
+ "<style type='text/css'> body {width:760px;} </style></HEAD>" write$ newline$
"<BODY BGCOLOR=#EEEEEE>" write$ newline$
"<DL>" write$ newline$
}
Index: lilypond/Documentation/bibliography/index.html.in
diff -u lilypond/Documentation/bibliography/index.html.in:1.1
lilypond/Documentation/bibliography/index.html.in:1.2
--- lilypond/Documentation/bibliography/index.html.in:1.1 Thu Jul 15
01:33:10 2004
+++ lilypond/Documentation/bibliography/index.html.in Wed Jul 20 15:02:18 2005
@@ -1,4 +1,7 @@
-<html><title>References on Music Notation</title>
+<html><head>
+ <style type="text/css"> body { width: 760px; } </style>
+ <title>References on Music Notation</title>
+ </head>
<body>
<h1> References on Music Notation</h1>
<ul>
Index: lilypond/buildscripts/mutopia-index.py
diff -u lilypond/buildscripts/mutopia-index.py:1.34
lilypond/buildscripts/mutopia-index.py:1.35
--- lilypond/buildscripts/mutopia-index.py:1.34 Wed Jun 29 12:24:09 2005
+++ lilypond/buildscripts/mutopia-index.py Wed Jul 20 15:02:18 2005
@@ -92,6 +92,7 @@
list = sys.stdout
list.write ('''<html><head><title>Rendered Examples</title>
<style type="text/css">
+body { width: 760px; }\n
hr { border:0; height:1; color: #000000; background-color: #000000; }\n
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Index: lilypond/stepmake/bin/text2html.py
diff -u lilypond/stepmake/bin/text2html.py:1.4
lilypond/stepmake/bin/text2html.py:1.5
--- lilypond/stepmake/bin/text2html.py:1.4 Fri Jun 10 14:15:31 2005
+++ lilypond/stepmake/bin/text2html.py Wed Jul 20 15:02:18 2005
@@ -35,6 +35,7 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
+ <style type="text/css"> body { width: 760px; } </style>
</head>
<body><pre>
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs