glfs/content/content.ent

22 lines
626 B
Plaintext
Raw Normal View History

<!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 % postgresql SYSTEM "databases/postgresql/postgresql.ent">
%db;
%db-3.3;
%mysql;
%postgresql;
<!-- 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;