genericmodel.dtd
上传用户:huihesys
上传日期:2007-01-04
资源大小:3877k
文件大小:1k
源码类别:

WEB邮件程序

开发平台:

C/C++

  1. <?xml encoding="UTF-8"?>
  2. <!-- A DTD for WebMail's generic model -->
  3. <!-- CVS ID: $Id: usermodel.dtd,v 1.4 2000/04/18 13:12:47 wastl Exp $ -->
  4. <!--
  5.  * Copyright (C) 2000 Sebastian Schaffert
  6.  * 
  7.  * This program is free software; you can redistribute it and/or
  8.  * modify it under the terms of the GNU General Public License
  9.  * as published by the Free Software Foundation; either version 2
  10.  * of the License, or (at your option) any later version.
  11.  * 
  12.  * This program is distributed in the hope that it will be useful,
  13.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15.  * GNU General Public License for more details.
  16.  * 
  17.  * You should have received a copy of the GNU General Public License
  18.  * along with this program; if not, write to the Free Software
  19.  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  20. -->
  21. <!-- Include DTD for WebMail's system configuration -->
  22. <!ENTITY % SYSDATA SYSTEM "sysdata.dtd">
  23. <!-- and some information on how environment variables should be stored -->
  24. <!ENTITY % STATEDATA SYSTEM "statedata.dtd">
  25. <!ELEMENT GENERICMODEL (SYSDATA,STATEDATA?)>
  26. %SYSDATA;
  27. %STATEDATA;