Some more tweaks to the ipod installation:
- introduce \download for easier linking to the download server
- fix some empty lines
- add a link on how to identify mini 1g/2g (FS#6372)
- change the ipodpatcher links from wiki to download server
- add first version of the file header to the preamble that should get added to all LaTeX sources later


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11886 a1c6a512-1295-4272-9138-f99709370657
diff --git a/manual/preamble.tex b/manual/preamble.tex
index af9fba9..999bcbf 100644
--- a/manual/preamble.tex
+++ b/manual/preamble.tex
@@ -1,3 +1,24 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%             __________               __   ___.
+%   Open      \______   \ ____   ____ |  | _\_ |__   _______  ___
+%   Source     |       _//  _ \_/ ___\|  |/ /| __ \ /  _ \  \/  /
+%   Jukebox    |    |   (  <_> )  \___|    < | \_\ (  <_> > <  <
+%   Firmware   |____|_  /\____/ \___  >__|_ \|___  /\____/__/\_ \
+%                     \/            \/     \/    \/            \/
+%                                   - M A N U A L -
+%
+% $Id$
+%
+% Copyright (C) 2006 The Rockbox Manual Team
+%
+% All files in this archive are subject to the GNU Free Documentation License
+% See the file COPYING-MANUAL in the source tree docs/ folder for full license
+% agreement.
+%
+% Contributors are listed in the file docs/CREDITS-MANUAL
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 \documentclass[a4paper,11pt]{scrreprt}
 \usepackage[latin1]{inputenc}
 \usepackage{palatino}
@@ -223,6 +244,12 @@
 
 \newcommand{\config}[1]{\texttt{#1}}
 
+% set link to download server
+% Usage: \download{bootloader/bootloader-ipodnano.ipod}
+%        gets expanded to 
+%        "http://download.rockbox.org/bootloader/bootloader-ipodnano.ipod"
+\newcommand{\download}[1]{\url{http://download.rockbox.org/#1}}
+
 % set link to the wiki.
 % Usage: \wikilink{WebHome}
 %        with "WebHome" being the wiki page name