Questions tagged [wiki-engine]

Wiki-Engine (aka Wiki Software)

Wiki software (also known as a wiki engine or wiki application is collaborative software that runs a wiki, i.e., a website that allows users to create and collaboratively edit web pages via a web browser. A wiki system is usually a web application that runs on one or more web servers. The content, including all current and previous revisions, is usually stored in either a file system or a database.

Wiki software was invented and first created by programmer Ward Cunningham in 1995. There are currently dozens of actively maintained wiki engines, in a variety of programming languages, including both open source and proprietary applications.

32 questions
2
votes
1 answer

Is there a semantic wiki engine that runs on the microsoft stack (.NET, SQL Server)?

I am looking for a semantic wiki engine that runs on .net and sql server. Anyone know of any? If so, is it any good? If not, next best alternative? Edit Sematic media wiki can be hooked up to SQL Server (in theory). A note about database systems…
richard
  • 12,263
  • 23
  • 95
  • 151
2
votes
8 answers

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…
icelava
  • 9,787
  • 7
  • 52
  • 74
2
votes
5 answers

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

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…
foxybagga
  • 4,184
  • 2
  • 34
  • 31
2
votes
3 answers

Wiki Application for CodeIgniter?

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…
GSto
  • 41,512
  • 37
  • 133
  • 184
2
votes
1 answer

Is couchdb suitable to build a wiki engine?

Each document of couchdb will have a new version after updating, and the previous one is still in the database. I think this feature is suitable to build a wiki engine. But I'm newbie of couchdb, I'm not so sure. What's your opinion?
Freewind
  • 193,756
  • 157
  • 432
  • 708
1
vote
2 answers

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…
Kriem
  • 8,666
  • 16
  • 72
  • 120
1
vote
2 answers

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

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…
Mark
  • 165
  • 1
  • 7
  • 18
1
vote
4 answers

Markdown wikiengine

Do anyone know of a wiki engine that uses markdown? I'm not going to use ASP.Net, but do post ASP.Net based solutions anyway if you know any. Update Please note the .Net tag. I'm only interested in Markdown engines that have been built using .Net.
jgauffin
  • 99,844
  • 45
  • 235
  • 372
1
vote
0 answers

PHP Wiki Regex Scripts

Can you recommend any ready for use PHP scripts that replace certain strings with their html equivalents?
Denis Bobrovnikov
  • 634
  • 3
  • 10
  • 19
1
vote
1 answer

MediaWiki renderer in Java/Javascript supporting mathematical symbols and formulas

I need a renderer/parser in Javascript or Java for MediaWiki syntax which supports mathematical symbols and formulas.
ovunccetin
  • 8,443
  • 5
  • 42
  • 53
1
vote
3 answers

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?
Igor Golodnitsky
  • 4,456
  • 7
  • 44
  • 67
0
votes
1 answer

How to design database with user editable/versionable content using Code First?

I an developing a page where users will be able to add and modify existing content, its not a wiki per sé but sort of, like SO's editing abilities. I am working with EF4 and the new Code First approach in the latest CTP, so what would be the best…
Francisco Noriega
  • 13,725
  • 11
  • 47
  • 72
0
votes
1 answer

Pattern to model wiki-type functionality

Is there a pattern or a gem (Ruby on rails) for modeling the wiki-like behaviour of a StackOverflow like web site? I'm working on Ruby-on-Rails project so a gem or something in RoR would be appreciated but a well defined pattern is just as good.…
cbrulak
  • 15,436
  • 20
  • 61
  • 101
0
votes
2 answers

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…
gkdm
  • 2,375
  • 4
  • 21
  • 27
0
votes
1 answer

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…
Tony_Henrich
  • 42,411
  • 75
  • 239
  • 374