Tagged Questions
A Wiki is a community-edited web site. Sort of like this paragraph.
48
votes
30answers
2k views
Does it make sense to set up a wiki at the workplace?
I'm thinking of a place where we would put some documents for developers, like coding and naming conventions, build environment set-up, productivity tricks, office books and who has them, etc.
Is ...
33
votes
12answers
2k views
Minimalistic tools for developer documentation
I am currently working on a large PHP CMS / Framework and documenting it extensively as I go along. In addition to phpdoc-style inline comments, I need to document XML structures, details on concepts ...
28
votes
12answers
17k views
Best hosted wiki solution for private wikis?
I previously asked about how people organize their online resources and researched data, where one of the suggested tools was using a private wiki.
I want to try this out and thus I am looking for a ...
27
votes
33answers
4k views
Have you used a wiki in your project or group?
The workgroup at my company is considering creating a wiki to store information that everyone may find useful. It would contain anything from tips/links on new technologies used on projects to ...
26
votes
43answers
4k views
Most useful Rails plugins, Ruby libraries and Ruby gems?
I have seen many sites which provide the whole list of Rails plugins, Ruby libraries and Ruby gems, but we hardly use few of them and some may not suit our requirement and we spend a whole lot of time ...
24
votes
12answers
1k views
How do you build a culture of collaboration in your team?
We've recently moved to using the wiki in our team. Earlier, we thought people couldn't contribute because it was difficult to. However, having a wiki (3 months now) hasn't helped as much as we'd ...
21
votes
2answers
491 views
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:
...
21
votes
17answers
2k views
What tools does your team use for writing user manuals?
Basic requests are:
human readable / text format (for easy version control)
online (for collaboration)
easy formatting (markdown ok, html is too much)
strict formatting (so authors don't invent new ...
20
votes
19answers
3k views
confluence experiences? [closed]
We're considering moving from trac to Atlassian Confluence as our knowledge base solution. ("We" are a growing IT consulting company, so most users are somewhat technical.)
There are many reasons ...
17
votes
3answers
371 views
Wiki or Markdown-like syntax for simple forms?
Is there any simple language similar to Markdown or one of the Wiki Markups that gets converted into HTML form elements?
For example:
name* = ___________
sex = (x) Male () Female
phones = [] ...
17
votes
3answers
202 views
Is there a Bug Encyclopedia?
Has anyone developed an encyclopedia or wiki of software bugs, either bug types (off-by-one, buffer overflow, etc.) or even just famous bugs (Grace Hopper's moth, the Arianne rocket failure, etc.)?
I ...
17
votes
4answers
4k views
Python module for wiki markup
Is there a Python module for converting wiki markup to other languages (e.g. HTML)?
A similar question was asked here, What's the easiest way to convert wiki markup to html, but no Python modules are ...
16
votes
7answers
590 views
Wiki: Current state of the art of Delphi 3rd party TCP/IP components libraries
I've not been doing bare metal TCP/IP for about 18 months, so I wonder what the current state of the art is.
I'm looking for both positive and negative aspects, with development of both server and ...
16
votes
29answers
3k views
What is the best wiki for a small project or a home site?
There are lots of different wiki implementations. For a lightweight site you might not want a heavyweight implementation (e.g. like Tiki). What are good wiki implementations and why? By lightweight ...
15
votes
6answers
512 views
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: ...
14
votes
11answers
1k views
Maintaining a Programmer Wiki
I was recently put in charge of the wiki for the development team. The wiki is still in its infancy, so I have a lot of room to work with. It goal is to house internal to the development team. ...
13
votes
11answers
3k views
Developer Documentation: Sharepoint Document Management vs. ScrewTurn Wiki
Background Info
I am working on setting up a method for my company's developers to share documentation and information about our various internal systems. This would range from information that would ...
12
votes
10answers
5k views
What's the best open source wiki platform? [closed]
I've been tasked with setting up a wiki for our developers to share project information (Server IPs, Interface Documentation, Architecture Diagrams, etc). My manager has suggested Deki and I've also ...
12
votes
8answers
918 views
What lessons have you learned about using a wiki as a development tool?
I'd asked a question a while back about ways to encourage my team to collaborate. The tool we use is a wiki. Since this is the first time we are using the wiki (formally and as a team), we are ...
12
votes
5answers
5k views
What is the best ASP.NET WIKI out there? [closed]
Can anyone recommend a good ASP.NET wiki that is easily skinnable, has an API (auto upload initial wiki content) and scalable?
12
votes
11answers
763 views
How do you get other people to contribute to the project Wiki? [closed]
We have a distributed team working on a mid-sized project; I am currently the only technical person involved. At the beginning of the project we had a discussion on what to use for project ...
12
votes
13answers
1k views
Getting developers to use a wiki
I work on a complex application where different teams work on their own modules with a degree of overlap. A while back we got a Mediawiki instance set up, partly at my prompting. I have a hard job ...
11
votes
5answers
6k views
How to clear the content of an IFRAME?
How do I clear the content of my IFRAME element, using javascript, without loading a blank page into it?
I can figure out to do this: iframe_element.src = "blank.html", but there must be a better, ...
11
votes
3answers
10k views
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 ...
11
votes
12answers
4k views
Good wiki software for internal company use?
I'm going to be starting up a company wiki for internal use. I'm wondering what existing wiki software people would recommend to accomplish this. Here's what I'm looking for:
Open-source/free
...
11
votes
10answers
1k views
Looking for a wiki-style, standalone, version-control-“safe” documenation package
This may sound like it's not a programming related question, but stick with me here...
My team and I have found that documenting our project (a development platform w/ API) with a wiki is both useful ...
11
votes
8answers
4k views
What's a good Wiki for technical documentation?
What's a good Wiki (or other browser based collaborative tool) for technical documentation? Both as a programmers reference and more general "How to perform this reoccurring tasks on a computer" ...
11
votes
7answers
788 views
Is there a wiki that also contains architectural diagrams?
I like a wiki to contain information that needs to be known within a team. Having the expression in mind, "A picture is worth a thousand words", I would like to make a small class diagram, sequence ...
10
votes
7answers
290 views
What goes into rolling your own wiki using c# and sql?
I'd like to understand how a wiki works, at least from a high level. When a user saves changes, does it always insert a new row in the database for that wiki article (10 revisions, 10 rows in the ...
10
votes
15answers
599 views
What tools do you use to share information among developers in your group?
We already have mentoring, share information among each other, and hold regular technical sessions. However, we want these things written down, for the record and for new team members in the future. ...
10
votes
8answers
4k views
Any better way to create MediaWiki numbered lists?
When using MediaWiki's markup language, the only thing that I hate is creating numbered lists. The only way I know to create a list is to do something like this:
#Item1
#Item2
However, if I want to ...
9
votes
8answers
302 views
Coding in front of the client?
I was wondering what peoples opinions are (I have made this a community wiki) on coding in front of a client?
I was in a meeting today with a client who was highlighting some bugs and requesting some ...
9
votes
10answers
2k views
Online Flowchart Diagram Tool (run from private wiki)
Is there some flowchart diagram tool that would (or could be made to) integrate with a self-hosted wiki?
Requirements:
basic functionality (e.g., drawing some boxes and some arrows)
would ...
9
votes
4answers
2k views
Which text editor supports syntax highlighting for Wiki code?
Does any text editor (such as Notepad++) syntax highlight MediaWiki code? This might not be strictly programming related though the Wiki script is a language by itself.
8
votes
3answers
776 views
Has anyone implemented a wiki in NodeJS?
I'm looking for a pure javascript, open-sourced, wiki implementation, preferably one using NodeJS. Where might I find it?
8
votes
7answers
411 views
Wiki Database, is there one?
I was searching the net for something like a wiki database, just like wikipedia but instead stores structured content, editable by users. What I was looking for was an online database accessible by ...
8
votes
8answers
1k views
What can I do to prevent write-write conflicts on a wiki-style website?
On a wiki-style website, what can I do to prevent or mitigate write-write conflicts while still allowing the site to run quickly and keeping the site easy to use?
The problem I foresee is this:
...
8
votes
11answers
648 views
How to encourage non-anonymous editing on MediaWiki?
Problem
At work we have a department wiki (running Mediawiki). Unfortunately several
persons edit without logging in, and that makes it very difficult to track
down editors to ask questions about the ...
8
votes
11answers
711 views
Keep documentation with the code, or in a central Wiki?
My company does custom software for several companies. We have dozens of small software projects (and some larger ones), each with its own history, quirks and processes. We document this in an ...
7
votes
4answers
202 views
How does a wiki handle multiple simultaneous edits?
This has always lingered in the back of my mind, so I figure I might as well go ahead and ask.
How does a wiki handle multiple edits on the same content?
Here's a simplistic example of what I'm ...
7
votes
19answers
950 views
How do you normally make a program look beautiful?
How can I make an Application look nice and not like an amateur pulled it together?
I mean graphic-wise.
Is there some sort of book you can read regarding beautiful program layouts, etc?
I put this ...
7
votes
2answers
559 views
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 ...
7
votes
4answers
941 views
Parsing wikimedia markup - are EBNF-based parsers poorly suited?
I am attempting to parse (in Java) Wikimedia markup as found on Wikipedia. There are a number of existing packages out there for this task, but I have not found any to fit my needs particularly well. ...
7
votes
9answers
1k views
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 ...
7
votes
6answers
2k views
SVN + PROJECT MANAGEMENT + WIKI + TODO LIST
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 ...
7
votes
7answers
3k views
What is the best open source wiki system?
My boss asked me today to look for wiki system to install on our shared hosting site (PHP, MySQL support). We are not-for profit organization and have 30 employees (student-workers) I've been reading ...
7
votes
2answers
433 views
Hosted wiki using StackOverflow-like editing tools?
We're starting developer documentation for one of our projects, and I'd like to set it up as a hosted wiki.
There will be lots of code samples, and the WMD/Prettify combination used here on ...
7
votes
3answers
5k views
What's the easiest way to add a quote box to mediawiki?
I installed mediawiki on my server as my personal knowledge base. Sometimes I copy some stuff from Web and paste to my wiki - such as tips & tricks from somebody's blog. How do I make the copied ...
7
votes
12answers
6k views
How do you keep a personal wiki (TiddlyWiki) current and in sync in multiple locations?
If one were to use TiddlyWiki as a personal database for notes and code snippets, how would you go about keeping it in sync between multiple machines. Would a svn/cvs etc work. How would you handle ...
7
votes
3answers
505 views
Is Wiki Content Portable?
I'm thinking of starting a wiki, probably on a low cost LAMP hosting account. I'd like the option of exporting my content later in case I want to run it on IIS/ASP.NET down the line. I know in the ...