glfs/content/content.ent
Igor Živković 399ad9de1e made db-3.1.17 evolution's required additional download
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1268 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-02 07:21:39 +00:00

22 lines
618 B
Plaintext

<!ENTITY content SYSTEM "content.xml">
<!-- Database software -->
<!ENTITY content-databases SYSTEM "databases/databases.xml">
<!ENTITY % db SYSTEM "databases/db/db.ent">
<!ENTITY % db-3.3 SYSTEM "databases/db-3.3/db-3.3.ent">
<!ENTITY % mysql SYSTEM "databases/mysql/mysql.ent">
<!ENTITY % postgres SYSTEM "databases/postgres/postgres.ent">
%db;
%db-3.3;
%mysql;
%postgres;
<!-- Web server software -->
<!ENTITY content-web SYSTEM "web/web.xml">
<!ENTITY % apache SYSTEM "web/apache/apache.ent">
<!ENTITY % php SYSTEM "web/php/php.ent">
<!ENTITY % proftpd SYSTEM "web/proftpd/proftpd.ent">
%apache;
%php;
%proftpd;