[xiph-cvs] r6571 - in websites-ngen: . xiph.org xiph.org/CSS

comatoast at xiph.org comatoast at xiph.org
Tue May 4 21:25:16 PDT 2004



Author: comatoast
Date: 2004-04-22 02:09:19 -0400 (Thu, 22 Apr 2004)
New Revision: 6571

Modified:
   websites-ngen/Markdown.pl
   websites-ngen/xiph.org/CSS/all.css
   websites-ngen/xiph.org/index.txt
Log:
*	Markdown.pl changed to its default behavior; it'll just output blocks of bytes rather than try to do halfhearted UTF-8 conversions.
*	CSS tweaked; Lucida Sans Unicode is out.
*	In index.txt: a new taggraph introduced for testing purposes. It's shorter than the old one.

<p>Modified: websites-ngen/Markdown.pl
===================================================================
--- websites-ngen/Markdown.pl	2004-04-22 03:05:30 UTC (rev 6570)
+++ websites-ngen/Markdown.pl	2004-04-22 06:09:19 UTC (rev 6571)
@@ -14,7 +14,7 @@
 use warnings;
 
 use Digest::MD5 qw(md5_hex);
-use utf8;
+#use utf8;
 # binmode( STDOUT, ":utf8" );  # c.f.: http://acis.openlib.org/dev/perl-unicode-struggle.html
 use vars qw($VERSION);
 $VERSION = '1.0b4';

Modified: websites-ngen/xiph.org/CSS/all.css
===================================================================
--- websites-ngen/xiph.org/CSS/all.css	2004-04-22 03:05:30 UTC (rev 6570)
+++ websites-ngen/xiph.org/CSS/all.css	2004-04-22 06:09:19 UTC (rev 6571)
@@ -1,5 +1,5 @@
 html {
-	font: 80% "Helvetica Neue", "Lucida Sans Unicode", Verdana, sans-serif;
+	font: 80% "Helvetica Neue", Verdana, sans-serif;
         color: #010;
 
         /* guess which colors I like... */

Modified: websites-ngen/xiph.org/index.txt
===================================================================
--- websites-ngen/xiph.org/index.txt	2004-04-22 03:05:30 UTC (rev 6570)
+++ websites-ngen/xiph.org/index.txt	2004-04-22 06:09:19 UTC (rev 6571)
@@ -2,6 +2,13 @@
 
 <!-- this stinks. -->
 
+Xiph.org develops multimedia codecs and tools to protect the foundations of Internet multimedia
+from control by private interests.
+
+…
+
+---
+
 The Xiph.Org Foundation is a non-profit corporation dedicated to protecting the foundations of
 Internet multimedia from control by private interests. Our purpose is to support and develop free,
 open protocols and software to serve the public, developer and business markets.
@@ -30,16 +37,6 @@
 of what a perplexing language it is. 
 
 
----------
-
-Freundschaftsbezeigungen. 
-
-Dilettantenaufdringlichkeiten. 
-
-Stadtverordnetenversammlungen. 
-
----------
-
 These things are not words, they are alphabetical processions. 
 And they are not rare; one can open a German newspaper
 at any time and see them marching majestically across
@@ -54,3 +51,4 @@
 some specimens which I lately bought at an auction sale
 of the effects of a bankrupt bric-a-brac hunter:
 
+…

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list