A while back I ran across the store.php script (or a version of it). I can't find where I dug it up now and don't know if I even have the latest version.
Is there an official maintainer? Is there an official site or repository? I'm asking because I made a minor change that I thought might be useful to some people. Specifically, I've added the ability to have per-user directories sections the the ini file. Thus, you can have... [users] user1=password_for_user_one user2=password-for-user-two [directories] ; this defines the defaults if a user does not have his/her own section savedir=./default/wiki/save/dir backupdir=./default/wiki/backup/dir savefile=index.html [user1.directories] ; specific to user 1 only savedir=./user1/wiki/save/dir backupdir=./user2/wiki/backup/dir savefile=index.html I also added the savefile directive to override the name of the file to be saved. I am also planning on re-writing the password verification section of the script so that it uses salted cryptographic hashes instead of plain text passwords. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/6949515c-05a1-4219-9078-efac58374ee3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

