ewiki

fragments/funcs/*

The funcs/ subdirectory contains code snippets, that provide
additional interface functions.



       fragments/funcs/auth.php
       ------------------------
       Include this script wherever you need authentication. It
       uses the HTTP Basic Authentication scheme, but the passwords
       are inside the script in the $passwords array (so no need
       for .htpasswd setup).

       Note that this script needs to be called before any body
       output is made (else it would be too late for http header()
       output).



       fragments/funcs/wiki_format.inc
       -------------------------------
       This php include() file contains just the reduced
       wiki_format() function, the code to generate internal
       WikiLinks+ and the binary data stuff has been removed.  It is
       best suited to allow rendering of WikiSource+ with other php
       projects.

       The script was contributed by Frank Luithle.
prev << "fragments/funcs/*"
next >> "fragments/css/*"


You cannot modify the README.fragments file, but anyhow any ideas or suggestion should as usually get filed on BugReports, UserSuggestions or even better the README.fragments.Discussion.