[tw] Re: What's the best server-side implementation

2009-12-26 Thread cd...@peermore.com

On Dec 25, 12:57 pm, Poul poul.stauga...@gmail.com wrote:
 I don't know which is the best, but I've been working on an AppEngine-
 based server which is fairly complete as far as access control is
 concerned. Multi-user support is provided by full access to all
 revisions of a tiddler; although there is not currently any edit
 locking mechanism. I can post the source code once I get home after
 new year. Try it out athttp://iewikiwiki.appspot.com/SandBox/

This is cool. I like the way you are handling logins from within the
TiddlyWiki document. I assume that's an iframe that's being managed?

Is the access control per tiddlywiki document, per tiddler, or per
some other mechanism?

When a tiddler changes do you save just that tiddler, or the entire
document?

And what's the mechanism by which there are relationships between the
different wikis?

There are appspot versions of TiddlyWeb/TiddlyWebWiki running:

http://tiddlywebwiki.appspot.com/recipes/default/tiddlers.wiki
http://tiddlyweb.appspot.com/

--

You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.




[tw] Re: What's the best server-side implementation

2009-12-26 Thread Poul


On 26 Dec., 10:08, cd...@peermore.com chris.d...@gmail.com wrote:
 This is cool. I like the way you are handling logins from within the
 TiddlyWiki document. I assume that's an iframe that's being managed?

Yes, that happens in an Iframe.

 Is the access control per tiddlywiki document, per tiddler, or per
 some other mechanism?

Access control is per page (document, if you will) or folder.

 When a tiddler changes do you save just that tiddler, or the entire
 document?

I only save changes to the tiddler. The document text only exists as a
set of  tiddlers sharing a URL.

 And what's the mechanism by which there are relationships between the
 different wikis?

The only relationships are the the shared tables of the site. I
haven't made any automatic linking between pages, if that's what you
mean.

Site search is one of the major TODO's. As fa as I can tell, appEngine
doesn't offer full text indexes, so I guess that
I have to do that in code.

--

You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.




Re: [tw] Re: API or Documentation for core macros?

2009-12-26 Thread Paul Truzzi
Eric, I'm a long time lurker and only a hack when it comes to programming.  But 
please release your reference document 
ASAP.  I can't tell you how long I've spent trying to understand the trivial 
functions in TW.

I've love an advanced copy if you want any comments from a novice :)

Paul

On 12/24/2009 5:43 PM, Eric Shulman wrote:
 there any place where I can quickly learn what the usage and possible
 parameters for the core macros are?

 I've been working on a 'macro' reference document... and hope to have
 something to announce about a week or two.

 -e
 Eric Shulman
 TiddlyTools / ELS Design Studios

 --

 You received this message because you are subscribed to the Google Groups 
 TiddlyWiki group.
 To post to this group, send email to tiddlyw...@googlegroups.com.
 To unsubscribe from this group, send email to 
 tiddlywiki+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/tiddlywiki?hl=en.



--

You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.