17
votes
29answers
2k 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 …
10
votes
12answers
543 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 …
5
votes
11answers
331 views
How to encourage non-anonymous editing on a wiki?
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 …
4
votes
3answers
300 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.
4
votes
8answers
433 views
MediaWiki documentation with external user access control
We are using MediaWiki inhouse for our software and hardware documentation. It looks like granting / revoking "read access" to parts of the documentation for our external users - customers, project …
4
votes
7answers
171 views
How many wiki instances to install?
I've been asked to install Mediawiki to house documentation for a company intranet. Furthermore, I've been asked to install several instances - one per contributing group: non-technical users get one, …
4
votes
5answers
588 views
Wiki Parser?
Does anyone know of a parser that can take Wiki formatted text as input and produce a tree of entities, in the same way that an XML parser produces an entity tree? To clarify, I'm looking for …
4
votes
4answers
191 views
Web pages to print media — solutions?
I've been a big fan of MediaWiki and similar wiki-based text editors. I like the ability to quickly add text, collaborate, and share. However, there's always still the need for nicely formatted print …
4
votes
6answers
331 views
Extra backslashes being added in PHP
My crappy web host did some upgrades the other day and some settings have gone awry, because looking at our company's wiki (MediaWiki), every quote is being escaped with a backslashes. It's not even …
4
votes
3answers
598 views
Migration To Trac
We are managing our development with Subversion over HTTPS, Bugzilla, and Mediawiki. Some of our developers have expressed an interest in migrating to Trac, so I have to evaluate what the cost of …
3
votes
1answer
422 views
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 …
3
votes
5answers
202 views
Which wiki will let me dynamically create a page when its link is clicked?
For an application (*) I'm developing I need a mixture of dynamically generated and static pages. It would be cool to use a wiki such that once a dynamic page has been accessed for the first time it …
3
votes
2answers
166 views
Can I revoke some database privileges from MediaWiki after installation?
I've just installed MediaWiki on a web server. Obviously it needs lots of privileges during installation to set up its database correctly. Now that it's installed can I safely revoke some privileges …
3
votes
6answers
1k 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 …
2
votes
2answers
114 views
mediawiki API & encoding
I'm using the mediawiki Api to update some pages with an experimental robot.
This robot uses the java apache http-client library to update the pages.
(...)
PostMethod postMethod = new …
