Thanks for the respons sofar.
To answer Mans, I am using TiddlySnip+1.21beta-cbr.xpi and MTS as said
from Tiddlywiki's svn
repository. It took me some effort to find out the proper settings
for TiddlySnip. The following preferences are working now for me:
- General, File location: http://your.domain/yourTiddlySnipfile.html
At first TiddlySnip needs just the 'http' to switch from local mode to
server mode (extra tab), but if you want firefox to open
yourTiddlySnipfile after adding the snippet, you need the rest to do
that.
- Server Options, MTS, PHP file url: http://your.domain/
Contrary what you would expect do not ! point to the file (/MTS/
Modules/TiddlySnip/tiddlysnip.php),
but the slash at the end however is neccesary. The rest is hardcoded
in the program.
- Server Options, MTS, HTML file url: yourTiddlySnipfile.html
Now when you select some tekst, right mouseclick, and select to save
the Tiddlysnip, the 'Save' -button on the bottom will be enable as a
sign that the connection between TiddlySnip and MTS is established.
I'm not sure if the .htaccess in the root of MTS that I figured out is
of importance for TiddlySnip to work, but i'm giving it anyway here:
AddHandler x-httpd-php5 .php
# The above is neccesary for my hostingprovider to use PHP-5 in stead
of PHP-4
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([A-Za-z0-9-]+)$ index.php?source=$1 [QSA]
# With this rule you can point to hppt://your.domain/yourTiddlyfile
(without the .html extention)
RewriteRule ^(.*\.html?)$ index.php?htmlsource=$1 [QSA,L]
# With this rule you can point to hppt://your.domain/yourTiddlyfile.html
(with the .html extention)
Please let me know Mans (and others) if this is working for you to.
Greetz, Dirk
On 7 feb, 10:30, Måns <[email protected]> wrote:
> Hi Dirk
> I'm one of these people :> think if you could get the TiddlySnip upload
> working, you'd be a real hero to some people who have been asking for that.
> > Perhaps I could adopt the
> > abandoned projects MiniTiddlyServer and TiddlySnip and host a demo,
> > download and how-to-install on my hosted domain. That way others can
> > benefit from my knowledge and Tiddlywiki can become popular on
> > smartphones from now on.
>
> This is GREAT news - Please share your experience with
> MiniTiddlyServer and TiddlySnip - it would be awesome to be able to
> save tiddlysnips directly to a serverside TW!!
>
> I've used BidiX's uploadtiddlersPlugin and storetiddlers.php to
> minimize savings to save *only* individual tiddlers, thereby making
> the uploadsize as small as possible - with good results.
> maybe you could implement this in your setup as
> well?http://groups.google.com/group/TiddlyWiki/browse_thread/thread/c8881c...http://itw.bidix.info/
>
> Thanks for sharing!
>
> regards Måns Mårtensson
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.