Re: [tw] Re: store.php for websites

2017-03-14 Thread Lost Admin
Thanks, I'll have a look.

Although I haven't had issues using HTTPS with the version I found on 
github.

On Monday, March 13, 2017 at 4:42:53 PM UTC-4, Sven Wetzel wrote:
>
> Hello Lost Admin,
>
> I have another changed version: https://quaraman.de/tw/storephp.html . 
> I made it because the original version does not function well with https 
> websites.
>
>
> Am 13.03.2017 um 20:24 schrieb Lost Admin:
>
>
> 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 tiddlywiki+...@googlegroups.com .
> To post to this group, send email to tiddl...@googlegroups.com 
> .
> 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.
>
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/045b3d09-3f90-4e31-89a1-82a01df6f5f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: store.php for websites

2017-03-13 Thread Sven Wetzel

Hello Lost Admin,

I have another changed version: https://quaraman.de/tw/storephp.html .
I made it because the original version does not function well with https 
websites.



Am 13.03.2017 um 20:24 schrieb Lost Admin:


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]
;thisdefines the defaults ifa user does nothave his/her own section
savedir=./default/wiki/save/dir
backupdir=./default/wiki/backup/dir
savefile=index.html

[user1.directories]
;specific to user 1only
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 tiddlywiki+unsubscr...@googlegroups.com 
.
To post to this group, send email to tiddlywiki@googlegroups.com 
.

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.


--
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/398712db-b1c8-6fa4-645b-42f717c83aa2%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: store.php for websites

2017-03-13 Thread Lost Admin

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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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.