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

comatoast at xiph.org comatoast at xiph.org
Mon Apr 19 02:54:46 PDT 2004



Author: comatoast
Date: 2004-04-19 05:54:45 -0400 (Mon, 19 Apr 2004)
New Revision: 6544

Added:
   websites/xiph.org/CSS/
   websites/xiph.org/CSS/all.css
   websites/xiph.org/index.txt
   websites/xiph.org/sidebar.inc
Modified:
   websites/wrapup.py
Log:
Fixed wrapup.py not to transform .txt files in .svn directories. I'm considering renaming
the .txt files in question to .markdown files. Just so there's no confusion whatsoever.

The file additions...just need to go in.

<p>Modified: websites/wrapup.py
===================================================================
--- websites/wrapup.py	2004-04-19 08:55:27 UTC (rev 6543)
+++ websites/wrapup.py	2004-04-19 09:54:45 UTC (rev 6544)
@@ -1,3 +1,4 @@
+# -*- coding: UTF-8 -*-
 # © 2004 Nathan Sharfi
 #
 # This software is provided 'as-is', without any express or implied warranty.
@@ -116,3 +117,7 @@
                         mw = MarkdownWrapper(fullpath)
                         mw.renderToFile()
                 print "-" * 40
+		if ".svn" in dirnames:
+			dirnames.remove('.svn') # don't transform things in .svn directories
+		if "news" in dirnames:
+			dirnames.remove('news') # ...or those news pages. Yet.

Added: websites/xiph.org/CSS/all.css
===================================================================
--- websites/xiph.org/CSS/all.css	2004-04-19 08:55:27 UTC (rev 6543)
+++ websites/xiph.org/CSS/all.css	2004-04-19 09:54:45 UTC (rev 6544)
@@ -0,0 +1,64 @@
+html {
+	font: 80% Verdana, sans-serif;
+	color: #010;
+	background: #ffdead; /* navajo white */
+	background: #2f4f4f; /* dark slate gray */
+	background: #696969; /* dim gray */
+	background: #008080; /* teal */
+	margin: 0;
+	padding: 0;
+}
+
+body {
+	margin: 0;
+	padding: 50px 0 0;
+}
+
+h1 {
+	color: #2f4f4f;
+	margin-top: 0;
+}
+
+div#content {
+	margin: 0 1em 1em 15em;
+	padding: 0 .5em;
+	border: 1px solid gray;
+	background: white;
+	width: 40em;
+}
+
+div#sidebar {
+	position: absolute;
+	top: 50px;
+	left: 1em;
+	width: 13em;
+	margin: 0;
+	padding: 0;
+}
+
+ul#bignavbuttons {
+	margin: 0;
+	padding: 0;
+}
+
+ul#bignavbuttons li {
+	list-style-type: none;
+	margin: 0;
+	margin-bottom: 1em;
+	padding: .25em;
+	border: 1px solid gray;
+	background: white;
+}
+
+ul#bignavbuttons strong {
+	display: block;
+	font-size: larger;
+	margin-bottom: 0;
+	padding-bottom: 0;
+}
+
+ul#bignavbuttons a {
+	display: block;
+	text-decoration: none;
+	font-size: .8em;
+}

Added: websites/xiph.org/index.txt
===================================================================
--- websites/xiph.org/index.txt	2004-04-19 08:55:27 UTC (rev 6543)
+++ websites/xiph.org/index.txt	2004-04-19 09:54:45 UTC (rev 6544)
@@ -0,0 +1,56 @@
+# Welcome to xiph.org!
+
+<!-- this stinks. -->
+
+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.
+
+----------------
+
+This is some *more* text. Fancy that.
+
+------
+
+I went often to look at the collection of curiosities
+in Heidelberg Castle, and one day I surprised the keeper
+of it with my German.  I spoke entirely in that language. 
+He was greatly interested; and after I had talked a while
+he said my German was very rare, possibly a "unique";
+and wanted to add it to his museum. 
+
+If he had known what it had cost me to acquire my art,
+he would also have known that it would break any
+collector to buy it.  Harris and I had been hard at
+work on our German during several weeks at that time,
+and although we had made good progress, it had been
+accomplished under great difficulty and annoyance,
+for three of our teachers had died in the mean time. 
+A person who has not studied German can form no idea
+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
+the page--and if he has any imagination he can see
+the banners and hear the music, too.  They impart
+a martial thrill to the meekest subject.  I take a
+great interest in these curiosities.  Whenever I come
+across a good one, I stuff it and put it in my museum. 
+In this way I have made quite a valuable collection. 
+When I get duplicates, I exchange with other collectors,
+and thus increase the variety of my stock.  Here rare
+some specimens which I lately bought at an auction sale
+of the effects of a bankrupt bric-a-brac hunter:
+

Added: websites/xiph.org/sidebar.inc
===================================================================
--- websites/xiph.org/sidebar.inc	2004-04-19 08:55:27 UTC (rev 6543)
+++ websites/xiph.org/sidebar.inc	2004-04-19 09:54:45 UTC (rev 6544)
@@ -0,0 +1,23 @@
+<ul id='bignavbuttons'>
+<li>
+	<a href='/vorbis/'>
+		<strong>Ogg Vorbis</strong><br>
+		Lossy audio compression for music.
+		<em class='reset'> </em>
+	</a>
+</li>
+<li>
+	<a href='/speex/'>
+		<strong>Ogg Speex</strong><br>
+		Low-bitrate audio compression for speech.
+		<em class='reset'> </em>
+	</a>
+</li>
+<li>
+	<a href='/theora/'>
+		<strong>Ogg Theora</strong><br>
+		Video compression for movies.
+		<em class='reset'> </em>
+	</a>
+</li>
+</ul>

--- >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