wiki-engine

Is there any wiki engine that supports page creation by email?

Hi folks. I want to consolidate all the loose information of the company I work for into a knowledge base. A wiki seems to be the way to go, but most of the relevant information is buried inside PST files, and it would take ages to convince people to manually translate their emails one by one (including attachments) into wiki pages. So I...

What is the best ASP.NET/MSSQL based wiki?

We're considering moving our documentation to a wiki. I tried the SharePoint wiki but it seems really poor on features. Then I tried Mediawiki, but we don't have PHP/MySQL available in our network. We work a lot with Microsoft technology and I was wondering what is the best Wiki that you used that is written in ASP.NET using MSSQL? ...

JavaScript edit-inplace-holders which work with Wiki sources

I'd like to dynamicly parse in text wiki-content. I found JsWiki but its in beta form, and looks like with no community even developers). Any other? ...

Suggest a good PHP wiki engine

I am looking for a small wiki engine that is easy to embed into an existing PHP application. Or perhaps a set of libraries to handle all the typical wiki functions. Currently I am using ErfurtWiki, but it is starting to show its age. It hasn't been updated since 2005, and several of the pages on sourceforge appear to have been hacked....

ASP.NET wiki with AD authentication

I am exploring the options of establishing a wiki site for my company's division of developers, numbering over a hundred. We are a pure Microsoft (Certified Partner) shop, so it is natural to base an implementation on ASP.NET and IIS for familiarity's sake as well as extended learning opportunities. It looks like Screwturn wiki does not...

Coding Standard Wiki

At my place of work I've been put in charge of creating a coding standards document. Generally we follow what FxCop and StyleCop tools report to some degree but what we really require is document that will explain when to use a convention, why and maybe even a simple example. This could be extended in the future for other purposes as we...

What is the best c# wiki to integrate into an already existing website?

We need to add a wiki to an already existing website, however we want only logged in users to be able to edit the wiki and we would prefer to use our own method of authentication. Has anyone got any experiences with something similar or any suggestions of a good wiki engine for the job? UPDATE: Thanks everyone, the general seems to be ...

Rolling Your Own Plaintext Wiki (Wiki inside a DB)

Anyone know of an API (php preferable but I'd be interested in any language) for creating wiki-like data storage? How about any resources on rolling your own plaintext wiki? How do other plaintext wikis handle the format of the text file? I understand I can use Markdown or Textile for the formatting. But what I'm most interested in i...

What is a good wiki software for programming tutorials?

I've noticed that there are awvully few programming tutorials in my native language (Latvian). And one of the best ones seems to have gone permanently offline recently. As such I'm ever more inclined to start writing my own programming tutorial. Since I'm no writer and free time is scarce, I thought of making this a wiki-thing. This way...

How to switch Google (and Wikipedia) search box suggestion with radio button?

Hi! I added Google and Wikipedia search box to a page and I'm looking for a way to change the suggestions depending on the selected radio button. In fact the suggestions language should change depending on the language checked. Here is my actual code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtm...

Version Comparision of User Generated and Modified Content

I'm working on a project constructing an online collaboration tool. Looking at Wikipedia, I noticed that user-generated itterations of a page can easily be compared to each other; the comparison highlights the differences. Conceptually, what would I need to implement to do pretty much exactly the same? ...

asp.net mvc wiki

Hello there I need to provide a wiki page for an app which would be like an island pretty much - little like codeplex wiki page e.g. site/Products/Details/1/Wiki site/Products/Details/99/Wiki site/Products/Details/2423423/Wiki site/Some-other/page/page-id/Wiki If there's a master admin page, that'd be fanstastic but is not a requ...

A wiki for asp.net mvc wiki-engine

Is there any wiki module for asp.net mvc or soemthign that can be adapted with relative ease :) alternatively, are there any formatters for the wiki markup which perhaps implment the most common wiki markup formatting etc. ...

Wiki Application for Code Igniter?

I'm looking into doing a project for someone, and they want to implement a wiki into their site. I plan on building the site using Code Igniter, and I was hoping there was some kind of Wiki Application available, but I have not yet been able to find one. Does anybody know of one, or have any suggestions? ...

Make Automatic Links in a Text from File : Like Internal Wikipedia - PHP

Hello, I want help on this script I am making... I want my website to be a wikipedia in itself... take for example I have a php website... I publish daily articles on it. Suppose I publish 2 articles on Jenna Bush and Michael Jackson respectively now I save into text/xml/database text and link example jenna bush, http://www.domain....

asp.net wiki software which forces users to enter certain information?

I would like to use an asp.net based wiki. However it needs to have the capability where when a user creates or edits a page, certain information needs to be in the page and be in the same section (fixed) of the page. For example if I want to use a wiki to create a restaurants review site, I want the name of the restaurant, address, hou...

Lightweight python wiki engine with pluggable auth system

I need to add wiki to my Tornado webapp. i'm new to python so i would like it not too intimidating to be learned and integrated and can use my existing authentication system, hence the lightweight. it would be better if can use mongodb backend. I already take a look at moin-moin and it seems too complex(?). any other alternative? ...

Is there a WIKI (preferably .NET) that uses Markdown as it's editor?

I am looking to set up an internal wiki for our development/design team. The key feature I am looking for is a very simple editor with revision history. Ideally, the uber-simple markup system StackOverflow.com uses (Markdown) would be great. One of the reasons for this is that we have non-technical people (managers, sales people, desi...

What wiki would you recommend to base a new wiki solution upon?

Using C#, preferably Asp.net MVC I want to implement a wiki solution which consists of a unique markup language and article display. However I also want to provide standard wiki features such as RSS, Versioning, ext. What existing wiki would you recommend me to base upon? ...

I want to create a wiki engine in j2ee for my project.

i need a editor like one used here with live preview and instructions for how to acess the functionalities of the editor programatically.. ...