[freenet-dev] Reducing the number of steps in the FirstTimeWizard

2008-08-14 Thread Matthew Toseland
On Thursday 14 August 2008 10:08, Florent Daigni?re wrote: > Hi, > > I am planning to get rid of some steps in the wizard; At the moment we > have the following: > > private enum WIZARD_STEP { > WELCOME, > OPENNET, > NAME_SELECTION, >

[freenet-dev] Reducing the number of steps in the FirstTimeWizard

2008-08-14 Thread Florent Daignière
Hi, I am planning to get rid of some steps in the wizard; At the moment we have the following: private enum WIZARD_STEP { WELCOME, OPENNET, NAME_SELECTION, BANDWIDTH, DATASTORE_SIZE, MEMORY,

Re: [freenet-dev] Reducing the number of steps in the FirstTimeWizard

2008-08-14 Thread Matthew Toseland
On Thursday 14 August 2008 10:08, Florent Daignière wrote: > Hi, > > I am planning to get rid of some steps in the wizard; At the moment we > have the following: > > private enum WIZARD_STEP { > WELCOME, > OPENNET, > NAME_SELECTION, >

[freenet-dev] Reducing the number of steps in the FirstTimeWizard

2008-08-14 Thread Ian Clarke
Sounds good to me. Ian. On Thu, Aug 14, 2008 at 4:08 AM, Florent Daigni?re wrote: > Hi, > > I am planning to get rid of some steps in the wizard; At the moment we > have the following: > >private enum WIZARD_STEP { >WELCOME, >OPENNET, >NA

Re: [freenet-dev] Reducing the number of steps in the FirstTimeWizard

2008-08-14 Thread Ian Clarke
Sounds good to me. Ian. On Thu, Aug 14, 2008 at 4:08 AM, Florent Daignière <[EMAIL PROTECTED]> wrote: > Hi, > > I am planning to get rid of some steps in the wizard; At the moment we > have the following: > >private enum WIZARD_STEP { >WELCOME, >OPENNET,

[freenet-dev] Reducing the number of steps in the FirstTimeWizard

2008-08-14 Thread Florent Daignière
Hi, I am planning to get rid of some steps in the wizard; At the moment we have the following: private enum WIZARD_STEP { WELCOME, OPENNET, NAME_SELECTION, BANDWIDTH, DATASTORE_SIZE, MEMORY,