source: content/content.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: 417 bytes
Line 
1<!ENTITY content SYSTEM "content.xml">
2
3<!-- Database software -->
4<!ENTITY content-databases SYSTEM "databases/databases.xml">
5<!ENTITY % db SYSTEM "databases/db/db.ent">
6<!ENTITY % mysql SYSTEM "databases/mysql/mysql.ent">
7%db;
8%mysql;
9
10<!-- Web server software -->
11<!ENTITY content-web SYSTEM "web/web.xml">
12<!ENTITY % apache SYSTEM "web/apache/apache.ent">
13<!ENTITY % php SYSTEM "web/php/php.ent">
14%apache;
15%php;
Note: See TracBrowser for help on using the repository browser.