[xiph-cvs] r6709 - in websites-ngen: . xiph.org xiph.org/Error/404 xiph.org/Error/410 xiph.org/codecs xiph.org/forusers/recommendations xiph.org/help xiph.org/nomenclature xiph.org/paranoia xiph.org/speex xiph.org/speex/compare xiph.org/speex/roadmap xiph.org/subversion/windows xiph.org/tools xiph.org/vorbis
comatoast at xiph.org
comatoast at xiph.org
Sun May 16 19:33:20 PDT 2004
Author: comatoast
Date: 2004-05-16 22:33:19 -0400 (Sun, 16 May 2004)
New Revision: 6709
Added:
websites-ngen/xiph.org/help/xiph-specific.markdown
websites-ngen/xiph.org/nomenclature/
websites-ngen/xiph.org/nomenclature/index.markdown
Modified:
websites-ngen/style.txt
websites-ngen/xiph.org/Error/404/index.markdown
websites-ngen/xiph.org/Error/410/index.markdown
websites-ngen/xiph.org/aftermaintext.inherit
websites-ngen/xiph.org/beforecontent.include
websites-ngen/xiph.org/codecs/index.markdown
websites-ngen/xiph.org/css.include
websites-ngen/xiph.org/css.inherit
websites-ngen/xiph.org/forusers/recommendations/index.markdown
websites-ngen/xiph.org/help/index.markdown
websites-ngen/xiph.org/index.es.markdown
websites-ngen/xiph.org/index.markdown
websites-ngen/xiph.org/paranoia/index.markdown
websites-ngen/xiph.org/speex/beforecontent.inherit
websites-ngen/xiph.org/speex/compare/index.markdown
websites-ngen/xiph.org/speex/css.inherit
websites-ngen/xiph.org/speex/index.markdown
websites-ngen/xiph.org/speex/roadmap/index.markdown
websites-ngen/xiph.org/subversion/windows/index.markdown
websites-ngen/xiph.org/tools/index.markdown
websites-ngen/xiph.org/vorbis/css.inherit
websites-ngen/xiph.org/vorbis/index.markdown
Log:
Set the mime type for a bunch of files (hopefully all the .markdown files and HTML fragments) to "text/plain; charset=UTF-8".
...oh, and I also added /nomenclature/ for all my "Ogg is not an acronym" rantage.
Modified: websites-ngen/style.txt
===================================================================
--- websites-ngen/style.txt 2004-05-17 02:16:23 UTC (rev 6708)
+++ websites-ngen/style.txt 2004-05-17 02:33:19 UTC (rev 6709)
@@ -14,6 +14,8 @@
* Prefer <x y='z'> to <x y="z">. <x y=z> is an absolute no-no.
+* use camelCase for id and class attribute values.
+
* Close tags that need closing. <p>-as-paragraph-separator has gone the way of the dodo.
* Prefer the equals-sign-underline for h1 to the single #. The latter method doesn't offer
<p>Property changes on: websites-ngen/xiph.org/Error/404/index.markdown
___________________________________________________________________
Name: svn:mime-type
+ text/plain; charset=UTF-8
<p>Property changes on: websites-ngen/xiph.org/Error/410/index.markdown
___________________________________________________________________
Name: svn:mime-type
+ text/plain; charset=UTF-8
<p>Property changes on: websites-ngen/xiph.org/aftermaintext.inherit
___________________________________________________________________
Name: svn:mime-type
+ text/plain; charset=UTF-8
<p>Property changes on: websites-ngen/xiph.org/beforecontent.include
___________________________________________________________________
Name: svn:mime-type
+ text/plain; charset=UTF-8
<p>Property changes on: websites-ngen/xiph.org/codecs/index.markdown
___________________________________________________________________
Name: svn:mime-type
+ text/plain; charset=UTF-8
<p>Property changes on: websites-ngen/xiph.org/css.include
___________________________________________________________________
Name: svn:mime-type
+ text/plain; charset=UTF-8
<p>Property changes on: websites-ngen/xiph.org/css.inherit
___________________________________________________________________
Name: svn:mime-type
+ text/plain; charset=UTF-8
<p>Property changes on: websites-ngen/xiph.org/forusers/recommendations/index.markdown
___________________________________________________________________
Name: svn:mime-type
+ text/plain; charset=UTF-8
<p>Property changes on: websites-ngen/xiph.org/help/index.markdown
___________________________________________________________________
Name: svn:mime-type
+ text/plain; charset=UTF-8
Added: websites-ngen/xiph.org/help/xiph-specific.markdown
===================================================================
--- websites-ngen/xiph.org/help/xiph-specific.markdown 2004-05-17 02:16:23 UTC (rev 6708)
+++ websites-ngen/xiph.org/help/xiph-specific.markdown 2004-05-17 02:33:19 UTC (rev 6709)
@@ -0,0 +1,9 @@
+Enhancing For Xiph
+==================
+
+Assuming your audio player already supports Vorbis and FLAC, what can you do to enhance it
+further? Here are a number of corner cases that you could tryâ¦
+
+## Ensure that your application supports UTF-8 comments properly.
+Many older tagging standards did not specify an encoding; Vorbis-style comment headers do.
+Your ability to handle UTF-8 may be dependent on the libraries at your disposal
<p>Property changes on: websites-ngen/xiph.org/help/xiph-specific.markdown
___________________________________________________________________
Name: svn:mime-type
+ text/plain; charset=UTF-8
<p>Property changes on: websites-ngen/xiph.org/index.es.markdown
___________________________________________________________________
Name: svn:mime-type
+ text/plain; charset=UTF-8
<p>Property changes on: websites-ngen/xiph.org/index.markdown
___________________________________________________________________
Name: svn:mime-type
+ text/plain; charset=UTF-8
Added: websites-ngen/xiph.org/nomenclature/index.markdown
===================================================================
--- websites-ngen/xiph.org/nomenclature/index.markdown 2004-05-17 02:16:23 UTC (rev 6708)
+++ websites-ngen/xiph.org/nomenclature/index.markdown 2004-05-17 02:33:19 UTC (rev 6709)
@@ -0,0 +1,7 @@
+Nomenclature
+============
+
+<h2 id='oggAsAcronym'>Ogg isnât an acronym</h2>
+
+A number of people refer to Ogg, the container format, as âOGGâ. However, Ogg isnât an acronym;
+itâs named after a Netrek maneuver. As such, please donât refer to Ogg as âOGGâ.
<p>Property changes on: websites-ngen/xiph.org/nomenclature/index.markdown
___________________________________________________________________
Name: svn:mime-type
+ text/plain; charset=UTF-8
<p>Property changes on: websites-ngen/xiph.org/paranoia/index.markdown
___________________________________________________________________
Name: svn:mime-type
+ text/plain; charset=UTF-8
<p>Property changes on: websites-ngen/xiph.org/speex/beforecontent.inherit
___________________________________________________________________
Name: svn:mime-type
+ text/plain; charset=UTF-8
<p>Property changes on: websites-ngen/xiph.org/speex/compare/index.markdown
___________________________________________________________________
Name: svn:mime-type
+ text/plain; charset=UTF-8
<p>Property changes on: websites-ngen/xiph.org/speex/css.inherit
___________________________________________________________________
Name: svn:mime-type
+ text/plain; charset=UTF-8
<p>Property changes on: websites-ngen/xiph.org/speex/index.markdown
___________________________________________________________________
Name: svn:mime-type
+ text/plain; charset=UTF-8
<p>Property changes on: websites-ngen/xiph.org/speex/roadmap/index.markdown
___________________________________________________________________
Name: svn:mime-type
+ text/plain; charset=UTF-8
<p>Property changes on: websites-ngen/xiph.org/subversion/windows/index.markdown
___________________________________________________________________
Name: svn:mime-type
+ text/plain; charset=UTF-8
<p>Property changes on: websites-ngen/xiph.org/tools/index.markdown
___________________________________________________________________
Name: svn:mime-type
+ text/plain; charset=UTF-8
<p>Property changes on: websites-ngen/xiph.org/vorbis/css.inherit
___________________________________________________________________
Name: svn:mime-type
+ text/plain; charset=UTF-8
<p>Property changes on: websites-ngen/xiph.org/vorbis/index.markdown
___________________________________________________________________
Name: svn:mime-type
+ text/plain; charset=UTF-8
--- >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