[xiph-cvs] cvs commit: positron/doc commands.html troubleshooting.html style.css

Stan Seibert volsung at xiph.org
Tue May 27 22:41:36 PDT 2003



volsung     03/05/28 01:41:36

  Modified:    doc      style.css
  Added:       doc      commands.html troubleshooting.html
  Log:
  Okay, these aren't done yet, but all that's left is filling in the blanks,
  right?  :)

Revision  Changes    Path
1.4       +5 -1      positron/doc/style.css

Index: style.css
===================================================================
RCS file: /usr/local/cvsroot/positron/doc/style.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- style.css	27 May 2003 00:39:52 -0000	1.3
+++ style.css	28 May 2003 05:41:36 -0000	1.4
@@ -3,4 +3,8 @@
 td.nodata    {background-color: rgb(80%, 80%, 80%)}
 h4 {margin-top: 3em}
 .figure { margin-left: auto; margin-right: auto;}
-ul.biglist li { padding-bottom: 1em; }
\ No newline at end of file
+ul.biglist li { padding-bottom: 1em; }
+
+dl.option dt { font-family: monospace; 
+               padding-bottom: 1em; }
+dl.option dd { padding-bottom: 1em; }
\ No newline at end of file

<p><p>1.1                  positron/doc/commands.html

Index: commands.html
===================================================================
<html>
<head>
  <link rel="stylesheet" type="text/css" href="style.css" />
  <title>Positron User's Guide: Command Reference</title>
</head>
<body>
<h1>Command Reference</h1>

<h2>General</h2>

<p>
The general syntax for positron is:
<pre>
positron [-c config_dir] [-m mountpoint] [command] [command arguments]
</pre>

<dl class="option">

<dt>-m mountpoint</dt>
<dd>The directory where the Neuros is mounted.  This overrides
whatever is stoed in the configuration file.</dd>

<dt>-c config_dir</dt>
<dd>The directory where the positron configuration is stored.  By
default this is <tt>~/.positron</tt>.</dd>

</dl>
The commands are described below.
</p>

<h2>add</h2>

<p>
Adds files to the Neuros database, copying as necessary.  Files that
are already on the Neuros will not be overwritten, but just added to
the database if not already present.  Non-music files are ignored.
</p>

<h3>Usage</h3>

<dl class="option">
<dt>
positron add [sourcefile] [targetfile]
</dt>
<dd>
Copies sourcefile to targetfile (a path on the Neuros that does not exist)
</dd>

<dt>
positron add [sourcefile1] [sourcefile2] ... [targetdir]
</dt>
<dd>
Copies sourcefiles to targetdir (a directory on the Neuros that already
exists)
</dd>

<dt>
positron add [sourcefile1] [sourcefile2] ...
</dt>
<dd>
Copies sourcefiles to the default music directory.  Copy directories
to the default music directory the same way.
</dd>

<p><h2>del</h2>

<h2>clear</h2>

<h2>config</h2>

<h2>help</h2>

<h2>list</h2>

<h2>pack</h2>

<h2>rebuild</h2>

<h2>sync</h2>

<p><p><p><p><p><p></body>
</html>

<p><p>1.1                  positron/doc/troubleshooting.html

Index: troubleshooting.html
===================================================================
<html>
<head>
  <link rel="stylesheet" type="text/css" href="style.css" />
  <title>Positron User's Guide: Troubleshooting</title>
</head>
<body>
<h1>Troubleshooting</h1>

<p>
As you might expect, things can and will go wrong with technology.
This document will give some hints as to how to deal with problems.
</p>

<h2>Operating System Issues</h2>

<h3>Problem: I plug my Neuros in to my computer, but it is never
assigned a device.</h2>

<h3>Solution</h3>

<p><h2>Database Problems</h2>

<p><h2>If All Else Fails</h2>

<p>
If you can't seem to resolve a problem, you have a couple options:
</p>

<ul>
 
  <li>Report a bug - Use Bugzilla at http://bugs.xiph.org. We prefer bug
  reports to be filed this way.  Please file them against the 'positron'
  product.</li>

  <li>Ask on the mailing list - See http://www.xiph.org/archives.
  Look for the positron list.</li>

  <li>Find us on IRC - #positron on irc.xiph.org.</li>

  <li>Email the author - You may contact the author directly at <a
  href="mailto:volsung at xiph.org">volsung at xiph.org</a>, but please only
  do this as a last resort.</li>

</ul>

</body>
</html>

<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