mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
f45b195302
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0
33 lines
1015 B
Plaintext
33 lines
1015 B
Plaintext
<!ENTITY xsoft SYSTEM "xsoft.xml">
|
|
|
|
<!-- Individual Office Programs -->
|
|
<!ENTITY xsoft-office SYSTEM "office/office.xml">
|
|
<!ENTITY % abiword SYSTEM "office/abiword/abiword.ent">
|
|
<!ENTITY % gnumeric SYSTEM "office/gnumeric/gnumeric.ent">
|
|
<!ENTITY % gnucash SYSTEM "office/gnucash/gnucash.ent">
|
|
<!ENTITY % magicpoint SYSTEM "office/magicpoint/magicpoint.ent">
|
|
<!ENTITY % gimp SYSTEM "office/gimp/gimp.ent">
|
|
%abiword;
|
|
%gnumeric;
|
|
%gnucash;
|
|
%magicpoint;
|
|
%gimp;
|
|
|
|
<!-- Office Suites -->
|
|
<!ENTITY xsoft-suites SYSTEM "suites/suites.xml">
|
|
<!ENTITY % koffice SYSTEM "suites/koffice/koffice.ent">
|
|
<!ENTITY % openoffice SYSTEM "suites/openoffice/openoffice.ent">
|
|
%koffice;
|
|
%openoffice;
|
|
|
|
<!-- Graphical Web Browsers -->
|
|
<!ENTITY xsoft-graphweb SYSTEM "graphweb/graphweb.xml">
|
|
<!ENTITY xsoft-graphweb-konq SYSTEM "graphweb/konq.xml">
|
|
<!ENTITY % mozilla SYSTEM "graphweb/mozilla/mozilla.ent">
|
|
<!ENTITY % galeon SYSTEM "graphweb/galeon/galeon.ent">
|
|
%mozilla;
|
|
%galeon;
|
|
|
|
<!-- Other -->
|
|
<!ENTITY xsoft-other SYSTEM "other/other.xml">
|