On Monday, March 13, 2017 at 1:16:37 PM UTC-4, Lost Admin wrote: > > 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? >
Answering my own question, it looks to me like the official source is on github: https://github.com/makefu/tiddly_store And hasn't been touched in 2 years. Guess I'll figure out how to use github. :) > 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/3a2b23eb-b303-46b7-a672-73f50d9c7509%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

