[xiph-cvs] r6608 - in websites-ngen: . xiph.org xiph.org/CSS xiph.org/irc xiph.org/recommendations

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



Author: comatoast
Date: 2004-04-30 01:27:27 -0400 (Fri, 30 Apr 2004)
New Revision: 6608

Added:
   websites-ngen/xiph.org/about/
   websites-ngen/xiph.org/flac/
   websites-ngen/xiph.org/icecast/
   websites-ngen/xiph.org/irc/
   websites-ngen/xiph.org/irc/index.markdown
   websites-ngen/xiph.org/recommendations/
   websites-ngen/xiph.org/recommendations/index.markdown
Modified:
   websites-ngen/todo.txt
   websites-ngen/xiph.org/CSS/all.css
   websites-ngen/xiph.org/aftermaintext.include
Log:
Stubbing out and CSS tweaks, including sane heading sizes.

<p>Modified: websites-ngen/todo.txt
===================================================================
--- websites-ngen/todo.txt	2004-04-30 02:28:58 UTC (rev 6607)
+++ websites-ngen/todo.txt	2004-04-30 05:27:27 UTC (rev 6608)
@@ -1,15 +1,12 @@
 To Do
 =====
 
-*	Add in a way to override parts of the generated webpage from a file parallel to the
-	.txt file that's being used as the source for the main body.
-	
-*	After I've implemented that, I need a way for this sort of thing to "use whatever my
-	ancestors used", kinda like an OO derivation thing.
+*	News.
 
-* 	Maybe a partially-automated way to do next and previous <link rel='...'> bits.
-	Maybe I could use PyYaml. Although that's probably serious overkill.
+*	A software directory.
 
+*	Breadcrumbs.
+
 *	We need a tagline. Lame starter: "Compressing your media into byte-size chunks"
 
 *	Sell the Powers that Be on a hypothetical http://files.xiph.org/ so we

Modified: websites-ngen/xiph.org/CSS/all.css
===================================================================
--- websites-ngen/xiph.org/CSS/all.css	2004-04-30 02:28:58 UTC (rev 6607)
+++ websites-ngen/xiph.org/CSS/all.css	2004-04-30 05:27:27 UTC (rev 6608)
@@ -14,7 +14,6 @@
         background: #6495ed; /* cornflower blue */
         background: #1e90ff; /* cornflower blue */
         background: #556b2f; /* dark olive green */
-	background: #333;
         background: #f5f5f5; /* white smoke */
         background: #ffdead; /* navajo white */
         background: #696969; /* dim gray */
@@ -31,20 +30,45 @@
         padding: 50px 0 0; /* the 50px here must match the 50px of the sidebar div. */
 }
 
+h1, h2, h3, h4, h5, h6 {
+	font-family: "Palatino Linotype", Georgia, "Book Antiqua", serif;
+	font-weight: normal;
+	color: #088;
+	margin: .25em 0 .125em;
+}
+
 h1 {
         margin-top: 0;
         padding-top: .25em;
         font-size: 225%;
 }
 
-h1, h2, h3, h4, h5, h6 {
-	font-family: "Palatino Linotype", Georgia, "Book Antiqua", serif;
-	font-weight: normal;
-	color: #088;
+h2 {
+	margin-bottom: .125em;
+	padding-bottom: 0;
+	font-size: 200%;
+}
 
+h3 {
+	font-size: 180%;
+}
 
+h4 {
+	font-size: 160%;
 }
 
+h5 {
+	font-size: 140%;
+}
+
+h6 {
+	font-size: 125%;
+}
+
+p	{
+	margin: .125em 0;
+}
+
 div#content {
         margin: 0 1em 1em 19em;
         padding: 0 .5em;
@@ -127,8 +151,16 @@
         background: #ccc;
 }
 
-div#footer {
+div#locations {
+	text-align: center;
+	text-transform: lowercase;
+	color: #aaa;
+	margin-top: 1em;
+}
+
+div#copyright {
         border-top: 1px solid #aaa;
+	margin: 1em 2em 0;
         padding: .25em 0 1em;
         text-align: center;
 }

Modified: websites-ngen/xiph.org/aftermaintext.include
===================================================================
--- websites-ngen/xiph.org/aftermaintext.include	2004-04-30 02:28:58 UTC (rev 6607)
+++ websites-ngen/xiph.org/aftermaintext.include	2004-04-30 05:27:27 UTC (rev 6608)
@@ -1,4 +1,11 @@
+<div id='locations'>
+	<a href='/about/'	title='About us'>About</a> |
+	<a href='/lists/'	title='Read or subscribe to one of our mailing lists'>mail</a> |
+	<a href='/irc/'		title='Visit us on IRC'>IRC</a> |
+	<a href='/svn/'		title='Check out what we’re working on'>SVN</a> |
+	<a href='/contact/'	title='E-mail us'>Contact</a>
+</div>
 
-<div id='footer'>
-© 2004 Xiph.org
+<div id='copyright'>
+	© 2004 <a href='/'>Xiph.org</a>
 </div>

Added: websites-ngen/xiph.org/irc/index.markdown
===================================================================
--- websites-ngen/xiph.org/irc/index.markdown	2004-04-30 02:28:58 UTC (rev 6607)
+++ websites-ngen/xiph.org/irc/index.markdown	2004-04-30 05:27:27 UTC (rev 6608)
@@ -0,0 +1,10 @@
+# IRC
+
+Xiph.org uses the [freenode][] <abbr title='Internet Relay Chat'>IRC</abbr> network for
+collaboration. We have three main channels—#vorbis, #theora, #speex, and #icecast.
+In addition, if you just want to come hang out, #vorbis-talk is available for all your
+off-topic needs.
+
+	[freenode]: http://www.freenode.net/
+
+

Added: websites-ngen/xiph.org/recommendations/index.markdown
===================================================================
--- websites-ngen/xiph.org/recommendations/index.markdown	2004-04-30 02:28:58 UTC (rev 6607)
+++ websites-ngen/xiph.org/recommendations/index.markdown	2004-04-30 05:27:27 UTC (rev 6608)
@@ -0,0 +1,30 @@
+# Software Recommendations
+
+Many open-source projects just love to show off how many other projects use their stuff. We’re no
+exception; we enjoy it quite a bit when a new project, either open-source or otherwise, announces
+that they support a Xiph codec.
+
+However, if you have a file encoded in Ogg Vorbis, FLAC, or Speex and want to play it with a
+minimum of fuss, a long page of programs that use our stuff isn’t going to help much. Thus
+this page was created to give specific, simple recommendations.
+
+## Listening
+### Windows
+#### foobar2000
+[foobar2000][] is probably the least visually attractive player out there, but it offers
+top-rate tagging facilities.
+
+	[foobar2000]: http://www.foobar2000.org/
+
+### OS X
+If you want something quick, simple, and free, get [Frogg][]. If you’ve got money to spend,
+have a look at [Whamb][].
+
+	[Frogg]: http://www.cyclooctane.com/frogg/
+	[Whamb]: http://www.whamb.com/
+
+### GNU/Linux
+Pick one. [Rhythmbox][] isn’t bad. [XMMS][] is more ubiquitous, however.
+
+	[Rhythmbox]: http://rhythmbox.sourceforge.net/
+	[XMMS]: http://xmms.org/

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