Movatterモバイル変換


[0]ホーム

URL:


Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview
List overview
Download

Wikitech-lFebruary 2006

wikitech-l@lists.wikimedia.org
  • 99 participants
  • 128 discussions
Start a nNew thread
MediaWiki to Latex Converter
by Hugo Vincent 18 Jun '12

18 Jun '12
Hi everyone,I recently set up a MediaWiki (http://server.bluewatersys.com/w90n740/) and I need to extra the content from it and convert it into LaTeX syntax for printed documentation. I have googled for a suitable OSS solution but nothing was apparent.I would prefer a script written in Python, but any recommendations would be very welcome.Do you know of anything suitable?Kind Regards,Hugo Vincent,Bluewater Systems.
6 13
0 0
MySQL5 uprade
by admin Yellowikis 15 Mar '06

15 Mar '06
Hi everyone,We are running: * MediaWiki: 1.5.5 * PHP: 4.4.2-0.dotdeb.1 (apache) * MySQL: 4.1.11-Debian_4sarge2-logPlanning to upgrade to MySQL 5.0.Any issues/problems that we should be aware of?(yes, we plan to do a full back up first)Paul--Yellowikis is to Yellow Pages, as Wikipedia is to The Encyclopedia Britannica
1 5
0 0
How do i hide users from User List?
by Jon Savian 06 Mar '06

06 Mar '06
HelloHow do i go about hiding users on the User List page? Since themediawiki documentation says not to delete suers from the database, ifigure hiding them on the webpage is the next best thing. Evenremoving the User List page from the special pages would work too.how can i do this?
4 3
0 0

28 Feb '06
Sorry if you saw this on theMediawiki list but I am trying again:Is there anyway to install Mediawiki once and have it use the directorystructure of the operating system so I can control rights to even see thetext using permissions on the directories.For example install to:mydomain.com/wikibut have different sections of the wiki exist in different subdirectoriesmydomain.com/public/mydomain.com/private/mydomain.com/sports/mydomain.com/work/etc.I was trying to figure out a way to do this using the languages type stuffpublic.mydomain.com redirect tomydomain.com/public/private.mydomain.com redirect tomydomain.com/private/sports.mydomain.com redirect tomydomain.com/sports/work.mydomain.com redirect tomydomain.com/work/Or must I install mediawiki multiple times to each of the subdirectories?Thx in adv,Jim--Jim (trodel(a)gmail.com)"Our love may not always be reciprocated, oreven appreciated, but love is never wasted"- Neal A Maxwell---Intersted in Gmail - let me know I have invites-----Jim (trodel(a)gmail.com)"Our love may not always be reciprocated, oreven appreciated, but love is never wasted"- Neal A Maxwell---Intersted in Gmail - let me know I have invites---
2 1
0 0

28 Feb '06
Dear developers, please have a look athttp://meta.wikimedia.org/wiki/Approved_requests_for_new_languages andhttp://meta.wikimedia.org/wiki/Talk:Approved_requests_for_new_languages.There are 13 languages waiting for their wikis to be created, some of them for THREE MOTNS. It's no wonder that people, who would like to work for wikis in these langiages get frustrated and angry. I've already asked developers to pay attention to this sad fact in meta wiki babel, but it seems not to have any effect.Please, don't forget the aim of wikipedia - create encyclopedia in EVERY langiage!Vitaly Volkov aka Kneiphof, admin and bureaucrat of Russian wikipedia.
2 1
0 0
MediaWiki automated test run failure 2006-02-28
by brion@pobox.com 28 Feb '06

28 Feb '06
An automated run of parserTests.php showed the following failures:Running test BUG 361: URL within URL, not bracketed... FAILED!Running test External links: invalid character... FAILED!Running test Bug 2702: Mismatched <i> and <a> tags are invalid... FAILED!Running test A table with no data.... FAILED!Running test A table with nothing but a caption... FAILED!Running test Link containing "#<" and "#>" % as a hex sequences... FAILED!Running test Template with thumb image (wiht link in description)... FAILED!Running test Link to image page... FAILED!Running test BUG 1887: A ISBN with a thumbnail... FAILED!Running test BUG 1887: A <math> with a thumbnail... FAILED!Running test BUG 561: {{/Subpage}}... FAILED!Running test Simple category... FAILED!Running test Section headings with TOC... FAILED!Running test Media link with nasty text... FAILED!Running test Bug 2095: link with pipe and three closing brackets... FAILED!Running test Parser hook: static parser hook inside a comment... FAILED!Running test Sanitizer: Validating the contents of the id attribute (bug 4515)... FAILED!Passed 271 of 288 tests (94.1%) FAILED!
1 0
0 0
Updating rev_deleted as a bitfield
by Brion Vibber 28 Feb '06

28 Feb '06
In light of the past few months' experience in what kind of revision-deletionpeople would _like_ to be doing if we had it finished, I'm starting to completeimplementation of rev_deleted, changing it from the originally planned flag to abitfield:http://www.mediawiki.org/wiki/Bitfields_for_rev_deletedThe bitfield gives us some more options to suppress comments and usernames wherenecessary while keeping them in history in more common cases.-- brion vibber (brion @pobox.com)
3 3
0 0
Thumbnail and SVG regeneration
by Brion Vibber 27 Feb '06

27 Feb '06
I've started a process of forcing old rendered thumbnails to regenerate. Thiswill gradually replace old rendered images over the next couple days as severalissues have been fixed recently:* Many PNG thumbs defaulted to unnecessarily high bit depth, wasting bandwidth* JPEG thumbs were at a somewhat higher quality than needed, wasting bandwidth* Some PNG and JPEG thumbs were sized a pixel off due to mismatches in howMediaWiki and ImageMagick rounded the resized aspect ratio; these could getresized in the client, leading to extra blurry scaling* Lots of SVG rendering problems fixed by upgrading to librsvg 2.14.0Since invalidating *all* thumbs brought things to a halt doing nothing butrerendering, I've currently got it invalidating thumbs over a year old, and willbe moving up the cutoff date gradually over the next day or two.-- brion vibber (brion @pobox.com)
2 1
0 0
MediaWiki automated test run failure 2006-02-27
by brion@pobox.com 27 Feb '06

27 Feb '06
An automated run of parserTests.php showed the following failures:Running test BUG 361: URL within URL, not bracketed... FAILED!Running test External links: invalid character... FAILED!Running test Bug 2702: Mismatched <i> and <a> tags are invalid... FAILED!Running test A table with no data.... FAILED!Running test A table with nothing but a caption... FAILED!Running test Link containing "#<" and "#>" % as a hex sequences... FAILED!Running test Template with thumb image (wiht link in description)... FAILED!Running test Link to image page... FAILED!Running test BUG 1887: A ISBN with a thumbnail... FAILED!Running test BUG 1887: A <math> with a thumbnail... FAILED!Running test BUG 561: {{/Subpage}}... FAILED!Running test Simple category... FAILED!Running test Section headings with TOC... FAILED!Running test Media link with nasty text... FAILED!Running test Bug 2095: link with pipe and three closing brackets... FAILED!Running test Parser hook: static parser hook inside a comment... FAILED!Running test Sanitizer: Validating the contents of the id attribute (bug 4515)... FAILED!Passed 271 of 288 tests (94.1%) FAILED!
1 0
0 0
PNG with alpha channel
by Rudy Koot 26 Feb '06

26 Feb '06
How should PNG images with an alpha channel be handled? I've created some nice images, but now IE6 users are complaining that they have a black background. If I convert them to GIF/PNG-8 images they have an ugly edge, which doesn't seem fair to Firefox/Opera/IE7 users. Is there a better solution, such as MediaWiki automatically converting images for IE6 users?Cheers,Ruud
3 7
0 0
Results per page:

[8]ページ先頭

©2009-2025 Movatter.jp