diff options
author | Alex Parker <rockbox@aeparker.com> | 2009-03-18 14:24:28 +0000 |
---|---|---|
committer | Alex Parker <rockbox@aeparker.com> | 2009-03-18 14:24:28 +0000 |
commit | 6c4661cfaf5ca02ac46dc126974f77613e4b5a33 (patch) | |
tree | 9b231b93138b687c01d9e2722da6e9ce21979b33 | |
parent | b5e6eec5a1e35a5f9d63ad4ea4175f855fd59b16 (diff) | |
download | rockbox-6c4661cfaf5ca02ac46dc126974f77613e4b5a33.tar.gz rockbox-6c4661cfaf5ca02ac46dc126974f77613e4b5a33.zip |
Add filetype colours to the manual. Also add a macro to give the
file extension of the main binary.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20348 a1c6a512-1295-4272-9138-f99709370657
26 files changed, 101 insertions, 12 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex index 4cea04eb46..34a0e5ada1 100644 --- a/manual/advanced_topics/main.tex +++ b/manual/advanced_topics/main.tex | |||
@@ -39,17 +39,82 @@ file find the instructions on the Rockbox website: | |||
39 | \wikilink{LangFiles} | 39 | \wikilink{LangFiles} |
40 | 40 | ||
41 | \opt{lcd_color}{ | 41 | \opt{lcd_color}{ |
42 | \subsection{Changing Colours} | 42 | \subsection{Changing Filetype Colours} |
43 | The colours used in the Rockbox interface can be changed to any combination | 43 | Rockbox has the capability to modify the \setting{File Browser} to show |
44 | you like. To do this, go to | 44 | different filetypes in different colours, depending on the file extension. |
45 | \setting{Settings $\rightarrow$ Theme Settings $\rightarrow$ Colours}. | 45 | \subsubsection{Set-up} |
46 | The colours set here are used in all menus, browsers and in the | 46 | There are two steps to changing the filetype colours - creating |
47 | \setting{While Playing Screen}. | 47 | a file with the extension \fname{.colours} and then activating it using |
48 | \subsection{Changing Filetype Colours} | 48 | a config file. The \fname{.colours} files \emph{must} be stored in |
49 | Rockbox has the capability to modify the \setting{File Browser} | 49 | the \fname{/.rockbox/themes/} directory. |
50 | to show different filetypes in different colours depending upon | 50 | The \fname{.colours} file is just a text file, and can be edited with |
51 | the file extension. See the \wikilink{CustomFiletypeColours} Wiki | 51 | your text editor of choice. |
52 | page for details. | 52 | |
53 | \subsubsection{Creating the .colours file} | ||
54 | The \fname{.colours} file consits of the file extension | ||
55 | (or \fname{folder}) followed by a colon and then the colour desired | ||
56 | as an RGB value in hexadecimal, as in the following example:\\* | ||
57 | \\ | ||
58 | \config{folder:808080}\\ | ||
59 | \config{mp3:00FF00}\\ | ||
60 | \config{ogg:00FF00}\\ | ||
61 | \config{txt:FF0000}\\ | ||
62 | \config{???:FFFFFF}\\* | ||
63 | |||
64 | The permissible extensions are as follows:\\* | ||
65 | \\ | ||
66 | \config{folder, m3u, m3u8, cfg, wps, lng, rock, bmark, cue, colours, mpa, | ||
67 | \firmwareextension{}, % | ||
68 | \opt{swcodec}{mp1, }mp2, mp3% | ||
69 | \opt{swcodec}{, ogg, oga, wma, wmv, asf, wav, flac, ac3, a52, mpc, | ||
70 | wv, m4a, m4b, mp4, mod, shn, aif, aiff, spx, sid, adx, nsf, nsfe, | ||
71 | spc, ape, mac, sap}% | ||
72 | \opt{lcd_bitmap}{\opt{swcodec}{, mpg, mpeg}}% | ||
73 | \opt{HAVE_REMOTE_LCD}{, rwps}% | ||
74 | \opt{lcd_non-mono}{, bmp}% | ||
75 | \opt{radio}{, fmr}% | ||
76 | \opt{lcd_bitmap}{, fnt, kbd}}\\* | ||
77 | %It'd be ideal to get these from filetypes.c | ||
78 | |||
79 | All file extensions that are not either specifically listed in the | ||
80 | \fname{.colours} files or are not in the list above will be | ||
81 | set to the colour given by \config{???}. Extensions that | ||
82 | are in the above list but not in the \fname{.colours} | ||
83 | file will be set to the foreground colour as normal. | ||
84 | |||
85 | \subsubsection{Activating} | ||
86 | To activate the filetype colours, the \fname{.colours} file needs to be | ||
87 | invoked from a \fname{.cfg} configuration file. The easiest way to do | ||
88 | this is to create a new text file containing the following single | ||
89 | line:\\* | ||
90 | \\ | ||
91 | \config{filetype colours: /.rockbox/themes/filename.colours}\\* | ||
92 | |||
93 | where filename is replaced by the filename you used when creating the | ||
94 | \fname{.colours} file. Save this file as e.g. \fname{colours.cfg} in the | ||
95 | \fname{/.rockbox/themes} directory and then activate the config file | ||
96 | from the menu as normal | ||
97 | (\setting{Settings} $\rightarrow$ \setting{Theme Settings}% | ||
98 | $\rightarrow$ \setting{Browse Themes}). | ||
99 | |||
100 | \subsubsection{Editing} | ||
101 | The built-in \setting{Text Editor} (see \reference{sec:text_editor}) | ||
102 | automatically understands the | ||
103 | \fname{.colours} file format, but an external text editor can | ||
104 | also be used. To edit the \fname{.colours} file using Rockbox, | ||
105 | select it in the \setting{File Browser}. The file will open in | ||
106 | the \setting{Text Editor}. Upon selecting a line, the following choices | ||
107 | will appear:\\* | ||
108 | \\ | ||
109 | \config{Extension}\\ | ||
110 | \config{Colour}\\* | ||
111 | |||
112 | If \config{Extension} is selected, the \setting{virtual keyboard} | ||
113 | (see \reference{sec:virtual_keyboard}) appears, | ||
114 | allowing the file extension to be modified. If \config{Colour} | ||
115 | is selected, the colour selector screen appears. Choose the desired | ||
116 | colour, then save the \fname{.colours} file using the standard | ||
117 | \setting{Text Editor} controls. | ||
53 | } | 118 | } |
54 | 119 | ||
55 | \opt{lcd_non-mono}{% | 120 | \opt{lcd_non-mono}{% |
diff --git a/manual/platform/c200.tex b/manual/platform/c200.tex index 658affc569..0c7473ee18 100644 --- a/manual/platform/c200.tex +++ b/manual/platform/c200.tex | |||
@@ -17,6 +17,7 @@ | |||
17 | %For use when referring to the player. E.g. the \daps\ capacity ... | 17 | %For use when referring to the player. E.g. the \daps\ capacity ... |
18 | \newcommand{\daps}{player's} | 18 | \newcommand{\daps}{player's} |
19 | \newcommand{\firmwarefilename}{\fname{rockbox.mi4}} | 19 | \newcommand{\firmwarefilename}{\fname{rockbox.mi4}} |
20 | \newcommand{\firmwareextension}{\fname{mi4}} | ||
20 | \newcommand{\screenshotsize}{4cm} | 21 | \newcommand{\screenshotsize}{4cm} |
21 | \newcommand{\disk}{flash storage} | 22 | \newcommand{\disk}{flash storage} |
22 | 23 | ||
diff --git a/manual/platform/clip.tex b/manual/platform/clip.tex index 0f2192c926..e342e00ca2 100644 --- a/manual/platform/clip.tex +++ b/manual/platform/clip.tex | |||
@@ -17,6 +17,7 @@ | |||
17 | %For use when referring to the player. E.g. the \daps\ capacity... | 17 | %For use when referring to the player. E.g. the \daps\ capacity... |
18 | \newcommand{\daps}{player's} | 18 | \newcommand{\daps}{player's} |
19 | \newcommand{firmwarefilename}{\fname{rockbox.sansa}} | 19 | \newcommand{firmwarefilename}{\fname{rockbox.sansa}} |
20 | \newcommand{\firmwareextension}{\fname{sansa}} | ||
20 | \newcommand{\screenshotsize}{3cm} | 21 | \newcommand{\screenshotsize}{3cm} |
21 | \newcommand{\disk}{flash storage} | 22 | \newcommand{\disk}{flash storage} |
22 | 23 | ||
diff --git a/manual/platform/e200.tex b/manual/platform/e200.tex index 038b961c37..d20d34f2d7 100644 --- a/manual/platform/e200.tex +++ b/manual/platform/e200.tex | |||
@@ -17,6 +17,7 @@ | |||
17 | %For use when referring to the player. E.g. the \daps\ capacity ... | 17 | %For use when referring to the player. E.g. the \daps\ capacity ... |
18 | \newcommand{\daps}{player's} | 18 | \newcommand{\daps}{player's} |
19 | \newcommand{\firmwarefilename}{\fname{rockbox.mi4}} | 19 | \newcommand{\firmwarefilename}{\fname{rockbox.mi4}} |
20 | \newcommand{\firmwareextension}{\fname{mi4}} | ||
20 | \newcommand{\screenshotsize}{4cm} | 21 | \newcommand{\screenshotsize}{4cm} |
21 | \newcommand{\disk}{flash storage} | 22 | \newcommand{\disk}{flash storage} |
22 | 23 | ||
diff --git a/manual/platform/gigabeatf.tex b/manual/platform/gigabeatf.tex index d78b4cd3be..bad3372e97 100644 --- a/manual/platform/gigabeatf.tex +++ b/manual/platform/gigabeatf.tex | |||
@@ -18,6 +18,7 @@ | |||
18 | %For use when referring to the player. E.g. the \daps\ capacity ... | 18 | %For use when referring to the player. E.g. the \daps\ capacity ... |
19 | \newcommand{\daps}{player's} | 19 | \newcommand{\daps}{player's} |
20 | \newcommand{\firmwarefilename}{\fname{rockbox.gigabeat}} | 20 | \newcommand{\firmwarefilename}{\fname{rockbox.gigabeat}} |
21 | \newcommand{\firmwareextension}{\fname{gigabeat}} | ||
21 | \newcommand{\screenshotsize}{6cm} | 22 | \newcommand{\screenshotsize}{6cm} |
22 | \newcommand{\disk}{hard disk} | 23 | \newcommand{\disk}{hard disk} |
23 | 24 | ||
diff --git a/manual/platform/gigabeats.tex b/manual/platform/gigabeats.tex index 414c1de3be..29e64e4ee2 100644 --- a/manual/platform/gigabeats.tex +++ b/manual/platform/gigabeats.tex | |||
@@ -17,6 +17,7 @@ | |||
17 | %For use when referring to the player. E.g. the \daps\ capacity ... | 17 | %For use when referring to the player. E.g. the \daps\ capacity ... |
18 | \newcommand{\daps}{player's} | 18 | \newcommand{\daps}{player's} |
19 | \newcommand{\firmwarefilename}{\fname{rockbox.gigabeat}} | 19 | \newcommand{\firmwarefilename}{\fname{rockbox.gigabeat}} |
20 | \newcommand{\firmwareextension}{\fname{gigabeat}} | ||
20 | \newcommand{\screenshotsize}{6cm} | 21 | \newcommand{\screenshotsize}{6cm} |
21 | \newcommand{\disk}{hard disk} | 22 | \newcommand{\disk}{hard disk} |
22 | 23 | ||
diff --git a/manual/platform/h10.tex b/manual/platform/h10.tex index bd5794651c..4b99b1ba51 100644 --- a/manual/platform/h10.tex +++ b/manual/platform/h10.tex | |||
@@ -17,6 +17,7 @@ | |||
17 | %For use when referring to the player. E.g. the \daps\ capacity ... | 17 | %For use when referring to the player. E.g. the \daps\ capacity ... |
18 | \newcommand{\daps}{player's} | 18 | \newcommand{\daps}{player's} |
19 | \newcommand{\firmwarefilename}{\fname{rockbox.mi4}} | 19 | \newcommand{\firmwarefilename}{\fname{rockbox.mi4}} |
20 | \newcommand{\firmwareextension}{\fname{mi4}} | ||
20 | \newcommand{\screenshotsize}{4cm} | 21 | \newcommand{\screenshotsize}{4cm} |
21 | \newcommand{\disk}{hard disk} | 22 | \newcommand{\disk}{hard disk} |
22 | 23 | ||
diff --git a/manual/platform/h100.tex b/manual/platform/h100.tex index bbb659d573..53b7ef6c8a 100644 --- a/manual/platform/h100.tex +++ b/manual/platform/h100.tex | |||
@@ -18,6 +18,7 @@ | |||
18 | %For use when referring to the player. E.g. the \daps\ capacity ... | 18 | %For use when referring to the player. E.g. the \daps\ capacity ... |
19 | \newcommand{\daps}{player's} | 19 | \newcommand{\daps}{player's} |
20 | \newcommand{\firmwarefilename}{\fname{rockbox.iriver}} | 20 | \newcommand{\firmwarefilename}{\fname{rockbox.iriver}} |
21 | \newcommand{\firmwareextension}{\fname{iriver}} | ||
21 | \newcommand{\screenshotsize}{4cm} | 22 | \newcommand{\screenshotsize}{4cm} |
22 | \newcommand{\disk}{hard disk} | 23 | \newcommand{\disk}{hard disk} |
23 | 24 | ||
diff --git a/manual/platform/h10_5gb.tex b/manual/platform/h10_5gb.tex index ffe63d85ea..d89e1eabcd 100644 --- a/manual/platform/h10_5gb.tex +++ b/manual/platform/h10_5gb.tex | |||
@@ -17,6 +17,7 @@ | |||
17 | %For use when referring to the player. E.g. the \daps\ capacity ... | 17 | %For use when referring to the player. E.g. the \daps\ capacity ... |
18 | \newcommand{\daps}{player's} | 18 | \newcommand{\daps}{player's} |
19 | \newcommand{\firmwarefilename}{\fname{rockbox.mi4}} | 19 | \newcommand{\firmwarefilename}{\fname{rockbox.mi4}} |
20 | \newcommand{\firmwareextension}{\fname{mi4}} | ||
20 | \newcommand{\screenshotsize}{4cm} | 21 | \newcommand{\screenshotsize}{4cm} |
21 | \newcommand{\disk}{hard disk} | 22 | \newcommand{\disk}{hard disk} |
22 | 23 | ||
diff --git a/manual/platform/h300.tex b/manual/platform/h300.tex index fce8823dbf..211bc1a9b0 100644 --- a/manual/platform/h300.tex +++ b/manual/platform/h300.tex | |||
@@ -18,6 +18,7 @@ | |||
18 | %For use when referring to the player. E.g. the \daps\ capacity ... | 18 | %For use when referring to the player. E.g. the \daps\ capacity ... |
19 | \newcommand{\daps}{player's} | 19 | \newcommand{\daps}{player's} |
20 | \newcommand{\firmwarefilename}{\fname{rockbox.iriver}} | 20 | \newcommand{\firmwarefilename}{\fname{rockbox.iriver}} |
21 | \newcommand{\firmwareextension}{\fname{iriver}} | ||
21 | \newcommand{\screenshotsize}{6cm} | 22 | \newcommand{\screenshotsize}{6cm} |
22 | \newcommand{\disk}{hard disk} | 23 | \newcommand{\disk}{hard disk} |
23 | 24 | ||
diff --git a/manual/platform/ipod1g2g.tex b/manual/platform/ipod1g2g.tex index c5929f7191..28679a5025 100644 --- a/manual/platform/ipod1g2g.tex +++ b/manual/platform/ipod1g2g.tex | |||
@@ -16,6 +16,7 @@ | |||
16 | %For use when referring to the player. E.g. the \daps\ capacity ... | 16 | %For use when referring to the player. E.g. the \daps\ capacity ... |
17 | \newcommand{\daps}{player's} | 17 | \newcommand{\daps}{player's} |
18 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} | 18 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} |
19 | \newcommand{\firmwareextension}{\fname{ipod}} | ||
19 | \newcommand{\screenshotsize}{4cm} | 20 | \newcommand{\screenshotsize}{4cm} |
20 | \newcommand{\disk}{hard disk} | 21 | \newcommand{\disk}{hard disk} |
21 | 22 | ||
diff --git a/manual/platform/ipod3g.tex b/manual/platform/ipod3g.tex index 5f2a7bebb1..21ca69adbb 100644 --- a/manual/platform/ipod3g.tex +++ b/manual/platform/ipod3g.tex | |||
@@ -16,6 +16,7 @@ | |||
16 | %For use when referring to the player. E.g. the \daps\ capacity ... | 16 | %For use when referring to the player. E.g. the \daps\ capacity ... |
17 | \newcommand{\daps}{player's} | 17 | \newcommand{\daps}{player's} |
18 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} | 18 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} |
19 | \newcommand{\firmwareextension}{\fname{ipod}} | ||
19 | \newcommand{\screenshotsize}{4cm} | 20 | \newcommand{\screenshotsize}{4cm} |
20 | \newcommand{\disk}{hard disk} | 21 | \newcommand{\disk}{hard disk} |
21 | 22 | ||
diff --git a/manual/platform/ipod4g.tex b/manual/platform/ipod4g.tex index 0d7a296c4d..06483fa6e2 100644 --- a/manual/platform/ipod4g.tex +++ b/manual/platform/ipod4g.tex | |||
@@ -16,6 +16,7 @@ | |||
16 | %For use when referring to the player. E.g. the \daps\ capacity ... | 16 | %For use when referring to the player. E.g. the \daps\ capacity ... |
17 | \newcommand{\daps}{player's} | 17 | \newcommand{\daps}{player's} |
18 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} | 18 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} |
19 | \newcommand{\firmwareextension}{\fname{ipod}} | ||
19 | \newcommand{\screenshotsize}{4cm} | 20 | \newcommand{\screenshotsize}{4cm} |
20 | \newcommand{\disk}{hard disk} | 21 | \newcommand{\disk}{hard disk} |
21 | 22 | ||
diff --git a/manual/platform/ipodcolor.tex b/manual/platform/ipodcolor.tex index b2d618fa34..04dc457a81 100644 --- a/manual/platform/ipodcolor.tex +++ b/manual/platform/ipodcolor.tex | |||
@@ -16,6 +16,7 @@ | |||
16 | %For use when referring to the player. E.g. the \daps\ capacity ... | 16 | %For use when referring to the player. E.g. the \daps\ capacity ... |
17 | \newcommand{\daps}{player's} | 17 | \newcommand{\daps}{player's} |
18 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} | 18 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} |
19 | \newcommand{\firmwareextension}{\fname{ipod}} | ||
19 | \newcommand{\screenshotsize}{6cm} | 20 | \newcommand{\screenshotsize}{6cm} |
20 | \newcommand{\disk}{hard disk} | 21 | \newcommand{\disk}{hard disk} |
21 | 22 | ||
diff --git a/manual/platform/ipodmini.tex b/manual/platform/ipodmini.tex index 71df355470..7671a4fb1a 100644 --- a/manual/platform/ipodmini.tex +++ b/manual/platform/ipodmini.tex | |||
@@ -16,6 +16,7 @@ | |||
16 | %For use when referring to the player. E.g. the \daps\ capacity ... | 16 | %For use when referring to the player. E.g. the \daps\ capacity ... |
17 | \newcommand{\daps}{player's} | 17 | \newcommand{\daps}{player's} |
18 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} | 18 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} |
19 | \newcommand{\firmwareextension}{\fname{ipod}} | ||
19 | \newcommand{\screenshotsize}{4cm} | 20 | \newcommand{\screenshotsize}{4cm} |
20 | \newcommand{\disk}{hard disk} | 21 | \newcommand{\disk}{hard disk} |
21 | 22 | ||
diff --git a/manual/platform/ipodnano.tex b/manual/platform/ipodnano.tex index 5a4a8064cd..974fe687ec 100644 --- a/manual/platform/ipodnano.tex +++ b/manual/platform/ipodnano.tex | |||
@@ -15,6 +15,7 @@ | |||
15 | %For use when referring to the player. E.g. the \daps\ capacity ... | 15 | %For use when referring to the player. E.g. the \daps\ capacity ... |
16 | \newcommand{\daps}{player's} | 16 | \newcommand{\daps}{player's} |
17 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} | 17 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} |
18 | \newcommand{\firmwareextension}{\fname{ipod}} | ||
18 | \newcommand{\screenshotsize}{4cm} | 19 | \newcommand{\screenshotsize}{4cm} |
19 | \newcommand{\disk}{flash storage} | 20 | \newcommand{\disk}{flash storage} |
20 | 21 | ||
diff --git a/manual/platform/ipodvideo.tex b/manual/platform/ipodvideo.tex index 843a3ddde9..ff18551266 100644 --- a/manual/platform/ipodvideo.tex +++ b/manual/platform/ipodvideo.tex | |||
@@ -17,6 +17,7 @@ | |||
17 | %For use when referring to the player. E.g. the \daps\ capacity ... | 17 | %For use when referring to the player. E.g. the \daps\ capacity ... |
18 | \newcommand{\daps}{player's} | 18 | \newcommand{\daps}{player's} |
19 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} | 19 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} |
20 | \newcommand{\firmwareextension}{\fname{ipod}} | ||
20 | \newcommand{\screenshotsize}{8cm} | 21 | \newcommand{\screenshotsize}{8cm} |
21 | \newcommand{\disk}{hard disk} | 22 | \newcommand{\disk}{hard disk} |
22 | 23 | ||
diff --git a/manual/platform/m5.tex b/manual/platform/m5.tex index 7129d36ec3..c7233b11f2 100644 --- a/manual/platform/m5.tex +++ b/manual/platform/m5.tex | |||
@@ -18,6 +18,7 @@ | |||
18 | %For use when referring to the player. E.g. the \daps\ capacity ... | 18 | %For use when referring to the player. E.g. the \daps\ capacity ... |
19 | \newcommand{\daps}{player's} | 19 | \newcommand{\daps}{player's} |
20 | \newcommand{\firmwarefilename}{\fname{rockbox.iaudio}} | 20 | \newcommand{\firmwarefilename}{\fname{rockbox.iaudio}} |
21 | \newcommand{\firmwareextension}{\fname{iaudio}} | ||
21 | \newcommand{\screenshotsize}{4cm} | 22 | \newcommand{\screenshotsize}{4cm} |
22 | \newcommand{\disk}{hard disk} | 23 | \newcommand{\disk}{hard disk} |
23 | 24 | ||
diff --git a/manual/platform/mrobe100.tex b/manual/platform/mrobe100.tex index d31d505e13..ddac2fda67 100644 --- a/manual/platform/mrobe100.tex +++ b/manual/platform/mrobe100.tex | |||
@@ -17,6 +17,7 @@ | |||
17 | %For use when referring to the player. E.g. the \daps\ capacity ... | 17 | %For use when referring to the player. E.g. the \daps\ capacity ... |
18 | \newcommand{\daps}{player's} | 18 | \newcommand{\daps}{player's} |
19 | \newcommand{\firmwarefilename}{\fname{rockbox.mi4}} | 19 | \newcommand{\firmwarefilename}{\fname{rockbox.mi4}} |
20 | \newcommand{\firmwareextension}{\fname{mi4}} | ||
20 | \newcommand{\screenshotsize}{4cm} | 21 | \newcommand{\screenshotsize}{4cm} |
21 | \newcommand{\disk}{hard disk} | 22 | \newcommand{\disk}{hard disk} |
22 | 23 | ||
diff --git a/manual/platform/ondiofm.tex b/manual/platform/ondiofm.tex index d0affafa84..4f6881289d 100644 --- a/manual/platform/ondiofm.tex +++ b/manual/platform/ondiofm.tex | |||
@@ -17,6 +17,7 @@ | |||
17 | %For use when referring to the player. E.g. the \daps\ capacity ... | 17 | %For use when referring to the player. E.g. the \daps\ capacity ... |
18 | \newcommand{\daps}{player's} | 18 | \newcommand{\daps}{player's} |
19 | \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} | 19 | \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} |
20 | \newcommand{\firmwareextension}{\fname{ajz}} | ||
20 | \newcommand{\screenshotsize}{4cm} | 21 | \newcommand{\screenshotsize}{4cm} |
21 | \newcommand{\disk}{flash storage} | 22 | \newcommand{\disk}{flash storage} |
22 | 23 | ||
diff --git a/manual/platform/ondiosp.tex b/manual/platform/ondiosp.tex index 17fe187b80..3c9e656ba9 100644 --- a/manual/platform/ondiosp.tex +++ b/manual/platform/ondiosp.tex | |||
@@ -17,6 +17,7 @@ | |||
17 | %For use when referring to the player. E.g. the \daps\ capacity ... | 17 | %For use when referring to the player. E.g. the \daps\ capacity ... |
18 | \newcommand{\daps}{player's} | 18 | \newcommand{\daps}{player's} |
19 | \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} | 19 | \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} |
20 | \newcommand{\firmwareextension}{\fname{ajz}} | ||
20 | \newcommand{\screenshotsize}{4cm} | 21 | \newcommand{\screenshotsize}{4cm} |
21 | \newcommand{\disk}{flash storage} | 22 | \newcommand{\disk}{flash storage} |
22 | 23 | ||
diff --git a/manual/platform/player.tex b/manual/platform/player.tex index 8222c4442a..e3c04eea13 100644 --- a/manual/platform/player.tex +++ b/manual/platform/player.tex | |||
@@ -18,6 +18,7 @@ | |||
18 | %For use when referring to the player. E.g. the \daps\ capacity ... | 18 | %For use when referring to the player. E.g. the \daps\ capacity ... |
19 | \newcommand{\daps}{player's} | 19 | \newcommand{\daps}{player's} |
20 | \newcommand{\firmwarefilename}{\fname{archos.mod}} | 20 | \newcommand{\firmwarefilename}{\fname{archos.mod}} |
21 | \newcommand{\firmwareextension}{\fname{mod}} | ||
21 | \newcommand{\screenshotsize}{4cm} | 22 | \newcommand{\screenshotsize}{4cm} |
22 | \newcommand{\disk}{hard disk} | 23 | \newcommand{\disk}{hard disk} |
23 | 24 | ||
diff --git a/manual/platform/recorder.tex b/manual/platform/recorder.tex index 3d3abcfa62..da86c63aa9 100644 --- a/manual/platform/recorder.tex +++ b/manual/platform/recorder.tex | |||
@@ -18,6 +18,7 @@ | |||
18 | %For use when referring to the player. E.g. the \daps\ capacity ... | 18 | %For use when referring to the player. E.g. the \daps\ capacity ... |
19 | \newcommand{\daps}{player's} | 19 | \newcommand{\daps}{player's} |
20 | \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} | 20 | \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} |
21 | \newcommand{\firmwareextension}{\fname{ajz}} | ||
21 | \newcommand{\screenshotsize}{4cm} | 22 | \newcommand{\screenshotsize}{4cm} |
22 | \newcommand{\disk}{hard disk} | 23 | \newcommand{\disk}{hard disk} |
23 | 24 | ||
diff --git a/manual/platform/recorderv2fm.tex b/manual/platform/recorderv2fm.tex index 936e06360e..5a38b29cd0 100644 --- a/manual/platform/recorderv2fm.tex +++ b/manual/platform/recorderv2fm.tex | |||
@@ -17,6 +17,7 @@ | |||
17 | %For use when referring to the player. E.g. the \daps\ capacity ... | 17 | %For use when referring to the player. E.g. the \daps\ capacity ... |
18 | \newcommand{\daps}{player's} | 18 | \newcommand{\daps}{player's} |
19 | \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} | 19 | \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} |
20 | \newcommand{\firmwareextension}{\fname{ajz}} | ||
20 | \newcommand{\screenshotsize}{4cm} | 21 | \newcommand{\screenshotsize}{4cm} |
21 | \newcommand{\disk}{hard disk} | 22 | \newcommand{\disk}{hard disk} |
22 | 23 | ||
diff --git a/manual/platform/x5.tex b/manual/platform/x5.tex index cf93d672cd..df8473c602 100644 --- a/manual/platform/x5.tex +++ b/manual/platform/x5.tex | |||
@@ -18,6 +18,7 @@ | |||
18 | %For use when referring to the player. E.g. the \daps\ capacity ... | 18 | %For use when referring to the player. E.g. the \daps\ capacity ... |
19 | \newcommand{\daps}{player's} | 19 | \newcommand{\daps}{player's} |
20 | \newcommand{\firmwarefilename}{\fname{rockbox.iaudio}} | 20 | \newcommand{\firmwarefilename}{\fname{rockbox.iaudio}} |
21 | \newcommand{\firmwareextension}{\fname{iaudio}} | ||
21 | \newcommand{\screenshotsize}{4cm} | 22 | \newcommand{\screenshotsize}{4cm} |
22 | \newcommand{\disk}{hard disk} | 23 | \newcommand{\disk}{hard disk} |
23 | 24 | ||
diff --git a/manual/plugins/text_editor.tex b/manual/plugins/text_editor.tex index aaa7f403de..04820e3fb9 100644 --- a/manual/plugins/text_editor.tex +++ b/manual/plugins/text_editor.tex | |||
@@ -1,4 +1,4 @@ | |||
1 | \subsection{Text Editor} | 1 | \subsection{\label{sec:text_editor}Text Editor} |
2 | This plugin allows you to view and edit simple text documents on your DAP. | 2 | This plugin allows you to view and edit simple text documents on your DAP. |
3 | You can view files by using \setting{Open with} from the | 3 | You can view files by using \setting{Open with} from the |
4 | \setting{Context Menu} (see \reference{ref:Contextmenu}). | 4 | \setting{Context Menu} (see \reference{ref:Contextmenu}). |