CVSROOT:        /cvsroot/lilypond
Module name:    newweb
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/06/23 12:58:42

Modified files:
        .              : ChangeLog newweb.css 
        nl/switch      : advantages.html 
        site/switch    : advantages.html index.html testimonials.html 

Log message:
        rewrite intro paragraph.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/ChangeLog.diff?tr1=1.264&tr2=1.265&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/newweb.css.diff?tr1=1.17&tr2=1.18&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/nl/switch/advantages.html.diff?tr1=1.11&tr2=1.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/site/switch/advantages.html.diff?tr1=1.30&tr2=1.31&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/site/switch/index.html.diff?tr1=1.20&tr2=1.21&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/site/switch/testimonials.html.diff?tr1=1.21&tr2=1.22&r1=text&r2=text

Patches:
Index: newweb/ChangeLog
diff -u newweb/ChangeLog:1.264 newweb/ChangeLog:1.265
--- newweb/ChangeLog:1.264      Wed Jun 22 13:45:14 2005
+++ newweb/ChangeLog    Thu Jun 23 12:58:42 2005
@@ -1,3 +1,7 @@
+2005-06-23  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
+
+       * site/switch/index.html: rewrite intro paragraph.
+
 2005-06-22  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
        * newweb.css: add p.boxout{left,right}
Index: newweb/newweb.css
diff -u newweb/newweb.css:1.17 newweb/newweb.css:1.18
--- newweb/newweb.css:1.17      Wed Jun 22 13:45:14 2005
+++ newweb/newweb.css   Thu Jun 23 12:58:42 2005
@@ -48,7 +48,8 @@
     border-color: #ffe8a5;
     border-style: solid;
     align: center;
-    -moz-border-radius: 5px;
+    border-radius: 8px;
+    -moz-border-radius: 8px;
     font-style: normal;
     font-weight: medium;
     font-family: serif;
Index: newweb/nl/switch/advantages.html
diff -u newweb/nl/switch/advantages.html:1.11 
newweb/nl/switch/advantages.html:1.12
--- newweb/nl/switch/advantages.html:1.11       Wed Jun 22 13:45:15 2005
+++ newweb/nl/switch/advantages.html    Thu Jun 23 12:58:42 2005
@@ -14,7 +14,8 @@
   <a href="http://www.computermusic.co.uk";>Computer Music Special</a>.
 </h2>
 
-<img src="@[EMAIL PROTECTED]" align="right" alt="lilypond-book">
+<a href="@[EMAIL PROTECTED]">
+<img src="@[EMAIL PROTECTED]" align="right" alt="lilypond-book"></a>
 
 <dl>
   <dt>Tekstgebaseerde invoer</dt>
@@ -26,12 +27,11 @@
     De input kan worden opgeslagen en later opnieuw worden gebruikt.
   </dd>
 
-  <dt>Combineer muziek en tekst</dt>
-  <dd>
-    Met het hulpprogramma lilypond-book kun je naadloos bladmuziek
-    in LaTeX of HTML integreren.  Op basis van slechts één
-    bronbestand (het invoerbestand) is het mogelijk tekst met muziekfragmenten 
te produceren!
-  </dd>
+  <dt>Combineer muziek en tekst</dt> <dd> Met het hulpprogramma
+  lilypond-book kun je naadloos bladmuziek in LaTeX of HTML
+  integreren.  Op basis van slechts één bronbestand (het
+  invoerbestand) is het mogelijk tekst met muziekfragmenten te
+  produceren!  </dd>
 
   <dt>Losse partijen maken, nu nog makkelijker!</dt>
   <dd>
Index: newweb/site/switch/advantages.html
diff -u newweb/site/switch/advantages.html:1.30 
newweb/site/switch/advantages.html:1.31
--- newweb/site/switch/advantages.html:1.30     Wed Jun 22 13:45:15 2005
+++ newweb/site/switch/advantages.html  Thu Jun 23 12:58:42 2005
@@ -1,5 +1,5 @@
 <!--
-    Translation of CVS $Revision: 1.30 $
+    Translation of CVS $Revision: 1.31 $
     
     Translators must leave this comment in tact, but remove any dollar
     signs ($) from the CVS Revision indicator.
@@ -10,27 +10,26 @@
 <h1>Why switch to LilyPond?</h1>
 
 
-<p class="sidebar" align="right" style="max-width:50%;">
+<p class="boxoutleft boxout" align="right" style="max-width:50%;">
 <font size="+1">
   &ldquo;...&nbsp;music produced by LilyPond is exceptionally 
pretty&nbsp;...&rdquo; -
   <a href="http://www.computertotaal.nl";>Computer!Totaal</a>.
   </font>
 </p>
 
+<a href="@[EMAIL PROTECTED]">
+<img style="float: right;" src="@[EMAIL PROTECTED]" align="right" 
alt="lilypond-book">
+</a>
 
 <dl>
   <dt>Text-based input</dt>
   <dd>
 
-<a href="@[EMAIL PROTECTED]">
-<img src="@[EMAIL PROTECTED]" align="right" alt="lilypond-book">
-</a>
-  
     LilyPond takes ASCII input, which you can produce in <em>your</em>
     favorite environment, quickly and comfortably.  No more futzing with
     the mouse.  The input contains all the information, so there is no
     need to remember complex command sequences.  Simply save an input for
-    later reference.
+    later reference.</p>
   </dd>
 
   <dt>Mix music and text</dt> <dd>
Index: newweb/site/switch/index.html
diff -u newweb/site/switch/index.html:1.20 newweb/site/switch/index.html:1.21
--- newweb/site/switch/index.html:1.20  Thu Jun 16 20:49:14 2005
+++ newweb/site/switch/index.html       Thu Jun 23 12:58:42 2005
@@ -1,5 +1,5 @@
 <!--
-    Translation of CVS $Revision: 1.20 $
+    Translation of CVS $Revision: 1.21 $
     
     Translators must leave this comment in tact, but remove any dollar
     signs ($) from the CVS Revision indicator.
@@ -20,14 +20,11 @@
     --John Keats</em>
 </p>
 <p>
-  Scores made with computers almost always look bland and uninspiring,
-  but for what reason?  Machines may be mechanical, but why should their
-  products be?  With that thought in mind we started programming nine
-  years ago.  We have tried to capture the rules of good music engraving
-  in a program, and that program is called <em>LilyPond</em>.  We built
-  it like we expect software to be: robust, open and flexible.  The best
-  is that you can create beautiful sheet music comfortably with
-  LilyPond.
+  Why can't computer printout look just as good as traditionally
+  engraved music?  With that thought in mind we have started
+  <em>LilyPond</em> nine years ago.  We built it to be robust,
+  flexible, and, of course, easily usable. Use it for your music as
+  well!
 </p>
 <p>
   Have fun!
Index: newweb/site/switch/testimonials.html
diff -u newweb/site/switch/testimonials.html:1.21 
newweb/site/switch/testimonials.html:1.22
--- newweb/site/switch/testimonials.html:1.21   Wed Jun 22 13:45:15 2005
+++ newweb/site/switch/testimonials.html        Thu Jun 23 12:58:42 2005
@@ -1,5 +1,5 @@
 <!--
-    Translation of CVS $Revision: 1.21 $
+    Translation of CVS $Revision: 1.22 $
     
     Translators must leave this comment in tact, but remove any dollar
     signs ($) from the CVS Revision indicator.
@@ -44,11 +44,11 @@
 </div>
 
 <div style="overflow: hidden">
-<p class="boxout boxoutright"> 
-<img src="@IMAGES@/darius-blasband.jpeg">
-<br>
-Composer Darius Blasband  studying a
-LilyPond score.</p>
+<p class="boxout boxoutright"> <img
+src="@IMAGES@/darius-blasband.jpeg"> <br> Composer Darius Blasband
+studying a LilyPond score while recording <a
+href="http://www.thelegendofthetoad.com/";>The Legend of the
+Toad</a>.</p>
 
 
 <p>
@@ -60,9 +60,7 @@
 </p>
 <p align="right">
   <em>
-    Darius Blasband,
-    composer    (Brussels, Belgium)
-  </em>
+    Darius Blasband, composer (Brussels, Belgium) </em>
 </p>
 </div>
 


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to