source: xsoft/xsoft.ent@ 25357c89

initial-import reorg
Last change on this file since 25357c89 was f45b1953, checked in by Mark Hymers <markh@…>, 22 years ago

Initial revision

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 1015 bytes
Line 
1<!ENTITY xsoft SYSTEM "xsoft.xml">
2
3<!-- Individual Office Programs -->
4<!ENTITY xsoft-office SYSTEM "office/office.xml">
5<!ENTITY % abiword SYSTEM "office/abiword/abiword.ent">
6<!ENTITY % gnumeric SYSTEM "office/gnumeric/gnumeric.ent">
7<!ENTITY % gnucash SYSTEM "office/gnucash/gnucash.ent">
8<!ENTITY % magicpoint SYSTEM "office/magicpoint/magicpoint.ent">
9<!ENTITY % gimp SYSTEM "office/gimp/gimp.ent">
10%abiword;
11%gnumeric;
12%gnucash;
13%magicpoint;
14%gimp;
15
16<!-- Office Suites -->
17<!ENTITY xsoft-suites SYSTEM "suites/suites.xml">
18<!ENTITY % koffice SYSTEM "suites/koffice/koffice.ent">
19<!ENTITY % openoffice SYSTEM "suites/openoffice/openoffice.ent">
20%koffice;
21%openoffice;
22
23<!-- Graphical Web Browsers -->
24<!ENTITY xsoft-graphweb SYSTEM "graphweb/graphweb.xml">
25<!ENTITY xsoft-graphweb-konq SYSTEM "graphweb/konq.xml">
26<!ENTITY % mozilla SYSTEM "graphweb/mozilla/mozilla.ent">
27<!ENTITY % galeon SYSTEM "graphweb/galeon/galeon.ent">
28%mozilla;
29%galeon;
30
31<!-- Other -->
32<!ENTITY xsoft-other SYSTEM "other/other.xml">
Note: See TracBrowser for help on using the repository browser.