On Tue, Jun 8, 2010 at 2:29 AM, M O Faruque Sarker <[email protected]> wrote: > Hi all, > > I've tested a client that can subscribe to two (or more) introducers.
Cool! Post your code. > But now my issue is how to configure clients about furl of all known > introducers. This can be done in a stupid way by putting them into > tahoe.cfg like this: > > introducer1.furl = ... > introducer2.furl = ... > .... > > or should this be read from a config file e.g. introducers.cfg etc. ? I would favor the latter. Maybe a file named "introducers" which has a single introducer furl on each line. > BTW, I haven't figured out how WUI of client shows connection to > introducer, e.g. > Introducer: ... > Connected to introducer?: ... > > Can anybody refer me to the corresponding code that control this ? > Need to understand Twisted/nevow ? It is on the "welcome" page. Here is the template: http://tahoe-lafs.org/trac/tahoe-lafs/browser/src/allmydata/web/welcome.xhtml?rev=4358 And here is the code that provides the values for some of the fields in that template such as "connected_to_introducer": http://tahoe-lafs.org/trac/tahoe-lafs/browser/src/allmydata/web/root.py?rev=4238#L222 Regards, Zooko _______________________________________________ tahoe-dev mailing list [email protected] http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev
