[xiph-cvs] r6747 - websites-ngen

comatoast at xiph.org comatoast at xiph.org
Sun May 23 02:48:17 PDT 2004



Author: comatoast
Date: 2004-05-23 05:48:17 -0400 (Sun, 23 May 2004)
New Revision: 6747

Modified:
   websites-ngen/doc.html
Log:
tt-ized a bunch of things and modified the mime type so it doesn't say "text/plain". Underwhelming.

Modified: websites-ngen/doc.html
===================================================================
--- websites-ngen/doc.html	2004-05-23 09:39:13 UTC (rev 6746)
+++ websites-ngen/doc.html	2004-05-23 09:48:17 UTC (rev 6747)
@@ -44,7 +44,7 @@
 <h2 id='requirements'>Requirements</h2>
 <ul>
 <li>
-	<a href='http://www.python.org'>Python</a> 2.3.2, to run wrapup.py
+	<a href='http://www.python.org'>Python</a> 2.3.2, to run <tt>wrapup.py</tt>
         (use earlier versions at your own risk)
 </li>
 <li>
@@ -58,7 +58,8 @@
 <h2 id='usage'>Usage</h2>
 <p>
 Simply run <kbd>wrapup.py</kbd> in the directory it’s in. If nothing failed, you should see
-a newly generated .html file for every .markdown file that isn’t in the news directory.
+a newly generated <tt>.html</tt> file for every <tt>.markdown</tt> file that isn’t in the news
+directory.
 </p>
 
 <h3 id='creation'>Creating</h3>
@@ -72,8 +73,8 @@
 write will, ideally, be available at that location forever.
 </li>
 <li>Create a directory for that location.</li>
-<li>Create and edit a file called “index.markdown” in that directory.</li>
-<li>When you want to see your edits, run wrapup.py from its directory.</li>
+<li>Create and edit a file called <tt>index.markdown</tt> in that directory.</li>
+<li>When you want to see your edits, run <tt>wrapup.py</tt> from its directory.</li>
 </ol>
 
 <h2 id='apacheSetup'>Apache Setup</h2>
@@ -93,7 +94,7 @@
 </p>
 
 
-<h2 id='inheritsAndIncludes'><kbd>.inherit</kbd> and <kbd>.include</kbd> files</h2>
+<h2 id='inheritsAndIncludes'><tt>.inherit</tt> and <tt>.include</tt> files</h2>
 <p>
 Inherit and include files serve very</em> similar purposes—they both reduce the amount of
 boilerplate that has to be typed in. Wrapup has five insertion points:
@@ -139,7 +140,7 @@
 would need its own sidebar include and perhaps its own header includes.
 </p>
 <p>
-Given these constraints, each .inherit and .include set has language-specific infixes, such as
+Given these constraints, each <tt>.inherit</tt> and <tt>.include</tt> set has language-specific infixes, such as
 <tt>css.es.include</tt> and <tt>aftermaintext.ko.inherit</tt>.
 </body>
 </html>

<p>Property changes on: websites-ngen/doc.html
___________________________________________________________________
Name: svn:mime-type
   - text/plain; charset=UTF-8
   + text/html; 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