You can obtain a programmatic dump by hitting the Kenai API. Here's a
starting point:

https://kenai.com/api/projects/jruby/features/wiki

You can browse the JSON to see what's there. To obtain actual JSON,
just append '.json' to all the URLs.

The API should have all the revisions for each of the pages, for example:

https://kenai.com/api/projects/jruby/features/wiki/pages/Home/revisions

If we can make a decent format converter, it would be nice to store
all the revisions in the new repository as well. I do understand that
there will probably be some manual cleanup, but that could be done as
a final revision at the head of the repository.

/Nick

On Tue, Nov 23, 2010 at 5:01 PM, Douglas Campos <doug...@theros.info> wrote:
> Do we have some kenai dump available?
>
>
> On Tue, Nov 23, 2010 at 11:27 AM, Mike Dalessio <mike.dales...@gmail.com> 
> wrote:
>> Hello,
>> On Tue, Nov 23, 2010 at 4:08 AM, Charles Oliver Nutter <head...@headius.com>
>> wrote:
>>>
>>> We need to move the wiki off Kenai...not because there's anything
>>> wrong with Kenai itself, but it's sort of in limbo right now and new
>>> users can't add accounts.
>>>
>>> So I've started on a small project to help convert the MediaWiki
>>> formatting to something else, focusing on Markdown for now:
>>
>> I recently did something similar to help move the debian-ruby wiki, which
>> used creole wiki markup.
>> I extended mcbean (https://github.com/flavorjones/mcbean), which might be a
>> flexible-enough option for you to build a mediawiki-syntax compliant
>> implementation.
>> I'm happy to help start the effort off, if you decide it's a reasonable path
>> forward.
>>
>
>
>
> --
> Douglas Campos (qmx)
> +55 11 6762 5959
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to