Hi Slava, I've written some docs for the couchdb auth implementation and put it up here (in master):
[email protected]:addrummond/factor.git I'm a bit of a git newbie, so let me know if you'd rather I pushed the changes some other way. Currently, there is nothing to stop a user editing their profile such that they end up with the same registered email address as another user. Eventually, I may try extending the auth protocol a bit to allow errors of this sort to percolate. Alex On 21 February 2010 07:01, Slava Pestov <[email protected]> wrote: > On Sun, Feb 21, 2010 at 10:53 PM, Alex Drummond > <[email protected]> wrote: >> What's the best way for me to >> send it to you? > > Set up a github account. > >> I'll probably take a look at furnace.sessions at some point. Right now >> I am just using sqlite for sessions. In fact, this *probably* makes >> more sense than using couchdb, since couchdb has a write-only >> architecture which isn't ideal for making frequent updates to small >> documents. (Not that I have any data on this specific case -- just >> guessing.) But for sure there are plenty of non-SQL dbs out there that >> people might want to use for sessions. > > Or in-memory sessions for performance. > >> Also, I've added a <t:script> tag to chloe which allows you to include >> scripts in the parent template either (i) inline between >> <t:script></t:script>, (ii) by specifying a local file to insert >> inline, or (iii) by setting 'src'. I'm also planning to update the >> <t:style> tag to be consistent with <t:script>. If you're interested >> in these updates, let me know. > > Sounds good. > > Slava > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Factor-talk mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/factor-talk > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
