0
votes
2answers
21 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 …
2
votes
3answers
43 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 = …
1
vote
1answer
18 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
29 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 …
0
votes
2answers
21 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
117 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
1
vote
2answers
199 views
LaTeX equations in Ubuntu’s MediaWiki
My Texvc seems to works, since texvc /home/wiki/tmp /home/wiki/math "y=x+2" gives
Cdaa63ef966cc412541190bc8794731de<i>y</i> = <i>x</i> + …
1
vote
1answer
101 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 …
0
votes
2answers
41 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 …
0
votes
1answer
47 views
Making Postgres accessible in Firefox by Psql
How can you make Postgres accessible in Firefox, in installing MediaWiki?
I get the error "No database connection" because Firefox cannot have a database connection.
I can have database connection …
0
votes
2answers
60 views
Get Text Content from mediawiki page via API
Hi people,
i'm quite new to mediawiki, and now i have some problem
I have the title of some wikipage, and i want to get just text of this page using api.php, but all that i have found in this api …
0
votes
1answer
26 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
4answers
191 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
16 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 …
3
votes
1answer
438 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 …
