It looks like the easiest way to move to MediaWiki is to export to HTML and
use: http://toolserver.org/~diberri/cgi-bin/html2wiki/index.cgi

Larry

On Thu, Sep 17, 2009 at 1:46 PM, Larry Becker <becker.la...@gmail.com>wrote:

> Not much help here either:
> http://www.mediawiki.org/wiki/Manual:FAQ#Importing_from_other_types_of_wiki_software
>
> Larry
>
>
> On Thu, Sep 17, 2009 at 1:41 PM, Larry Becker <becker.la...@gmail.com>wrote:
>
>> I've maintained a MediaWiki once before.  It is very robust.  I like it,
>> but it doesn't seem to import textile formatting.  The only thing I could
>> find is a bit of Python code to do some of the conversion at
>> http://www.swaroopch.com/notes/Basecamp_to_MediaWiki
>>
>> def format_content(text):
>>     '''Given text in Textile syntax, convert to MediaWiki syntax.'''
>>
>>     if text is None:
>>         return ''
>>     text = re.sub(r'"([^"]+)":([^\s]+)', r'[\2 \1]', text) # external link
>>
>>
>>     text = re.sub(r"(?:\*\*|__)(\w+)(?:\*\*|__)", r"'''\1'''", text) # bold
>>
>>
>>     text = re.sub(r"(?:\*|_)(\w+)(?:\*|_)", r"''\1''", text) # italics
>>
>>
>>     # TODO Convert links to Writeboards into internal links on this wiki page
>>     return text
>>
>>
>> Larry
>>
>>
>> On Thu, Sep 17, 2009 at 1:28 PM, Sunburned Surveyor <
>> sunburned.surve...@gmail.com> wrote:
>>
>>> The MediaWiki looks nice Stefan. I think it may be a good option.
>>>
>>> Landon
>>>
>>> On Thu, Sep 17, 2009 at 11:25 AM, Stefan Steiniger <sst...@geo.uzh.ch>
>>> wrote:
>>> > sorry for the many emails:
>>> >
>>> > but MediaWiki looks nice:
>>> >
>>> >
>>> https://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=Main_Page
>>> >
>>> > could be the way to go. And at least people that are part of the SF
>>> > project can write to it (which would be good start).
>>> >
>>> > stefan
>>> >
>>> > Stefan Steiniger wrote:
>>> >> wow... there are quite a bit of features you can get now:
>>> >>
>>> >> . AN Guestbook        Guest Book
>>> >> . Bazaar      Source Control
>>> >> . CodeStriker         Code Review
>>> >> . CVS         Source Control
>>> >> . dotProject  Project Management
>>> >> . Gallery     Image Gallery
>>> >> . Git         Source Control
>>> >> . IdeaTorrent         Idea Brainstorm
>>> >> . Laconica    Microblog
>>> >> . LimeSurvey  Survey
>>> >> . MantisBT    Bug Tracking
>>> >> . MediaWiki   Wiki
>>> >> . Mercurial   Source Control
>>> >> . phpBB       Forum
>>> >> . phpWebSite  Content Management
>>> >> . Piwik       Web Analytics
>>> >> . TaskFreak!  Task Management
>>> >> . Trac        Wiki / Bug Tracking / Etc
>>> >> . URL Shortening      Administrative
>>> >> . Wordpress   Blogging
>>> >>
>>> >> from my perspective Trak is nice, but doesn't look very pleasing.
>>> Maybe
>>> >> I enable MediaWiki for testing? (If it doesn't have the SF header).
>>> The
>>> >> stats tool are nice too (piwiki)
>>> >>
>>> >> stefan
>>> >>
>>> >> edgar.sol...@web.de wrote:
>>> >>> it is there, i have activated on a project of mine.. but haven't used
>>> it yet
>>> >>> You have to dig a bit, it is under 'project admin'->'features' ..
>>> they
>>> >>> also have wordpress
>>> >>>
>>> >>> .. ede
>>> >>>
>>> >>>> I got a message from sourceforge that project wikis should migrate
>>> to TRAC
>>> >>>> or MediaWiki, but I haven't seen any support for MediaWiki on SF
>>> yet.  Of
>>> >>>> course, I can't find anything else either after their 'redesign'.
>>> :-(
>>> >>>>
>>> >>>> Larry
>>> >>>>
>>> >>>> On Thu, Sep 17, 2009 at 9:52 AM, Sunburned Surveyor <
>>> >>>> sunburned.surve...@gmail.com> wrote:
>>> >>>>
>>> >>>>
>>> >>>>> Thanks for grabbing that back-up Jon! We really appreciate it.
>>> >>>>>
>>> >>>>> Stefan,
>>> >>>>>
>>> >>>>> What do you think about putting this zip up on the SourceForge site
>>> for
>>> >>>>> now?
>>> >>>>>
>>> >>>>> Any suggestions on what we do for a new wiki? Pedro has space, but
>>> I
>>> >>>>> don't know how he would feel about hosting our wiki software.
>>> >>>>> I might be able to cough up some money for wiki hosting, if we
>>> needed
>>> >>>>> it. Wikidot appears pretty reasonable. $25 for a year for a pro
>>> >>>>> account. I think I can handle that.
>>> >>>>>
>>> >>>>> Let me know what you guys think.
>>> >>>>>
>>> >>>>> SS
>>> >>>>>
>>> >>>>> On Thu, Sep 17, 2009 at 7:12 AM, Stefan Steiniger <
>>> sst...@geo.uzh.ch>
>>> >>>>> wrote:
>>> >>>>>
>>> >>>>>> thanks.. great!
>>> >>>>>>
>>> >>>>>> so we haven't lost anything then
>>> >>>>>> stefan
>>> >>>>>>
>>> >>>>>> Jonathan Aquino schrieb:
>>> >>>>>>
>>> >>>>>>> OK I managed to keep it up long enough to export the pages in
>>> Textile
>>> >>>>>>> format:
>>> >>>>>>> http://jonathanaquino.com/wiki-textile-2009-09-15-17-59-49.zip
>>> >>>>>>>
>>> >>>>>>> Jon
>>> >>>>>>>
>>> >>>>>>>
>>> >>>>>>>
>>> >>>>>>>> -----Original Message-----
>>> >>>>>>>> From: Stefan Steiniger [mailto:sst...@geo.uzh.ch]
>>> >>>>>>>> Sent: Wednesday, September 16, 2009 10:15 PM
>>> >>>>>>>> To: OpenJump develop and use; Jonathan Aquino
>>> >>>>>>>> Subject: Re: [JPP-Devel] Death of our wiki.
>>> >>>>>>>>
>>> >>>>>>>> Hei Jon,
>>> >>>>>>>>
>>> >>>>>>>> thanks for trying... seems like we really need to figure now
>>> >>>>>>>> a new way.
>>> >>>>>>>> but if it is up for some minutes again, we can get/export a
>>> >>>>>>>> textile copy
>>> >>>>>>>>
>>> >>>>>>>> stefan
>>> >>>>>>>>
>>> >>>>>>>> Jonathan Aquino schrieb:
>>> >>>>>>>>
>>> >>>>>>>>> I can make it come back up for short periods of time(like
>>> >>>>>>>>>
>>> >>>>>>>> now), but it
>>> >>>>>>>>
>>> >>>>>>>>> isn't long before it goes down again, alas.
>>> >>>>>>>>>
>>> >>>>>>>>> Jon
>>> >>>>>>>>>
>>> >>>>>>>>>
>>> >>>>>>>>>
>>> >>>>>>>>>> -----Original Message-----
>>> >>>>>>>>>> From: Joe Desbonnet [mailto:j...@galway.net]
>>> >>>>>>>>>> Sent: Wednesday, September 16, 2009 4:01 PM
>>> >>>>>>>>>> To: OpenJump develop and use
>>> >>>>>>>>>> Subject: Re: [JPP-Devel] Death of our wiki.
>>> >>>>>>>>>>
>>> >>>>>>>>>> If it's of any use I've got a backup snapshot from last year.
>>> >>>>>>>>>> None since I'm afraid.
>>> >>>>>>>>>>
>>> >>>>>>>>>> openjump-wiki.20081011.zip ~ 1GB.
>>> >>>>>>>>>>
>>> >>>>>>>>>> Joe.
>>> >>>>>>>>>>
>>> >>>>>>>>>>
>>> >>>>>>>>>>
>>> >>>>>>>>>> On Wed, Sep 16, 2009 at 11:44 PM, Jonathan Aquino
>>> >>>>>>>>>> <jonathan.aqu...@gmail.com> wrote:
>>> >>>>>>>>>>
>>> >>>>>>>>>>> Sorry about this guys - this instiki wiki keeps going down.
>>> >>>>>>>>>>>
>>> >>>>>>>>>> I'm trying
>>> >>>>>>>>>>
>>> >>>>>>>>>>> to restart it but it doesn't seem to be coming up.
>>> >>>>>>>>>>>
>>> >>>>>>>>>>> I'll keep trying.
>>> >>>>>>>>>>>
>>> >>>>>>>>>>> Jon
>>> >>>>>>>>>>>
>>> >>>>>>>>>>>
>>> >>>>>>>>>>>
>>> >>>>>>>>>>>> -----Original Message-----
>>> >>>>>>>>>>>> From: Sunburned Surveyor [mailto:
>>> sunburned.surve...@gmail.com]
>>> >>>>>>>>>>>> Sent: Wednesday, September 16, 2009 12:32 PM
>>> >>>>>>>>>>>> To: OpenJump develop and use
>>> >>>>>>>>>>>> Subject: [JPP-Devel] Death of our wiki.
>>> >>>>>>>>>>>>
>>> >>>>>>>>>>>> It doesn't look like the OpenJUMP wiki will be coming
>>> >>>>>>>>>>>>
>>> >>>>>>>> back anytime
>>> >>>>>>>>
>>> >>>>>>>>>>>> soon. Does somebody have a back-up of the wiki?
>>> >>>>>>>>>>>>
>>> >>>>>>>>>>>> I would like to make it available online, perhaps via the
>>> >>>>>>>>>>>>
>>> >>>>>>>>>> SourceForge
>>> >>>>>>>>>>
>>> >>>>>>>>>>>> file system.
>>> >>>>>>>>>>>>
>>> >>>>>>>>>>>> This may be a good time to consider using the SourceForge
>>> >>>>>>>>>>>>
>>> >>>>>>>>>> wiki, so we
>>> >>>>>>>>>>
>>> >>>>>>>>>>>> don't have to be a burden on Jon anymore.
>>> >>>>>>>>>>>>
>>> >>>>>>>>>>>> The Sunburned Surveyor
>>> >>>>>>>>>>>>
>>> >>>>>>>>>>>>
>>> --------------------------------------------------------------
>>> >>>>>>>>>>>> ----------------
>>> >>>>>>>>>>>> Come build with us! The BlackBerry&reg; Developer
>>> >>>>>>>>>>>>
>>> >>>>>>>>>> Conference in SF,
>>> >>>>>>>>>>
>>> >>>>>>>>>>>> CA is the only developer event you need to attend this year.
>>> >>>>>>>>>>>> Jumpstart your developing skills, take BlackBerry mobile
>>> >>>>>>>>>>>>
>>> >>>>>>>>>> applications
>>> >>>>>>>>>>
>>> >>>>>>>>>>>> to market and stay ahead of the curve.
>>> >>>>>>>>>>>> Join us from November 9&#45;12, 2009. Register now&#33;
>>> >>>>>>>>>>>> http://p.sf.net/sfu/devconf
>>> >>>>>>>>>>>> _______________________________________________
>>> >>>>>>>>>>>> Jump-pilot-devel mailing list
>>> >>>>>>>>>>>> Jump-pilot-devel@lists.sourceforge.net
>>> >>>>>>>>>>>>
>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>> >>>>>>>>>>>>
>>> >>>>>>>>>>>
>>> >>>>>>>>
>>> ---------------------------------------------------------------------
>>> >>>>>>>>
>>> >>>>>>>>>> -
>>> >>>>>>>>>>
>>> >>>>>>>>>>> -------- Come build with us! The BlackBerry&reg; Developer
>>> >>>>>>>>>>>
>>> >>>>>>>>>> Conference
>>> >>>>>>>>>>
>>> >>>>>>>>>>> in SF, CA is the only developer event you need to attend
>>> >>>>>>>>>>>
>>> >>>>>>>> this year.
>>> >>>>>>>>
>>> >>>>>>>>>>> Jumpstart your developing skills, take BlackBerry mobile
>>> >>>>>>>>>>>
>>> >>>>>>>>>> applications
>>> >>>>>>>>>>
>>> >>>>>>>>>>> to market and stay ahead of the curve. Join us from
>>> >>>>>>>>>>>
>>> >>>>>>>>>> November 9&#45;12,
>>> >>>>>>>>>>
>>> >>>>>>>>>>> 2009. Register now&#33; http://p.sf.net/sfu/devconf
>>> >>>>>>>>>>> _______________________________________________
>>> >>>>>>>>>>> Jump-pilot-devel mailing list
>>> >>>>>>>>>>> Jump-pilot-devel@lists.sourceforge.net
>>> >>>>>>>>>>>
>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>> >>>>>>>>>>>
>>> >>>>>>>>>>>
>>> >>>>>>>>>> --------------------------------------------------------------
>>> >>>>>>>>>> ----------------
>>> >>>>>>>>>> Come build with us! The BlackBerry&reg; Developer
>>> >>>>>>>>>>
>>> >>>>>>>> Conference in SF,
>>> >>>>>>>>
>>> >>>>>>>>>> CA is the only developer event you need to attend this year.
>>> >>>>>>>>>> Jumpstart your developing skills, take BlackBerry mobile
>>> >>>>>>>>>>
>>> >>>>>>>> applications
>>> >>>>>>>>
>>> >>>>>>>>>> to market and stay ahead of the curve.
>>> >>>>>>>>>> Join us from November 9&#45;12, 2009. Register now&#33;
>>> >>>>>>>>>> http://p.sf.net/sfu/devconf
>>> >>>>>>>>>> _______________________________________________
>>> >>>>>>>>>> Jump-pilot-devel mailing list
>>> >>>>>>>>>> Jump-pilot-devel@lists.sourceforge.net
>>> >>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>> >>>>>>>>>>
>>> >>>>>>>>>
>>> >>>>>>>>
>>> ----------------------------------------------------------------------
>>> >>>>>>>>
>>> >>>>>>>>> -------- Come build with us! The BlackBerry&reg; Developer
>>> >>>>>>>>>
>>> >>>>>>>> Conference
>>> >>>>>>>>
>>> >>>>>>>>> in SF, CA is the only developer event you need to attend this
>>> year.
>>> >>>>>>>>> Jumpstart your developing skills, take BlackBerry mobile
>>> >>>>>>>>>
>>> >>>>>>>> applications
>>> >>>>>>>>
>>> >>>>>>>>> to market and stay ahead of the curve. Join us from
>>> >>>>>>>>>
>>> >>>>>>>> November 9&#45;12,
>>> >>>>>>>>
>>> >>>>>>>>> 2009. Register now&#33; http://p.sf.net/sfu/devconf
>>> >>>>>>>>> _______________________________________________
>>> >>>>>>>>> Jump-pilot-devel mailing list
>>> >>>>>>>>> Jump-pilot-devel@lists.sourceforge.net
>>> >>>>>>>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>> >>>>>>>>>
>>> >>>>>>>>>
>>> >>>>>>>>>
>>> >>>>>>>
>>> >>>>>>>
>>> >>>>>>
>>> >>>>>
>>> ------------------------------------------------------------------------------
>>> >>>>>
>>> >>>>>> Come build with us! The BlackBerry&reg; Developer Conference in
>>> SF, CA
>>> >>>>>> is the only developer event you need to attend this year.
>>> Jumpstart your
>>> >>>>>> developing skills, take BlackBerry mobile applications to market
>>> and stay
>>> >>>>>> ahead of the curve. Join us from November 9&#45;12, 2009. Register
>>> >>>>>>
>>> >>>>> now&#33;
>>> >>>>>
>>> >>>>>> http://p.sf.net/sfu/devconf
>>> >>>>>> _______________________________________________
>>> >>>>>> Jump-pilot-devel mailing list
>>> >>>>>> Jump-pilot-devel@lists.sourceforge.net
>>> >>>>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>> >>>>>>
>>> >>>>>>
>>> >>>>>
>>> ------------------------------------------------------------------------------
>>> >>>>> Come build with us! The BlackBerry&reg; Developer Conference in SF,
>>> CA
>>> >>>>> is the only developer event you need to attend this year. Jumpstart
>>> your
>>> >>>>> developing skills, take BlackBerry mobile applications to market
>>> and stay
>>> >>>>> ahead of the curve. Join us from November 9&#45;12, 2009. Register
>>> now&#33;
>>> >>>>> http://p.sf.net/sfu/devconf
>>> >>>>> _______________________________________________
>>> >>>>> Jump-pilot-devel mailing list
>>> >>>>> Jump-pilot-devel@lists.sourceforge.net
>>> >>>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>> >>>>>
>>> >>>>>
>>> >>>>
>>> >>>>
>>> >>>>
>>> ------------------------------------------------------------------------
>>> >>>>
>>> >>>>
>>> ------------------------------------------------------------------------------
>>> >>>> Come build with us! The BlackBerry&reg; Developer Conference in SF,
>>> CA
>>> >>>> is the only developer event you need to attend this year. Jumpstart
>>> your
>>> >>>> developing skills, take BlackBerry mobile applications to market and
>>> stay
>>> >>>> ahead of the curve. Join us from November 9&#45;12, 2009. Register
>>> now&#33;
>>> >>>> http://p.sf.net/sfu/devconf
>>> >>>>
>>> ------------------------------------------------------------------------
>>> >>>>
>>> >>>> _______________________________________________
>>> >>>> Jump-pilot-devel mailing list
>>> >>>> Jump-pilot-devel@lists.sourceforge.net
>>> >>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>> >>>>
>>> >>>
>>> >>>
>>> ------------------------------------------------------------------------
>>> >>>
>>> >>>
>>> ------------------------------------------------------------------------------
>>> >>> Come build with us! The BlackBerry&reg; Developer Conference in SF,
>>> CA
>>> >>> is the only developer event you need to attend this year. Jumpstart
>>> your
>>> >>> developing skills, take BlackBerry mobile applications to market and
>>> stay
>>> >>> ahead of the curve. Join us from November 9&#45;12, 2009. Register
>>> now&#33;
>>> >>> http://p.sf.net/sfu/devconf
>>> >>>
>>> >>>
>>> >>>
>>> ------------------------------------------------------------------------
>>> >>>
>>> >>> _______________________________________________
>>> >>> Jump-pilot-devel mailing list
>>> >>> Jump-pilot-devel@lists.sourceforge.net
>>> >>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>> >>
>>> >>
>>> ------------------------------------------------------------------------------
>>> >> Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
>>> >> is the only developer event you need to attend this year. Jumpstart
>>> your
>>> >> developing skills, take BlackBerry mobile applications to market and
>>> stay
>>> >> ahead of the curve. Join us from November 9&#45;12, 2009. Register
>>> now&#33;
>>> >> http://p.sf.net/sfu/devconf
>>> >> _______________________________________________
>>> >> Jump-pilot-devel mailing list
>>> >> Jump-pilot-devel@lists.sourceforge.net
>>> >> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>> >>
>>> >>
>>> >
>>> >
>>> ------------------------------------------------------------------------------
>>> > Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
>>> > is the only developer event you need to attend this year. Jumpstart
>>> your
>>> > developing skills, take BlackBerry mobile applications to market and
>>> stay
>>> > ahead of the curve. Join us from November 9&#45;12, 2009. Register
>>> now&#33;
>>> > http://p.sf.net/sfu/devconf
>>> > _______________________________________________
>>> > Jump-pilot-devel mailing list
>>> > Jump-pilot-devel@lists.sourceforge.net
>>> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>> >
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
>>> is the only developer event you need to attend this year. Jumpstart your
>>> developing skills, take BlackBerry mobile applications to market and stay
>>> ahead of the curve. Join us from November 9&#45;12, 2009. Register
>>> now&#33;
>>> http://p.sf.net/sfu/devconf
>>> _______________________________________________
>>> Jump-pilot-devel mailing list
>>> Jump-pilot-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>>
>>
>>
>>
>> --
>> Larry Becker
>> Integrated Systems Analysts, Inc.
>>
>
>
>
> --
> Larry Becker
> Integrated Systems Analysts, Inc.
>



-- 
Larry Becker
Integrated Systems Analysts, Inc.
------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to