about-notes.php 862 B

1234567891011121314151617181920212223242526272829
  1. <?
  2. require_once('../include/prepend.php');
  3. commonHeader("Manual Notes");
  4. ?>
  5. <P>
  6. The manual notes interface allows you to add notes to the online
  7. version of the PHP-GTK manual. These notes are then shared with other
  8. PHP users when they browse the manual online.
  9. </P>
  10. <P>
  11. Periodically, the developers may go through the notes and incorporate
  12. the information in them into the documentation proper.
  13. </P>
  14. <P>
  15. These notes are only visible at <A href="http://gtk.php.net/manual/">gtk.php.net</A>
  16. because that's where the database that stores them is located. If (when) the
  17. PHP-GTK website is mirrored in several locations, we'll work out a way of
  18. having the notes available across all the mirror sites.
  19. </P>
  20. <!--
  21. <P>
  22. These notes are <B>not</B> the place to report <A href="http://gtk.php.net/bugs">bugs</A>!
  23. </P>
  24. -->
  25. <?
  26. commonFooter();