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

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



Author: comatoast
Date: 2004-05-04 03:38:38 -0400 (Tue, 04 May 2004)
New Revision: 6621

Modified:
   websites-ngen/xiph.org/.htaccess
   websites-ngen/xiph.org/CSS/all.css
   websites-ngen/xiph.org/aftermaintext.include
   websites-ngen/xiph.org/inhead.include
   websites-ngen/xiph.org/subversion/index.markdown
Log:
*	Fixed the http-equiv bit in /x.o/inhead.include.
*	CSS tweaks to make code not look ugly.
*	Other random things.

<p>Modified: websites-ngen/xiph.org/.htaccess
===================================================================
--- websites-ngen/xiph.org/.htaccess	2004-05-04 04:53:23 UTC (rev 6620)
+++ websites-ngen/xiph.org/.htaccess	2004-05-04 07:38:38 UTC (rev 6621)
@@ -1,2 +1,5 @@
 AddDefaultCharset UTF-8 
 DirectoryIndex index.html index.xhtml index.shtml index.markdown index.txt
+
+# good guess, but not good enough
+Redirect permanent /svn/ http://www.xiph.org/subversion/ 

Modified: websites-ngen/xiph.org/CSS/all.css
===================================================================
--- websites-ngen/xiph.org/CSS/all.css	2004-05-04 04:53:23 UTC (rev 6620)
+++ websites-ngen/xiph.org/CSS/all.css	2004-05-04 07:38:38 UTC (rev 6621)
@@ -69,6 +69,10 @@
         margin: .125em 0;
 }
 
+code {
+	font: 100% Monaco, "Lucida Console", monospace;
+}
+
 div#content {
         margin: 0 1em 1em 19em;
         padding: 0 .5em;

Modified: websites-ngen/xiph.org/aftermaintext.include
===================================================================
--- websites-ngen/xiph.org/aftermaintext.include	2004-05-04 04:53:23 UTC (rev 6620)
+++ websites-ngen/xiph.org/aftermaintext.include	2004-05-04 07:38:38 UTC (rev 6621)
@@ -1,9 +1,9 @@
 <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>
+	<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='/subversion/'	title='Check out what we’re working on'>SVN</a> |
+	<a href='/contact/'		title='E-mail us'>Contact</a>
 </div>
 
 <div id='copyright'>

Modified: websites-ngen/xiph.org/inhead.include
===================================================================
--- websites-ngen/xiph.org/inhead.include	2004-05-04 04:53:23 UTC (rev 6620)
+++ websites-ngen/xiph.org/inhead.include	2004-05-04 07:38:38 UTC (rev 6621)
@@ -1,4 +1,4 @@
-	<meta http=equiv='Content-type' content='text/html; charset=UTF-8'>
+	<meta http-equiv='Content-type' content='text/html; charset=UTF-8'>
         <style type='text/css'>
                 @import url(/CSS/all.css);
         </style>

Modified: websites-ngen/xiph.org/subversion/index.markdown
===================================================================
--- websites-ngen/xiph.org/subversion/index.markdown	2004-05-04 04:53:23 UTC (rev 6620)
+++ websites-ngen/xiph.org/subversion/index.markdown	2004-05-04 07:38:38 UTC (rev 6621)
@@ -1,5 +1,43 @@
 # Accessing our Subversion Repository
 
-We keep our source code in [Subversion][].
+If you just want to browse our [Subversion][] repository, head on over to <http://svn.xiph.org/>.
+If you want to have a proper copy on disk, you’ll need to download a Subversion client.
+The stock client is fine in both Unix-style OSs and on Windows, although you may want to consider
+using [TortoiseSVN][] if you’re using the latter.
 
-	[Subversion]: http://subversion.tigris.org/
+An example initial checkout:
+
+<div><code>
+	$ mkdir xiphstuff <br>
+	$ cd xiphstuff <br>
+	$ svn co	http://svn.xiph.org/trunk/ogg/
+				http://svn.xiph.org/trunk/vorbis/
+				http://svn.xiph.org/trunk/vorbis-tools/
+</code></div>
+
+
+	[Subversion]:	http://subversion.tigris.org/
+	[TortoiseSVN]:	http://tortoisesvn.tigris.org/
+
+
+## Accessing Our Subversion Repository With Commit Access
+
+Briefly:
+
+<div><code>$ svn co svn+ssh://svn.xiph.org/svn/xiph/</code></div>
+
+For reduced hassle, charge up an SSH agent.
+
+At length:
+
+...
+
+
+### …for Developers With Commit Access
+One of the easier ways to manage [TortoiseSVN][].  [PuTTY][], [PuTTYgen][], and [Pageant][]. Generate a new SSH2 DSA
+key, set its password, and save it somewhere safe.
+
+
+	[PuTTY]:		http://www.chiark.greenend.org.uk/~sgtatham/putty/
+	[PuTTYgen]:		http://
+	[Pageant]:		http://

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