summaryrefslogtreecommitdiff
path: root/manual/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'manual/plugins')
-rw-r--r--manual/plugins/goban.tex15
-rw-r--r--manual/plugins/main.tex2
-rw-r--r--manual/plugins/pngviewer.tex4
-rw-r--r--manual/plugins/ppmviewer.tex13
4 files changed, 14 insertions, 20 deletions
diff --git a/manual/plugins/goban.tex b/manual/plugins/goban.tex
index 815eec559f..385ee28ac4 100644
--- a/manual/plugins/goban.tex
+++ b/manual/plugins/goban.tex
@@ -2,13 +2,10 @@
2\screenshot{plugins/images/ss-goban}{Goban}{The Rockbox Goban plugin} 2\screenshot{plugins/images/ss-goban}{Goban}{The Rockbox Goban plugin}
3Goban is a a plugin for playing, viewing and recording games of Go (also known 3Goban is a a plugin for playing, viewing and recording games of Go (also known
4as Weiqi, Baduk, Igo and Goe). It uses standard Smart Game Format (SGF) files 4as Weiqi, Baduk, Igo and Goe). It uses standard Smart Game Format (SGF) files
5for saving and loading games. 5for saving and loading games. You can find a short introduction to Go at
6
7You can find a short introduction to Go at
8\url{http://senseis.xmp.net/?WhatIsGo} and more information about SGF files 6\url{http://senseis.xmp.net/?WhatIsGo} and more information about SGF files
9can be read at \url{http://senseis.xmp.net/?SmartGameFormat} or the SGF 7can be read at \url{http://senseis.xmp.net/?SmartGameFormat} or the SGF
10specification at 8specification at \url{http://www.red-bean.com/sgf/}.\\
11\url{http://www.red-bean.com/sgf/}.
12 9
13This plugin can load all modern SGF files (file format 3 or 4) with few problems. 10This plugin can load all modern SGF files (file format 3 or 4) with few problems.
14It attempts to preserve SGF properties which it doesn't understand, and most common 11It attempts to preserve SGF properties which it doesn't understand, and most common
@@ -17,18 +14,18 @@ Kogo's Joseki Dictionary (\url{http://waterfire.us/joseki.htm}) with this plugin
17although the load and save times can be on the order of a minute or two on 14although the load and save times can be on the order of a minute or two on
18particularly slow devices. Large SGF files may stop audio playback for the duration 15particularly slow devices. Large SGF files may stop audio playback for the duration
19of the plugin's run in order to free up more memory and some very large SGF files will 16of the plugin's run in order to free up more memory and some very large SGF files will
20not even load on devices with little available memory. 17not even load on devices with little available memory.\\
21 18
22\emph{Note: } The plugin does \emph{NOT} support SGF files with multiple games in 19\note{The plugin does \emph{NOT} support SGF files with multiple games in
23one file. These are rare, but if you have one don't even try it (the file will most 20one file. These are rare, but if you have one don't even try it (the file will most
24likely be corrupted if you save over it). You have been warned. 21likely be corrupted if you save over it). You have been warned.\\}
25 22
26The file \fname {"/sgf/gbn\_def.sgf"} is used by the plugin to store any unsaved 23The file \fname {"/sgf/gbn\_def.sgf"} is used by the plugin to store any unsaved
27changes in the most recently loaded game. This means that if you forget to save your 24changes in the most recently loaded game. This means that if you forget to save your
28changes, you should load \fname {"/sgf/gbn\_def.sgf"} immediately to offload the changes 25changes, you should load \fname {"/sgf/gbn\_def.sgf"} immediately to offload the changes
29to another file. If you load another file first then your changes will be lost 26to another file. If you load another file first then your changes will be lost
30permanently. The \fname {"/sgf/gbn\_def.sgf"} file is also the file loaded if another 27permanently. The \fname {"/sgf/gbn\_def.sgf"} file is also the file loaded if another
31is not selected. 28is not selected.\\
32 29
33The information panel which displays the current move number may also contain 30The information panel which displays the current move number may also contain
34these markers: \\ 31these markers: \\
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex
index 1a57fc96ef..a737598059 100644
--- a/manual/plugins/main.tex
+++ b/manual/plugins/main.tex
@@ -6,7 +6,7 @@ This means you cannot switch back and forth between a plugin and Rockbox. When
6a plugin is loaded, you need to exit it to return to the Rockbox interface. 6a plugin is loaded, you need to exit it to return to the Rockbox interface.
7Most plugins will not interfere with music playback but some of them will stop 7Most plugins will not interfere with music playback but some of them will stop
8playback while running. Plugins have the file extension \fname{.rock}. Most of 8playback while running. Plugins have the file extension \fname{.rock}. Most of
9them can be started from \setting{Browse Plugins} in the \setting{Main Menu}. 9them can be started from \setting{Browse Plugins} in the \setting{Main Menu}.\\
10 10
11Viewer plugins get started automatically by opening an associated file (i.e. 11Viewer plugins get started automatically by opening an associated file (i.e.
12text files% 12text files%
diff --git a/manual/plugins/pngviewer.tex b/manual/plugins/pngviewer.tex
index c205ac0666..40e91977de 100644
--- a/manual/plugins/pngviewer.tex
+++ b/manual/plugins/pngviewer.tex
@@ -1,10 +1,10 @@
1% $Id: $id$ % 1% $Id: $id$ %
2\subsection{PNG viewer} 2\subsection{PNG viewer}
3Open a PNG file in the \setting{File Browser} to view it% 3Open a PNG file in the \setting{File Browser} to view it.\\%
4\opt{swcodec}{ 4\opt{swcodec}{
5 \note{When an audio file is playing the size of the image is limited as 5 \note{When an audio file is playing the size of the image is limited as
6 the decoding process needs to share memory with audio tracks. To be able to 6 the decoding process needs to share memory with audio tracks. To be able to
7 view a bigger file you may need to stop playback.} 7 view a bigger file you may need to stop playback.\\}
8} 8}
9\nopt{large_plugin_buffer}{% 9\nopt{large_plugin_buffer}{%
10\note{This plugin will cause playback to stop.}% 10\note{This plugin will cause playback to stop.}%
diff --git a/manual/plugins/ppmviewer.tex b/manual/plugins/ppmviewer.tex
index 7de2b8ca0f..7594fafe69 100644
--- a/manual/plugins/ppmviewer.tex
+++ b/manual/plugins/ppmviewer.tex
@@ -1,11 +1,8 @@
1% $Id$ % 1% $Id$ %
2\subsection{PPM viewer} 2\subsection{PPM viewer}
3Open a PPM file in the \setting{File Browser} to view it. 3Open a PPM file in the \setting{File Browser} to view it. PPM viewer exits
4when any button is pressed.\\
4 5
5ppmviewer exits when any button is pressed. 6\note{Both ASCII PPM (P3) and raw PPM (P6) files are supported.
6 7For more information about PPM files, see
7\note{ 8\url{http://netpbm.sourceforge.net/doc/ppm.html}}
8Both ASCII PPM (P3) and raw PPM (P6) files are supported.
9
10For more information about PPM files, see \url{http://netpbm.sourceforge.net/doc/ppm.html}
11}