refers to topics that improve WikiEngines, WikiForums and their relations, to make them more useful to the Wikizens: * '''SisterSites''' * '''MetaWikiSearchEngine''' for SisterSites and more: http://sunir.org/apps/meta.pl * '''MetaWiki''' a wiki that helps people find other Wikis that best met their needs. Why start a new Wiki when there's a perfectly good one already out there covering the topics that interest you? To this end, I've started http://www.metawiki.com - Kevin Hutchinson * '''WikiWithProgrammableContent''' that includes global options for trusted peers to reprogram the underlying WikiEngine of the respective WikiForum * '''http://zwiki.org/SeeAlso''' is similar to SisterSites, based on MetaWikiSearchEngine. ---- '''Discussion/Notes''': Everybody seems to want to write a WikiClone nowadays. New features considered are wyswig editing, better history support, written in another programming language, nicer markup. Hardly revolutionary. I'm thinking of something else. A WikiClone in which everything can be changed by everyone. Not just the contents, but also the code. Clearly, this raises the issues of trust involved to new levels. I would like to run this MetaWiki on a server, but I have to make at least some assurances against attacks. This probably means that the server actually runs in some sandbox; it cannot contact outside computers via the network itself; it can only respond to incoming requests. It cannot access the file system; it can only use a database. It should work a bit like a Smalltalk system; just like you can view (and change) the browser's code that you are currently using, you can edit the code that is currently serving your page. In this way, rather than having to hack your own WikiClone, you can just modify MetaWiki to suit your needs... -- StephanHouben ''This reminds me to ForthLanguage, strong enough to contain its own MetaCompiler -- FridemarPache'' ---- What about versioning difficulties, it seems like this approach would run into some real compatibility problems if people started hacking their own markup parsers and the like. To some extent this has already been discussed on WikiWithProgrammableContent. However, much closer to what you're after are SimpleWiki's ActiveSwikiAction(?sp?) and especially MuSwiki (I have a neat description of what MuSwiki can do, but I cannot fit it in this universe -- Fermat) --BrianEwins ---- See also SmartWiki, WysiwygWiki, CategoryWiki, CategoryMetaWiki