wiki

How to export wikis from FogBugz 6 to (almost) any other wiki (final destination: Confluence)?

We have a FogBugz 6 installation, with a good deal of wiki content in place. We're transitioning to use Atlassian products (JIRA and Confluence), so we'd like to get that wiki content into Confluence. How would you approach this? Unfortunately, FogBugz doesn't appear to provide any kind of wiki export functionality, and Confluence doe...

SVN + PROJECT MANAGEMENT + WIKI + TODO LIST

Hi there Let's say I have web hosting account on linux on which i wish to host a svn server with wiki, project management to do lists, bugs, etc. Can you recommend me such a tool(which has all of those - if is possible ) or do I have to put them separately? do you know a good link with tutorial about how to setup those? ...

how (or should) i create my own wiki capabilities

i have an asp.net website and over time is been more and more of a data repository where i have numerous database tables and the site just ships out this data. I am realizing that a WIKI might actually start to be a better model for what my website is turning into. or atleast parts of it as its really just adding and updating content th...

Recommended online resources for learning bash scripting

When I first began bash scripting I spent a lot of time online trying to find resources for various tasks and things were scattered across tons of different forums and newsgroups. I'm not completely sure if the idea of a list of resources for those new to bash scripting is something fitting of SO's community wiki or not. I'm posting on...

Skinnable wiki

Are there any wikis that can be skinned with html/css/images? We've gone through the process of getting custom html for a blog (wordpress) and for our app and would like to be able to use those designs with a wiki. ...

best free wiki that supports wysiwyg

i have a small group of programmers and we want to start using a WIKI. we want it wysiwyg because we have our analysts and users adding and editing pages as well. we are looking for free and we want to host it ourselves on windows preferrably and simple to use as possible. any recommendations that fits these requirements ...

What's the best way to store versioning when writing a Wiki application?

I'm writing a wiki application which needs searchable version conrol. What's the best data model for this? I'm writing it in Django, not that that matters much. ...

Project's documentation when dealing with lots of business-logic rules. How to organize it?

I'm working on quite complicated project, in terms of business-logic quantity and quantity of components. Each developer mostly works on "his own" component. I understand that this isn't very cross-functional, but it is impossible to know every components' details. Team sostav changes from time to time. So we have situations when one p...

Is there free wiki sourcecode that will run on the google app engine?

I found the sample code cccwiki which is good, but I would like a wiki that keeps tracks of all revisions to the pages and lets users show diffs and revert to previous versions. ...

looking for open source .Net wiki/blog

Hello everyone, I am looking for easy to use/maintain open source .Net based wiki/blog. I do not have Active Directory setup, so appreciated if it is open source with SQL Server based user management wiki/blog. I need the project written in .Net (C#). Any recommendations? thanks in advance, George ...

is there an SQLite-based wiki?

I would like to find out if there is wiki software that runs on SQLite. ...

Wiki like on http://wiki.asp.net (with hierarchical table of contents)

I am looking for a Wiki written on ASP.NET (preferably open source and free) similar to the one on http://wiki.asp.net/. The main feature that I like on http://wiki.asp.net/ is a hierarchical table of contents - something which is totally absent in most Wikis - which are just collections of pages connected via hyperlinks, with no place ...

What are some examples of how your company uses a wiki for development?

Do you use a wiki in your company? Who uses it and what for. Do you share information between projects / teams / departments or not? ...

Building wiki on top of a restful application

Does anybody know a wiki engine that can be built on top of a RESTful application? I have a restful application, that exposes a document resource, I want the wiki engine to use the REST API to persist the documents, instead of saving them to a DB. I am also open for suggestions of an open-source wiki engines that can be easily modified t...

Does there exist a "wiki" for editing doxygen comments?

I'm working on a fairly big open source RTS game engine (Spring). I recently added a bunch of new C++ functions callable by Lua, and am wondering how to best document them, and at the same time also stimulate people to write/update documentation for a lot of existing Lua call-outs. So I figured it may be nice if I could write the docume...

wget WIKI, don't get diff pages (exclude by regex?)

I'm trying to download a static mirror of a wiki using wget. I only want the latest version of each article (not the full history or diffs between versions). It would be easy to just download the whole thing and delete unnecessary pages later, but doing so would take too much time and place an unnecessary strain on the server. There a...

Regex matching in ColdFusion OR condition

I am attempting to write a CF component that will parse wikiCreole text. I am having trouble getting the correct matches with some of my regular expression though. I feel like if I can just get my head around the first one the rest will just click. Here is an example: The following is sample input: You can make things **bold** or //...

Create wiki pages on SharePoint with web services

Hi, the title says it all: With which methods do I create wiki content on SharePoint, using the provided web services? I've searched the MSDN docs up and down - with no result. Regards.. ...

How do you structure a database for a wiki site?

What's does the table look like- is there only one? How do you revert to older versions? Similar to how Stack overflow works. ...

How to create a wiki page (=item) in Sharepoint programmatically?

Hi, how do I create a wiki page and add a title, as well as some content in sharepoint (via webservices)? This is my SOAP message so far: <soapenv:Body> <soap:UpdateListItems> <soap:listName>Cooking Wiki</soap:listName> <soap:updates> <Batch OnError="Continue"> <Method ID="1" Cmd="New"> <Field Name="...