annotate .svn/pristine/b3/b35afd1ff8209f5370c69b033029ad5565b76a8e.svn-base @ 1082:997f6d7738f7 bug_531

In repo controller entry action, show the page for the file even if it's binary (so user still has access to history etc links). This makes it possible to use the entry action as the default when a file is clicked on
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 22 Nov 2012 18:04:17 +0000
parents cbb26bc654de
children
rev   line source
Chris@909 1 -*-mode:text;-*-
Chris@909 2 $Id: INSTALL,v 1.1 2002/12/12 15:09:05 peterlin Exp $
Chris@909 3
Chris@909 4
Chris@909 5 Installing the Free UCS outline fonts
Chris@909 6 =====================================
Chris@909 7
Chris@909 8
Chris@909 9 These installation notes are supposed to provide a helpful guidance
Chris@909 10 through the process of installation of free UCS outline fonts. They
Chris@909 11 can probably be significantly improved. Please direct your comments,
Chris@909 12 suggestions for improvements, criticisms etc. to Primoz PETERLIN
Chris@909 13 <primoz.peterlin@biofiz.mf.uni-lj.si> and thus help improve them.
Chris@909 14
Chris@909 15
Chris@909 16 1. UNIX/GNU/Linux/BSD Systems
Chris@909 17
Chris@909 18 The rather awkward "UNIX/GNU/Linux/BSD" agglomeration is used to
Chris@909 19 denote any system capable of running XFree86 server with FreeType
Chris@909 20 <http://www.freetype.org/>, a high-quality free font rasterizer.
Chris@909 21
Chris@909 22 1.1 The rough way
Chris@909 23
Chris@909 24 Unfortunately, hardly any other way exists at the moment.
Chris@909 25
Chris@909 26 1) Fetch the freefont-ttf.tar.gz package with Free UCS outline fonts
Chris@909 27 in the TrueType format.
Chris@909 28
Chris@909 29 2) Unpack TrueType fonts into a suitable directory,
Chris@909 30 e.g. /usr/share/fonts/default/TrueType/.
Chris@909 31
Chris@909 32 3) If you have chosen any other directory, make sure the directory you
Chris@909 33 used to install the fonts is listed in the path searched by the X
Chris@909 34 Font Server. Append the directory to the "catalogue=" in the
Chris@909 35 /etc/X11/fs/config.
Chris@909 36
Chris@909 37 4) Run ttmkfdir in the directory where you unpacked the fonts.
Chris@909 38
Chris@909 39
Chris@909 40 1.2 Debian GNU/Linux
Chris@909 41
Chris@909 42 Users of Debian GNU/Linux system will probably want to use the
Chris@909 43 pre-packed Debian package, as available from the Debian site,
Chris@909 44 <http://packages.debian.org/unstable/x11/ttf-freefont.html>, or
Chris@909 45 any of its mirrors. You can install them by issuing the command
Chris@909 46
Chris@909 47 apt-get install ttf-freefont
Chris@909 48
Chris@909 49
Chris@909 50 2. Microsoft Windows 95/98/NT/2000/XP
Chris@909 51
Chris@909 52 To be written.
Chris@909 53
Chris@909 54
Chris@909 55 3. MacOS
Chris@909 56
Chris@909 57 To be written.