summaryrefslogtreecommitdiff
path: root/german
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-12-09 17:08:31 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-12-09 17:08:31 +0000
commit8e49e1638ff87587eeb1dcb14d17c42d8bd654ba (patch)
treec1ea6d182b5dceed4721328b7b765177071a48c5 /german
parentFix handling for DOS namespace. (diff)
This is Sun's version 5.1a of StarOffice, an office productivity suite
simular to Microsoft Office. PR: 14899 Submitted by: Darren Wiebe <dkwiebe@heartland.ab.ca> (reworked by me)
Notes
Notes: svn path=/head/; revision=23680
Diffstat (limited to 'german')
-rw-r--r--german/staroffice70/Makefile64
-rw-r--r--german/staroffice70/distinfo2
-rw-r--r--german/staroffice70/files/setup.patch19
-rw-r--r--german/staroffice70/files/soffice.patch47
-rw-r--r--german/staroffice70/pkg-comment1
-rw-r--r--german/staroffice70/pkg-descr4
-rw-r--r--german/staroffice70/pkg-message14
-rw-r--r--german/staroffice70/pkg-plist2538
8 files changed, 2689 insertions, 0 deletions
diff --git a/german/staroffice70/Makefile b/german/staroffice70/Makefile
new file mode 100644
index 000000000000..14cbc6f61544
--- /dev/null
+++ b/german/staroffice70/Makefile
@@ -0,0 +1,64 @@
+# New ports collection makefile for: StarOffice 5.1a
+# Version required: 5.1a
+# Date created: 30 October 1999
+# Whom: dkwiebe
+#
+# $FreeBSD$
+#
+
+DISTNAME= so51a_lnx_01
+PKGNAME= staroffice-5.1a
+CATEGORIES= editors
+MASTER_SITES= "" # manual fetch
+EXTRACT_SUFX= .tar
+
+PATCH_SITES= ftp://ftp.hagenhomes.com/pub/ \
+ ftp://ftp.stat.duke.edu/pub/~sto/StarOffice51a/ \
+ ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
+ ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/
+PATCHFILES= applicat.rdb libofa517li.so libsdb517li.so
+
+RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
+ ${PREFIX}/bin/unzip:${PORTSDIR}/archivers/unzip
+
+MAINTAINER= dkiwebe@hagenhomes.com
+
+ONLY_FOR_ARCHS= i386
+NO_CDROM= 'Must be downloaded direct from Sun via www interface'
+IS_INTERACTIVE= yes
+NO_BUILD= yes
+WRKSRC= ${WRKDIR}/so51inst
+
+.if !exists(${DISTDIR}/${DISTFILES})
+IGNORE="Please manually download ${DISTFILES} from www.sun.com/staroffice or copy them from your Sun StarOffice CDROM. Put ${DISTFILES} into the directory ${DISTDIR} and run make again."
+.endif
+
+post-configure:
+ ${PERL} -pi.orig -e 's/DefaultDestPath = "Office51";/DefaultDestPath = "${PREFIX}/Office51";/' ${WRKSRC}/office51/setup.ins
+
+do-install:
+ unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
+ ${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
+ ${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
+ PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
+ LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
+ /usr/compat/linux/sbin/ldconfig
+ ${CP} ${PKGDIR}/.sversionrc /root
+ ${TOUCH} ${WRKDIR}/.install-done
+ ${CAT} ${PKGDIR}/MESSAGE
+ ${WRKDIR}/so51inst/office51/setup /net
+
+post-install:
+ ${INSTALL_DATA} ${DISTDIR}/applicat.rdb ${PREFIX}/Office51/bin
+ ${INSTALL_DATA} ${DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
+ ${INSTALL_DATA} ${DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
+ ${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
+ ${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
+ ${PATCH} ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
+ ${PATCH} ${PREFIX}/Office51/instdb.ins ${FILESDIR}/instdb.ins.patch
+ ${PATCH} ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
+
+install-user:
+ ${PREFIX}/Office51/bin/setup
+
+.include <bsd.port.mk>
diff --git a/german/staroffice70/distinfo b/german/staroffice70/distinfo
new file mode 100644
index 000000000000..9d05fa5dd375
--- /dev/null
+++ b/german/staroffice70/distinfo
@@ -0,0 +1,2 @@
+MD5 (so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
+MD5 (applicat.rdb) = 963432192fb13ee5fd39578becf614c3
diff --git a/german/staroffice70/files/setup.patch b/german/staroffice70/files/setup.patch
new file mode 100644
index 000000000000..e48ed36061ea
--- /dev/null
+++ b/german/staroffice70/files/setup.patch
@@ -0,0 +1,19 @@
+*** setup.orig Mon Aug 23 23:11:00 1999
+--- setup Tue Oct 26 16:48:18 1999
+***************
+*** 25,31 ****
+ LD_LIBRARY_PATH=.:/usr/openwin/lib:../lib
+ export LD_LIBRARY_PATH
+ ;;
+! Linux)
+ LD_LIBRARY_PATH=.:../lib:$LD_LIBRARY_PATH
+ export LD_LIBRARY_PATH
+ ;;
+--- 25,31 ----
+ LD_LIBRARY_PATH=.:/usr/openwin/lib:../lib
+ export LD_LIBRARY_PATH
+ ;;
+! Linux|FreeBSD)
+ LD_LIBRARY_PATH=.:../lib:$LD_LIBRARY_PATH
+ export LD_LIBRARY_PATH
+ ;;
diff --git a/german/staroffice70/files/soffice.patch b/german/staroffice70/files/soffice.patch
new file mode 100644
index 000000000000..8350349b9fb5
--- /dev/null
+++ b/german/staroffice70/files/soffice.patch
@@ -0,0 +1,47 @@
+*** soffice.orig Tue Oct 26 16:57:20 1999
+--- soffice Tue Oct 26 17:00:15 1999
+***************
+*** 15,26 ****
+ # resolve installation directory
+ sd_platform=`uname -s`
+ case $sd_platform in
+! SCO_SV) test=/bin/test ;;
+! *) test=/usr/bin/test ;;
+ esac
+
+ sd_cwd="`pwd`"
+! if $test -L "$0" ; then
+ sd_basename=`basename $0`
+ sd_script=`ls -l $0 | sed "s/.*${sd_basename} -> //g"`
+ else
+--- 15,27 ----
+ # resolve installation directory
+ sd_platform=`uname -s`
+ case $sd_platform in
+! FreeBSD) test=/bin/test && symb="-h" ;;
+! SCO_SV) test=/bin/test && symb="-L" ;;
+! *) test=/usr/bin/test && symb="-L" ;;
+ esac
+
+ sd_cwd="`pwd`"
+! if $test $symb "$0" ; then
+ sd_basename=`basename $0`
+ sd_script=`ls -l $0 | sed "s/.*${sd_basename} -> //g"`
+ else
+***************
+*** 68,74 ****
+ export LD_LIBRARYN32_PATH
+ ;;
+
+! Linux)
+ LD_LIBRARY_PATH="$sd_inst/lib":$LD_LIBRARY_PATH
+ export LD_LIBRARY_PATH
+ ;;
+--- 69,75 ----
+ export LD_LIBRARYN32_PATH
+ ;;
+
+! Linux|FreeBSD)
+ LD_LIBRARY_PATH="$sd_inst/lib":$LD_LIBRARY_PATH
+ export LD_LIBRARY_PATH
+ ;;
diff --git a/german/staroffice70/pkg-comment b/german/staroffice70/pkg-comment
new file mode 100644
index 000000000000..7c6d1b73d17a
--- /dev/null
+++ b/german/staroffice70/pkg-comment
@@ -0,0 +1 @@
+Integrated wordprocessor/dbase/spreadheet/drawing/chart/browser
diff --git a/german/staroffice70/pkg-descr b/german/staroffice70/pkg-descr
new file mode 100644
index 000000000000..abf147ec93dd
--- /dev/null
+++ b/german/staroffice70/pkg-descr
@@ -0,0 +1,4 @@
+StarOffice 5.1 is a suite of office productivity applications containing
+a word processor, spreadsheet, graphics and presentation, image
+manipulation, and charting. StarOffice offers the ability to read and
+write Microsoft Office files.
diff --git a/german/staroffice70/pkg-message b/german/staroffice70/pkg-message
new file mode 100644
index 000000000000..154a03ebc08e
--- /dev/null
+++ b/german/staroffice70/pkg-message
@@ -0,0 +1,14 @@
+StarOffice 5.1a (Sun Version) Personal Install How-To
+
+Written By:
+Darren Wiebe
+dkwiebe@hagenhomes.com
+
+You will very shortly be done a network install of
+StarOffice 5.1a. Once that is done run "make post-install".
+ Once that is done exit X11 and run it again as
+the user that you usually use. Then run
+"make install-user" and do a standard workstation
+install. It will now be ready to use.
+
+Good Luck
diff --git a/german/staroffice70/pkg-plist b/german/staroffice70/pkg-plist
new file mode 100644
index 000000000000..8ef9ae643146
--- /dev/null
+++ b/german/staroffice70/pkg-plist
@@ -0,0 +1,2538 @@
+01_hyph.dat
+01_spell.dat
+01_thes.dat
+44_hyph.dat
+44_spell.dat
+44_thes.dat
+49_hyph.dat
+49_spell.dat
+49_thes.dat
+Desktop/psetup.url
+Desktop/mail.url
+Desktop/staroffi.url
+Desktop/sun.url
+Desktop/tasks.url
+Desktop/events.url
+Desktop/writer.url
+Desktop/web.url
+Desktop/impress.url
+Desktop/calc.url
+Desktop/draw.url
+LICENSE
+README
+autotext/acor1033.dat
+autotext/signatur.bau
+autotext/standard.bau
+autotext/template.bau
+basic/init.sbl
+basic/letterwi.sbl
+basic/internet.sbl
+basic/createre.sbl
+basic/dbhandle.sbl
+basic/formedit.sbl
+basic/formwiza.sbl
+basic/gimmicks.sbl
+basic/querywiz.sbl
+basic/reportwi.sbl
+basic/tablewiz.sbl
+basic/template.sbl
+basic/tools.sbl
+basic/webwizar.sbl
+basic/ssprint.sbl
+basic/schedule.sbl
+basic/gridwiza.sbl
+basic/combowiz.sbl
+basic/soffice.new
+basic/ssfuncs.sbl
+basic/groupwiz.sbl
+basic/importwi.sbl
+bin/setup.log
+bin/swslots.tlb
+bin/wswslots.tlb
+bin/vcl51701.res
+bin/setup
+bin/ofaslots.tlb
+bin/sfxslots.tlb
+bin/oic51701.res
+bin/spadmin
+bin/spadmin.bin
+bin/jvmsetup
+bin/jvmsetup.bin
+bin/iwz51701.res
+bin/jvm51701.res
+bin/dmn51701.res
+bin/javaldx
+bin/dbw51701.res
+bin/svxslots.tlb
+bin/set51701.res
+bin/soffice
+bin/cha51701.res
+bin/hlp51701.res
+bin/svt51701.res
+bin/svx51701.res
+bin/sw51701.res
+bin/iso51701.res
+bin/ofa51701.res
+bin/sba51701.res
+bin/sd51701.res
+bin/sdb51701.res
+bin/sfx51701.res
+bin/soffice.bin
+bin/setup.bin
+bin/do51701.res
+bin/sdtslots.tlb
+bin/gal51701.res
+bin/sj51701.res
+bin/san51701.res
+bin/so5dbt.dll
+bin/applicat.rdb
+bin/tfu51701.res
+bin/spa51701.res
+bin/pluginapp.bin
+bin/rts51701.res
+bin/asv51701.res
+bin/installs.scr
+bin/sfax.bin
+bin/sc51701.res
+bin/scslots.tlb
+bin/sdslots.tlb
+bin/sdgslots.tlb
+bin/smslots.tlb
+bin/sm51701.res
+bin/schslots.tlb
+bin/sch51701.res
+bin/sim51701.res
+bin/simslots.tlb
+bin/ss51701.res
+bin/eps51701.res
+bin/epb51701.res
+bin/epg51701.res
+bin/epp51701.res
+bin/egi51701.res
+bin/icd51701.res
+bin/ept51701.res
+bin/eme51701.res
+bin/epn51701.res
+bin/sorc
+bookmark/Fun & More/amazon.url
+bookmark/Fun & More/dilbert.url
+bookmark/Fun & More/imdb.url
+bookmark/Fun & More/people.url
+bookmark/Fun & More/tv-now.url
+bookmark/Fun & More/webcam.url
+bookmark/Information/cnn.url
+bookmark/Information/currconv.url
+bookmark/Information/fool.url
+bookmark/Information/intlphon.url
+bookmark/Information/phonsrch.url
+bookmark/Information/stocks.url
+bookmark/Information/weather.url
+bookmark/Information/zdnet.url
+bookmark/Information/zip-code.url
+bookmark/Internet/acronyms.url
+bookmark/Internet/cliparts.url
+bookmark/Internet/howtodo.url
+bookmark/Internet/htmlmanl.url
+bookmark/Internet/smiley.url
+bookmark/Internet/textures.url
+bookmark/Java/boutique.url
+bookmark/Java/jars.url
+bookmark/Java/javasoft.url
+bookmark/Java/jconsole.url
+bookmark/Java/jsetupix.url
+bookmark/Java/jsystem.url
+bookmark/nsbook.url
+bookmark/staroffi.url
+bookmark/sun.url
+bookmark/Travel/amtrak.url
+bookmark/Travel/city-net.url
+bookmark/Travel/greyhnd.url
+bookmark/Travel/webtrip.url
+cde/staroffice.dt
+cde/soffice1.fp
+config/help/desktop.01
+config/help/scalc.01
+config/help/schart.01
+config/help/schedule.01
+config/help/sdraw.01
+config/help/simpress.01
+config/help/smath.01
+config/help/swriter.01
+config/help/simage.01
+config/help/sbasic.01
+config/symbol/sc00000.bmp
+config/symbol/sc05300.bmp
+config/symbol/sc05302.bmp
+config/symbol/sc05325.bmp
+config/symbol/sc05331.bmp
+config/symbol/sc05338.bmp
+config/symbol/sc05339.bmp
+config/symbol/sc05361.bmp
+config/symbol/sc05362.bmp
+config/symbol/sc05363.bmp
+config/symbol/sc05364.bmp
+config/symbol/sc05365.bmp
+config/symbol/sc05366.bmp
+config/symbol/sc05367.bmp
+config/symbol/sc05368.bmp
+config/symbol/sc05369.bmp
+config/symbol/sc05370.bmp
+config/symbol/sc05371.bmp
+config/symbol/sc05373.bmp
+config/symbol/sc05374.bmp
+config/symbol/sc05375.bmp
+config/symbol/sc05377.bmp
+config/symbol/sc05381.bmp
+config/symbol/sc05382.bmp
+config/symbol/sc05383.bmp
+config/symbol/sc05384.bmp
+config/symbol/sc05386.bmp
+config/symbol/sc05387.bmp
+config/symbol/sc05401.bmp
+config/symbol/sc05402.bmp
+config/symbol/sc05410.bmp
+config/symbol/sc05411.bmp
+config/symbol/sc05412.bmp
+config/symbol/sc05413.bmp
+config/symbol/sc05414.bmp
+config/symbol/sc05415.bmp
+config/symbol/sc05500.bmp
+config/symbol/sc05501.bmp
+config/symbol/sc05502.bmp
+config/symbol/sc05503.bmp
+config/symbol/sc05504.bmp
+config/symbol/sc05505.bmp
+config/symbol/sc05508.bmp
+config/symbol/sc05509.bmp
+config/symbol/sc05532.bmp
+config/symbol/sc05533.bmp
+config/symbol/sc05535.bmp
+config/symbol/sc05537.bmp
+config/symbol/sc05538.bmp
+config/symbol/sc05539.bmp
+config/symbol/sc05552.bmp
+config/symbol/sc05555.bmp
+config/symbol/sc05556.bmp
+config/symbol/sc05561.bmp
+config/symbol/sc05563.bmp
+config/symbol/sc05595.bmp
+config/symbol/sc05596.bmp
+config/symbol/sc05624.bmp
+config/symbol/sc05646.bmp
+config/symbol/sc05647.bmp
+config/symbol/sc05648.bmp
+config/symbol/sc05649.bmp
+config/symbol/sc05650.bmp
+config/symbol/sc05651.bmp
+config/symbol/sc05672.bmp
+config/symbol/sc05673.bmp
+config/symbol/sc05675.bmp
+config/symbol/sc05694.bmp
+config/symbol/sc05700.bmp
+config/symbol/sc05701.bmp
+config/symbol/sc05702.bmp
+config/symbol/sc05710.bmp
+config/symbol/sc05711.bmp
+config/symbol/sc05712.bmp
+config/symbol/sc05713.bmp
+config/symbol/sc05723.bmp
+config/symbol/sc05800.bmp
+config/symbol/sc05801.bmp
+config/symbol/sc05802.bmp
+config/symbol/sc05904.bmp
+config/symbol/sc05905.bmp
+config/symbol/sc05906.bmp
+config/symbol/sc05951.bmp
+config/symbol/sc05952.bmp
+config/symbol/sc05953.bmp
+config/symbol/sc05954.bmp
+config/symbol/sc05955.bmp
+config/symbol/sc05956.bmp
+config/symbol/sc05957.bmp
+config/symbol/sc05958.bmp
+config/symbol/sc05959.bmp
+config/symbol/sc05960.bmp
+config/symbol/sc05961.bmp
+config/symbol/sc05962.bmp
+config/symbol/sc05963.bmp
+config/symbol/sc06300.bmp
+config/symbol/sc06301.bmp
+config/symbol/sc06302.bmp
+config/symbol/sc06303.bmp
+config/symbol/sc06304.bmp
+config/symbol/sc06305.bmp
+config/symbol/sc06306.bmp
+config/symbol/sc06308.bmp
+config/symbol/sc06309.bmp
+config/symbol/sc06312.bmp
+config/symbol/sc06313.bmp
+config/symbol/sc06314.bmp
+config/symbol/sc06315.bmp
+config/symbol/sc06318.bmp
+config/symbol/sc06330.bmp
+config/symbol/sc06331.bmp
+config/symbol/sc06332.bmp
+config/symbol/sc06333.bmp
+config/symbol/sc06334.bmp
+config/symbol/sc06335.bmp
+config/symbol/sc06336.bmp
+config/symbol/sc06337.bmp
+config/symbol/sc06338.bmp
+config/symbol/sc06339.bmp
+config/symbol/sc06350.bmp
+config/symbol/sc06351.bmp
+config/symbol/sc06352.bmp
+config/symbol/sc06353.bmp
+config/symbol/sc06354.bmp
+config/symbol/sc06355.bmp
+config/symbol/sc06356.bmp
+config/symbol/sc06357.bmp
+config/symbol/sc06362.bmp
+config/symbol/sc06363.bmp
+config/symbol/sc06364.bmp
+config/symbol/sc06370.bmp
+config/symbol/sc06377.bmp
+config/symbol/sc06379.bmp
+config/symbol/sc06384.bmp
+config/symbol/sc06522.bmp
+config/symbol/sc10000.bmp
+config/symbol/sc10006.bmp
+config/symbol/sc10007.bmp
+config/symbol/sc10008.bmp
+config/symbol/sc10009.bmp
+config/symbol/sc10010.bmp
+config/symbol/sc10012.bmp
+config/symbol/sc10013.bmp
+config/symbol/sc10014.bmp
+config/symbol/sc10015.bmp
+config/symbol/sc10016.bmp
+config/symbol/sc10017.bmp
+config/symbol/sc10028.bmp
+config/symbol/sc10029.bmp
+config/symbol/sc10030.bmp
+config/symbol/sc10031.bmp
+config/symbol/sc10035.bmp
+config/symbol/sc10036.bmp
+config/symbol/sc10045.bmp
+config/symbol/sc10050.bmp
+config/symbol/sc10055.bmp
+config/symbol/sc10087.bmp
+config/symbol/sc10096.bmp
+config/symbol/sc10097.bmp
+config/symbol/sc10098.bmp
+config/symbol/sc10099.bmp
+config/symbol/sc10100.bmp
+config/symbol/sc10101.bmp
+config/symbol/sc10102.bmp
+config/symbol/sc10103.bmp
+config/symbol/sc10104.bmp
+config/symbol/sc10105.bmp
+config/symbol/sc10106.bmp
+config/symbol/sc10109.bmp
+config/symbol/sc10110.bmp
+config/symbol/sc10112.bmp
+config/symbol/sc10114.bmp
+config/symbol/sc10115.bmp
+config/symbol/sc10116.bmp
+config/symbol/sc10117.bmp
+config/symbol/sc10118.bmp
+config/symbol/sc10119.bmp
+config/symbol/sc10120.bmp
+config/symbol/sc10121.bmp
+config/symbol/sc10122.bmp
+config/symbol/sc10123.bmp
+config/symbol/sc10124.bmp
+config/symbol/sc10125.bmp
+config/symbol/sc10126.bmp
+config/symbol/sc10127.bmp
+config/symbol/sc10128.bmp
+config/symbol/sc10129.bmp
+config/symbol/sc10130.bmp
+config/symbol/sc10131.bmp
+config/symbol/sc10132.bmp
+config/symbol/sc10133.bmp
+config/symbol/sc10134.bmp
+config/symbol/sc10135.bmp
+config/symbol/sc10136.bmp
+config/symbol/sc10137.bmp
+config/symbol/sc10138.bmp
+config/symbol/sc10139.bmp
+config/symbol/sc10140.bmp
+config/symbol/sc10141.bmp
+config/symbol/sc10142.bmp
+config/symbol/sc10143.bmp
+config/symbol/sc10144.bmp
+config/symbol/sc10145.bmp
+config/symbol/sc10146.bmp
+config/symbol/sc10147.bmp
+config/symbol/sc10148.bmp
+config/symbol/sc10150.bmp
+config/symbol/sc10151.bmp
+config/symbol/sc10152.bmp
+config/symbol/sc10153.bmp
+config/symbol/sc10154.bmp
+config/symbol/sc10155.bmp
+config/symbol/sc10156.bmp
+config/symbol/sc10157.bmp
+config/symbol/sc10158.bmp
+config/symbol/sc10159.bmp
+config/symbol/sc10160.bmp
+config/symbol/sc10161.bmp
+config/symbol/sc10162.bmp
+config/symbol/sc10163.bmp
+config/symbol/sc10164.bmp
+config/symbol/sc10185.bmp
+config/symbol/sc10186.bmp
+config/symbol/sc10187.bmp
+config/symbol/sc10188.bmp
+config/symbol/sc10189.bmp
+config/symbol/sc10190.bmp
+config/symbol/sc10191.bmp
+config/symbol/sc10192.bmp
+config/symbol/sc10193.bmp
+config/symbol/sc10194.bmp
+config/symbol/sc10195.bmp
+config/symbol/sc10196.bmp
+config/symbol/sc10197.bmp
+config/symbol/sc10199.bmp
+config/symbol/sc10200.bmp
+config/symbol/sc10201.bmp
+config/symbol/sc10217.bmp
+config/symbol/sc10223.bmp
+config/symbol/sc10224.bmp
+config/symbol/sc10231.bmp
+config/symbol/sc10232.bmp
+config/symbol/sc10233.bmp
+config/symbol/sc10240.bmp
+config/symbol/sc10241.bmp
+config/symbol/sc10242.bmp
+config/symbol/sc10243.bmp
+config/symbol/sc10244.bmp
+config/symbol/sc10253.bmp
+config/symbol/sc10254.bmp
+config/symbol/sc10255.bmp
+config/symbol/sc10256.bmp
+config/symbol/sc10282.bmp
+config/symbol/sc10283.bmp
+config/symbol/sc10286.bmp
+config/symbol/sc10287.bmp
+config/symbol/sc10294.bmp
+config/symbol/sc10295.bmp
+config/symbol/sc10296.bmp
+config/symbol/sc10297.bmp
+config/symbol/sc10301.bmp
+config/symbol/sc10350.bmp
+config/symbol/sc10360.bmp
+config/symbol/sc10366.bmp
+config/symbol/sc10371.bmp
+config/symbol/sc10375.bmp
+config/symbol/sc10376.bmp
+config/symbol/sc10378.bmp
+config/symbol/sc10379.bmp
+config/symbol/sc10380.bmp
+config/symbol/sc10381.bmp
+config/symbol/sc10382.bmp
+config/symbol/sc10383.bmp
+config/symbol/sc10384.bmp
+config/symbol/sc10385.bmp
+config/symbol/sc10386.bmp
+config/symbol/sc10387.bmp
+config/symbol/sc10388.bmp
+config/symbol/sc10389.bmp
+config/symbol/sc10390.bmp
+config/symbol/sc10391.bmp
+config/symbol/sc10393.bmp
+config/symbol/sc10394.bmp
+config/symbol/sc10395.bmp
+config/symbol/sc10396.bmp
+config/symbol/sc10397.bmp
+config/symbol/sc10398.bmp
+config/symbol/sc10399.bmp
+config/symbol/sc10401.bmp
+config/symbol/sc10402.bmp
+config/symbol/sc10403.bmp
+config/symbol/sc10434.bmp
+config/symbol/sc10458.bmp
+config/symbol/sc10461.bmp
+config/symbol/sc10462.bmp
+config/symbol/sc10463.bmp
+config/symbol/sc10464.bmp
+config/symbol/sc10465.bmp
+config/symbol/sc10503.bmp
+config/symbol/sc12021.bmp
+config/symbol/sc12201.bmp
+config/symbol/sc12202.bmp
+config/symbol/sc12203.bmp
+config/symbol/sc12204.bmp
+config/symbol/sc12212.bmp
+config/symbol/sc12221.bmp
+config/symbol/sc12222.bmp
+config/symbol/sc12223.bmp
+config/symbol/sc12224.bmp
+config/symbol/sc12225.bmp
+config/symbol/sc12226.bmp
+config/symbol/sc12227.bmp
+config/symbol/sc12228.bmp
+config/symbol/sc12229.bmp
+config/symbol/sc12230.bmp
+config/symbol/sc12231.bmp
+config/symbol/sc12232.bmp
+config/symbol/sc12234.bmp
+config/symbol/sc14780.bmp
+config/symbol/sc14781.bmp
+config/symbol/sc14785.bmp
+config/symbol/sc14786.bmp
+config/symbol/sc21050.bmp
+config/symbol/sc21051.bmp
+config/symbol/sc21060.bmp
+config/symbol/sc21061.bmp
+config/symbol/sc21062.bmp
+config/symbol/sc21070.bmp
+config/symbol/sc21080.bmp
+config/symbol/sc21100.bmp
+config/symbol/sc21101.bmp
+config/symbol/sc21102.bmp
+config/symbol/sc21103.bmp
+config/symbol/sc21104.bmp
+config/symbol/sc21105.bmp
+config/symbol/sc21110.bmp
+config/symbol/sc21111.bmp
+config/symbol/sc21120.bmp
+config/symbol/sc21121.bmp
+config/symbol/sc21130.bmp
+config/symbol/sc21140.bmp
+config/symbol/sc21141.bmp
+config/symbol/sc21142.bmp
+config/symbol/sc21150.bmp
+config/symbol/sc21160.bmp
+config/symbol/sc21170.bmp
+config/symbol/sc21180.bmp
+config/symbol/sc21190.bmp
+config/symbol/sc21200.bmp
+config/symbol/sc21210.bmp
+config/symbol/sc21220.bmp
+config/symbol/sc21230.bmp
+config/symbol/sc21240.bmp
+config/symbol/sc21250.bmp
+config/symbol/sc27030.bmp
+config/symbol/sc27065.bmp
+config/symbol/sc27066.bmp
+config/symbol/sc27067.bmp
+config/symbol/sc30000.bmp
+config/symbol/sc30002.bmp
+config/symbol/sc30003.bmp
+config/symbol/sc30004.bmp
+config/symbol/sc30005.bmp
+config/symbol/sc30007.bmp
+config/symbol/sc30008.bmp
+config/symbol/sc30009.bmp
+config/symbol/sc30010.bmp
+config/symbol/sc30011.bmp
+config/symbol/sc30012.bmp
+config/symbol/sc30770.bmp
+config/symbol/sc30773.bmp
+config/symbol/sc30774.bmp
+config/symbol/sc30782.bmp
+config/symbol/sc6377.bmp
+config/symbol/scbullet.bmp
+config/symbol/scnumb.bmp
+config/symbol/sco161.bmp
+config/symbol/sco261.bmp
+config/symbol/sco262.bmp
+config/symbol/sortd.bmp
+config/symbol/sortu.bmp
+config/symbol/u_high.bmp
+config/symbol/u_low.bmp
+config/symbol/u_normal.bmp
+config/start/_50_prog.url
+config/start/_65_set.url
+config/start/_75_exec.url
+config/start/_15_mail.url
+config/start/_45_sep.url
+config/start/_55_book.url
+config/start/_60_doc.url
+config/start/_68_find.url
+config/start/_30_more.url
+config/start/_70_help.url
+config/start/_05_text.url
+config/start/_10_sprd.url
+config/start/_20_pres.url
+config/start/_25_draw.url
+config/alarm.wav
+config/arrowhd.soe
+config/autotbl.fmt
+config/classic.sog
+config/cmyk.soc
+config/dbbusin.def
+config/dbpriv.def
+config/gpm.ini
+config/hatching.soh
+config/labels.ini
+config/modern.sog
+config/palette.soc
+config/psetup.xpm
+config/psetupl.xpm
+config/srcheng.ini
+config/ssimport.ini
+config/ssprsize.ini
+config/standard.sob
+config/standard.soc
+config/standard.sod
+config/styles.sod
+config/standard.soe
+config/standard.sog
+config/standard.soh
+config/starmath.sms
+config/web.soc
+config/groups/bookmark.url
+config/groups/explorer.url
+config/groups/tasks.url
+config/groups/work.url
+config/new/_50_sep.url
+config/new/_75_tpl.url
+config/new/_35_mail.url
+config/new/_40_fram.url
+config/new/_48_data.url
+config/new/_05_text.url
+config/new/_30_html.url
+config/new/_45_mstr.url
+config/new/_25_sep.url
+config/new/_10_sprd.url
+config/new/_15_pres.url
+config/new/_20_draw.url
+config/new/_70_sep.url
+config/new/_65_for.url
+config/new/_55_chrt.url
+config/new/_60_img.url
+config/settings/_10_prin.url
+config/more/_10_fram.url
+config/more/_18_data.url
+config/more/_20_sep.url
+config/more/_40_sep.url
+config/more/_45_tpl.url
+config/more/_05_html.url
+config/more/_15_mstr.url
+config/more/_35_for.url
+config/more/_25_chrt.url
+config/more/_30_img.url
+config/tasks/dbase.url
+config/tasks/frameset.url
+config/tasks/mail.url
+config/tasks/writer.url
+config/tasks/global.url
+config/tasks/html.url
+config/tasks/calc.url
+config/tasks/impress.url
+config/tasks/draw.url
+config/tasks/formula.url
+config/tasks/chart.url
+config/tasks/image.url
+config/wizard/_50_tabl.url
+config/wizard/_55_rprt.url
+config/wizard/_60_form.url
+config/wizard/_65_qury.url
+config/wizard/_70_sep.url
+config/wizard/_75_msi.url
+config/wizard/_80_iset.url
+config/wizard/_05_lttr.url
+config/wizard/_10_fax.url
+config/wizard/_15_agnd.url
+config/wizard/_20_memo.url
+config/wizard/_25_sep.url
+config/wizard/_40_web.url
+config/wizard/_45_sep.url
+config/wizard/_30_pres.url
+config/wizard/_35_sep.url
+config/desk_bck.gif
+config/base_bck.gif
+config/mydocs.gif
+config/cmponent.ini
+config/hlpagent.ini
+config/writ_bck.gif
+config/defcal.txt
+config/defuser.txt
+config/helpmenu/h100002.url
+config/helpmenu/h100008.url
+config/helpmenu/h100018.url
+config/helpmenu/h100020.url
+config/helpmenu/h100127.url
+config/helpmenu/h100009.url
+config/helpmenu/h100011.url
+config/helpmenu/h100016.url
+config/helpmenu/h100135.url
+config/convert.ini
+config/calc_bck.gif
+config/impr_bck.gif
+config/draw_bck.gif
+config/math_bck.gif
+config/sshelp.hid
+database/address.dbf
+database/address.dbt
+deinstall-kde
+explorer/address.sdb
+explorer/bookmark.url
+explorer/work.url
+explorer/samples.url
+explorer/Samples/Formulas/Annuities.smf
+explorer/Samples/Formulas/Cauchy.smf
+explorer/Samples/Formulas/ChemicalElement.smf
+explorer/Samples/Formulas/DefinitionStraightLine.smf
+explorer/Samples/Formulas/EffectiveAnnualInterestRate.smf
+explorer/Samples/Formulas/HamiltonOperator.smf
+explorer/Samples/Formulas/InvestmentReturns.smf
+explorer/Samples/Formulas/LawOfErrorPropagation.smf
+explorer/Samples/Formulas/Limes.smf
+explorer/Samples/Formulas/LinearRegression.smf
+explorer/Samples/Formulas/Maxwell.smf
+explorer/Samples/Formulas/ScalarProduct.smf
+explorer/Samples/Formulas/Sinus.smf
+explorer/Samples/Formulas/SquareRoot.smf
+explorer/Samples/Formulas/StandardDeviation.smf
+explorer/Samples/Formulas/VectorProduct.smf
+explorer/Samples/TextDocuments/Brochure.sdw
+explorer/Samples/TextDocuments/Chapters/Chapter1.sdw
+explorer/Samples/TextDocuments/Chapters/Chapter2.sdw
+explorer/Samples/TextDocuments/Chapters/Chapter3.sdw
+explorer/Samples/TextDocuments/Chapters/Glass.jpg
+explorer/Samples/TextDocuments/Chapters/Ham.jpg
+explorer/Samples/TextDocuments/Chapters/Strwbrry.jpg
+explorer/Samples/TextDocuments/Chapters/Tennis.jpg
+explorer/Samples/TextDocuments/Chapters/Villa1.jpg
+explorer/Samples/TextDocuments/Chapters/Villa2.jpg
+explorer/Samples/TextDocuments/CoverLetter.sdw
+explorer/Samples/TextDocuments/Flyers.sdw
+explorer/Samples/TextDocuments/Games.sdw
+explorer/Samples/TextDocuments/IceCreamMenu.sdw
+explorer/Samples/TextDocuments/Invitation.sdw
+explorer/Samples/TextDocuments/JobAd.sdw
+explorer/Samples/TextDocuments/LostDogNotice.sdw
+explorer/Samples/TextDocuments/Book.sgl
+explorer/Samples/TextDocuments/Homepage/about.gif
+explorer/Samples/TextDocuments/Homepage/about.html
+explorer/Samples/TextDocuments/Homepage/abouto.gif
+explorer/Samples/TextDocuments/Homepage/backgrnd.jpg
+explorer/Samples/TextDocuments/Homepage/bar.gif
+explorer/Samples/TextDocuments/Homepage/contact.gif
+explorer/Samples/TextDocuments/Homepage/contact.html
+explorer/Samples/TextDocuments/Homepage/contacto.gif
+explorer/Samples/TextDocuments/Homepage/coop.html
+explorer/Samples/TextDocuments/Homepage/empty.html
+explorer/Samples/TextDocuments/Homepage/hole.gif
+explorer/Samples/TextDocuments/Homepage/home.gif
+explorer/Samples/TextDocuments/Homepage/info.gif
+explorer/Samples/TextDocuments/Homepage/info.html
+explorer/Samples/TextDocuments/Homepage/leftbar.gif
+explorer/Samples/TextDocuments/Homepage/motor.html
+explorer/Samples/TextDocuments/Homepage/partnero.gif
+explorer/Samples/TextDocuments/Homepage/partners.gif
+explorer/Samples/TextDocuments/Homepage/partners.html
+explorer/Samples/TextDocuments/Homepage/producto.gif
+explorer/Samples/TextDocuments/Homepage/products.gif
+explorer/Samples/TextDocuments/Homepage/products.html
+explorer/Samples/TextDocuments/Homepage/question.gif
+explorer/Samples/TextDocuments/Homepage/question.html
+explorer/Samples/TextDocuments/Homepage/race.html
+explorer/Samples/TextDocuments/Homepage/recar.sdc
+explorer/Samples/TextDocuments/Homepage/soffice.gif
+explorer/Samples/TextDocuments/Homepage/start.html
+explorer/Samples/TextDocuments/Homepage/story.gif
+explorer/Samples/TextDocuments/Homepage/title.gif
+explorer/Samples/TextDocuments/Homepage.html
+explorer/Samples/Spreadsheets/Biorhythm.sdc
+explorer/Samples/Spreadsheets/Buffet.sdc
+explorer/Samples/Spreadsheets/Calculation.sdc
+explorer/Samples/Spreadsheets/DataAnalysis.sdc
+explorer/Samples/Spreadsheets/Euro-Converter.sdc
+explorer/Samples/Spreadsheets/Movie1.sdc
+explorer/Samples/Spreadsheets/Movie2.sdc
+explorer/Samples/Spreadsheets/Movie3.sdc
+explorer/Samples/Spreadsheets/OfficeAssociation.sdc
+explorer/Samples/Spreadsheets/Recar-Scenarios.sdc
+explorer/Samples/Spreadsheets/UnitConverter.sdc
+explorer/Samples/Presentations/Chess.sdd
+explorer/Samples/Presentations/HolidayPictures.sdd
+explorer/Samples/Presentations/Orgchart.sdd
+explorer/Samples/Presentations/Recar-agm.sdd
+explorer/Samples/Presentations/ThreeDimensions.sdd
+explorer/Samples/Drawings/Automobile.sda
+explorer/Samples/Drawings/Blueprint.sda
+explorer/Samples/Drawings/ColorProfile.sda
+explorer/Samples/Drawings/Jazz.sda
+explorer/Samples/Drawings/Motor.sda
+explorer/Samples/Drawings/Ship.sda
+explorer/Samples/Drawings/Workshop.sda
+filter/libicg517li.flt
+filter/libemp517li.flt
+filter/libipd517li.flt
+filter/libitg517li.flt
+filter/libips517li.flt
+filter/libeps517li.flt
+filter/libexp517li.flt
+filter/libera517li.flt
+filter/libira517li.flt
+filter/libepp517li.flt
+filter/libepb517li.flt
+filter/libipb517li.flt
+filter/libepg517li.flt
+filter/libegi517li.flt
+filter/libidx517li.flt
+filter/libicd517li.flt
+filter/libept517li.flt
+filter/libipt517li.flt
+filter/libeme517li.flt
+filter/libime517li.flt
+filter/libipx517li.flt
+filter/libepn517li.flt
+filter/libeti517li.flt
+filter/libiti517li.flt
+fonts/type1/ariob___.pfa
+fonts/type1/ariob___.pfb
+fonts/type1/arion___.pfa
+fonts/type1/arion___.pfb
+fonts/type1/chevn___.pfa
+fonts/type1/chevn___.pfb
+fonts/type1/chevon__.pfa
+fonts/type1/chevon__.pfb
+fonts/type1/congb___.pfa
+fonts/type1/congb___.pfb
+fonts/type1/congn___.pfa
+fonts/type1/congn___.pfb
+fonts/type1/fonts.alias
+fonts/type1/fonts.dir
+fonts/type1/fonts.scale
+fonts/type1/helmb___.pfa
+fonts/type1/helmb___.pfb
+fonts/type1/helmbi__.pfa
+fonts/type1/helmbi__.pfb
+fonts/type1/helmcb__.pfa
+fonts/type1/psres.upr
+fonts/type1/helmcb__.pfb
+fonts/type1/helmcbi_.pfa
+fonts/type1/helmcbi_.pfb
+fonts/type1/helmci__.pfa
+fonts/type1/helmci__.pfb
+fonts/type1/helmcn__.pfa
+fonts/type1/helmcn__.pfb
+fonts/type1/helmi___.pfa
+fonts/type1/helmi___.pfb
+fonts/type1/helmn___.pfa
+fonts/type1/helmn___.pfb
+fonts/type1/starbats.pfa
+fonts/type1/starbats.pfb
+fonts/type1/starmath.pfa
+fonts/type1/starmath.pfb
+fonts/type1/timmb___.pfa
+fonts/type1/timmb___.pfb
+fonts/type1/timmbi__.pfa
+fonts/type1/timmbi__.pfb
+fonts/type1/timmi___.pfa
+fonts/type1/timmi___.pfb
+fonts/type1/timmn___.pfa
+fonts/type1/timmn___.pfb
+fonts/75dpi/bdf/ariob10.bdf
+fonts/75dpi/bdf/ariob12.bdf
+fonts/75dpi/bdf/ariob14.bdf
+fonts/75dpi/bdf/ariob17.bdf
+fonts/75dpi/bdf/ariob20.bdf
+fonts/75dpi/bdf/ariob24.bdf
+fonts/75dpi/bdf/ariob8.bdf
+fonts/75dpi/bdf/arion10.bdf
+fonts/75dpi/bdf/arion12.bdf
+fonts/75dpi/bdf/arion14.bdf
+fonts/75dpi/bdf/arion17.bdf
+fonts/75dpi/bdf/arion20.bdf
+fonts/75dpi/bdf/arion24.bdf
+fonts/75dpi/bdf/arion8.bdf
+fonts/75dpi/bdf/chevn10.bdf
+fonts/75dpi/bdf/chevn12.bdf
+fonts/75dpi/bdf/chevn14.bdf
+fonts/75dpi/bdf/chevn17.bdf
+fonts/75dpi/bdf/chevn20.bdf
+fonts/75dpi/bdf/chevn24.bdf
+fonts/75dpi/bdf/chevn8.bdf
+fonts/75dpi/bdf/chevon10.bdf
+fonts/75dpi/bdf/chevon12.bdf
+fonts/75dpi/bdf/chevon8.bdf
+fonts/75dpi/bdf/chevon14.bdf
+fonts/75dpi/bdf/chevon17.bdf
+fonts/75dpi/bdf/chevon20.bdf
+fonts/75dpi/bdf/chevon24.bdf
+fonts/75dpi/bdf/congb10.bdf
+fonts/75dpi/bdf/congb12.bdf
+fonts/75dpi/bdf/congb14.bdf
+fonts/75dpi/bdf/congb17.bdf
+fonts/75dpi/bdf/congb20.bdf
+fonts/75dpi/bdf/congb24.bdf
+fonts/75dpi/bdf/congb8.bdf
+fonts/75dpi/bdf/congn10.bdf
+fonts/75dpi/bdf/congn12.bdf
+fonts/75dpi/bdf/congn14.bdf
+fonts/75dpi/bdf/congn17.bdf
+fonts/75dpi/bdf/congn20.bdf
+fonts/75dpi/bdf/congn24.bdf
+fonts/75dpi/bdf/congn8.bdf
+fonts/75dpi/bdf/fonts.dir
+fonts/75dpi/bdf/helmb10.bdf
+fonts/75dpi/bdf/helmb12.bdf
+fonts/75dpi/bdf/helmb14.bdf
+fonts/75dpi/bdf/helmb17.bdf
+fonts/75dpi/bdf/helmb20.bdf
+fonts/75dpi/bdf/helmb24.bdf
+fonts/75dpi/bdf/helmb8.bdf
+fonts/75dpi/bdf/helmbi10.bdf
+fonts/75dpi/bdf/helmbi12.bdf
+fonts/75dpi/bdf/helmbi14.bdf
+fonts/75dpi/bdf/helmbi17.bdf
+fonts/75dpi/bdf/helmbi20.bdf
+fonts/75dpi/bdf/helmbi24.bdf
+fonts/75dpi/bdf/helmbi8.bdf
+fonts/75dpi/bdf/helmcb10.bdf
+fonts/75dpi/bdf/helmcb12.bdf
+fonts/75dpi/bdf/helmcb14.bdf
+fonts/75dpi/bdf/helmcb17.bdf
+fonts/75dpi/bdf/helmcb20.bdf
+fonts/75dpi/bdf/helmcb24.bdf
+fonts/75dpi/bdf/helmcb8.bdf
+fonts/75dpi/bdf/helmcbi10.bdf
+fonts/75dpi/bdf/helmcbi12.bdf
+fonts/75dpi/bdf/helmcbi14.bdf
+fonts/75dpi/bdf/helmcbi17.bdf
+fonts/75dpi/bdf/helmcbi20.bdf
+fonts/75dpi/bdf/helmcbi24.bdf
+fonts/75dpi/bdf/helmcbi8.bdf
+fonts/75dpi/bdf/helmci10.bdf
+fonts/75dpi/bdf/helmci12.bdf
+fonts/75dpi/bdf/helmci14.bdf
+fonts/75dpi/bdf/helmci17.bdf
+fonts/75dpi/bdf/helmci20.bdf
+fonts/75dpi/bdf/helmci24.bdf
+fonts/75dpi/bdf/helmci8.bdf
+fonts/75dpi/bdf/helmcn10.bdf
+fonts/75dpi/bdf/helmcn12.bdf
+fonts/75dpi/bdf/helmcn14.bdf
+fonts/75dpi/bdf/helmcn17.bdf
+fonts/75dpi/bdf/helmcn20.bdf
+fonts/75dpi/bdf/helmcn24.bdf
+fonts/75dpi/bdf/helmcn8.bdf
+fonts/75dpi/bdf/helmi10.bdf
+fonts/75dpi/bdf/helmi12.bdf
+fonts/75dpi/bdf/helmi14.bdf
+fonts/75dpi/bdf/helmi17.bdf
+fonts/75dpi/bdf/helmi20.bdf
+fonts/75dpi/bdf/helmi24.bdf
+fonts/75dpi/bdf/helmi8.bdf
+fonts/75dpi/bdf/helmn10.bdf
+fonts/75dpi/bdf/helmn12.bdf
+fonts/75dpi/bdf/helmn14.bdf
+fonts/75dpi/bdf/helmn17.bdf
+fonts/75dpi/bdf/helmn20.bdf
+fonts/75dpi/bdf/helmn24.bdf
+fonts/75dpi/bdf/helmn8.bdf
+fonts/75dpi/bdf/starbats10.bdf
+fonts/75dpi/bdf/starbats12.bdf
+fonts/75dpi/bdf/starbats14.bdf
+fonts/75dpi/bdf/starbats17.bdf
+fonts/75dpi/bdf/starbats20.bdf
+fonts/75dpi/bdf/starbats24.bdf
+fonts/75dpi/bdf/starbats8.bdf
+fonts/75dpi/bdf/starmath10.bdf
+fonts/75dpi/bdf/starmath12.bdf
+fonts/75dpi/bdf/starmath14.bdf
+fonts/75dpi/bdf/starmath17.bdf
+fonts/75dpi/bdf/starmath20.bdf
+fonts/75dpi/bdf/starmath24.bdf
+fonts/75dpi/bdf/starmath8.bdf
+fonts/75dpi/bdf/timmb10.bdf
+fonts/75dpi/bdf/timmb12.bdf
+fonts/75dpi/bdf/timmb14.bdf
+fonts/75dpi/bdf/timmb17.bdf
+fonts/75dpi/bdf/timmb20.bdf
+fonts/75dpi/bdf/timmb24.bdf
+fonts/75dpi/bdf/timmb8.bdf
+fonts/75dpi/bdf/timmbi10.bdf
+fonts/75dpi/bdf/timmbi12.bdf
+fonts/75dpi/bdf/timmbi14.bdf
+fonts/75dpi/bdf/timmbi17.bdf
+fonts/75dpi/bdf/timmbi20.bdf
+fonts/75dpi/bdf/timmbi24.bdf
+fonts/75dpi/bdf/timmbi8.bdf
+fonts/75dpi/bdf/timmi10.bdf
+fonts/75dpi/bdf/timmi12.bdf
+fonts/75dpi/bdf/timmi14.bdf
+fonts/75dpi/bdf/timmi17.bdf
+fonts/75dpi/bdf/timmi20.bdf
+fonts/75dpi/bdf/timmi24.bdf
+fonts/75dpi/bdf/timmi8.bdf
+fonts/75dpi/bdf/timmn10.bdf
+fonts/75dpi/bdf/timmn12.bdf
+fonts/75dpi/bdf/timmn14.bdf
+fonts/75dpi/bdf/timmn17.bdf
+fonts/75dpi/bdf/timmn20.bdf
+fonts/75dpi/bdf/timmn24.bdf
+fonts/75dpi/bdf/timmn8.bdf
+fonts/75dpi/ariob10.pcf.Z
+fonts/75dpi/ariob12.pcf.Z
+fonts/75dpi/ariob14.pcf.Z
+fonts/75dpi/ariob17.pcf.Z
+fonts/75dpi/ariob20.pcf.Z
+fonts/75dpi/ariob24.pcf.Z
+fonts/75dpi/ariob8.pcf.Z
+fonts/75dpi/arion10.pcf.Z
+fonts/75dpi/arion12.pcf.Z
+fonts/75dpi/arion14.pcf.Z
+fonts/75dpi/arion17.pcf.Z
+fonts/75dpi/arion20.pcf.Z
+fonts/75dpi/arion24.pcf.Z
+fonts/75dpi/arion8.pcf.Z
+fonts/75dpi/chevn10.pcf.Z
+fonts/75dpi/chevn12.pcf.Z
+fonts/75dpi/chevn14.pcf.Z
+fonts/75dpi/chevn17.pcf.Z
+fonts/75dpi/chevn20.pcf.Z
+fonts/75dpi/fonts.dir
+fonts/75dpi/chevn24.pcf.Z
+fonts/75dpi/chevn8.pcf.Z
+fonts/75dpi/chevon10.pcf.Z
+fonts/75dpi/chevon12.pcf.Z
+fonts/75dpi/chevon14.pcf.Z
+fonts/75dpi/chevon17.pcf.Z
+fonts/75dpi/chevon20.pcf.Z
+fonts/75dpi/chevon24.pcf.Z
+fonts/75dpi/chevon8.pcf.Z
+fonts/75dpi/congb10.pcf.Z
+fonts/75dpi/congb12.pcf.Z
+fonts/75dpi/congb14.pcf.Z
+fonts/75dpi/congb17.pcf.Z
+fonts/75dpi/congb20.pcf.Z
+fonts/75dpi/congb24.pcf.Z
+fonts/75dpi/congb8.pcf.Z
+fonts/75dpi/congn10.pcf.Z
+fonts/75dpi/congn12.pcf.Z
+fonts/75dpi/congn14.pcf.Z
+fonts/75dpi/congn17.pcf.Z
+fonts/75dpi/congn20.pcf.Z
+fonts/75dpi/congn24.pcf.Z
+fonts/75dpi/congn8.pcf.Z
+fonts/75dpi/helmb10.pcf.Z
+fonts/75dpi/helmb12.pcf.Z
+fonts/75dpi/helmb14.pcf.Z
+fonts/75dpi/helmb17.pcf.Z
+fonts/75dpi/helmb20.pcf.Z
+fonts/75dpi/helmb24.pcf.Z
+fonts/75dpi/helmb8.pcf.Z
+fonts/75dpi/helmbi10.pcf.Z
+fonts/75dpi/helmbi12.pcf.Z
+fonts/75dpi/helmbi14.pcf.Z
+fonts/75dpi/helmbi17.pcf.Z
+fonts/75dpi/helmbi20.pcf.Z
+fonts/75dpi/helmbi24.pcf.Z
+fonts/75dpi/helmbi8.pcf.Z
+fonts/75dpi/helmcb10.pcf.Z
+fonts/75dpi/helmcb12.pcf.Z
+fonts/75dpi/helmcb14.pcf.Z
+fonts/75dpi/helmcb17.pcf.Z
+fonts/75dpi/helmcb20.pcf.Z
+fonts/75dpi/helmcb24.pcf.Z
+fonts/75dpi/helmcb8.pcf.Z
+fonts/75dpi/helmcbi10.pcf.Z
+fonts/75dpi/helmcbi12.pcf.Z
+fonts/75dpi/helmcbi14.pcf.Z
+fonts/75dpi/helmcbi17.pcf.Z
+fonts/75dpi/helmcbi20.pcf.Z
+fonts/75dpi/helmcbi24.pcf.Z
+fonts/75dpi/helmcbi8.pcf.Z
+fonts/75dpi/helmci10.pcf.Z
+fonts/75dpi/helmci12.pcf.Z
+fonts/75dpi/helmci14.pcf.Z
+fonts/75dpi/helmci17.pcf.Z
+fonts/75dpi/helmci20.pcf.Z
+fonts/75dpi/helmci24.pcf.Z
+fonts/75dpi/helmci8.pcf.Z
+fonts/75dpi/helmcn10.pcf.Z
+fonts/75dpi/helmcn12.pcf.Z
+fonts/75dpi/helmcn14.pcf.Z
+fonts/75dpi/helmcn17.pcf.Z
+fonts/75dpi/helmcn20.pcf.Z
+fonts/75dpi/helmcn24.pcf.Z
+fonts/75dpi/helmcn8.pcf.Z
+fonts/75dpi/helmi10.pcf.Z
+fonts/75dpi/helmi12.pcf.Z
+fonts/75dpi/helmi14.pcf.Z
+fonts/75dpi/helmi17.pcf.Z
+fonts/75dpi/helmi20.pcf.Z
+fonts/75dpi/helmi24.pcf.Z
+fonts/75dpi/helmi8.pcf.Z
+fonts/75dpi/helmn10.pcf.Z
+fonts/75dpi/helmn12.pcf.Z
+fonts/75dpi/helmn14.pcf.Z
+fonts/75dpi/helmn17.pcf.Z
+fonts/75dpi/helmn20.pcf.Z
+fonts/75dpi/helmn24.pcf.Z
+fonts/75dpi/helmn8.pcf.Z
+fonts/75dpi/starbats10.pcf.Z
+fonts/75dpi/starbats12.pcf.Z
+fonts/75dpi/starbats14.pcf.Z
+fonts/75dpi/starbats17.pcf.Z
+fonts/75dpi/starbats20.pcf.Z
+fonts/75dpi/starbats24.pcf.Z
+fonts/75dpi/starbats8.pcf.Z
+fonts/75dpi/starmath10.pcf.Z
+fonts/75dpi/starmath12.pcf.Z
+fonts/75dpi/starmath14.pcf.Z
+fonts/75dpi/starmath17.pcf.Z
+fonts/75dpi/starmath20.pcf.Z
+fonts/75dpi/starmath24.pcf.Z
+fonts/75dpi/starmath8.pcf.Z
+fonts/75dpi/timmb10.pcf.Z
+fonts/75dpi/timmb12.pcf.Z
+fonts/75dpi/timmb14.pcf.Z
+fonts/75dpi/timmb17.pcf.Z
+fonts/75dpi/timmb20.pcf.Z
+fonts/75dpi/timmb24.pcf.Z
+fonts/75dpi/timmb8.pcf.Z
+fonts/75dpi/timmbi10.pcf.Z
+fonts/75dpi/timmbi12.pcf.Z
+fonts/75dpi/timmbi14.pcf.Z
+fonts/75dpi/timmbi17.pcf.Z
+fonts/75dpi/timmbi20.pcf.Z
+fonts/75dpi/timmbi24.pcf.Z
+fonts/75dpi/timmbi8.pcf.Z
+fonts/75dpi/timmi10.pcf.Z
+fonts/75dpi/timmi12.pcf.Z
+fonts/75dpi/timmi14.pcf.Z
+fonts/75dpi/timmi17.pcf.Z
+fonts/75dpi/timmi20.pcf.Z
+fonts/75dpi/timmi24.pcf.Z
+fonts/75dpi/timmi8.pcf.Z
+fonts/75dpi/timmn10.pcf.Z
+fonts/75dpi/timmn12.pcf.Z
+fonts/75dpi/timmn14.pcf.Z
+fonts/75dpi/timmn17.pcf.Z
+fonts/75dpi/timmn20.pcf.Z
+fonts/75dpi/timmn24.pcf.Z
+fonts/75dpi/timmn8.pcf.Z
+gallery/sg1.sdg
+gallery/sg1.sdv
+gallery/sg1.thm
+gallery/sg2.sdg
+gallery/sg2.sdv
+gallery/sg2.thm
+gallery/sg3.sdg
+gallery/sg3.sdv
+gallery/sg3.thm
+gallery/sg16.sdg
+gallery/sg16.sdv
+gallery/sg16.thm
+gallery/sg24.sdg
+gallery/sg24.sdv
+gallery/sg24.thm
+gallery/sg25.sdg
+gallery/sg25.sdv
+gallery/sg25.thm
+gallery/sdddndx1
+gallery/bullets/blkpearl.gif
+gallery/bullets/bluarrow.gif
+gallery/bullets/bluball.gif
+gallery/bullets/bludiamd.gif
+gallery/bullets/blusqare.gif
+gallery/bullets/blustar.gif
+gallery/bullets/darkball.gif
+gallery/bullets/gldpearl.gif
+gallery/bullets/golfball.gif
+gallery/bullets/grnarrow.gif
+gallery/bullets/grnball.gif
+gallery/bullets/grndiamd.gif
+gallery/bullets/grnpearl.gif
+gallery/bullets/grnsqare.gif
+gallery/bullets/grnstar.gif
+gallery/bullets/gryarrow.gif
+gallery/bullets/gryball.gif
+gallery/bullets/grydiamd.gif
+gallery/bullets/grysqare.gif
+gallery/bullets/grystar.gif
+gallery/bullets/orgball.gif
+gallery/bullets/poliball.gif
+gallery/bullets/redarrow.gif
+gallery/bullets/redball.gif
+gallery/bullets/reddiamd.gif
+gallery/bullets/redsqare.gif
+gallery/bullets/redstar.gif
+gallery/bullets/whtpearl.gif
+gallery/bullets/ylwball.gif
+gallery/rulers/blkballs.gif
+gallery/rulers/blurulr1.gif
+gallery/rulers/blurulr2.gif
+gallery/rulers/blurulr3.gif
+gallery/rulers/blurulr4.gif
+gallery/rulers/blurulr5.gif
+gallery/rulers/blurulr6.gif
+gallery/rulers/gldballs.gif
+gallery/rulers/grnballs.gif
+gallery/rulers/grnrulr1.gif
+gallery/rulers/grnrulr2.gif
+gallery/rulers/grnrulr3.gif
+gallery/rulers/grnrulr4.gif
+gallery/rulers/gryrulr1.gif
+gallery/rulers/gryrulr2.gif
+gallery/rulers/gryrulr3.gif
+gallery/rulers/orgrulr1.gif
+gallery/rulers/redrulr1.gif
+gallery/rulers/redrulr2.gif
+gallery/rulers/redrulr3.gif
+gallery/rulers/redrulr4.gif
+gallery/rulers/redrulr5.gif
+gallery/rulers/striped.gif
+gallery/rulers/whtballs.gif
+gallery/rulers/ylwrulr1.gif
+gallery/www-back/back.jpg
+gallery/www-back/backdark.jpg
+gallery/www-back/blocks.jpg
+gallery/www-back/blue.jpg
+gallery/www-back/brback.jpg
+gallery/www-back/brnpaws.gif
+gallery/www-back/bulb.gif
+gallery/www-back/bumps1.jpg
+gallery/www-back/bumps2.jpg
+gallery/www-back/circle.jpg
+gallery/www-back/fond_ora.jpg
+gallery/www-back/grcross.jpg
+gallery/www-back/gregre.gif
+gallery/www-back/grey.gif
+gallery/www-back/grey2bri.jpg
+gallery/www-back/grypaws.gif
+gallery/www-back/mazes.jpg
+gallery/www-back/mint.gif
+gallery/www-back/notes.gif
+gallery/www-back/pattern2.jpg
+gallery/www-back/pink.gif
+gallery/www-back/purple.jpg
+gallery/www-back/reddark.jpg
+gallery/www-back/smgreen.jpg
+gallery/www-back/tissue.jpg
+gallery/www-back/velvet.jpg
+gallery/www-back/watback.jpg
+gallery/www-back/water.jpg
+gallery/www-back/wood.gif
+gallery/www-back/yellow.jpg
+gallery/htmlexpo/bludown.gif
+gallery/htmlexpo/blufirs.gif
+gallery/htmlexpo/blufirs_.gif
+gallery/htmlexpo/blulast.gif
+gallery/htmlexpo/blulast_.gif
+gallery/htmlexpo/blunav.gif
+gallery/htmlexpo/blunext.gif
+gallery/htmlexpo/blunext_.gif
+gallery/htmlexpo/bluprev.gif
+gallery/htmlexpo/bluprev_.gif
+gallery/htmlexpo/blutext.gif
+gallery/htmlexpo/bluup.gif
+gallery/htmlexpo/cubdown.gif
+gallery/htmlexpo/cubfirs.gif
+gallery/htmlexpo/cubfirs_.gif
+gallery/htmlexpo/cublast.gif
+gallery/htmlexpo/cublast_.gif
+gallery/htmlexpo/cubnav.gif
+gallery/htmlexpo/cubnext.gif
+gallery/htmlexpo/cubnext_.gif
+gallery/htmlexpo/cubprev.gif
+gallery/htmlexpo/cubprev_.gif
+gallery/htmlexpo/cubtext.gif
+gallery/htmlexpo/cubup.gif
+gallery/htmlexpo/gredown.gif
+gallery/htmlexpo/grefirs.gif
+gallery/htmlexpo/grefirs_.gif
+gallery/htmlexpo/grelast.gif
+gallery/htmlexpo/grelast_.gif
+gallery/htmlexpo/grenav.gif
+gallery/htmlexpo/grenext.gif
+gallery/htmlexpo/grenext_.gif
+gallery/htmlexpo/greprev.gif
+gallery/htmlexpo/greprev_.gif
+gallery/htmlexpo/gretext.gif
+gallery/htmlexpo/greup.gif
+gallery/htmlexpo/simdown.gif
+gallery/htmlexpo/simfirs.gif
+gallery/htmlexpo/simfirs_.gif
+gallery/htmlexpo/simlast.gif
+gallery/htmlexpo/simlast_.gif
+gallery/htmlexpo/simnav.gif
+gallery/htmlexpo/simnext.gif
+gallery/htmlexpo/simnext_.gif
+gallery/htmlexpo/simprev.gif
+gallery/htmlexpo/simprev_.gif
+gallery/htmlexpo/simtext.gif
+gallery/htmlexpo/simup.gif
+gallery/htmlexpo/sologo.gif
+gallery/sg9.sdg
+gallery/sg9.sdv
+gallery/sg9.thm
+gallery/sounds/apert.wav
+gallery/sounds/apert2.wav
+gallery/sounds/applause.wav
+gallery/sounds/beam.wav
+gallery/sounds/beam2.wav
+gallery/sounds/cow.wav
+gallery/sounds/curve.wav
+gallery/sounds/drama.wav
+gallery/sounds/explos.wav
+gallery/sounds/falling.wav
+gallery/sounds/glasses.wav
+gallery/sounds/gong.wav
+gallery/sounds/horse.wav
+gallery/sounds/kling.wav
+gallery/sounds/kongas.wav
+gallery/sounds/laser.wav
+gallery/sounds/left.wav
+gallery/sounds/nature1.wav
+gallery/sounds/nature2.wav
+gallery/sounds/ok.wav
+gallery/sounds/pluck.wav
+gallery/sounds/roll.wav
+gallery/sounds/romans.wav
+gallery/sounds/soft.wav
+gallery/sounds/space.wav
+gallery/sounds/space2.wav
+gallery/sounds/space3.wav
+gallery/sounds/sparcle.wav
+gallery/sounds/strom.wav
+gallery/sounds/theetone.wav
+gallery/sounds/top.wav
+gallery/sounds/train.wav
+gallery/sounds/untie.wav
+gallery/sounds/ups.wav
+gallery/sounds/wallewal.wav
+gallery/clipart/arrow1.wmf
+gallery/clipart/arrow2.wmf
+gallery/clipart/arrow3.wmf
+gallery/clipart/arrow4.wmf
+gallery/clipart/arrow5.wmf
+gallery/clipart/birthday.wmf
+gallery/clipart/bottle.wmf
+gallery/clipart/bowling.wmf
+gallery/clipart/cake.wmf
+gallery/clipart/candle.wmf
+gallery/clipart/car.wmf
+gallery/clipart/cards.wmf
+gallery/clipart/disk.wmf
+gallery/clipart/dog.wmf
+gallery/clipart/eagle.wmf
+gallery/clipart/flash.wmf
+gallery/clipart/formula1.wmf
+gallery/clipart/gifts.wmf
+gallery/clipart/glas.wmf
+gallery/clipart/heart.wmf
+gallery/clipart/helicptr.wmf
+gallery/clipart/laptop.wmf
+gallery/clipart/locomotv.wmf
+gallery/clipart/mac.wmf
+gallery/clipart/monitor.wmf
+gallery/clipart/moving.wmf
+gallery/clipart/mtrbike.wmf
+gallery/clipart/notebook.wmf
+gallery/clipart/notepad1.wmf
+gallery/clipart/notepad2.wmf
+gallery/clipart/notes.wmf
+gallery/clipart/panda.wmf
+gallery/clipart/paper.wmf
+gallery/clipart/pawprnts.wmf
+gallery/clipart/pc.wmf
+gallery/clipart/plane.wmf
+gallery/clipart/printer.wmf
+gallery/clipart/pumpkin.wmf
+gallery/clipart/rose.wmf
+gallery/clipart/santa.wmf
+gallery/clipart/sleigh.wmf
+gallery/clipart/snowmen.wmf
+gallery/clipart/soap.wmf
+gallery/clipart/soccer.wmf
+gallery/clipart/sound.wmf
+gallery/clipart/talk.wmf
+gallery/clipart/teddy.wmf
+gallery/clipart/thought.wmf
+gallery/clipart/toys.wmf
+gallery/clipart/wedding.wmf
+gallery/clipart/xmas.gif
+gallery/clipart/xmastree.wmf
+gallery/flags/argent1.wmf
+gallery/flags/argent2.wmf
+gallery/flags/austral1.wmf
+gallery/flags/austral2.wmf
+gallery/flags/austria1.wmf
+gallery/flags/austria2.wmf
+gallery/flags/belgium1.wmf
+gallery/flags/belgium2.wmf
+gallery/flags/brasil1.wmf
+gallery/flags/brasil2.wmf
+gallery/flags/bulgari1.wmf
+gallery/flags/bulgari2.wmf
+gallery/flags/canada1.wmf
+gallery/flags/canada2.wmf
+gallery/flags/chile1.wmf
+gallery/flags/chile2.wmf
+gallery/flags/china1.wmf
+gallery/flags/china2.wmf
+gallery/flags/colombi1.wmf
+gallery/flags/colombi2.wmf
+gallery/flags/cuba1.wmf
+gallery/flags/cuba2.wmf
+gallery/flags/cyprus1.wmf
+gallery/flags/cyprus2.wmf
+gallery/flags/czech1.wmf
+gallery/flags/czech2.wmf
+gallery/flags/denmark1.wmf
+gallery/flags/denmark2.wmf
+gallery/flags/egypt1.wmf
+gallery/flags/egypt2.wmf
+gallery/flags/europe1.wmf
+gallery/flags/finland1.wmf
+gallery/flags/finland2.wmf
+gallery/flags/france1.wmf
+gallery/flags/france2.wmf
+gallery/flags/germany1.wmf
+gallery/flags/germany2.wmf
+gallery/flags/greatbr1.wmf
+gallery/flags/greatbr2.wmf
+gallery/flags/greece1.wmf
+gallery/flags/greece2.wmf
+gallery/flags/guatema1.wmf
+gallery/flags/guatema2.wmf
+gallery/flags/hungary1.wmf
+gallery/flags/hungary2.wmf
+gallery/flags/iceland1.wmf
+gallery/flags/iceland2.wmf
+gallery/flags/india1.wmf
+gallery/flags/india2.wmf
+gallery/flags/ireland1.wmf
+gallery/flags/ireland2.wmf
+gallery/flags/israel1.wmf
+gallery/flags/israel2.wmf
+gallery/flags/italy1.wmf
+gallery/flags/italy2.wmf
+gallery/flags/japan1.wmf
+gallery/flags/japan2.wmf
+gallery/flags/kenya1.wmf
+gallery/flags/kenya2.wmf
+gallery/flags/liecht1.wmf
+gallery/flags/liecht2.wmf
+gallery/flags/luxemb1.wmf
+gallery/flags/luxemb2.wmf
+gallery/flags/mexico1.wmf
+gallery/flags/mexico2.wmf
+gallery/flags/nederl1.wmf
+gallery/flags/nederl2.wmf
+gallery/flags/newzea1.wmf
+gallery/flags/newzea2.wmf
+gallery/flags/norge1.wmf
+gallery/flags/norge2.wmf
+gallery/flags/pakist1.wmf
+gallery/flags/pakist2.wmf
+gallery/flags/paragua1.wmf
+gallery/flags/paragua2.wmf
+gallery/flags/peru1.wmf
+gallery/flags/peru2.wmf
+gallery/flags/poland1.wmf
+gallery/flags/poland2.wmf
+gallery/flags/portug1.wmf
+gallery/flags/portug2.wmf
+gallery/flags/romania1.wmf
+gallery/flags/romania2.wmf
+gallery/flags/russia1.wmf
+gallery/flags/russia2.wmf
+gallery/flags/slowak1.wmf
+gallery/flags/slowak2.wmf
+gallery/flags/spain1.wmf
+gallery/flags/spain2.wmf
+gallery/flags/sthafri1.wmf
+gallery/flags/sthafri2.wmf
+gallery/flags/sweden1.wmf
+gallery/flags/sweden2.wmf
+gallery/flags/switz1.wmf
+gallery/flags/switz2.wmf
+gallery/flags/turkey1.wmf
+gallery/flags/turkey2.wmf
+gallery/flags/uno1.wmf
+gallery/flags/uruguay1.wmf
+gallery/flags/uruguay2.wmf
+gallery/flags/usa1.wmf
+gallery/flags/usa2.wmf
+gallery/flags/venez1.wmf
+gallery/flags/venez2.wmf
+gallery/maps/afrika.wmf
+gallery/maps/america.wmf
+gallery/maps/argent.wmf
+gallery/maps/asia.wmf
+gallery/maps/ausnew.wmf
+gallery/maps/austria.wmf
+gallery/maps/belgium.wmf
+gallery/maps/brasilia.wmf
+gallery/maps/canada.wmf
+gallery/maps/denmark.wmf
+gallery/maps/england.wmf
+gallery/maps/france.wmf
+gallery/maps/germany.wmf
+gallery/maps/greatbrt.wmf
+gallery/maps/ireland.wmf
+gallery/maps/italy.wmf
+gallery/maps/mexico.wmf
+gallery/maps/neder.wmf
+gallery/maps/norge.wmf
+gallery/maps/northam.wmf
+gallery/maps/northire.wmf
+gallery/maps/portug.wmf
+gallery/maps/scandina.wmf
+gallery/maps/scotland.wmf
+gallery/maps/southam.wmf
+gallery/maps/spain.wmf
+gallery/maps/sweden.wmf
+gallery/maps/switz.wmf
+gallery/maps/usa.wmf
+gallery/maps/wales.wmf
+gallery/maps/world1.wmf
+gallery/maps/world2.wmf
+gallery/maps/world3.wmf
+gallery/photos/apples.jpg
+gallery/photos/autumn.jpg
+gallery/photos/canyon.jpg
+gallery/photos/castle.jpg
+gallery/photos/clouds.jpg
+gallery/photos/desert1.jpg
+gallery/photos/desert2.jpg
+gallery/photos/desert3.jpg
+gallery/photos/flowers.jpg
+gallery/photos/forest1.jpg
+gallery/photos/forest2.jpg
+gallery/photos/gldngate.jpg
+gallery/photos/leafs.jpg
+gallery/photos/meadow.jpg
+gallery/photos/mountns1.jpg
+gallery/photos/mountns2.jpg
+gallery/photos/mountns3.jpg
+gallery/photos/ocean.jpg
+gallery/photos/railroad.jpg
+gallery/photos/sunflowr.jpg
+gallery/photos/sunset1.jpg
+gallery/photos/sunset2.jpg
+gallery/photos/sunset3.jpg
+gallery/photos/sunset4.jpg
+gallery/photos/tajmahal.jpg
+gallery/photos/watrlily.jpg
+gallery/sg10.sdg
+gallery/sg10.sdv
+gallery/sg10.thm
+gallery/sg11.sdg
+gallery/sg11.sdv
+gallery/sg11.thm
+gallery/sg12.sdg
+gallery/sg12.sdv
+gallery/sg12.thm
+gallery/sg13.sdg
+gallery/sg13.sdv
+gallery/sg13.thm
+gallery/sg14.sdg
+gallery/sg14.sdv
+gallery/sg14.thm
+gallery/sg15.sdg
+gallery/sg15.sdv
+gallery/sg15.thm
+gallery/sg17.sdg
+gallery/sg17.sdv
+gallery/sg17.thm
+gallery/sg4.sdg
+gallery/sg4.sdv
+gallery/sg4.thm
+gallery/sg5.sdg
+gallery/sg5.sdv
+gallery/sg5.thm
+gallery/sg6.sdg
+gallery/sg6.sdv
+gallery/sg6.thm
+gallery/sg7.sdg
+gallery/sg7.sdv
+gallery/sg7.thm
+gallery/sg8.sdg
+gallery/sg8.sdv
+gallery/sg8.thm
+gallery/surface/berries.jpg
+gallery/surface/blue2.jpg
+gallery/surface/blue3.jpg
+gallery/surface/blue4.jpg
+gallery/surface/bluegray.jpg
+gallery/surface/chaossky.jpg
+gallery/surface/choc.jpg
+gallery/surface/green.jpg
+gallery/surface/gregrn.jpg
+gallery/surface/grey1.jpg
+gallery/surface/grey2.jpg
+gallery/surface/leaves.jpg
+gallery/surface/marble.jpg
+gallery/surface/net.jpg
+gallery/surface/orange1.jpg
+gallery/surface/orange2.jpg
+gallery/surface/pebbles.jpg
+gallery/surface/pink.jpg
+gallery/surface/power.jpg
+gallery/surface/raindrop.jpg
+gallery/surface/star.jpg
+gallery/surface/stones.jpg
+gallery/surface/violet1.jpg
+gallery/surface/wall1.jpg
+gallery/surface/wall2.jpg
+gallery/surface/water.jpg
+gallery/surface/yellow.jpg
+gallery/symbols/disabled.wmf
+gallery/symbols/exting.wmf
+gallery/symbols/flash.wmf
+gallery/symbols/man1.wmf
+gallery/symbols/man2.wmf
+gallery/symbols/nosmoke.wmf
+gallery/symbols/woman1.wmf
+gallery/symbols/woman2.wmf
+gallery/www-anim/barblak.gif
+gallery/www-anim/barwhit.gif
+gallery/www-anim/boxnew.gif
+gallery/www-anim/constrct.gif
+gallery/www-anim/cubes.gif
+gallery/www-anim/diskblak.gif
+gallery/www-anim/diskwhit.gif
+gallery/www-anim/email.gif
+gallery/www-anim/envelope.gif
+gallery/www-anim/gearsnew.gif
+gallery/www-anim/glb4dark.gif
+gallery/www-anim/glb4lght.gif
+gallery/www-graf/bluat.gif
+gallery/www-graf/bluback.gif
+gallery/www-graf/bludisk.gif
+gallery/www-graf/bludown.gif
+gallery/www-graf/bluhome.gif
+gallery/www-graf/bluinfo.gif
+gallery/www-graf/bluleft.gif
+gallery/www-graf/blumail.gif
+gallery/www-graf/bluminus.gif
+gallery/www-graf/bluplus.gif
+gallery/www-graf/bluquest.gif
+gallery/www-graf/bluright.gif
+gallery/www-graf/bluup.gif
+gallery/www-graf/created.gif
+gallery/www-graf/grnat.gif
+gallery/www-graf/grnback.gif
+gallery/www-graf/grndisk.gif
+gallery/www-graf/grndown.gif
+gallery/www-graf/grnexcla.gif
+gallery/www-graf/grninfo.gif
+gallery/www-graf/grnleft.gif
+gallery/www-graf/grnmail.gif
+gallery/www-graf/grnminus.gif
+gallery/www-graf/grnplus.gif
+gallery/www-graf/grnquest.gif
+gallery/www-graf/grnright.gif
+gallery/www-graf/grnup.gif
+gallery/www-graf/gryat.gif
+gallery/www-graf/gryback.gif
+gallery/www-graf/grydisk.gif
+gallery/www-graf/grydown.gif
+gallery/www-graf/gryhome.gif
+gallery/www-graf/gryinfo.gif
+gallery/www-graf/gryleft.gif
+gallery/www-graf/grymail.gif
+gallery/www-graf/gryminus.gif
+gallery/www-graf/gryplus.gif
+gallery/www-graf/gryquest.gif
+gallery/www-graf/gryright.gif
+gallery/www-graf/gryup.gif
+gallery/www-graf/men@work.gif
+gallery/www-graf/office.gif
+gallery/www-graf/redat.gif
+gallery/www-graf/redback.gif
+gallery/www-graf/reddisk.gif
+gallery/www-graf/reddown.gif
+gallery/www-graf/redhome.gif
+gallery/www-graf/redinfo.gif
+gallery/www-graf/redleft.gif
+gallery/www-graf/redmail.gif
+gallery/www-graf/redminus.gif
+gallery/www-graf/redplus.gif
+gallery/www-graf/redquest.gif
+gallery/www-graf/redright.gif
+gallery/www-graf/redup.gif
+gallery/www-graf/sologo.gif
+help/01/desktop.svh
+help/01/schedule.svh
+help/01/shelp.svh
+help/01/tips.svh
+help/01/smath.svh
+help/01/swriter.svh
+help/01/scalc.svh
+help/01/simpress.svh
+help/01/sdraw.svh
+help/01/schart.svh
+help/01/simage.svh
+help/01/sbasic.svh
+help/01/shelp.dir
+help/01/shelp.dat
+install-kde
+install.ini
+instdb.ins
+kde/applnk/SPAdmin.kdelnk
+kde/applnk/StarOffice.kdelnk
+kde/applnk/Setup.kdelnk
+kde/icons/mini/html.xpm
+kde/icons/mini/sdf.xpm
+kde/icons/mini/sds.xpm
+kde/icons/mini/psetup.xpm
+kde/icons/mini/sdc.xpm
+kde/icons/mini/sdd.xpm
+kde/icons/mini/sdw.xpm
+kde/icons/mini/setup.xpm
+kde/icons/mini/so.xpm
+kde/icons/mini/smf.xpm
+kde/icons/mini/sgl.xpm
+kde/icons/mini/sda.xpm
+kde/icons/mini/sch.xpm
+kde/icons/mini/htm.xpm
+kde/icons/html.xpm
+kde/icons/sdf.xpm
+kde/icons/sds.xpm
+kde/icons/sdw.xpm
+kde/icons/psetup.xpm
+kde/icons/sdc.xpm
+kde/icons/sdd.xpm
+kde/icons/setup.xpm
+kde/icons/so.xpm
+kde/icons/smf.xpm
+kde/icons/sgl.xpm
+kde/icons/sda.xpm
+kde/icons/sch.xpm
+kde/icons/htm.xpm
+kde/mimelnk/application/x-sdf.kdelnk
+kde/mimelnk/application/x-scalc.kdelnk
+kde/mimelnk/application/x-sds.kdelnk
+kde/mimelnk/application/x-sdraw.kdelnk
+kde/mimelnk/application/x-swriter.kdelnk
+kde/mimelnk/application/x-smf.kdelnk
+kde/mimelnk/application/x-sgl.kdelnk
+kde/mimelnk/application/x-sda.kdelnk
+kde/mimelnk/text/html.kdelnk
+kino/ende.bmp
+kino/allgemein.bmp
+kino/base.bmp
+kino/calc.bmp
+kino/desktop.bmp
+kino/register.bmp
+kino/schedule.bmp
+kino/writer.bmp
+kino/impress.bmp
+kino/draw.bmp
+l_soffice.xpm
+lib/liboic517li.so
+lib/libssw517li.so
+lib/libjvm517li.so
+lib/libaps517li.so
+lib/sandbox.jar
+lib/libni517li.so
+lib/classes.jar
+lib/libcnt517li.so
+lib/libdo517li.so
+lib/libgo517li.so
+lib/libofa517li.so
+lib/libosl517li.so
+lib/librtl517li.so
+lib/libsb517li.so
+lib/libsba517li.so
+lib/libsd517li.so
+lib/libsdb517li.so
+lib/libsfx517li.so
+lib/libsot517li.so
+lib/libso517li.so
+lib/tkt.jar
+lib/libsvt517li.so
+lib/libsvx517li.so
+lib/libsw517li.so
+lib/libtkt517li.so
+lib/libtl517li.so
+lib/libuno517li.so
+lib/libusr517li.so
+lib/libvcl517li.so
+lib/libvos517li.so
+lib/libspl517li.so
+lib/libstu517li.so
+lib/libzip517li.so
+lib/libgal517li.so
+lib/libone517li.so
+lib/libcsp517li.so
+lib/libj517li_g.so
+lib/libsex517li.so
+lib/libtk517li.so
+lib/libreg517li.so
+lib/libset517li.so
+lib/libres517li.so
+lib/libdmn517li.so
+lib/librts517li.so
+lib/libtfu517li.so
+lib/libpl517li.so
+lib/libasv517li.so
+lib/libje517li.so
+lib/libsc517li.so
+lib/libsm517li.so
+lib/libsch517li.so
+lib/libsim517li.so
+lib/libssc517li.so
+lib/libss517li.so
+libsk517li.so
+s_soffice.xpm
+service/sschdled.bin
+template/wizard/eventca.htm
+template/wizard/eventrp.htm
+template/wizard/eventrq.htm
+template/wizard/taskca.htm
+template/wizard/taskrp.htm
+template/wizard/taskrq.htm
+template/wizard/ss00.vor
+template/wizard/bitmap/brd.bmp
+template/wizard/bitmap/cgleft1.bmp
+template/wizard/bitmap/cgleft2.bmp
+template/wizard/bitmap/choose.bmp
+template/wizard/bitmap/cjblock.bmp
+template/wizard/bitmap/cjbuend.bmp
+template/wizard/bitmap/cjcombo0.bmp
+template/wizard/bitmap/cjform01.bmp
+template/wizard/bitmap/cjform02.bmp
+template/wizard/bitmap/cjform03.bmp
+template/wizard/bitmap/cjform04.bmp
+template/wizard/bitmap/cjform05.bmp
+template/wizard/bitmap/cjform2b.bmp
+template/wizard/bitmap/cjform2c.bmp
+template/wizard/bitmap/cjgl.bmp
+template/wizard/bitmap/cjst1.bmp
+template/wizard/bitmap/cjst2.bmp
+template/wizard/bitmap/cjtable0.bmp
+template/wizard/bitmap/cjtabula.bmp
+template/wizard/bitmap/cjtrep01.bmp
+template/wizard/bitmap/cjtrep02.bmp
+template/wizard/bitmap/cjtrep04.bmp
+template/wizard/bitmap/cjtrep05.bmp
+template/wizard/bitmap/cjtrep06.bmp
+template/wizard/bitmap/cjtrep07.bmp
+template/wizard/bitmap/cjtrep08.bmp
+template/wizard/bitmap/cjtrep09.bmp
+template/wizard/bitmap/db00.bmp
+template/wizard/bitmap/db01.bmp
+template/wizard/bitmap/db02.bmp
+template/wizard/bitmap/db03.bmp
+template/wizard/bitmap/db04.bmp
+template/wizard/bitmap/db05.bmp
+template/wizard/bitmap/db06.bmp
+template/wizard/bitmap/dbpg1.bmp
+template/wizard/bitmap/dbpg2.bmp
+template/wizard/bitmap/dbt01.bmp
+template/wizard/bitmap/dbt02.bmp
+template/wizard/bitmap/dbt03.bmp
+template/wizard/bitmap/dbt04.bmp
+template/wizard/bitmap/dbt05.bmp
+template/wizard/bitmap/dbt06.bmp
+template/wizard/bitmap/end.bmp
+template/wizard/bitmap/excelin.bmp
+template/wizard/bitmap/excelout.bmp
+template/wizard/bitmap/france.bmp
+template/wizard/bitmap/inet01.bmp
+template/wizard/bitmap/inet02.bmp
+template/wizard/bitmap/inet03.bmp
+template/wizard/bitmap/inet04a.bmp
+template/wizard/bitmap/inet04b.bmp
+template/wizard/bitmap/inet05.bmp
+template/wizard/bitmap/inet06a.bmp
+template/wizard/bitmap/inet06b.bmp
+template/wizard/bitmap/inet06c.bmp
+template/wizard/bitmap/inet07.bmp
+template/wizard/bitmap/inet09.bmp
+template/wizard/bitmap/inet11.bmp
+template/wizard/bitmap/italia.bmp
+template/wizard/bitmap/nedland.bmp
+template/wizard/bitmap/portugal.bmp
+template/wizard/bitmap/powerin.bmp
+template/wizard/bitmap/powerout.bmp
+template/wizard/bitmap/progress.bmp
+template/wizard/bitmap/spain.bmp
+template/wizard/bitmap/ss01.bmp
+template/wizard/bitmap/ss02.bmp
+template/wizard/bitmap/ss03.bmp
+template/wizard/bitmap/ss04.bmp
+template/wizard/bitmap/ss06.bmp
+template/wizard/bitmap/ss07.bmp
+template/wizard/bitmap/ss08.bmp
+template/wizard/bitmap/ss09.bmp
+template/wizard/bitmap/ss10.bmp
+template/wizard/bitmap/summary.bmp
+template/wizard/bitmap/sweden.bmp
+template/wizard/bitmap/usa.bmp
+template/wizard/bitmap/welcome.bmp
+template/wizard/bitmap/wordin.bmp
+template/wizard/bitmap/wordout.bmp
+template/wizard/db01.vor
+template/wizard/db02.vor
+template/wizard/db03.vor
+template/wizard/db04.vor
+template/wizard/db05.vor
+template/wizard/db06.vor
+template/wizard/dbform.vor
+template/wizard/prnchaos.vor
+template/wizard/prnmail.vor
+template/wizard/repblock.vor
+template/wizard/repclmn.vor
+template/wizard/repleft1.vor
+template/wizard/repleft2.vor
+template/wizard/repnrml.vor
+template/wizard/repoutl1.vor
+template/wizard/repoutl2.vor
+template/wizard/repstep.vor
+template/wizard/rplymail.vor
+template/wizard/rplytext.vor
+template/wizard/rpst01.vor
+template/wizard/rpst02.vor
+template/wizard/rpst03.vor
+template/wizard/rpst04.vor
+template/wizard/template.vor
+template/wizard/webc001.vor
+template/wizard/webc002.vor
+template/wizard/webc003.vor
+template/wizard/webc004.vor
+template/wizard/webc005.vor
+template/wizard/webc006.vor
+template/wizard/webc007.vor
+template/wizard/webc008.vor
+template/wizard/webc009.vor
+template/wizard/webs001.vor
+template/wizard/webs002.vor
+template/wizard/webs003.vor
+template/wizard/webs004.vor
+template/wizard/webs005.vor
+template/wizard/webs006.vor
+template/wizard/webs007.vor
+template/wizard/webs008.vor
+template/wizard/webs009.vor
+template/wizard/webs010.vor
+template/wizard/webs011.vor
+template/wizard/webs012.vor
+template/wizard/webs013.vor
+template/wizard/webs014.vor
+template/wizard/webs015.vor
+template/wizard/webs016.vor
+template/wizard/wizagn1.vor
+template/wizard/wizagn2.vor
+template/wizard/wizagn3.vor
+template/wizard/wizbrf1.vor
+template/wizard/wizbrf2.vor
+template/wizard/wizbrf3.vor
+template/wizard/wizfax1.vor
+template/wizard/wizfax2.vor
+template/wizard/wizfax3.vor
+template/wizard/wizmem1.vor
+template/wizard/wizmem2.vor
+template/wizard/wizmem3.vor
+template/html/html.vor
+template/html/htmlcolo.vor
+template/html/htmlcont.vor
+template/sfx.tlx
+template/educate/diploma.vor
+template/educate/paper.vor
+template/educate/timetabl.vor
+template/educate/scientfc.vor
+template/forms/expenses.vor
+template/forms/gnrlsale.vor
+template/forms/intrnlnt.vor
+template/forms/leporell.vor
+template/forms/notes.vor
+template/forms/notes2.vor
+template/forms/phonenot.vor
+template/misc/book.vor
+template/misc/giftcert.vor
+template/misc/newslttr.vor
+template/misc/calendar.vor
+template/misc/schedule.vor
+template/misc/cassette.vor
+template/misc/cd.vor
+template/misc/zip.vor
+template/officorr/faxcont.vor
+template/officorr/faxeleg.vor
+template/officorr/faxprof.vor
+template/officorr/ltrcont.vor
+template/officorr/ltreleg.vor
+template/officorr/ltrprof.vor
+template/officorr/memcont.vor
+template/officorr/memeleg.vor
+template/officorr/memprof.vor
+template/offimisc/deliver.vor
+template/offimisc/invoice.vor
+template/offimisc/mincont.vor
+template/offimisc/mineleg.vor
+template/offimisc/minprof.vor
+template/offimisc/prsprof.vor
+template/offimisc/report.vor
+template/personal/currvita.vor
+template/personal/envelope.vor
+template/personal/faxfrml.vor
+template/personal/faxpriv.vor
+template/personal/ltrfrml.vor
+template/personal/ltrpriv.vor
+template/personal/visit.vor
+template/finance/budget.vor
+template/finance/carfince.vor
+template/finance/carmoney.vor
+template/finance/depot.vor
+template/finance/journal.vor
+template/finance/loancalc.vor
+template/layout/1997.vor
+template/layout/1998.vor
+template/layout/1999.vor
+template/layout/2000.vor
+template/layout/2buttons.vor
+template/layout/america.vor
+template/layout/blublack.vor
+template/layout/blue.vor
+template/layout/bluebtns.vor
+template/layout/bluegray.vor
+template/layout/bluetube.vor
+template/layout/blutitle.vor
+template/layout/chocolat.vor
+template/layout/clouds.vor
+template/layout/europe.vor
+template/layout/film.vor
+template/layout/fotoshow.vor
+template/layout/goldstar.vor
+template/layout/liteblue.vor
+template/layout/marble.vor
+template/layout/metal.vor
+template/layout/notes.vor
+template/layout/orange.vor
+template/layout/purple.vor
+template/layout/rainbow.vor
+template/layout/redwhite.vor
+template/layout/star.vor
+template/layout/sun.vor
+template/layout/sunset.vor
+template/layout/suprnova.vor
+template/layout/triangle.vor
+template/layout/turqgrad.vor
+template/layout/turquois.vor
+template/layout/undrwatr.vor
+template/layout/violet.vor
+template/layout/watrdrop.vor
+template/layout/whiteblu.vor
+template/layout/whiturqs.vor
+template/layout/winter.vor
+template/layout/world.vor
+template/presnt/bad.vor
+template/presnt/branche.vor
+template/presnt/concept.vor
+template/presnt/finance.vor
+template/presnt/ideas.vor
+template/presnt/info.vor
+template/presnt/market.vor
+template/presnt/meeting.vor
+template/presnt/newemplo.vor
+template/presnt/novelty.vor
+template/presnt/pres.vor
+template/presnt/project.vor
+template/presnt/prorep.vor
+template/presnt/report.vor
+template/presnt/sell.vor
+template/presnt/standard.vor
+template/presnt/strategy.vor
+template/presnt/team.vor
+template/presnt/tech.vor
+template/presnt/training.vor
+wordbook/stardiv.dic
+xp3/ppds/AC500503.PS
+xp3/ppds/ALJII523.PS
+xp3/ppds/AMCHR518.PS
+xp3/ppds/APLWIIf1.PS
+xp3/ppds/APLWIIg1.PS
+xp3/ppds/APLWNTR1.PS
+xp3/ppds/APPLE230.PS
+xp3/ppds/APPLE380.PS
+xp3/ppds/APPLE422.PS
+xp3/ppds/APS08522.PS
+xp3/ppds/APS12522.PS
+xp3/ppds/APS26522.PS
+xp3/ppds/APS80522.PS
+xp3/ppds/AP_NTXJ1.PS
+xp3/ppds/AST__470.PS
+xp3/ppds/A_PNT518.PS
+xp3/ppds/CG94_493.PS
+xp3/ppds/CNLBP4_1.PS
+xp3/ppds/CNLBP8R1.PS
+xp3/ppds/CNLBP8T1.PS
+xp3/ppds/CNLBP8_1.PS
+xp3/ppds/CN_500J1.PS
+xp3/ppds/CN_500_1.PS
+xp3/ppds/CPPMQ151.PS
+xp3/ppds/CPPMQ201.PS
+xp3/ppds/DATAP462.PS
+xp3/ppds/DCD11501.PS
+xp3/ppds/DCD21501.PS
+xp3/ppds/DCD22501.PS
+xp3/ppds/DCLPS201.PS
+xp3/ppds/DCLPS401.PS
+xp3/ppds/DPL15601.PS
+xp3/ppds/DPLZ9601.PS
+xp3/ppds/DP_US470.PS
+xp3/ppds/EP826051.PS
+xp3/ppds/EPL3KF21.PS
+xp3/ppds/EPL3KF51.PS
+xp3/ppds/EPL75523.PS
+xp3/ppds/F71RX503.PS
+xp3/ppds/GCBL4921.PS
+xp3/ppds/GCBL5141.PS
+xp3/ppds/GCBLP2S1.PS
+xp3/ppds/GCBLP2_1.PS
+xp3/ppds/GCBLPEL1.PS
+xp3/ppds/GENERIC.PS
+xp3/ppds/GSGL8001.PS
+xp3/ppds/HP3SI.PCL
+xp3/ppds/HP3SI.PS
+xp3/ppds/HP3SI523.PS
+xp3/ppds/HP4L.PCL
+xp3/ppds/HP4L.PS
+xp3/ppds/HP4M.PCL
+xp3/ppds/HP4SI.PCL
+xp3/ppds/HP4SI.PS
+xp3/ppds/HPDJ1200.PCL
+xp3/ppds/HPDJ1200.PS
+xp3/ppds/HPII.PCL
+xp3/ppds/HPIID.PCL
+xp3/ppds/HPIID522.PS
+xp3/ppds/HPIII.PCL
+xp3/ppds/HPIII.PS
+xp3/ppds/HPIII522.PS
+xp3/ppds/HPIIID.PCL
+xp3/ppds/HPIIIP.PCL
+xp3/ppds/HPIIP.PCL
+xp3/ppds/HPIIP.PS
+xp3/ppds/HPIIP522.PS
+xp3/ppds/HPIV.PCL
+xp3/ppds/HPIV.PS
+xp3/ppds/HPIVC.PCL
+xp3/ppds/HPLJ_31.PS
+xp3/ppds/HPLJ_3D1.PS
+xp3/ppds/HPLJ_3P1.PS
+xp3/ppds/HPPJXL31.PCL
+xp3/ppds/HPPJXL31.PS
+xp3/ppds/HP_3D522.PS
+xp3/ppds/HP_3P522.PS
+xp3/ppds/IB4029A1.PS
+xp3/ppds/IB4029B1.PS
+xp3/ppds/IBM17523.PS
+xp3/ppds/IBM20470.PS
+xp3/ppds/IBM30505.PS
+xp3/ppds/IBM39523.PS
+xp3/ppds/KDCOLOR1.PS
+xp3/ppds/L100_425.PS
+xp3/ppds/L200_471.PS
+xp3/ppds/L200_493.PS
+xp3/ppds/L300_471.PS
+xp3/ppds/L300_493.PS
+xp3/ppds/L330_523.PS
+xp3/ppds/L3330523.PS
+xp3/ppds/L500_493.PS
+xp3/ppds/L530_523.PS
+xp3/ppds/L5330523.PS
+xp3/ppds/LEX4039.PCL
+xp3/ppds/LEX4039.PS
+xp3/ppds/LEX4047.PCL
+xp3/ppds/LEXOPTRA.PCL
+xp3/ppds/LEXOPTRA.PS
+xp3/ppds/LH_630_1.PS
+xp3/ppds/LWNTX470.PS
+xp3/ppds/LWNTX518.PS
+xp3/ppds/LWNT_470.PS
+xp3/ppds/MOIM1201.PS
+xp3/ppds/Mono_522.PS
+xp3/ppds/N2090522.PS
+xp3/ppds/N2290520.PS
+xp3/ppds/N890X505.PS
+xp3/ppds/N890_470.PS
+xp3/ppds/NC95FAX1.PS
+xp3/ppds/NC97FAX1.PS
+xp3/ppds/NCCPS401.PS
+xp3/ppds/NCCPS801.PS
+xp3/ppds/NCOL_519.PS
+xp3/ppds/NCS29901.PS
+xp3/ppds/NCSW_951.PS
+xp3/ppds/NC_N4F21.PS
+xp3/ppds/NC_N4F51.PS
+xp3/ppds/NP20.PS
+xp3/ppds/NPCLPLUS.PS
+xp3/ppds/NX_NLP_1.PS
+xp3/ppds/O5242503.PS
+xp3/ppds/OK801PF1.PS
+xp3/ppds/OL830525.PS
+xp3/ppds/SPRN.PS
+xp3/ppds/OL840518.PS
+xp3/ppds/P4455514.PS
+xp3/ppds/Q2200523.PS
+xp3/ppds/Q2210523.PS
+xp3/ppds/Q2220523.PS
+xp3/ppds/Q810T517.PS
+xp3/ppds/Q820T517.PS
+xp3/ppds/Q820_517.PS
+xp3/ppds/QCS10503.PS
+xp3/ppds/QCS20503.PS
+xp3/ppds/QCS30503.PS
+xp3/ppds/QM1700_1.PS
+xp3/ppds/QM2000_1.PS
+xp3/ppds/QM815MR1.PS
+xp3/ppds/QM825MR1.PS
+xp3/ppds/QMPS4101.PS
+xp3/ppds/QMPS8151.PS
+xp3/ppds/QMPS8251.PS
+xp3/ppds/QMS81470.PS
+xp3/ppds/QMS8P461.PS
+xp3/ppds/QMS8_461.PS
+xp3/ppds/QMSCS494.PS
+xp3/ppds/QMSJP461.PS
+xp3/ppds/QMSJ_461.PS
+xp3/ppds/QUME_470.PS
+xp3/ppds/R6000505.PS
+xp3/ppds/S5232503.PS
+xp3/ppds/S746J522.PS
+xp3/ppds/SCG20522.PS
+xp3/ppds/SGENPRT.PS
+xp3/ppds/T1513470.PS
+xp3/ppds/T1535470.PS
+xp3/ppds/TI08_450.PS
+xp3/ppds/TITRB161.PS
+xp3/ppds/TITRBO61.PS
+xp3/ppds/TITRBO91.PS
+xp3/ppds/TIm17521.PS
+xp3/ppds/TIm35521.PS
+xp3/ppds/TIx17521.PS
+xp3/ppds/TIx35521.PS
+xp3/ppds/TKPH2SD1.PS
+xp3/ppds/TKPHZ2J1.PS
+xp3/ppds/TKPHZ3J1.PS
+xp3/ppds/TKPHZR21.PS
+xp3/ppds/TKPHZR22.PS
+xp3/ppds/TKPHZR31.PS
+xp3/ppds/TKPHZR32.PS
+xp3/ppds/TKPXE171.PS
+xp3/ppds/TKPXE391.PS
+xp3/ppds/U9415470.PS
+xp3/ppds/UNI17521.PS
+xp3/ppds/UNI39521.PS
+xp3/ppds/V5334522.PS
+xp3/ppds/VT42P522.PS
+xp3/ppds/VT43P522.PS
+xp3/ppds/VT4510A1.PS
+xp3/ppds/VT4530A1.PS
+xp3/ppds/VT4530B1.PS
+xp3/ppds/VT4530C1.PS
+xp3/ppds/VT4533B1.PS
+xp3/ppds/VT4533C1.PS
+xp3/ppds/VT453EA1.PS
+xp3/ppds/VT453EB1.PS
+xp3/ppds/VT4550A1.PS
+xp3/ppds/VT4550B1.PS
+xp3/ppds/VT4550C1.PS
+xp3/ppds/VT4551A1.PS
+xp3/ppds/VT4563A1.PS
+xp3/ppds/VT4563B1.PS
+xp3/ppds/VT49901.PS
+xp3/ppds/VT4L3001.PS
+xp3/ppds/VT4L3301.PS
+xp3/ppds/VT4L5001.PS
+xp3/ppds/VT4L5301.PS
+xp3/ppds/VT530522.PS
+xp3/ppds/VT550522.PS
+xp3/ppds/VT600P1.PS
+xp3/ppds/VT600W1.PS
+xp3/ppds/VT60P480.PS
+xp3/ppds/VT60W480.PS
+xp3/ppds/XRDOCU11.PS
+xp3/ppds/XRDT0851.PS
+xp3/ppds/XRDT0901.PS
+xp3/ppds/XRDT1351.PS
+xp3/pssoftfonts/ariob___.pfb
+xp3/pssoftfonts/arion___.pfb
+xp3/pssoftfonts/chevn___.pfb
+xp3/pssoftfonts/chevon__.pfb
+xp3/pssoftfonts/congb___.pfb
+xp3/pssoftfonts/congn___.pfb
+xp3/pssoftfonts/helmb___.pfb
+xp3/pssoftfonts/helmbi__.pfb
+xp3/pssoftfonts/helmcb__.pfb
+xp3/pssoftfonts/helmcbi_.pfb
+xp3/pssoftfonts/helmci__.pfb
+xp3/pssoftfonts/helmcn__.pfb
+xp3/pssoftfonts/helmi___.pfb
+xp3/pssoftfonts/helmn___.pfb
+xp3/pssoftfonts/starbats.pfb
+xp3/pssoftfonts/starmath.pfb
+xp3/pssoftfonts/timmb___.pfb
+xp3/pssoftfonts/timmbi__.pfb
+xp3/pssoftfonts/timmi___.pfb
+xp3/pssoftfonts/timmn___.pfb
+xp3/fontmetrics/afm/AGaramond-Bold.afm
+xp3/fontmetrics/afm/AvantGarde-Book.afm
+xp3/fontmetrics/afm/AvantGarde-BookOblique.afm
+xp3/fontmetrics/afm/AvantGarde-Demi.afm
+xp3/fontmetrics/afm/AvantGarde-DemiOblique.afm
+xp3/fontmetrics/afm/Bookman-Demi.afm
+xp3/fontmetrics/afm/Bookman-DemiItalic.afm
+xp3/fontmetrics/afm/Bookman-Light.afm
+xp3/fontmetrics/afm/Bookman-LightItalic.afm
+xp3/fontmetrics/afm/Courier-Bold.afm
+xp3/fontmetrics/afm/Courier-BoldOblique.afm
+xp3/fontmetrics/afm/Courier-Oblique.afm
+xp3/fontmetrics/afm/Courier.afm
+xp3/fontmetrics/afm/GothicBBB-Medium-83pv-RKSJ-H.afm
+xp3/fontmetrics/afm/GothicBBB-Medium.Roman.afm
+xp3/fontmetrics/afm/Helvetica.afm
+xp3/fontmetrics/afm/Helvetica-Bold.afm
+xp3/fontmetrics/afm/Helvetica-BoldOblique.afm
+xp3/fontmetrics/afm/Helvetica-Oblique.afm
+xp3/fontmetrics/afm/NewBaskerville-Bold.afm
+xp3/fontmetrics/afm/NewBaskerville-BoldItalic.afm
+xp3/fontmetrics/afm/NewBaskerville-Italic.afm
+xp3/fontmetrics/afm/NewBaskerville-Roman.afm
+xp3/fontmetrics/afm/NewCenturySchlbk-Bold.afm
+xp3/fontmetrics/afm/NewCenturySchlbk-BoldItalic.afm
+xp3/fontmetrics/afm/NewCenturySchlbk-Italic.afm
+xp3/fontmetrics/afm/NewCenturySchlbk-Roman.afm
+xp3/fontmetrics/afm/Palatino-Bold.afm
+xp3/fontmetrics/afm/Palatino-BoldItalic.afm
+xp3/fontmetrics/afm/Palatino-Italic.afm
+xp3/fontmetrics/afm/Palatino-Roman.afm
+xp3/fontmetrics/afm/Ryumin-Light-83pv-RKSJ-H.afm
+xp3/fontmetrics/afm/Ryumin-Light.Roman.afm
+xp3/fontmetrics/afm/Symbol.afm
+xp3/fontmetrics/afm/Times-Bold.afm
+xp3/fontmetrics/afm/Times-BoldItalic.afm
+xp3/fontmetrics/afm/Times-Italic.afm
+xp3/fontmetrics/afm/Times-Roman.afm
+xp3/fontmetrics/afm/Windsor.afm
+xp3/fontmetrics/afm/ZapfChancery-MediumItalic.afm
+xp3/fontmetrics/afm/ZapfDingbats.afm
+xp3/fontmetrics/afm/ariob___.afm
+xp3/fontmetrics/afm/arion___.afm
+xp3/fontmetrics/afm/chevn___.afm
+xp3/fontmetrics/afm/chevon__.afm
+xp3/fontmetrics/afm/congb___.afm
+xp3/fontmetrics/afm/congn___.afm
+xp3/fontmetrics/afm/helmb___.afm
+xp3/fontmetrics/afm/helmbi__.afm
+xp3/fontmetrics/afm/helmcb__.afm
+xp3/fontmetrics/afm/helmcbi_.afm
+xp3/fontmetrics/afm/helmci__.afm
+xp3/fontmetrics/afm/helmcn__.afm
+xp3/fontmetrics/afm/helmi___.afm
+xp3/fontmetrics/afm/helmn___.afm
+xp3/fontmetrics/afm/starbats.afm
+xp3/fontmetrics/afm/starmath.afm
+xp3/fontmetrics/afm/timmb___.afm
+xp3/fontmetrics/afm/timmbi__.afm
+xp3/fontmetrics/afm/timmi___.afm
+xp3/fontmetrics/afm/timmn___.afm
+xp3/fontmetrics/tfm/9NB00041.TFM
+xp3/fontmetrics/tfm/9NB00042.TFM
+xp3/fontmetrics/tfm/9NB00050.TFM
+xp3/fontmetrics/tfm/9NB00153.TFM
+xp3/fontmetrics/tfm/9NB00292.TFM
+xp3/fontmetrics/tfm/9NB00491.TFM
+xp3/fontmetrics/tfm/9NB01869.TFM
+xp3/fontmetrics/tfm/9NB02995.TFM
+xp3/fontmetrics/tfm/9NB03902.TFM
+xp3/fontmetrics/tfm/9NB03903.TFM
+xp3/fontmetrics/tfm/9NB04827.TFM
+xp3/fontmetrics/tfm/9NB05436.TFM
+xp3/fontmetrics/tfm/9NB05447.TFM
+xp3/fontmetrics/tfm/9NB05448.TFM
+xp3/fontmetrics/tfm/9NB05705.TFM
+xp3/fontmetrics/tfm/9NB06334.TFM
+xp3/fontmetrics/tfm/9NB06335.TFM
+xp3/fontmetrics/tfm/9NB09894.TFM
+xp3/fontmetrics/tfm/9NB09961.TFM
+xp3/fontmetrics/tfm/9NB11478.TFM
+xp3/fontmetrics/tfm/9NB11538.TFM
+xp3/fontmetrics/tfm/9NB11942.TFM
+xp3/fontmetrics/tfm/9NB12382.TFM
+xp3/fontmetrics/tfm/9NB14604.TFM
+xp3/fontmetrics/tfm/9NB14771.TFM
+xp3/fontmetrics/tfm/9NB15724.TFM
+xp3/fontmetrics/tfm/9NB16827.TFM
+xp3/fontmetrics/tfm/9NB17035.TFM
+xp3/fontmetrics/tfm/9NB17421.TFM
+xp3/fontmetrics/tfm/9NB17673.TFM
+xp3/fontmetrics/tfm/9NB18467.TFM
+xp3/fontmetrics/tfm/9NB18468.TFM
+xp3/fontmetrics/tfm/9NB18716.TFM
+xp3/fontmetrics/tfm/9NB18717.TFM
+xp3/fontmetrics/tfm/9NB19169.TFM
+xp3/fontmetrics/tfm/9NB19170.TFM
+xp3/fontmetrics/tfm/9NB19718.TFM
+xp3/fontmetrics/tfm/9NB19895.TFM
+xp3/fontmetrics/tfm/9NB19896.TFM
+xp3/fontmetrics/tfm/9NB19912.TFM
+xp3/fontmetrics/tfm/9NB21726.TFM
+xp3/fontmetrics/tfm/9NB21727.TFM
+xp3/fontmetrics/tfm/9NB23281.TFM
+xp3/fontmetrics/tfm/9NB23811.TFM
+xp3/fontmetrics/tfm/9NB24464.TFM
+xp3/fontmetrics/tfm/9NB25667.TFM
+xp3/fontmetrics/tfm/9NB26299.TFM
+xp3/fontmetrics/tfm/9NB26500.TFM
+xp3/fontmetrics/tfm/9NB26501.TFM
+xp3/fontmetrics/tfm/9NB26962.TFM
+xp3/fontmetrics/tfm/9NB28145.TFM
+xp3/fontmetrics/tfm/9NB28703.TFM
+xp3/fontmetrics/tfm/9NB29358.TFM
+xp3/fontmetrics/tfm/9NB30333.TFM
+xp3/fontmetrics/tfm/9NB31322.TFM
+xp3/fontmetrics/tfm/9NB32391.TFM
+xp3/fontmetrics/tfm/CRB14E1A.TFM
+xp3/fontmetrics/tfm/CRB14LGA.TFM
+xp3/fontmetrics/tfm/CRB14PCA.TFM
+xp3/fontmetrics/tfm/CRB14PDA.TFM
+xp3/fontmetrics/tfm/CRB14PMA.TFM
+xp3/fontmetrics/tfm/CRB14R8A.TFM
+xp3/fontmetrics/tfm/CRB1CE1A.TFM
+xp3/fontmetrics/tfm/CRB1CLGA.TFM
+xp3/fontmetrics/tfm/CRB1CLGC.TFM
+xp3/fontmetrics/tfm/CRB1CPCA.TFM
+xp3/fontmetrics/tfm/CRB1CPDA.TFM
+xp3/fontmetrics/tfm/CRB1CPMA.TFM
+xp3/fontmetrics/tfm/CRB1CR8A.TFM
+xp3/fontmetrics/tfm/CRI14E1A.TFM
+xp3/fontmetrics/tfm/CRI14LGA.TFM
+xp3/fontmetrics/tfm/CRI14PCA.TFM
+xp3/fontmetrics/tfm/CRI14PDA.TFM
+xp3/fontmetrics/tfm/CRI14PMA.TFM
+xp3/fontmetrics/tfm/CRI14R8A.TFM
+xp3/fontmetrics/tfm/CRI1CE1A.TFM
+xp3/fontmetrics/tfm/CRI1CLGA.TFM
+xp3/fontmetrics/tfm/CRI1CPCA.TFM
+xp3/fontmetrics/tfm/CRI1CPDA.TFM
+xp3/fontmetrics/tfm/CRI1CPMA.TFM
+xp3/fontmetrics/tfm/CRI1CR8A.TFM
+xp3/fontmetrics/tfm/CRR14E1A.TFM
+xp3/fontmetrics/tfm/CRR14LGA.TFM
+xp3/fontmetrics/tfm/CRR14PCA.TFM
+xp3/fontmetrics/tfm/CRR14PDA.TFM
+xp3/fontmetrics/tfm/CRR14PMA.TFM
+xp3/fontmetrics/tfm/CRR14R8A.TFM
+xp3/fontmetrics/tfm/CRR1CE1A.TFM
+xp3/fontmetrics/tfm/CRR1CLGA.TFM
+xp3/fontmetrics/tfm/CRR1CPCA.TFM
+xp3/fontmetrics/tfm/CRR1CPDA.TFM
+xp3/fontmetrics/tfm/CRR1CPMA.TFM
+xp3/fontmetrics/tfm/CRR1CR8A.TFM
+xp3/fontmetrics/tfm/LPR0YE1A.TFM
+xp3/fontmetrics/tfm/LPR0YLGA.TFM
+xp3/fontmetrics/tfm/LPR0YPCA.TFM
+xp3/fontmetrics/tfm/LPR0YPDA.TFM
+xp3/fontmetrics/tfm/LPR0YPMA.TFM
+xp3/fontmetrics/tfm/LPR0YR8A.TFM
+xp3/fontmetrics/tfm/TRB0000S.TFM
+xp3/fontmetrics/tfm/TRI0000S.TFM
+xp3/fontmetrics/tfm/TRJ0000S.TFM
+xp3/fontmetrics/tfm/TRR0000S.TFM
+xp3/fontmetrics/tfm/UNA0000S.TFM
+xp3/fontmetrics/tfm/UNB0000S.TFM
+xp3/fontmetrics/tfm/UNC0000S.TFM
+xp3/fontmetrics/tfm/UNF0000S.TFM
+xp3/fontmetrics/tfm/UNH0000S.TFM
+xp3/fontmetrics/tfm/UNI0000S.TFM
+xp3/fontmetrics/tfm/UNJ0000S.TFM
+xp3/fontmetrics/tfm/UNR0000S.TFM
+xp3/fontmetrics/tfm/ZDR0000S.TFM
+xp3/Xpdefaults
+xp3/pclstd.fonts
+xp3/psstd.fonts
+xp3/rgb.txt
+xp3/xprinter.prolog
+@dirrmDesktop
+@dirrmautotext
+@dirrmbackup
+@dirrmbasic
+@dirrmbin
+@dirrmbookmark
+@dirrmbookmark/Fun & More
+@dirrmbookmark/Information
+@dirrmbookmark/Internet
+@dirrmbookmark/Java
+@dirrmbookmark/Travel
+@dirrmcde
+@dirrmconfig
+@dirrmconfig/help
+@dirrmconfig/symbol
+@dirrmconfig/start
+@dirrmconfig/groups
+@dirrmconfig/new
+@dirrmconfig/settings
+@dirrmconfig/more
+@dirrmconfig/tasks
+@dirrmconfig/wizard
+@dirrmconfig/helpmenu
+@dirrmdatabase
+@dirrmdownload
+@dirrmexplorer
+@dirrmexplorer/Samples
+@dirrmexplorer/Samples/Formulas
+@dirrmexplorer/Samples/TextDocuments
+@dirrmexplorer/Samples/TextDocuments/Chapters
+@dirrmexplorer/Samples/TextDocuments/Homepage
+@dirrmexplorer/Samples/Spreadsheets
+@dirrmexplorer/Samples/Presentations
+@dirrmexplorer/Samples/Drawings
+@dirrmfilter
+@dirrmfonts
+@dirrmfonts/type1
+@dirrmfonts/75dpi
+@dirrmfonts/75dpi/bdf
+@dirrmgallery
+@dirrmgallery/bullets
+@dirrmgallery/rulers
+@dirrmgallery/www-back
+@dirrmgallery/htmlexpo
+@dirrmgallery/sounds
+@dirrmgallery/clipart
+@dirrmgallery/flags
+@dirrmgallery/maps
+@dirrmgallery/photos
+@dirrmgallery/surface
+@dirrmgallery/symbols
+@dirrmgallery/www-anim
+@dirrmgallery/www-graf
+@dirrmhelp
+@dirrmhelp/01
+@dirrmkde
+@dirrmkde/applnk
+@dirrmkde/icons
+@dirrmkde/icons/mini
+@dirrmkde/mimelnk
+@dirrmkde/mimelnk/application
+@dirrmkde/mimelnk/text
+@dirrmkino
+@dirrmlib
+@dirrmservice
+@dirrmstore
+@dirrmstore/trash
+@dirrmtemplate
+@dirrmtemplate/wizard
+@dirrmtemplate/wizard/bitmap
+@dirrmtemplate/html
+@dirrmtemplate/educate
+@dirrmtemplate/forms
+@dirrmtemplate/misc
+@dirrmtemplate/officorr
+@dirrmtemplate/offimisc
+@dirrmtemplate/personal
+@dirrmtemplate/finance
+@dirrmtemplate/layout
+@dirrmtemplate/presnt
+@dirrmwordbook
+@dirrmwork
+@dirrmxp3
+@dirrmxp3/ppds
+@dirrmxp3/pssoftfonts
+@dirrmxp3/fontmetrics
+@dirrmxp3/fontmetrics/afm
+@dirrmxp3/fontmetrics/tfm