Move file formats table to its own file and add table environment (for html manual)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10412 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2006-08-02 17:21:38 +00:00
parent bdaac21086
commit 251e519985
2 changed files with 54 additions and 48 deletions

View file

@ -1,53 +1,7 @@
% $Id$ %
\appendix
\chapter{File formats}
\section{\label{ref:Supportedfileformats}Supported file formats}
\begin{center}
\begin{tabularx}{\textwidth}{lllX}\toprule
\textbf{Icon} & \textbf{File Type} & \textbf{Extension}
& \textbf{Action when selected} \\\midrule
\includegraphics[width=0.37cm]{appendix/images/icon-directory.png}
& Directory & \emph{none} & The browser enters that directory \\
\includegraphics[width=0.37cm]{appendix/images/icon-audio-file.png}
& Audio file &
\opt{MASCODEC}{mp3}\opt{SWCODEC}{\emph{various}}
& Rockbox takes you to the WPS and starts playing the file \\
\includegraphics[width=0.37cm]{appendix/images/icon-wav-file.png}
& Wave Audio File & \fname{.wav} & Play a WAV file \\%
\includegraphics[width=0.37cm]{appendix/images/icon-playlist.png}
& Playlist & \fname{.m3u} & Rockbox loads the playlist and starts playing
the first file \\
\includegraphics[width=0.37cm]{appendix/images/icon-rolo.png}
& Rockbox firmware &
\opt{player}{\fname{.mod}}\opt{recorder,recorderv2fm,ondiofm,ondiosp}{\fname{.ajz}}\opt{iriver}{\fname{.iriver}}\opt{ipod}{\fname{.ipod}}
& ROLO will load the new firmware \\
\includegraphics[width=0.37cm]{appendix/images/icon-wps.png}
& While Playing Screen & \fname{.wps} & The new WPS display configuration will be loaded \\
\includegraphics[width=0.37cm]{appendix/images/icon-lang.png}
& Language File & \fname{.lng} & Loads a language file \\
\includegraphics[width=0.37cm]{appendix/images/icon-text.png}
& Text File & \fname{.txt} & This will display the text file using Rockbox text browser plugin\\
\includegraphics[width=0.37cm]{appendix/images/icon-config.png}
& Configuration File & \fname{.cfg} & The settings file will be loaded\\
\includegraphics[width=0.37cm]{appendix/images/icon-font.png}
& Font & \fname{.fnt} & This font will replace the current one\\
\includegraphics[width=0.37cm]{appendix/images/icon-rock.png}
& Plugin & \fname{.rock} & Starts a Rockbox plugin\\
\opt{archos}{
\includegraphics[width=0.37cm]{appendix/images/icon-ucl.png}
& Flash Image & \fname{.ucl} & This Rockbox image will be flashed into the ROM \\
}
\includegraphics[width=0.37cm]{appendix/images/icon-chip8.png}
& Chip8 game & \fname{.ch8} & Play a Chip8 game \\
\includegraphics[width=0.37cm]{appendix/images/icon-image-file.png}
& Image & \fname{.jpg} & View a JPEG image \\
\opt{MASCODEC}{\opt{HAVE_LCD_BITMAP}{
\includegraphics[width=0.37cm]{appendix/images/icon-movie-file.png}
& Rockbox Video & \fname{.rvf} & View a movie (Rockbox format)\\}
}
\bottomrule
\end{tabularx}
\end{center}
\input{appendix/file_formats.tex}
\input{appendix/wps_tags.tex}

View file

@ -0,0 +1,52 @@
% $Id$ %
\chapter{File formats}
\section{\label{ref:Supportedfileformats}Supported file formats}
\begin{table}
\begin{center}
\begin{tabularx}{\textwidth}{lllX}\toprule
\textbf{Icon} & \textbf{File Type} & \textbf{Extension}
& \textbf{Action when selected} \\\midrule
\includegraphics[width=0.37cm]{appendix/images/icon-directory.png}
& Directory & \emph{none} & The browser enters that directory \\
\includegraphics[width=0.37cm]{appendix/images/icon-audio-file.png}
& Audio file &
\opt{MASCODEC}{mp3}\opt{SWCODEC}{\emph{various}}
& Rockbox takes you to the WPS and starts playing the file \\
\includegraphics[width=0.37cm]{appendix/images/icon-wav-file.png}
& Wave Audio File & \fname{.wav} & Play a WAV file \\%
\includegraphics[width=0.37cm]{appendix/images/icon-playlist.png}
& Playlist & \fname{.m3u} & Rockbox loads the playlist and starts playing
the first file \\
\includegraphics[width=0.37cm]{appendix/images/icon-rolo.png}
& Rockbox firmware &
\opt{player}{\fname{.mod}}\opt{recorder,recorderv2fm,ondiofm,ondiosp}{\fname{.ajz}}\opt{iriver}{\fname{.iriver}}\opt{ipod}{\fname{.ipod}}
& ROLO will load the new firmware \\
\includegraphics[width=0.37cm]{appendix/images/icon-wps.png}
& While Playing Screen & \fname{.wps} & The new WPS display configuration will be loaded \\
\includegraphics[width=0.37cm]{appendix/images/icon-lang.png}
& Language File & \fname{.lng} & Loads a language file \\
\includegraphics[width=0.37cm]{appendix/images/icon-text.png}
& Text File & \fname{.txt} & This will display the text file using Rockbox text browser plugin\\
\includegraphics[width=0.37cm]{appendix/images/icon-config.png}
& Configuration File & \fname{.cfg} & The settings file will be loaded\\
\includegraphics[width=0.37cm]{appendix/images/icon-font.png}
& Font & \fname{.fnt} & This font will replace the current one\\
\includegraphics[width=0.37cm]{appendix/images/icon-rock.png}
& Plugin & \fname{.rock} & Starts a Rockbox plugin\\
\opt{archos}{
\includegraphics[width=0.37cm]{appendix/images/icon-ucl.png}
& Flash Image & \fname{.ucl} & This Rockbox image will be flashed into the ROM \\
}
\includegraphics[width=0.37cm]{appendix/images/icon-chip8.png}
& Chip8 game & \fname{.ch8} & Play a Chip8 game \\
\includegraphics[width=0.37cm]{appendix/images/icon-image-file.png}
& Image & \fname{.jpg} & View a JPEG image \\
\opt{MASCODEC}{\opt{HAVE_LCD_BITMAP}{
\includegraphics[width=0.37cm]{appendix/images/icon-movie-file.png}
& Rockbox Video & \fname{.rvf} & View a movie (Rockbox format)\\}
}
\bottomrule
\end{tabularx}
\end{center}
\end{table}