17
votes
30answers
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 …
2
votes
3answers
52 views
Delete (MediaWiki) Page with C# (HTTP POST)
Hello. I try to delete a page like this:
WebClient wClient = new WebClient();
wClient.UploadStringCompleted += new UploadStringCompletedEventHandler(client_UploadStringCompleted);
string str_post = …
0
votes
2answers
26 views
Invoking the MediaWiki Page Parser to get HTML?
I'd like to get the HTML for a MediaWiki Page, that is I want to run the MediaWiki Markup through the parser. Now, I know I could just use some external Parser, but most of them do not support …
1
vote
1answer
19 views
How do I obtain the path to an image when writing a MediaWiki extension?
I'm trying to write a simple extension for MediaWiki but I can't anywhere find in simple terms, how to call functions within the application to give me the 'hashed' path to an uploaded file.
I've …
1
vote
1answer
31 views
Render wikitext with Python
I need to render wikitext (pulled from the database of a mediawiki of it's relevant) and display in some other format (ultimately to be rendered as a PDF, but basically any other format will do).
I …
1
vote
2answers
26 views
Generating an article from an email in mediawiki
I would like to be send an email to an address that mediawiki can pick up and have mediawiki take it and generate a new page from it as a starting point. More complicated stuff like categories can …
0
votes
1answer
103 views
change mediawiki namespaces?
Is there a way to reassign or change the core namespaces of mediawiki? For example, I'm having difficulty linking to a page I want to call "Template" because mediawiki has a namespace already for …
0
votes
1answer
128 views
problem with mediawiki cookies
anytime a user logs into our Wiki they get the following error: "This Wiki uses cookies to log in users. You have cookies disabled. Please enable them and try again." Even though the error displays, …
0
votes
4answers
202 views
mod_rewrite redirect all urls except /wiki
I'm new to mod_rewrite and have just been going by trial and error so far, I'd like to redirect all URL requests to /drupal-6.13/ and hide the /drupal-6.13/, but if the URL is www.site.com/wiki not to …
0
votes
1answer
27 views
Truncate mediawiki
Hi all,
I'm working with the mediawiki API ( e.g. http://en.wikipedia.org/w/api.php) and I would like to be able to 'truncate' the mysql tables in order to reset the local installation while keeping …
0
votes
1answer
19 views
Has anyone successfully installed the Open Source version WikiHow without major bugs?
Hello,
I am working on trying to install and customize the OSS version of WikiHow (built on Mediawiki.) I am having a devil of a time getting even the basic feature set to work. The code is available …
0
votes
1answer
120 views
What Wiki system does Stackoverflow use? [closed]
Any one knows the kind of wiki system Stackoverflow uses? Or any recommendations for the best wikis out there that can do a decent job like stackoverflow?
-Merci dank
0
votes
2answers
42 views
Using semantic MediaWiki for tabular data
Am I completely off-track to think about using Semantic MediaWiki to store (and organise, report on, etc.) 'tabular' data such as financial transactions or weather readings that would usually live in …
1
vote
1answer
109 views
Integrating Drupal + Moodle + MediaWiki with OpenID
I'd like to be able to use these "best of breed" opensource solutions, with the only requirement of some sort of single-sign-on between the different sites. I don't want my users having to log-in in 3 …
4
votes
7answers
174 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, …
