Skip to content

jcfieldsdev/antioch-wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

antioch-wiki

The wiki used by the Antioch Forever web site, originally written in 2003. It is a derivative of UseModWiki with some significant changes:

  • It links with phpBB forum accounts for user authentication.
  • It uses SQLite databases for its page store and for managing user sessions.
  • It uses a template system.

It is written for Perl 5 and designed to run in a CGI or mod_perl environment. It requires the following non-core modules to be installed:

MySQL database information must be added to "wiki.pl" for user account authentication to work.

The wiki will automatically create the necessary SQLite database tables the first time it is executed. Users can be elevated to administrators by changing their level to 1 in "users.sqlite" (default is 0).

Acknowledgments

Based on UseModWiki by Clifford A. Adams, Sunir Shah, and contributors.

Authors

License

About

A wiki that uses phpBB forum accounts for authentication

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published