Author Topic: Temporal Flux wiki  (Read 1140 times)

Ramsus

  • Guest
Temporal Flux wiki
« on: May 03, 2006, 10:10:54 pm »
It's officially open, so if you have something to contribute, go right ahead. Right now there's only a couple of pages. Can someone who uses Temporal Flux suggest some different ways to the organize content?

Anyway, feel free to add anything TF-related. Also, since this is an early release of the new mini-wiki software (less than 240 lines of code...), I'll be doing regular backups for a while.
« Last Edit: May 21, 2006, 01:06:37 pm by ZeaLitY »

Ramsus

  • Guest
Re: Temporal Flux wiki
« Reply #1 on: May 04, 2006, 06:48:39 pm »
I added some features since this morning:
  • All wiki-specific configuration options are in one place, so I can use the script to run multiple wikis.
  • Warning when you submit an edit if someone else already edited the same page.
  • View previous versions (source only) instead of just looking at the diffs.
  • Revert to a previous version. This does the same thing as copying an old version on top of a new edit.

I actually had to write my own patch implementation. It only supports unified context diffs at the moment, but I'll add other types of diffs later.

Now my to-do list is shortened to implementing:
  • A general purpose logger
  • Sessions built on top of forum sessions
  • Access control lists based on forum accounts
  • A backup file importer

Ramsus

  • Guest
Re: Temporal Flux wiki
« Reply #2 on: May 05, 2006, 03:53:41 pm »
Update: The wiki software is finished.