2002-07-08 04:28:42 +08:00
|
|
|
<!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">
|
2002-08-24 22:44:25 +08:00
|
|
|
<!ENTITY % postgres SYSTEM "databases/postgres/postgres.ent">
|
2002-07-08 04:28:42 +08:00
|
|
|
%db;
|
|
|
|
%mysql;
|
2002-08-24 22:44:25 +08:00
|
|
|
%postgres;
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
<!-- 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;
|