Hi
Is there any English version for this article?
-Munish
-----Original Message----- From: mediawiki-l-bounces@Wikimedia.org [mailto:mediawiki-l-bounces@Wikimedia.org]On Behalf Of ext Dori Sent: Thursday, June 02. 2005 15:51 To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Is there some tool to convert HTML text to Wikitextautomatically
On 6/2/05, Ext-Munish.Mittal@nokia.com Ext-Munish.Mittal@nokia.com wrote:
Hi
First I would like to thank you all guys for providing
quick solutions to
all my questions.
Now I am facing a new problem and I am sure someone will
come up with a
solution for this too :-)
I have requirement in which I have to convert MSWord format to Wikitext.For this I first convert it to HTML which is quite easy. Then I need to convert HTML to wikitext.Is
http://wikitext.Is there any
way to do it?
Have you tried this macro to convert directly from Microsoft Word?
http://www.homeopathy.at/wiki/index.php/Word2Wiki _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
Hello,
I've just recognized that my wiki is outputting in latin1 where it needs to be UTF-8. I can't find good documentation to tell me what I need to do.
I've read this page: http://meta.wikimedia.org/wiki/Help:Configuration_settings_index#.24wgOutput Encoding It seems to imply that I need to do some sort of unspecified mass conversion, and then set $wgUseLatin1 to false, and probably $wgLegacyEncoding.
What would this unspecified mass conversion be?
-Carlton
Carlton B wrote:
I've just recognized that my wiki is outputting in latin1 where it needs to be UTF-8. I can't find good documentation to tell me what I need to do.
Do you mean:
* Your database's contents are in Latin-1, and output is marked with ISO-8859-1 encoding, but you'd prefer to be using UTF-8 instead.
or
* Your database's contents are in UTF-8, but output is marked with ISO-8859-1 encoding so everything displays incorrectly.
?
If the latter, set $wgUseLatin1 = false in LocalSettings.php and clear the objectcache table.
If the former, you'll need to do an unspecified mass conversion. The 1.5 upgrade will include some explicit support for this (as Latin-1 support is being dropped) but there's not currently a specific way of doing this. If you're not using any revision compression, you can dump your database out with mysqldump, convert it with iconv, and source it back. (Beware MySQL 4.1's conversions; use --charset option on mysqldump appropriately if so.)
-- brion vibber (brion @ pobox.com)
What do you mean "clear the objectcache table"? delete * from objectcache?
-----Original Message----- From: mediawiki-l-bounces@Wikimedia.org [mailto:mediawiki-l-bounces@Wikimedia.org]On Behalf Of Brion Vibber Sent: Friday, June 03, 2005 4:17 AM To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Converting to UTF-8
Carlton B wrote:
I've just recognized that my wiki is outputting in latin1 where
it needs to
be UTF-8. I can't find good documentation to tell me what I need to do.
Do you mean:
- Your database's contents are in Latin-1, and output is marked with
ISO-8859-1 encoding, but you'd prefer to be using UTF-8 instead.
or
- Your database's contents are in UTF-8, but output is marked with
ISO-8859-1 encoding so everything displays incorrectly.
?
If the latter, set $wgUseLatin1 = false in LocalSettings.php and clear the objectcache table.
If the former, you'll need to do an unspecified mass conversion. The 1.5 upgrade will include some explicit support for this (as Latin-1 support is being dropped) but there's not currently a specific way of doing this. If you're not using any revision compression, you can dump your database out with mysqldump, convert it with iconv, and source it back. (Beware MySQL 4.1's conversions; use --charset option on mysqldump appropriately if so.)
-- brion vibber (brion @ pobox.com)
Carlton B wrote:
What do you mean "clear the objectcache table"? delete * from objectcache?
Yes, that'll do. This should ensure that any miscoded material is removed from the parser cache and message cache.
-- brion vibber (brion @ pobox.com)
How about this: http://216.239.39.104/translate_c?hl=en&u=http://www.homeopathy.at/wiki/...
On 6/2/05, Ext-Munish.Mittal@nokia.com Ext-Munish.Mittal@nokia.com wrote:
Hi
Is there any English version for this article?
-Munish
-----Original Message----- From: mediawiki-l-bounces@Wikimedia.org [mailto:mediawiki-l-bounces@Wikimedia.org]On Behalf Of ext Dori Sent: Thursday, June 02. 2005 15:51 To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Is there some tool to convert HTML text to Wikitextautomatically
On 6/2/05, Ext-Munish.Mittal@nokia.com Ext-Munish.Mittal@nokia.com wrote:
Hi
First I would like to thank you all guys for providing
quick solutions to
all my questions.
Now I am facing a new problem and I am sure someone will
come up with a
solution for this too :-)
I have requirement in which I have to convert MSWord format to Wikitext.For this I first convert it to HTML which is quite easy. Then I need to convert HTML to wikitext.Is
http://wikitext.Is there any
way to do it?
Have you tried this macro to convert directly from Microsoft Word?
http://www.homeopathy.at/wiki/index.php/Word2Wiki _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki has a JS to remove frames and stuff.
http://216.239.39.104/translate_c?langpair=de%7Cen&u=http://www.homeopat... works much better
On 6/2/05, Jim Trodel trodel@gmail.com wrote:
How about this: http://216.239.39.104/translate_c?hl=en&u=http://www.homeopathy.at/wiki/...
On 6/2/05, Ext-Munish.Mittal@nokia.com Ext-Munish.Mittal@nokia.com wrote:
Hi
Is there any English version for this article?
-Munish
-----Original Message----- From: mediawiki-l-bounces@Wikimedia.org [mailto:mediawiki-l-bounces@Wikimedia.org]On Behalf Of ext Dori Sent: Thursday, June 02. 2005 15:51 To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Is there some tool to convert HTML text to Wikitextautomatically
On 6/2/05, Ext-Munish.Mittal@nokia.com Ext-Munish.Mittal@nokia.com wrote:
Hi
First I would like to thank you all guys for providing
quick solutions to
all my questions.
Now I am facing a new problem and I am sure someone will
come up with a
solution for this too :-)
I have requirement in which I have to convert MSWord format to Wikitext.For this I first convert it to HTML which is quite easy. Then I need to convert HTML to wikitext.Is
http://wikitext.Is there any
way to do it?
Have you tried this macro to convert directly from Microsoft Word?
http://www.homeopathy.at/wiki/index.php/Word2Wiki _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
-- Jim (trodel@gmail.com) "Our love may not always be reciprocated, or even appreciated, but love is never wasted"
- Neal A Maxwell
---Intersted in Gmail - let me know I have invites---
mediawiki-l@lists.wikimedia.org