xenocara/app/xfs
2010-01-17 20:49:46 +00:00
..
difs update to xfs 1.1.0. 2009-10-10 10:12:48 +00:00
doc update to xfs 1.1.0. 2009-10-10 10:12:48 +00:00
include update to xfs 1.1.0. 2009-10-10 10:12:48 +00:00
os update to xfs 1.1.0. 2009-10-10 10:12:48 +00:00
acinclude.m4 update to xfs 1.1.0. 2009-10-10 10:12:48 +00:00
aclocal.m4 regen 2010-01-17 20:49:46 +00:00
AUTHORS Importing from X.Org indiviual releases 2006-11-26 14:43:35 +00:00
ChangeLog update to xfs 1.1.0. 2009-10-10 10:12:48 +00:00
config.cpp update to xfs 1.1.0. 2009-10-10 10:12:48 +00:00
config.guess regen 2006-12-16 17:56:18 +00:00
config.sub regen 2006-12-16 17:56:18 +00:00
configure regen 2010-01-17 20:49:46 +00:00
configure.ac Use the new XORG_WITH_XMLTO macro in configure scripts and explicitely 2010-01-17 20:48:49 +00:00
COPYING update to xfs 1.1.0. 2009-10-10 10:12:48 +00:00
depcomp Importing from X.Org indiviual releases 2006-11-26 14:43:35 +00:00
INSTALL regenerate with OpenBSD autotools 2006-11-27 13:10:10 +00:00
install-sh Importing from X.Org indiviual releases 2006-11-26 14:43:35 +00:00
Makefile.am Fontcache is gone. 2009-10-31 17:05:32 +00:00
Makefile.bsd-wrapper Use the new XORG_WITH_XMLTO macro in configure scripts and explicitely 2010-01-17 20:48:49 +00:00
Makefile.in regen 2009-10-31 21:47:52 +00:00
missing Importing from X.Org indiviual releases 2006-11-26 14:43:35 +00:00
NEWS Importing from X.Org indiviual releases 2006-11-26 14:43:35 +00:00
README update to xfs 1.1.0. 2009-10-10 10:12:48 +00:00
xfs-config.h.in update to xfs 1.1.0. 2009-10-10 10:12:48 +00:00
xfs.def Importing from X.Org indiviual releases 2006-11-26 14:43:35 +00:00
xfs.man update to xfs 1.1.0. 2009-10-10 10:12:48 +00:00

All questions regarding this software should be directed at the
Xorg mailing list:

        http://lists.freedesktop.org/mailman/listinfo/xorg

Please submit bug reports to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/app/xfs

        http://cgit.freedesktop.org/xorg/app/xfs

For patch submission instructions, see:

	http://www.x.org/wiki/Development/Documentation/SubmittingPatches

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage

------------------------------------------------------------------------------

[The rest of these notes come from the original X11R5 implementation
 in 1991, and have been updated slightly for the xfs 1.1.0 modular release,
 but are otherwise a bit stale.]

Installation instructions for fontserver

1 - If you don't want to use the default config file location,
    run configure with the --with-default-config-file=path option to 
    point to the correct place.

    An example config file is in ./config

2 - modify the config file so the 'catalogue'
	parameter points to a set of valid font directories.

At this point the test programs should work.  Start the font server
	(xfs &) and try some tests.  Most of the clients take
	a command line switch of where to find the server, and
	FSlib understands the environment variable FONTSERVER.
	The format is the same as Xlib, (ie, hostname:server_number).

The doc directory contains various pieces of documentation on the font
server and associated software:

	xfs-design.xml	- DocBook source of fontserver design overview

Tested font formats:

The fontserver has been tested with PCF, Speedo, SNF and BDF formats.

Tested environments:

the fontserver and clients have been built & tested on SPARC running
4.x and a DECstation 3100 running V4.0.  it should work ok on any 32
bit UNIX w/ BSD sockets.

------------------------------------------------------------------------------