hholzgra Wed Apr 25 14:43:53 2001 EDT
Added files:
/phpdoc/en/functions rtfm.xml
Modified files:
/phpdoc global.ent
Log:
guess what ... :)
Index: phpdoc/global.ent
diff -u phpdoc/global.ent:1.88 phpdoc/global.ent:1.89
--- phpdoc/global.ent:1.88 Fri Apr 20 10:00:50 2001
+++ phpdoc/global.ent Wed Apr 25 14:43:52 2001
@@ -1,6 +1,6 @@
<!-- -*- SGML -*-
- $Id: global.ent,v 1.88 2001/04/20 17:00:50 dams Exp $
+ $Id: global.ent,v 1.89 2001/04/25 21:43:52 hholzgra Exp $
Contains global "macros" for all the SGML documents.
@@ -104,6 +104,7 @@
<!ENTITY url.php.bugdosdonts "http://bugs.php.net/bugs-dos-and-donts.php">
<!ENTITY url.php.cvs "http://cvs.php.net/">
<!ENTITY url.php.docs "http://www.php.net/docs.php">
+<!ENTITY url.php.manual "http://www.php.net/manual/">
<!ENTITY url.php.stats "../images/phpstats-200002.gif">
<!ENTITY url.php.snaps.manual "http://snaps.php.net/manual/">
<!ENTITY url.phpdoc 'http://www.phpdoc.de/'>
Index: phpdoc/en/functions/rtfm.xml
+++ phpdoc/en/functions/rtfm.xml
<reference id="ref.rtfm">
<title>RTFM functions</title>
<titleabbrev></titleabbrev>
<partintro>
<para>
</para>
</partintro>
<refentry id="function.rtfm">
<refnamediv>
<refname>rtfm</refname>
<refpurpose>Point user to FAQ and Manual</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<funcsynopsis>
<funcprototype>
<funcdef> <function>rtfm</function></funcdef>
</funcprototype>
</funcsynopsis>
<para>
Just a simple but configurable pointer to the FAQ and Manual.
FAQ and Manual URLs are configurable via
<parameter>rtfm.faq_url</parameter> and
<parameter>rtfm.manual_url</parameter>, which default to
<ulink url="&url.php-faq;">&url.php-faq;</ulink> and
<ulink url="&url.php-manual;">&url.php-manual;</ulink>.
</para>
</refsect1>
</refentry>
</reference>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:"../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->