0
votes
1answer
24 views
Mediawiki + AJAX + IE = broken
Hi All,
I have created an extension for mediawiki that works in all major browsers other than IE (any version it appears). The extension relies on mediawiki's ajax wrapper to send an xmlhttprequest …
0
votes
2answers
30 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
54 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
20 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
35 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
28 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
129 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
45 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
121 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
1answer
25 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
2answers
73 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 …
1
vote
2answers
212 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> + …
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
51 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
57 views
Mixing Python web platforms with Mediawiki
Is anyone developing application integrated with Mediawiki - using Django or other Python web development platforms using mod_wsgi?
Would be very interested to find out what has been done in this …
