View Full Version : Import Tavi Wiki?
raemike0
10-08-2007, 01:41 PM
I was using Tavi for my wiki and I would like to import my existing information into Deki. I have not seen any information regarding this using search engines or searching the forums. Any pointers are appreciated.
Thank You
SteveB
10-09-2007, 05:10 AM
Deki Wiki has a REST API that allows you to publish HTML from virtually any source. You can use this to important data from other systems, but it will need some hands-down coding.
TimHunt
10-22-2007, 03:28 AM
Steve,
Can you point me to the API? I have no experience with REST, so would appreciate a few hints. I wish to import (ultimately) a couple of MediaWikis and a TWiki or two...
Cheers,
Tim.
brigettek
10-22-2007, 06:00 PM
The Deki Wiki API Reference is located here (http://wiki.opengarden.org/Deki_Wiki/API_Reference). To create pages through the API, you'll probably want to start with POST:pages/{pageid}/contents (http://wiki.opengarden.org/Deki_Wiki/API_Reference/POST%3apages%2f%2f%7bpageid%7d%2f%2fcontents).
Also, there is a useful app to try out direct API invocation here (http://sourceforge.net/project/downloading.php?group_id=173074&use_mirror=easynews&filename=dream-1.4.1.zip&43469606). Extract this and run mindtouch.apitest.exe, which is found in the redist folder. Select File->Load Blueprint From and enter http://<yourwiki>/@api/deki as the URL. You can then browse and invoke all available deki API's on your wiki. Note that in order to perform DELETE/PUT/POST requests you first need to get an authentication token by running GET:users/authenticate from within the app.
TimHunt
10-23-2007, 01:48 AM
Also, there is a useful app to try out direct API invocation here (http://sourceforge.net/project/downloading.php?group_id=173074&use_mirror=easynews&filename=dream-1.4.1.zip&43469606). Extract this and run mindtouch.apitest.exe
Many thanks. Now, where did I put that windows machine?
Powered by vBulletin™ Version 4.1.3 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.