This is not a commercially supported skin and isn't compatible with MindTouch commercial hosted offering.
MindTouch Mobile 0.9 is now available for download and installation!
Version: MindTouch Mobile 0.9
Date: 11/15/2008
MindTouch Mobile is an iPhone-optimized skin which is accessible through the iPhone web browser. It is geared to help readers consume and share data inside MindTouch.
A demo site has been set-up which is linked to this developer wiki at http://m.mindtouch.com/
![]() Viewing a page: Use the table of contents to navigate through a page's contents | |
![]() Navigate through associations: Use tags to associate pages to find related pages | ![]() Navigation through search: You still have access to the Lucene search for quickly locating files inside MindTouch |
![]() Notes: Got a quick thought after reading a page? Send and receive public notes (using the MindTouch comment API) to individuals | ![]() Send notes: Send public notes (like Twitter) from the iPhone interface (uses MindTouch comments API) |
MindTouch Mobile is being released to the open source community under the GPL license. You can always subscribe to our SVN branch (https://svn.mindtouch.com/source/pub...dekimobile/app) to pick up the latest versions. If you'd like to contribute, please contact royk@mindtouch.com. There's a lot of work to be done in cleaning up the code, consolidating logic, and adding support for other mobile clients (Blackberry!).
Because MindTouch Mobile runs on a separate host (auto-detection is not yet built-in to MindTouch), you must set-up a virtualhost for MindTouch Mobile. Make sure you add the proper DNS entries and update Apache to accept the new hostname. A sample Apache configuration file is inside the package as dekimobile.vhost (also available in SVN). Be sure you match up the ServerName and the DocumentRoot paths to wherever you install MindTouch Mobile!
Copy config.new.php to config.php and update all relevant fields to connect to your MindTouch instance.
The last step is having the API accept your MindTouch Mobile hostname so all requests can be routed correctly. Most MindTouch installs have a catch-all configuration, so no modifications may be necessary. First try to hit your MindTouch Mobile site via your browser; if it throws API errors, then try configuring these values.
If you go into /etc/dekiwiki/mindtouch.deki.startup.xml, find the config block which applies to your site. It might look like this:
<config id="wiki.developer.mindtouch.com">
<host>wiki.developer.mindtouch.com</host>
<host>m.mindtouch.com</host>
<db-server>MYSQL_SERVER</db-server>
<db-port>MYSQL_PORT</db-port>
<db-user>MYSQL_USER</db-user>
<db-password hidden="true">MYSQL_PASSWORD</db-password>
</config>
All you have to do to add a hostname alias is to add another <host> value.
| File | Version | Size | Modified | |
|---|---|---|---|---|
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
| ||||
Copyright © 2011 MindTouch, Inc. Powered by
To btheato, your comment above makes no sense. 1) I don't see any benefit of an iPhone app over a well optimized skin - the iPhone has a good browser, an app would just be duplicating most of the existing browser.
2) Your attitude of "The iphone is the only one that can do it so lets create an app so your're locked into the iphone" is ridiculous. Effort spent on a well optimised skin will not be wasted when other mobile devices improve their browsers.
I do not understand the installation instructions one bit. Has anyone succeeded in doing this and have any notes they could add.
A step by step installation guide would be nice.
Thanks
I can't go forward to mobile deki because i cant understand how to install..
step 1. configure apache is success
step 2. MindTouch Mobile application set-up (config.php)
i don't know how to set?
step 3. Configuring the API
i don't know how to set?
show me the step by step with examples such as picture. please.. edited 18:18, 29 Nov 2010