[xiph-cvs] cvs commit: positron/doc api.html commands.html common-tasks.html database.html install.html mdb.html neuros.html pai.html quirks.html sai.html troubleshooting.html

Stan Seibert volsung at xiph.org
Fri May 30 21:55:25 PDT 2003



volsung     03/05/31 00:55:25

  Modified:    doc      api.html commands.html common-tasks.html
                        database.html install.html mdb.html neuros.html
                        pai.html quirks.html sai.html troubleshooting.html
  Log:
  Consistent titles.

Revision  Changes    Path
1.2       +2 -2      positron/doc/api.html

Index: api.html
===================================================================
RCS file: /usr/local/cvsroot/positron/doc/api.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- api.html	26 May 2003 23:31:55 -0000	1.1
+++ api.html	31 May 2003 04:55:24 -0000	1.2
@@ -1,9 +1,9 @@
 <html>
 <head>
-  <title>Positron Documentation: API</title>
+  <title>Positron Developer's Guide: API</title>
 </head>
 <body>
-<h1>Positron API</h1>
+<h1>Positron Developer's Guide: Positron API</h1>
 
 <p>
 One of the goals of positron is to provide Python modules that can be

<p><p>1.3       +1 -1      positron/doc/commands.html

Index: commands.html
===================================================================
RCS file: /usr/local/cvsroot/positron/doc/commands.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- commands.html	28 May 2003 15:39:08 -0000	1.2
+++ commands.html	31 May 2003 04:55:24 -0000	1.3
@@ -4,7 +4,7 @@
   <title>Positron User's Guide: Command Reference</title>
 </head>
 <body>
-<h1>Command Reference</h1>
+<h1>Positron User's Guide: Command Reference</h1>
 
 <h2>General</h2>
 

<p><p>1.3       +1 -1      positron/doc/common-tasks.html

Index: common-tasks.html
===================================================================
RCS file: /usr/local/cvsroot/positron/doc/common-tasks.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- common-tasks.html	28 May 2003 15:39:08 -0000	1.2
+++ common-tasks.html	31 May 2003 04:55:24 -0000	1.3
@@ -4,7 +4,7 @@
   <title>Positron User's Guide: Common Tasks</title>
 </head>
 <body>
-<h1>Common Tasks</h1>
+<h1>Positron User's Guide: Common Tasks</h1>
 
 <p>
 This section of the guide will help you get started using positron by

<p><p>1.9       +2 -2      positron/doc/database.html

Index: database.html
===================================================================
RCS file: /usr/local/cvsroot/positron/doc/database.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- database.html	27 May 2003 03:48:42 -0000	1.8
+++ database.html	31 May 2003 04:55:24 -0000	1.9
@@ -1,11 +1,11 @@
 <html>
 <head>
   <link rel="stylesheet" type="text/css" href="style.css" />
-  <title>Positron Documentation: Working with the Database</title>
+  <title>Positron Developer's Guide: Working with the Database</title>
 </head>
 
 <body>
-<h1>Working with the Database</h1>
+<h1>Positron Developer's Guide: Working with the Database</h1>
 
 <p>
 The Neuros has several on-disk databases that are used by both the

<p><p>1.6       +1 -1      positron/doc/install.html

Index: install.html
===================================================================
RCS file: /usr/local/cvsroot/positron/doc/install.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- install.html	28 May 2003 15:56:15 -0000	1.5
+++ install.html	31 May 2003 04:55:24 -0000	1.6
@@ -4,7 +4,7 @@
   <title>Positron User's Guide: Installation</title>
 </head>
 <body>
-<h1>Installation</h1>
+<h1>Positron User's Guide: Installation</h1>
 
 <p>
 The only prerequisites for running positron are a UNIX-like operating

<p><p>1.4       +2 -2      positron/doc/mdb.html

Index: mdb.html
===================================================================
RCS file: /usr/local/cvsroot/positron/doc/mdb.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mdb.html	27 May 2003 03:59:21 -0000	1.3
+++ mdb.html	31 May 2003 04:55:24 -0000	1.4
@@ -10,10 +10,10 @@
     table.recordlayout td.delim{background-color: rgb(85%,85%,85%);}
     table.recordlayout td.specialdelim{background-color: rgb(95%,85%,85%);}
   </style>
-  <title>Positron Documentation: MDB File Format</title>
+  <title>Positron Developer's Guide: MDB File Format</title>
 </head>
 <body>
-<h1>MDB File Format</h1>
+<h1>Positron Developer's Guide: MDB File Format</h1>
 
 <p>
 This document explains the format of the MDB files.  MDB files store

<p><p>1.6       +2 -2      positron/doc/neuros.html

Index: neuros.html
===================================================================
RCS file: /usr/local/cvsroot/positron/doc/neuros.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- neuros.html	26 May 2003 14:08:44 -0000	1.5
+++ neuros.html	31 May 2003 04:55:24 -0000	1.6
@@ -1,9 +1,9 @@
 <html>
 <head>
-  <title>Positron Documentation: An Overview of the Neuros</title>
+  <title>Positron Developer's Guide: An Overview of the Neuros</title>
 </head>
 <body>
-<h1>An Overview of the Neuros</h1>
+<h1>Positron Developer's Guide: An Overview of the Neuros</h1>
 
 <p>
 This document describes the design and features of the Neuros from a

<p><p>1.2       +2 -2      positron/doc/pai.html

Index: pai.html
===================================================================
RCS file: /usr/local/cvsroot/positron/doc/pai.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pai.html	26 May 2003 14:08:44 -0000	1.1
+++ pai.html	31 May 2003 04:55:24 -0000	1.2
@@ -1,10 +1,10 @@
 <html>
 <head>
   <link rel="stylesheet" type="text/css" href="style.css" />
-  <title>Positron Documentation: PAI File Format</title>
+  <title>Positron Developer's Guide: PAI File Format</title>
 </head>
 <body>
-<h1>PAI File Format</h1>
+<h1>Positron Developer's Guide: PAI File Format</h1>
 
 <p>
 This document explains the format of the PAI files.  PAI files are

<p><p>1.4       +7 -6      positron/doc/quirks.html

Index: quirks.html
===================================================================
RCS file: /usr/local/cvsroot/positron/doc/quirks.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- quirks.html	27 May 2003 02:59:07 -0000	1.3
+++ quirks.html	31 May 2003 04:55:24 -0000	1.4
@@ -1,16 +1,16 @@
 <html>
 <head>
   <link rel="stylesheet" type="text/css" href="style.css" />
-  <title>Positron Documentation: Quirks and other Common Pitfalls</title>
+  <title>Positron Developer's Guide: Quirks and other Common Pitfalls</title>
 </head>
 <body>
-<h1>Quirks and other Common Pitfalls</h1>
+<h1>Positron Developer's Guide: Quirks and other Common Pitfalls</h1>
 
 <p>
 As with any device, the Neuros has some quirky behavior that can trip
 up a developer.  This document collects these issues together.  Please
-help us keep this up to date!  Email <a
-href="volsung at xiph.org">volsung at xiph.org</a> with problems and
+help us keep this up to date!  Email 
+volsung at xiph.org with problems and
 solutions you discover.
 </p>
 
@@ -23,8 +23,9 @@
 might freeze up during I/O, and sometimes the whole system might go
 down.  This seems to be strongly dependent upon the kernel used:
 <ul>
-  <li>2.4.19-16mdk (Shipped with Mandrake 9.0) - Fails so frequently it is nearly unusable</li>
-  <li>2.4.20-somethingmdk FIXME (Shipped with Mandrake 9.1) - Works well</li>
+  <li>2.4.19-16mdk (Shipped with Mandrake 9.0) - Fails so 
+      frequently it is nearly unusable</li>
+  <li>2.4.21-0.13mdk (Shipped with Mandrake 9.1 x86) - Works well</li>
   <li>2.4.21-17mdk (Shipped with Mandrake 9.1 PPC) - Works well</li>
   <li>2.4.20-benh10 - Works well</li>
   <li>2.4.20-gentoo-r3 - Works well</li>

<p><p>1.4       +2 -2      positron/doc/sai.html

Index: sai.html
===================================================================
RCS file: /usr/local/cvsroot/positron/doc/sai.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sai.html	26 May 2003 21:06:45 -0000	1.3
+++ sai.html	31 May 2003 04:55:24 -0000	1.4
@@ -1,10 +1,10 @@
 <html>
 <head>
   <link rel="stylesheet" type="text/css" href="style.css" />
-  <title>Positron Documentation: SAI File Format</title>
+  <title>Positron Developer's Guide: SAI File Format</title>
 </head>
 <body>
-<h1>SAI File Format</h1>
+<h1>Positron Developer's Guide: SAI File Format</h1>
 
 <p>
 This document explains the format of the SAI files.  SAI files are

<p><p>1.3       +1 -1      positron/doc/troubleshooting.html

Index: troubleshooting.html
===================================================================
RCS file: /usr/local/cvsroot/positron/doc/troubleshooting.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- troubleshooting.html	28 May 2003 15:39:08 -0000	1.2
+++ troubleshooting.html	31 May 2003 04:55:24 -0000	1.3
@@ -4,7 +4,7 @@
   <title>Positron User's Guide: Troubleshooting</title>
 </head>
 <body>
-<h1>Troubleshooting</h1>
+<h1>Positron User's Guide: Troubleshooting</h1>
 
 <p>
 As you might expect, things can and will go wrong with technology.

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