Thank you for those that tried to help me with the server update from 1.16.5 to 1.25.3 for Hindupedia.org (and soon, Hindupedia.com as well).
I finally resolved the IAST article corruption issue by doing a dump of articles from the 1.16.5 version of the site into 1.25.3 (after doing the upgrade). Importing the dump into my 1.25.3 site. Than doing an article title comparison between the two instances and deleting the roughly 2000 articles in my 1.25.3 site that didn't exist in the 1.16.5 site (as they were the corrupted titles).
Best Regards,
Krishna
-------------------------------------------------------------------------------- Krishna Maheshwari kmaheshwari@mba2007.hbs.edu kkm9@cornell.edu Hindupedia, the Hindu Encyclopedia (www.hindupedia.com) --------------------------------------------------------------------------------
On Mon, Nov 30, 2015 at 4:00 AM, mediawiki-l-request@lists.wikimedia.org wrote:
Send MediaWiki-l mailing list submissions to mediawiki-l@lists.wikimedia.org
To subscribe or unsubscribe via the World Wide Web, visit https://lists.wikimedia.org/mailman/listinfo/mediawiki-l or, via email, send a message with subject or body 'help' to mediawiki-l-request@lists.wikimedia.org
You can reach the person managing the list at mediawiki-l-owner@lists.wikimedia.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of MediaWiki-l digest..."
Today's Topics:
- Seeking Help (dnyaneshwar shendurwadkar)
- Short URLs for NGINX (P. Josepherum)
- Constructing an SVG from MW templates (Adam Nielsen)
- Re: Constructing an SVG from MW templates (Ricordisamoa)
Message: 1 Date: Mon, 30 Nov 2015 00:09:05 +0530 From: dnyaneshwar shendurwadkar dnysdk@gmail.com To: mediawiki-l@lists.wikimedia.org Subject: [MediaWiki-l] Seeking Help Message-ID: < CAJP8WTvhP24HUOsMYN9d1fwYybkjRUVRcQQfcM0rP1BwbgPR1A@mail.gmail.com> Content-Type: text/plain; charset=UTF-8
Respected Sir, I am 2nd year computer science engineering student from Indian Institute of Technology (IIT) Patna.I would like to contribute to different open source projects from MediaWiki foundation.Well I am comfortable with programming languages like php,c,java. I would like to prepare for Google Summer of code(GSOC) 2016. I have little experience of open source programming ever before.Could you please suggest me any project to start.
Thanking You,
Dnyaeshwar Shendurwadkar, (shendurwadkar.cs14@iitp.ac.in), (+91-9404880377).
Message: 2 Date: Sun, 29 Nov 2015 20:46:35 +0000 From: "P. Josepherum" papaverjosepherum@gmail.com To: MediaWiki announcements and site admin list mediawiki-l@lists.wikimedia.org Subject: [MediaWiki-l] Short URLs for NGINX Message-ID: < CA+ANT6J_bDzixYz06GtAY1H0bmq5ui75To2jGWVmX0X5Cx10PA@mail.gmail.com> Content-Type: text/plain; charset=UTF-8
Hey I'm having a tough time producing a working NGINX configuration for my wiki, would appreciate some guidance.
I've produced an almost working configuration using http://shorturls.redwerks.org/ - the only issue is that resources (CSS and images) fail to load.
The config is here:
http://hastebin.com/owicoqufak.nginx
LocalSettings set as such:
$wgScriptPath = "/w"; $wgArticlePath = "/wiki/$1"; $wgThumbnailScriptPath = "$wgScriptPath/thumb.php"; $wgUsePathInfo = true; $wgScriptExtension = ".php"; $wgLoadScript = "$wgScriptPath/load.php";
I'm gonna have to revert to Apache in the mean time as this is on the production server. Does anybody know of a working configuration? I couldn't get the example in NGINX's documents to work either, nor the example at mediawiki.org. =[
-- Kind regards,
P. Josepherum | http://psychonautwiki.org/
Message: 3 Date: Mon, 30 Nov 2015 21:27:25 +1000 From: Adam Nielsen a.nielsen@shikadi.net To: mediawiki-l@lists.wikimedia.org Subject: [MediaWiki-l] Constructing an SVG from MW templates Message-ID: 20151130212725.4b15e111@korath.teln.shikadi.net Content-Type: text/plain; charset=US-ASCII
Hi all,
Does anyone know whether there is a way to construct an SVG from MediaWiki templates?
I'd like to include diagrams in my wiki pages, but to preserve the edit history I'd like to have each diagram as a wiki page in its own right. Rather than force people to use SVG code directly, I'd like to "hide" it in templates, so that you can create a page like this:
{{Diagram Start}} {{Diagram Object | Type = Arrow | X = 0 | Y = 0 | Direction = Left }} {{Diagram End}}
The templates would then expand into SVG code using the site's style, and you could embed that SVG in the articles you want as if it's any other image, e.g. with [[Image:Example.svg]].
Is there any way this could be achieved with existing extensions?
Many thanks, Adam.
Message: 4 Date: Mon, 30 Nov 2015 12:30:09 +0100 From: Ricordisamoa ricordisamoa@openmailbox.org To: mediawiki-l@lists.wikimedia.org Subject: Re: [MediaWiki-l] Constructing an SVG from MW templates Message-ID: 565C3341.104@openmailbox.org Content-Type: text/plain; charset=utf-8; format=flowed
Sounds like a task for https://www.mediawiki.org/wiki/Extension:Graph
Il 30/11/2015 12:27, Adam Nielsen ha scritto:
Hi all,
Does anyone know whether there is a way to construct an SVG from MediaWiki templates?
I'd like to include diagrams in my wiki pages, but to preserve the edit history I'd like to have each diagram as a wiki page in its own right. Rather than force people to use SVG code directly, I'd like to "hide" it in templates, so that you can create a page like this:
{{Diagram Start}} {{Diagram Object | Type = Arrow | X = 0 | Y = 0 | Direction = Left }} {{Diagram End}}
The templates would then expand into SVG code using the site's style, and you could embed that SVG in the articles you want as if it's any other image, e.g. with [[Image:Example.svg]].
Is there any way this could be achieved with existing extensions?
Many thanks, Adam.
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Subject: Digest Footer
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
End of MediaWiki-l Digest, Vol 146, Issue 33
mediawiki-l@lists.wikimedia.org