tahoe-lafs/windows
robk-tahoe dba59050a9 implement a very simple, wxpython based, config wizard
This implements a very small app using a wx ui to log a user in.

it takes a username and password, and submits them to a backend on the web site
(currently the allmydata test net webserver) to authenticate them.  It returns
the 'root_cap' uri of the user's virtual drive. Also the introducer.furl is
retrieved.  These are then written into the default noderoot basedir in their
usual files (private/root_dir.cap and introducer.furl)

a button is provided which will direct the user to the web site in the event
that they need to register in order to have an account to use.

once the user is successfully authenticated and the files are written, then
on win32 the tahoe service will be started.
2008-01-11 19:53:15 -07:00
..
amdicon.py implement a very simple, wxpython based, config wizard 2008-01-11 19:53:15 -07:00
confwiz.py implement a very simple, wxpython based, config wizard 2008-01-11 19:53:15 -07:00
depends.py add build dependencies to support py2exe's modulefinder 2008-01-09 19:25:38 -07:00
Makefile add windows-exe target to makefile 2008-01-09 19:06:28 -07:00
setup.py add files from allmydata/web to py2exe distribution 2008-01-10 15:34:46 -07:00
tahoe.py add build dependencies to support py2exe's modulefinder 2008-01-09 19:25:38 -07:00
tahoesvc.py move registry module into allmydata.windows package 2008-01-10 19:03:23 -07:00