diff options
author | Alexander Levin <al.le@rockbox.org> | 2010-09-02 21:55:47 +0000 |
---|---|---|
committer | Alexander Levin <al.le@rockbox.org> | 2010-09-02 21:55:47 +0000 |
commit | c948cf46e2c174d16ffb8bc031637f5715215ec7 (patch) | |
tree | 85a3bb0e36d0af1eefa82341c178b060fd5c0c67 /manual | |
parent | 4cf50e2bb0f54c104c81596fb796166cb6ee35dd (diff) |
Add a manual entry for the shopper plugin. More details are in the wiki.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27990 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r-- | manual/plugins/main.tex | 3 | ||||
-rw-r--r-- | manual/plugins/shopper.tex | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 25c09b67bf..ce08132588 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -165,6 +165,7 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).} Wavplay & \fname{.wav} & \\ } ZXBox & \fname{.tap, .tax, .sna, .z80} & \\ + Shopping list & \fname{.shopper} & \\ \end{rbtabular} \end{table} @@ -202,6 +203,8 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).} {\input{plugins/search.tex}} +{\input{plugins/shopper.tex}} + {\input{plugins/sort.tex}} {\input{plugins/text_viewer.tex}} diff --git a/manual/plugins/shopper.tex b/manual/plugins/shopper.tex new file mode 100644 index 0000000000..0abd185dda --- /dev/null +++ b/manual/plugins/shopper.tex @@ -0,0 +1,5 @@ +% $Id$ +\subsection{Shopper} +\label{ref:Shopperplugin} + +Shopper is a shopping list plugin which allows you to maintain reusable shopping lists. |