doc/en/includes.sgml
Hiroki Sato 275e43fb8f Split includes.sgml into several files in share/sgml/includes.*.sgml, since
most of the entities in the files are language independent.  The translators
can override them partly, choosing where they want to do so.
2003-10-11 18:51:26 +00:00

32 lines
989 B
Text

<!-- $FreeBSD: www/en/includes.sgml,v 1.61 2003/10/03 22:42:03 simon Exp $ -->
<!ENTITY url.doc.langcode 'en_US.ISO8859-1'>
<!--
Base is the absolute URL for the given page, minus the actual page
part. It should either be specified as a fully qualified URL, or
relative to the server root. It should be defined in the prolog
<em>before</em> including this file if the page does not live at the
default location below.
When making a link, use <a href="&base;/mypage.html">foo</a> and
&base; will be expanded appropriately. Base is also used in the
definition of standard boilerplate entities in this file, so be sure
base is correct!
-->
<!ENTITY base CDATA ".">
<!-- Language-specific entities should be put above this line -->
<!ENTITY % includes.global SYSTEM "../share/sgml/includes.sgml">
%includes.global;
<!--
Local Variables:
mode: sgml
sgml-indent-data: t
sgml-omittag: nil
sgml-always-quote-attributes: t
End:
-->