[xiph-cvs] r6632 - in websites-ngen: . xiph.org xiph.org/CSS xiph.org/subversion
comatoast at xiph.org
comatoast at xiph.org
Thu May 6 16:56:09 PDT 2004
Author: comatoast
Date: 2004-05-06 19:56:08 -0400 (Thu, 06 May 2004)
New Revision: 6632
Modified:
websites-ngen/
websites-ngen/style.txt
websites-ngen/wrapup.py
websites-ngen/xiph.org/CSS/all.css
websites-ngen/xiph.org/beforecontent.include
websites-ngen/xiph.org/subversion/index.markdown
Log:
* the sidebar div now has two uls in it, one for "for <x>" things and the other's the old
vorbis/flac/speex/&c thing; #bignavbuttons doesn't exist any longer.
all.css changed to reflect this.
* The sidebar buttons are 2em narrower, with slightly shorter captions.
* Images starting to be added to /subversion/ for the benefit of the TortoiseSVN users.
I may end up shoving the Windows-specific things to another page, but it's going
there for now.
* "Xiph.Org: " prepended to the title element in all pages. Looks weird on the front page.
<p><p><p><p>Property changes on: websites-ngen
___________________________________________________________________
Name: svn:ignore
+ *index.html
<p>Modified: websites-ngen/style.txt
===================================================================
--- websites-ngen/style.txt 2004-05-06 06:16:26 UTC (rev 6631)
+++ websites-ngen/style.txt 2004-05-06 23:56:08 UTC (rev 6632)
@@ -10,6 +10,8 @@
information on the Redirect directive at
<http://httpd.apache.org/docs-2.0/mod/mod_alias.html#redirect>.
+* Redirect to <http://www.xiph.org/>. Not to, for example, <http://xiph.org/>.
+
* Use UTF-8. In particular, use proper apostrophes and quotes (U+2018âU+201E) and
en and em dashes.
Modified: websites-ngen/wrapup.py
===================================================================
--- websites-ngen/wrapup.py 2004-05-06 06:16:26 UTC (rev 6631)
+++ websites-ngen/wrapup.py 2004-05-06 23:56:08 UTC (rev 6632)
@@ -52,7 +52,7 @@
self.title = "Untitled Document"
match = TITLE_REGEX.match(self.mainText)
if match: #TODO: needs decent error handling
- self.title = match.group(1)
+ self.title = "Xiph.Org: " + match.group(1)
self.lang = 'en-US'
Modified: websites-ngen/xiph.org/CSS/all.css
===================================================================
--- websites-ngen/xiph.org/CSS/all.css 2004-05-06 06:16:26 UTC (rev 6631)
+++ websites-ngen/xiph.org/CSS/all.css 2004-05-06 23:56:08 UTC (rev 6632)
@@ -75,7 +75,7 @@
}
div#content {
- margin: 0 1em 1em 19em;
+ margin: 0 1em 1em 17em;
padding: 0 .5em;
border: 1px solid gray;
background: white;
@@ -86,7 +86,7 @@
position: absolute;
top: 50px;
left: 1em;
- width: 17em;
+ width: 15em;
margin: 0;
padding: 0;
}
@@ -94,12 +94,12 @@
/* the "bignavbuttons" thing was taken from www.adaptivepath.com.
I'm still not sure what the em.reset is for.
*/
-ul#bignavbuttons {
- margin: 0;
+div#sidebar ul {
+ margin: 0 0 2em;
padding: 0;
}
-ul#bignavbuttons li {
+div#sidebar li {
list-style-type: none;
margin: 0;
margin-bottom: 1em;
@@ -107,51 +107,51 @@
background: white;
}
-ul#bignavbuttons strong {
+div#sidebar strong {
display: block;
font-size: larger;
margin-bottom: 0;
padding-bottom: 0;
}
-ul#bignavbuttons a {
+div#sidebar a {
display: block;
padding: .25em;
text-decoration: none;
color: black;
}
-ul#bignavbuttons a:link,
-ul#bignavbuttons a:visited {
+div#sidebar a:link,
+div#sidebar a:visited {
color: black;
}
-ul#bignavbuttons li a:hover {
+div#sidebar li a:hover {
color: black;
}
-ul#bignavbuttons li.vorbis a:hover {
+div#sidebar li.vorbis a:hover {
background: #b6cfbd;
}
-ul#bignavbuttons li.speex a:hover {
+div#sidebar li.speex a:hover {
background: #b1cfa1;
}
-ul#bignavbuttons li.flac a:hover {
+div#sidebar li.flac a:hover {
background: #ff9; /* banana-ish */
background: #6e6942;
background: #c7cf97; /* Mike calls this one "gloomy AND nasty" */
background: #cac8a9; /* "less nasty" */
}
-ul#bignavbuttons li.theora a:hover {
+div#sidebar li.theora a:hover {
background: #ebf;
background: #d0c6ff;
background: #bdb8cf;
}
-ul#bignavbuttons li.icecast a:hover {
+div#sidebar li.icecast a:hover {
background: #f5f5f5; /* white smoke */
background: #ccc;
}
@@ -169,3 +169,9 @@
padding: .25em 0 1em;
text-align: center;
}
+
+img.tortoiseSvnScreenie {
+ float: right;
+ border: 1px solid gray;
+ margin: 2px;
+}
Modified: websites-ngen/xiph.org/beforecontent.include
===================================================================
--- websites-ngen/xiph.org/beforecontent.include 2004-05-06 06:16:26 UTC (rev 6631)
+++ websites-ngen/xiph.org/beforecontent.include 2004-05-06 23:56:08 UTC (rev 6632)
@@ -1,5 +1,28 @@
<div id='sidebar'>
-<ul id='bignavbuttons'>
+<ul>
+<li class='forusers'>
+ <a href='/forusers/'>
+ <strong>For Users</strong><br>
+ For a better-sounding audio collection.
+ <em class='reset'> </em>
+ </a>
+</li>
+<li class='forartists'>
+ <a href='/forartists/'>
+ <strong>For Artists</strong><br>
+ Get more fans with our stuff.
+ <em class='reset'> </em>
+ </a>
+</li>
+<li class='forlabels'>
+ <a href='/forlabels/'>
+ <strong>For Labels</strong><br>
+ Reduce the costs of selling music.
+ <em class='reset'> </em>
+ </a>
+</li>
+</ul>
+<ul>
<li class='vorbis'>
<a href='/vorbis/'>
<strong>Vorbis</strong><br>
Modified: websites-ngen/xiph.org/subversion/index.markdown
===================================================================
--- websites-ngen/xiph.org/subversion/index.markdown 2004-05-06 06:16:26 UTC (rev 6631)
+++ websites-ngen/xiph.org/subversion/index.markdown 2004-05-06 23:56:08 UTC (rev 6632)
@@ -16,10 +16,35 @@
</code></div>
- [Subversion]: http://subversion.tigris.org/
- [TortoiseSVN]: http://tortoisesvn.tigris.org/
+## Accessing our Subversion Repository With TortoiseSVN
+<img src='1-checkout.cropped.png' class='tortoiseSvnScreenie'
+ alt='Windows Explorerâs right-click menu with âCheckout...â selected'>
+
+[TortoiseSVN][] is a Windows Explorer shell extension that will let you do Subversion
+things from within Windows Explorer. Once you have it installed, create a folder where
+you can group your checkouts together; weâll use D:\Projects in these examples.
+Inside of D:\Projects, right-click somewhere in the blank space and select the âCheckout...â
+option from the menu.
+
+<div style='clear: both;'> </div>
+
+<img src='2-url.cropped.png' class='tortoiseSvnScreenie'
+ alt=''>
+
+Now, type in the URL of the section of the repository that you want. Not sure what you want
+or where it is? Have a look at <http://svn.xiph.org/> in this Web browser. If youâre not looking
+for Icecast-specific things, what you want will probably be in a subdirectory of [/trunk/][].
+
+<div style='clear: both;'> </div>
+
+<img src='3-directory.cropped.png' class='tortoiseSvnScreenie'
+ alt=''>
+
+Now that youâve found something
+<div style='clear: both;'> </div>
+<div style='clear: both;'> </div>
## Accessing Our Subversion Repository With Commit Access
Briefly:
@@ -38,6 +63,10 @@
key, set its password, and save it somewhere safe.
+ [Subversion]: http://subversion.tigris.org/
+ [TortoiseSVN]: http://tortoisesvn.tigris.org/
+ [/trunk/]: http://svn.xiph.org/trunk/
[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