Implemented a WikiWikiClone in Visual Basic 5.0 by KeithDerrick to run on Win95 under Microsoft's PersonalWebServer. The pages are stored in an Access database.
I wanted to use Wiki on our intranet to provide a communal logbook to our design team.
Unfortunately, we're a Microsoft shop, and the implementations of Perl I could find for Win95 didn't handle DBM at all well. Add the fact that I'm Perl-illiterate and couldn't make head nor tail of the RegularExpressions, and you can see why I went my own way.
Sadly, this place also has a mistrust of freeware and shareware. I'm not sure they'll let me put it into the public domain either 8(
I've now implemented a version of Wiki in VisualBasic. It works much the same with some enhancements:
BTW: There is a RegularExpression engine for VisualBasic! Check out "Microsoft VBScript Regular Expressions"! -- DarenThomas?
My thanks go out to Stephan Schmid, of EazyWare? in Switzerland for his excellent VB5-CGI ActiveX Objects package which let me do it in VB5. This package is available at his home page http://www.eazyware.com/vb5-cgi/
For a WikiClone devoted to VB, see http://vb.wikis.com
See AspWiki