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-lApril 2005

wikitech-l@lists.wikimedia.org
  • 130 participants
  • 178 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
machine translaton of the articles...
by prasad gadgil 20 Nov '05

20 Nov '05
Hi,I have just joined, I am from mumbai, india. I would like to get thearticles translated in marathi, my mother tongue. Looking at the effortand no of volunteers, this will not be usable in any reasonable amountof time.That has made me think of alternatives - machine translation. A statefunded institute has a software available but I don't have access to ityet. Pl. comment about this approach. Has this been tried for any otherlanguage earlier.Thanks & regards,Prasad Gadgil________________________________________________________________________Yahoo! India Matrimony: Find your life partner onlineGo to:http://yahoo.shaadi.com/india-matrimony
9 8
0 0
Time to get some new servers
by Camille Constans 04 Jul '05

04 Jul '05
Hello,As wikipedia is slow at the busy time, I propose to get some new servers for our cluster.- Some new web servers(3 or 4), P4 2,8Ghz with 2Go of RAM- A server which could be a backup for nfs server, zwinger, with bigger disk, 80Go is very low, maybe 200 or 250Go - Upgrading disk of zwinger to 200 or 250Go (or add a new one)- A db server in 64 bits mode with 4Go of RAM (if we cant make working geoffrin), like this one :http://www.macomp.com/products/servers/patriot2200.asp With raid 10 disk system, 4 or 6 drives in raid and 1 stand-by. I prefer 15000rpm disk, but I can understand that they are more expensive- Maybe another squid serverWhat do you think of that ?Shaihulud
7 6
0 0
Language conversion
by zhengzhu 26 May '05

26 May '05
I have started to write some documentation about the Chineseconversion system at meta:http://meta.wikimedia.org/wiki/Chinese_conversionPeople interested in implementing conversion systems for otherlanguages should take a look at it. Note that most featuresimplemented are not Chinese specific.-- zhengzhu
8 12
0 0
uploading picture_s_
by eric poscher 12 May '05

12 May '05
Hi all,I'd like to find out, if/how it is possible to upload several files or pictures at once.It seemed to my that it was possible to upload a .zip file of several pictures, but obviously it's a feature of a different cms??many thanks for any hints.eric.-- .---------------------------------------------------------------------------.| | "I have a dream that my four little children will || eric.poscher | one day live in a nation where they will not be || @epe.at | judged by the color of their skin but by the content || | of their character." Martin Luther King, 1963 |`--------------------------------------------------------------------------'
5 5
0 0
Test wiki
by Brion Vibber 05 May '05

05 May '05
I've got a 1.5 test wiki now up for you kind folks to use and abuse:http://test.leuksman.com/-- brion vibber (brion @pobox.com)
5 23
0 0
Pywikipediabot
by mbecker ™ 01 May '05

01 May '05
I'm trying to get in touch with the developers of PywikipediabotI've e-mailed the lead developer as listed on the sourceforge projectwebsite a couple times about bug fixes and improvements I've made tothe code.I'm interesting in getting developer access to the project so I cancommit some of them.Please send me an e-mail if you can help me with this.Thanks,Michael Becker
3 2
0 0

01 May '05
Hi!I would like to know if someone is working on the bug "Article noneffaçable à cause d'un bug" (article which can't be removed because of amediawiki bug). I heared that it should come from compressiontrouble ...I can help you, I know a lot of langages (assembler, Python, PHP, C++,etc.) and have long experience in programmation.Bye, Haypo
4 5
0 0
[patch] Anonymous edit warning
by Brent 'Dax' Royal-Gordon 01 May '05

01 May '05
My users keep accidentally editing anonymously when they think they'relogged in; this has gotten so bad that a few of them have asked me todisable anonymous edits. Instead, I wrote the patch below my sig, set$wgEnableAnonWarning to true, and put the following inMediaWiki:AnonWarning:<div class="usermessage">You are currently editing anonymously. Wouldyou like to <a href="$1">log in</a> before editing?</div>It was quite effective. ;^)Below patch is against MediaWiki 1.3.11 (the latest version markedstable in Gentoo Linux's Portage). I'm not much of a PHP guy, so it'slikely suboptimal, but it might be useful.-- Brent 'Dax' Royal-Gordon <brent(a)brentdax.com>Perl and Parrot hacker"I used to have a life, but I liked mail-reading so much better."--- EditPage.php.orig2005-04-25 21:44:51.000000000 -0700+++ EditPage.php2005-04-25 23:21:08.000000000 -0700@@ -133,6 +133,7 @@ global $wgLang, $wgParser, $wgTitle; global $wgAllowAnonymousMinor; global $wgWhitelistEdit;+global $wgEnableAnonWarning; global $wgSpamRegex, $wgFilterCallback; $fname = 'EditPage::editForm';@@ -379,6 +380,11 @@ " accesskey='".wfMsg('accesskey-minoredit')."' id='wpMinoredit' />". "<label for='wpMinoredit'title='".wfMsg('tooltip-minoredit')."'>{$minor}</label>"; }+ +if( !$wgUser->getID() && $wgEnableAnonWarning) {+$sk=$wgUser->getSkin();+$wgOut->addHTML(wfMsg("anonWarning",$sk->makeSpecialUrl('Userlogin', 'returnto=' .$wgTitle->getPrefixedUrl() )));+} $watchhtml = "";
5 5
0 0

01 May '05
A certain enhancement patch Z is based on CVS TAG X anda split of Z into smaller patches p1, p2, p3 is requested,Z := p1 + p2 + p3What's your policy here, shall I publish* diff( X, p1 )* diff( X, p2 )* diff( X, p3 )or* diff( X, p1 )* diff( X + p1, p2),* diff( X + p1 + p2, p3)
2 1
0 0
Results per page:

[8]ページ先頭

©2009-2025 Movatter.jp