Author Topic: MiniWiki - A Wiki for fan projects  (Read 555 times)

Ramsus

  • Guest
MiniWiki - A Wiki for fan projects
« on: April 24, 2006, 01:09:07 am »
I'm working on a new lightweight wiki for fan projects here at the Compendium, but I need a lot of testing and feedback. I'm still working on writing a secure and complete sessions implementation, with an authentication module sitting on top of it.

In the meantime however, I could use some volunteers to test this out:

EDIT: Now visit:

*URL REMOVED*

Which now supports Unicode.

EDIT2:

The first draft of basic sessions and authentication is complete (local version). Now I just have to do a code cleanup/audit and create the admin and login pages. Once I'm finished, I'll have everything up for general use.

EDIT 3:

I got sidetracked with fixing some problems with the site due to upgrading hosting accounts/getting moved to a different server. The Compendium now has parts written in Java and Python in addition to the older PHP code...
« Last Edit: April 27, 2006, 10:35:52 am by Ramsus »

Burning Zeppelin

  • God of War (+3000)
  • *
  • Posts: 3137
    • View Profile
    • Delicate Cutters
Re: MiniWiki - A Wiki for fan projects
« Reply #1 on: April 24, 2006, 08:01:06 am »
It's looking pretty good Ramsus. Looks a bit bland, but I guess thats the point. I put something in "Thoughts and Opinions" 8)

Ramsus

  • Guest
Re: MiniWiki - A Wiki for fan projects
« Reply #2 on: April 24, 2006, 12:01:10 pm »
Looks like it finally choked... It must've happened in the middle of the server account upgrade I just had done.

Ramsus

  • Guest
Re: MiniWiki - A Wiki for fan projects
« Reply #3 on: April 26, 2006, 04:32:18 pm »
Here we go... Just had to mention, I have logging in and logging out via forum accounts and authentication based on forum membergroups working on my development version. All that's left now is the action handling code, but I'm tempted to go back and write some unit tests for my existing code.