Questions tagged [wiki]
15 questions
34
votes
9 answers
Can non-IT people handle a wiki?
My company is looking to improve their market research data management.
Current data management style:
"Hey Jimbo, where's that picture of our WhatZit 2.0?
"yeah I remember that email about that company from that guy, gimme a few minutes to search…

Drew
- 1,283
- 11
- 17
17
votes
7 answers
Are wikis really appropriate to store documents for software development?
Everybody knows that well-documented software development leads to success. However, it usually means that not only plain text but also binary content will be involved in the document, such as a UML diagram. And I've heard many people say that. The…

Edison Chuang
- 527
- 1
- 5
- 12
13
votes
8 answers
Where to put code documentation?
I am currently using two systems to write code documentation (am using C++):
Documentation about methods and class members are added next to the code, using the Doxygen format. On a server Doxygen is run on the sources so the output can be seen in…

Patrick
- 561
- 4
- 10
9
votes
3 answers
using a wiki for requirements
I'm looking into ways of improving requirements management. Currently, we have a Word document published on a Web site. Unfortunately, we cannot (to my knowledge) look at changes from one revision to the next. I would greatly prefer to be able to…

jyoungdev
- 191
- 1
- 4
9
votes
3 answers
Organisation of application development team wiki?
Looking for best-practice structure for setting up a wiki for developers?
I'll be managing a team that has not had the best track record for documentation, communication and knowledge-sharing. I'd like to have a framework set up to make it easier…

kerrin
- 290
- 2
- 9
9
votes
5 answers
Wiki-like tool for writing specifications and documentation
I am looking for a wiki or wiki-like system for writing and managing specification and documentation for a software project.
I know there are lots of wiki-implementations available, but are there some that are especially well-suited for this kind…

user35746
- 99
- 4
6
votes
4 answers
Keeping documentation / manuals up-to-date in a rapidly changing project
Background
I work on a relatively large project (~570 KLOC) in a relatively small team (formerly 5 developers, now 2). Large amounts of code can appear and then vanish in months; for example, a few years ago an investment bank launched a new stock…

Andrew Cheong
- 425
- 2
- 9
6
votes
8 answers
How to manage your functional documentation?
Our functional / business documentation is spread across Word files on our corporate Intranet. It's difficult to find and update information. There has to be a better way. Any ideas?
We had thought a Wiki would work great. Would seem to be an…

Marcus Leon
- 610
- 1
- 5
- 11
4
votes
3 answers
What wiki/document system do you recommend for knowledge-management?
I'm founder of a web-site called Now.in. I wrote all programs by my-self at first. And we are going to run a start-up company. More people will soon get involved. Some know-how/overviews only exist in my mind, it takes time to explain to newcomers.…

Fang-Pen Lin
- 239
- 1
- 7
3
votes
2 answers
Wiki/markup in enterprise as documentation
Why it is less common to use wiki/markup in enterprise as documentation?
They use Word document instead.
Wiki/markup are in text format, which is version control friendly.

linquize
- 1,150
- 1
- 11
- 20
2
votes
1 answer
Request data from Wikidata every time or save it in database?
I'm working on web application, which gets Wikipedia data from Wikidata (such as description, image, Wikipedia link) and shows them on the page.
I see 2 ways of making this:
Upload requested data from Wikidata to my database and then get them from…

Alexan
- 249
- 4
- 11
2
votes
2 answers
How would you create a mobile (android) offline wiki site?
My apologies in advance if this is not a good forum for this question; pointers to others happily accepted.
On the off chance it matters, I'm not going to commercialize this idea or anything; if anything in here is interesting to you, use it as you…

rlpowell
- 121
- 2
1
vote
1 answer
Content of Project Wiki
I've set up a small Google Code project. I feel a bit obligated to use the built-in wiki feature, but I'm unsure of what to use it for.
The project is basically a C++ library for container classes. I'm currently the only member of my project, but…

Maxpm
- 3,146
- 1
- 25
- 34
1
vote
2 answers
Should an internal Software Documentation Wiki have private pages?
I'm working on the creation of a software and product documentation in a wiki format. It will include the documentation for all the company products.
After some research, we decided to use the MediaWiki platform and create a private wiki accessible…

James
- 171
- 8
-1
votes
2 answers
A concise way of permanently sorting a bullet list on a wiki
See this link.
At the moment an extension is sorting the list through a tag (using a render hook?):
* C
* A
* B
Outputs:
A
B
C
However, the result is temporary in that it is kicking in each time the page is loaded and this might…

James P.
- 1,223
- 2
- 9
- 19