about-notes.php 884 B

1234567891011121314151617181920212223242526272829
  1. <?php
  2. require_once('../include/prepend.php');
  3. commonHeader("PHP-GTK 1 Manual Notes");
  4. ?>
  5. <p>
  6. The manual notes interface allows you to add notes to the online
  7. version of the PHP-GTK 1 manual. These notes are then shared with other
  8. PHP-GTK 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/manual1/">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://bugs.php.net/">bugs</a>!
  23. </P>
  24. -->
  25. <?php
  26. commonFooter();
  27. ?>