chriskempson / natter

Very basic PHP forum using Netcrafter

Repository from Github https://github.comchriskempson/natterRepository from Github https://github.comchriskempson/natter

Natter

A very basic PHP forum built with Netcrafter.

NOTE: Currently a Work in Progress!

Why?

I wanted a very basic forum but the so called lightweights were not light enough!

No database, no setup, no admin panels. Should rely on directory structure for forum organisation (categories, topics). Management tasks (e.g. user management, forum management) should be possible through the editing of files.

Curiously, all of the data (posts, users) is stored in JSON files.

Todo

  • Add new threads
  • Edit thread titles
  • User invitation system
  • Email notifications
  • User registration email confirmation
  • User registration
  • Mailer plugin
  • Design and styling
  • RSS plugin (remember that?)
  • Markdown support
  • Breadcrumb plugin
  • Edit post
  • Basic Session Plugin
  • Basic User Plugin
  • Delete post
  • Add post
  • Basic Discussion Plugin
  • HTML page structure

About

Very basic PHP forum using Netcrafter

License:MIT License


Languages

Language:PHP 93.9%Language:CSS 5.1%Language:Shell 0.6%Language:Hack 0.4%