glfs/content/content.ent
Larry Lawrence cd6e4ceb98 added PostgreSQL
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@129 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-08-24 14:44:25 +00:00

18 lines
490 B
Plaintext

<!ENTITY content SYSTEM "content.xml">
<!-- Database software -->
<!ENTITY content-databases SYSTEM "databases/databases.xml">
<!ENTITY % db SYSTEM "databases/db/db.ent">
<!ENTITY % mysql SYSTEM "databases/mysql/mysql.ent">
<!ENTITY % postgres SYSTEM "databases/postgres/postgres.ent">
%db;
%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">
%apache;
%php;