wiki

Sharepoint Wiki hierarchical view of pages

As you can see in the official MS powerpoint slides here: http://www.microsoft.com/germany/msdn/launch2008/library.aspx?id=SP%5FT16%5FDI%5F1800 it is possible to program a hierarchical view of sharepoint wiki pages. i searched the web and i only found blogs full of the known weaknesses of SP wiki like: no comments, no pictures, no mark ...

Trying to find a managed multilingual wiki service

I'm trying to find an online collaboration service such as http://www.comindwork.com/ which contains features for a multilingual wiki. CoMindwork has a wiki, but its not multilingual. There is the possiblity of hosting our own (Win2003, .NET), but I'd rather have a bunch of project management tools available from the one service Any su...

Is it fine to copy the mediawiki database architecture to design your own wiki?

In the highscalability blog, Todd Hoff talks about the wiki architecture SO adopted (initially), crunches that followed and mentions the painful refactoring needed to get back on track. To quote: Stack Overflow copied a key part of the Wikipedia database design. This turned out to be a mistake which will need massive and pai...

Regular expression transformation for wiki-like mark-up

Consider the following mark-up input: * Line 1 * Line 2 :* Line 2.1 :* Line 2.2 * Line 3 This is typically coded as: <ul> <li>Line 1</li> <li>Line 2</li> <ul> <li>Line 2.1</li> <li>Line 2.2</li> </ul> <li>Line 3</li> </ul> My questions: What would be a good representation for the same input u...

Is it possible to add a flash video on a fogbugz wiki page

I want to add a screencast to a fogbugz wiki page. Is it possible, and how? ...

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....

what software you use to organize your code and note?

Possible Duplicate: What do you use to keep notes as a developer? hi guys, i want to know you guys using what software to organize code and notes in your everyday life. i've trid wiki software, microsft onenote and plain text file. but none satisfied me. so i'm curious about what you guys use to manage this stuff. great thanks. ...

Using Redmine with an external Wiki?

We've got a company wiki running Mediawiki on our intranet that has been in use for a while. We just recently installed Redmine and are in the process of getting it configured just the way we like it. I was wondering if there's any way to use our already existing wiki instead of the built-in one that comes with Redmine. We've got al...

In MediaWiki, is there a way I can apply [[Image:<name>]] style resizing to external images?

MediaWiki has a great built-in way for finessing the display of images, e.g. from http://www.mediawiki.org/wiki/Help%3AImages : [[File:MediaWiki:Image sample|thumb|50px]] [[File:MediaWiki:Image sample|border|50px]] However, unfortunately, the MediaWiki repository I have to work with has disabled image uploads. I'm wondering if there'...

In Sourceforge Enterprise Edition can a deleted wiki page be restored?

Hi, We're running SFEE 3.4. This morning I stupidly deleted a page in our wiki, meaning to delete an attachment on it. On existing pages I can access the history, but I can't seem to find a way to access the history on a deleted page to restore it. Is there a way to do this? ...

What's a good solution for collecting business rule documentation?

I'm running into a situation, common I'm sure, where my business rule documentation is spread across emails, documentation (now out of date) and IMs. This stinks. I can think of 2 alternatives: Sharepoint (hate it, the search feature is terrible) or a wiki. Some things that I'd like to see in the ideal solution: Easily updateable:...

Why is there no standardized wiki markup language?

For as many wiki tools as I have used, each time I must learn yet another markup language. Why doesn't wiki markup get standardized like HTML, XSLT, SVG, and other web languages? ...

Is there a javadoc replacement that uses a Wiki-like syntax?

Is there a tool replacing javadoc with something that is more Wiki-style syntax instead of the HTMLish syntax of normal JavaDoc? One of my problems is that I mostly read JavaDoc in source form. Even for external libraries I try to have the source attached so I can navigate into it from my IDE, checking the documentation above the entry ...

Mintouch Wiki - Code to Save the current page

I have a wiki created using Mindtouch software. I have created a page which has an HTML table on it. There is a button that when clicked calls a javascript function that adds a new row to the table on the page. My question is regarding how to save the current page (now that the table has one more row than it had initially). Ideally, the...

Compare TinyMCE and CKeditor for a Wiki

For a custom wiki django-wakawaka, i want to be able to add a WYSIWYG support. TinyMCE is obviously the most popular plugin, used even by Wordpress. But CK-editor seems more feature full. Those who have used either of these or both, which is better and why. Are there some better packages, that I am missing? Is there something that I ...

JavaDoc to (Doku)Wiki conversion / doclet

Our company has a very large public Java API which is currently being released standalone and online using (of course) JavaDoc. It is surrounded by product documentation which links into the API. We are moving our static documentation to DokuWiki - which works pretty good - and want to keep the links. Now it would be good to have a me...

Wiki software for software project documentation / knowlegde base

I am looking for a wiki software that would help organize all the informations developers need to do their job correctly and quickly. I have looked at several options (MediaWiki, DokuWiki, Foswiki, MoinMoin), but they all seem very similar. Which do you think would be the best for my requirements, which are the following: Suitable for ...

Best wiki for dotnetnuke

I've tried the wiki that comes with DotNetNuke and we don't like it at all. Can anyone suggest a better wiki that we could use with DNN 5? ...

Getting started with a personal wiki and moinmoin

I have been planning to start a personal wiki to organize my projects. After shopping for a personal wiki I settled on moinmoin desktop. It seemed like a good option: no complicated installation, no db and written in Python (which is a plus for me, in case I want to tweek the code). However, I a bit overwhelmed and have no idea where...

How to change the color of horizontal line on a wiki page?

In wiki you can add horizontal line just by adding "----" in the text you enter. I just couldn't find what CSS section controls it. (And no, it's not "hr") ...