Thread: [Erlangweb-users] Erlang Web examples
Brought to you by:
etcerlangweb,
paulgray
|
From: ferrety f. <yfe...@gm...> - 2008-11-04 23:07:05
|
Hi List, After quickly reading the doc and the presentation, I've downloaded version 1.1 from: http://downloads.sourceforge.net/erlangweb/erlangweb-1.1.tar.gz Everything compiled just fine and the "welcome" demo worked s expected. I've noticed that something was missing (see ERROR_REPORT below) on startup: erlangweb-1.1 $ bin/start interactive .... =PROGRESS REPORT==== 4-Nov-2008::23:59:59 === application: eptic started_at: nonode@nohost =ERROR REPORT==== 4-Nov-2008::23:59:59 === e_lang module: error during loading file: ["config/","languages/","en.conf"], reason:enoent =PROGRESS REPORT==== 4-Nov-2008::23:59:59 === application: wpart started_at: nonode@nohost .... So could you fix that guys? Moreover, I'm looking for concrete examples I can test and learn from? It's eaasy to start from something really working. So this will minimize the learning curve for new comers. An example, where to put your stuffs, how they'll be compiled (which file to update for that) ... Any advices or plan for that? Regards Ferret |
|
From: Xingdong B. <xin...@er...> - 2008-11-05 11:03:14
|
Hi Ferrety, Thank you for pointing the error out, but it won't affect the main functionalities of Erlang Web, just if you want to use other language rather than default English, you will need to place the translation file in config/languages/en.conf, to define the translation from English to other language, you can find more info about this in the tutorial, and we will fix the error reporting for the next release. I am currently developing several components for the Erlang Web, once they are finished, they will be available to download with examples. Best regards Xingdong ferrety ferrety wrote: > Hi List, > > After quickly reading the doc and the presentation, I've downloaded > version 1.1 from: > http://downloads.sourceforge.net/erlangweb/erlangweb-1.1.tar.gz > > Everything compiled just fine and the "welcome" demo worked s expected. > I've noticed that something was missing (see ERROR_REPORT below) on startup: > > erlangweb-1.1 $ bin/start interactive > .... > =PROGRESS REPORT==== 4-Nov-2008::23:59:59 === > application: eptic > started_at: nonode@nohost > > =ERROR REPORT==== 4-Nov-2008::23:59:59 === > e_lang module: error during loading file: > ["config/","languages/","en.conf"], reason:enoent > > =PROGRESS REPORT==== 4-Nov-2008::23:59:59 === > application: wpart > started_at: nonode@nohost > .... > > So could you fix that guys? > > Moreover, I'm looking for concrete examples I can test and learn from? > It's eaasy to start from something really working. So this will > minimize the learning curve > for new comers. An example, where to put your stuffs, how they'll be > compiled (which file to update for that) ... > > Any advices or plan for that? > > Regards > Ferret > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Erlangweb-users mailing list > Erl...@li... > https://lists.sourceforge.net/lists/listinfo/erlangweb-users > |
|
From: Xingdong B. <xin...@er...> - 2008-11-05 11:03:17
|
Hi Ferrety, Thank you for pointing the error out, but it won't affect the main functionalities of Erlang Web, just if you want to use other language rather than default English, you will need to place the translation file in config/languages/en.conf, to define the translation from English to other language, you can find more info about this in the tutorial, and we will fix the error reporting for the next release. I am currently developing several components for the Erlang Web, once they are finished, they will be available to download with examples. Best regards Xingdong ----- Original Message ----- From: "ferrety ferrety" <yfe...@gm...> To: erl...@li... Sent: Tuesday, 4 November, 2008 11:07:00 PM GMT +00:00 GMT Britain, Ireland, Portugal Subject: [Erlangweb-users] Erlang Web examples Hi List, After quickly reading the doc and the presentation, I've downloaded version 1.1 from: http://downloads.sourceforge.net/erlangweb/erlangweb-1.1.tar.gz Everything compiled just fine and the "welcome" demo worked s expected. I've noticed that something was missing (see ERROR_REPORT below) on startup: erlangweb-1.1 $ bin/start interactive .... =PROGRESS REPORT==== 4-Nov-2008::23:59:59 === application: eptic started_at: nonode@nohost =ERROR REPORT==== 4-Nov-2008::23:59:59 === e_lang module: error during loading file: ["config/","languages/","en.conf"], reason:enoent =PROGRESS REPORT==== 4-Nov-2008::23:59:59 === application: wpart started_at: nonode@nohost .... So could you fix that guys? Moreover, I'm looking for concrete examples I can test and learn from? It's eaasy to start from something really working. So this will minimize the learning curve for new comers. An example, where to put your stuffs, how they'll be compiled (which file to update for that) ... Any advices or plan for that? Regards Ferret ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Erlangweb-users mailing list Erl...@li... https://lists.sourceforge.net/lists/listinfo/erlangweb-users |
|
From: ferrety f. <yfe...@gm...> - 2008-11-05 14:26:55
|
Hi Xingdong, > Thank you for pointing the error out, but it won't affect the main > functionalities of Erlang Web, just if you want to use other language > rather than default English, you will need to place the translation file > in config/languages/en.conf, to define the translation from English to > other language, you can find more info about this in the tutorial, and > we will fix the error reporting for the next release. Yep. Where can I find such a conf file so I can sustomize it for other languages? > > I am currently developing several components for the Erlang Web, once > they are finished, they will be available to download with examples. Excellent. Is this planned for the near or far futur? Thanks Regards Ferret > Best regards > Xingdong > > ----- Original Message ----- > From: "ferrety ferrety" <yfe...@gm...> > To: erl...@li... > Sent: Tuesday, 4 November, 2008 11:07:00 PM GMT +00:00 GMT Britain, Ireland, Portugal > Subject: [Erlangweb-users] Erlang Web examples > > Hi List, > > After quickly reading the doc and the presentation, I've downloaded > version 1.1 from: > http://downloads.sourceforge.net/erlangweb/erlangweb-1.1.tar.gz > > Everything compiled just fine and the "welcome" demo worked s expected. > I've noticed that something was missing (see ERROR_REPORT below) on startup: > > erlangweb-1.1 $ bin/start interactive > .... > =PROGRESS REPORT==== 4-Nov-2008::23:59:59 === > application: eptic > started_at: nonode@nohost > > =ERROR REPORT==== 4-Nov-2008::23:59:59 === > e_lang module: error during loading file: > ["config/","languages/","en.conf"], reason:enoent > > =PROGRESS REPORT==== 4-Nov-2008::23:59:59 === > application: wpart > started_at: nonode@nohost > .... > > So could you fix that guys? > > Moreover, I'm looking for concrete examples I can test and learn from? > It's eaasy to start from something really working. So this will > minimize the learning curve > for new comers. An example, where to put your stuffs, how they'll be > compiled (which file to update for that) ... > > Any advices or plan for that? > > Regards > Ferret > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Erlangweb-users mailing list > Erl...@li... > https://lists.sourceforge.net/lists/listinfo/erlangweb-users > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Erlangweb-users mailing list > Erl...@li... > https://lists.sourceforge.net/lists/listinfo/erlangweb-users > |
|
From: Xingdong B. <xin...@er...> - 2008-11-05 14:48:24
|
Hi Ferrety,
Based on page 24 the 4.4 Internationalization, you will need to
createthe conf files by yourself, also i have to make a correction for
the email i send earlier, en.conf should specify English, and you can
create similar files for other languages e.g. se.conf for Swedish. In
project.conf should have two entries: {language_files, [{en,
PathToEnTranslationFile}, {se, PathToOtherTransFile}]} and second one
{default_language, en}, it will enable translation for two languages en
and se. You can find example on page 27 of the translation conf file's
definition.
For the components of Erlang Web, some of them already made and being
used -- mailing list, ebackup (mnesia database backup & restore), RSS
aggregator, but we are working on documentation and examples on those,
and more components are in the pipline -- CMS, Paypal integration etc.
The available date for those components would be around December and/or
next January, there will be a new section on the Erlang Web website --
www.erlang-web.org for components, new components with documentation and
examples will be announced there.
Best regards
Xingdong
ferrety ferrety wrote:
> Hi Xingdong,
>
>
>> Thank you for pointing the error out, but it won't affect the main
>> functionalities of Erlang Web, just if you want to use other language
>> rather than default English, you will need to place the translation file
>> in config/languages/en.conf, to define the translation from English to
>> other language, you can find more info about this in the tutorial, and
>> we will fix the error reporting for the next release.
>>
>
> Yep. Where can I find such a conf file so I can sustomize it for other
> languages?
>
>
>> I am currently developing several components for the Erlang Web, once
>> they are finished, they will be available to download with examples.
>>
>
> Excellent. Is this planned for the near or far futur?
>
>
> Thanks
>
> Regards
> Ferret
>
>
>> Best regards
>> Xingdong
>>
>> ----- Original Message -----
>> From: "ferrety ferrety" <yfe...@gm...>
>> To: erl...@li...
>> Sent: Tuesday, 4 November, 2008 11:07:00 PM GMT +00:00 GMT Britain, Ireland, Portugal
>> Subject: [Erlangweb-users] Erlang Web examples
>>
>> Hi List,
>>
>> After quickly reading the doc and the presentation, I've downloaded
>> version 1.1 from:
>> http://downloads.sourceforge.net/erlangweb/erlangweb-1.1.tar.gz
>>
>> Everything compiled just fine and the "welcome" demo worked s expected.
>> I've noticed that something was missing (see ERROR_REPORT below) on startup:
>>
>> erlangweb-1.1 $ bin/start interactive
>> ....
>> =PROGRESS REPORT==== 4-Nov-2008::23:59:59 ===
>> application: eptic
>> started_at: nonode@nohost
>>
>> =ERROR REPORT==== 4-Nov-2008::23:59:59 ===
>> e_lang module: error during loading file:
>> ["config/","languages/","en.conf"], reason:enoent
>>
>> =PROGRESS REPORT==== 4-Nov-2008::23:59:59 ===
>> application: wpart
>> started_at: nonode@nohost
>> ....
>>
>> So could you fix that guys?
>>
>> Moreover, I'm looking for concrete examples I can test and learn from?
>> It's eaasy to start from something really working. So this will
>> minimize the learning curve
>> for new comers. An example, where to put your stuffs, how they'll be
>> compiled (which file to update for that) ...
>>
>> Any advices or plan for that?
>>
>> Regards
>> Ferret
>>
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
>> Build the coolest Linux based applications with Moblin SDK & win great prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> _______________________________________________
>> Erlangweb-users mailing list
>> Erl...@li...
>> https://lists.sourceforge.net/lists/listinfo/erlangweb-users
>>
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
>> Build the coolest Linux based applications with Moblin SDK & win great prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> _______________________________________________
>> Erlangweb-users mailing list
>> Erl...@li...
>> https://lists.sourceforge.net/lists/listinfo/erlangweb-users
>>
>>
|
|
From: Francesco C. (E. T. a. Consulting)
<fra...@er...> - 2008-11-05 15:13:23
|
One of our hopes in releasing the Erlang Web as Open Source is that others will soon start making their components available as well. We will provide facilities on the erlang-web site for others to upload their contributions in the near future. Regards, Francesco -- http://www.erlang-consulting.com Xingdong Bian wrote: > Hi Ferrety, > > Based on page 24 the 4.4 Internationalization, you will need to > createthe conf files by yourself, also i have to make a correction > for the email i send earlier, en.conf should specify English, and you > can create similar files for other languages e.g. se.conf for > Swedish. In project.conf should have two entries: {language_files, > [{en, PathToEnTranslationFile}, {se, PathToOtherTransFile}]} and > second one {default_language, en}, it will enable translation for two > languages en and se. You can find example on page 27 of the > translation conf file's definition. > > For the components of Erlang Web, some of them already made and being > used -- mailing list, ebackup (mnesia database backup & restore), RSS > aggregator, but we are working on documentation and examples on those, > and more components are in the pipline -- CMS, Paypal integration etc. > > The available date for those components would be around December > and/or next January, there will be a new section on the Erlang Web > website -- www.erlang-web.org for components, new components with > documentation and examples will be announced there. > > Best regards > Xingdong > > ferrety ferrety wrote: >> Hi Xingdong, >> >> >>> Thank you for pointing the error out, but it won't affect the main >>> functionalities of Erlang Web, just if you want to use other language >>> rather than default English, you will need to place the translation file >>> in config/languages/en.conf, to define the translation from English to >>> other language, you can find more info about this in the tutorial, and >>> we will fix the error reporting for the next release. >>> >> >> Yep. Where can I find such a conf file so I can sustomize it for other >> languages? >> >> >>> I am currently developing several components for the Erlang Web, once >>> they are finished, they will be available to download with examples. >>> >> >> Excellent. Is this planned for the near or far futur? >> >> >> Thanks >> >> Regards >> Ferret >> >> >>> Best regards >>> Xingdong >>> >>> ----- Original Message ----- >>> From: "ferrety ferrety" <yfe...@gm...> >>> To: erl...@li... >>> Sent: Tuesday, 4 November, 2008 11:07:00 PM GMT +00:00 GMT Britain, Ireland, Portugal >>> Subject: [Erlangweb-users] Erlang Web examples >>> >>> Hi List, >>> >>> After quickly reading the doc and the presentation, I've downloaded >>> version 1.1 from: >>> http://downloads.sourceforge.net/erlangweb/erlangweb-1.1.tar.gz >>> >>> Everything compiled just fine and the "welcome" demo worked s expected. >>> I've noticed that something was missing (see ERROR_REPORT below) on startup: >>> >>> erlangweb-1.1 $ bin/start interactive >>> .... >>> =PROGRESS REPORT==== 4-Nov-2008::23:59:59 === >>> application: eptic >>> started_at: nonode@nohost >>> >>> =ERROR REPORT==== 4-Nov-2008::23:59:59 === >>> e_lang module: error during loading file: >>> ["config/","languages/","en.conf"], reason:enoent >>> >>> =PROGRESS REPORT==== 4-Nov-2008::23:59:59 === >>> application: wpart >>> started_at: nonode@nohost >>> .... >>> >>> So could you fix that guys? >>> >>> Moreover, I'm looking for concrete examples I can test and learn from? >>> It's eaasy to start from something really working. So this will >>> minimize the learning curve >>> for new comers. An example, where to put your stuffs, how they'll be >>> compiled (which file to update for that) ... >>> >>> Any advices or plan for that? >>> >>> Regards >>> Ferret >>> >>> ------------------------------------------------------------------------- >>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >>> Build the coolest Linux based applications with Moblin SDK & win great prizes >>> Grand prize is a trip for two to an Open Source event anywhere in the world >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> Erlangweb-users mailing list >>> Erl...@li... >>> https://lists.sourceforge.net/lists/listinfo/erlangweb-users >>> >>> ------------------------------------------------------------------------- >>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >>> Build the coolest Linux based applications with Moblin SDK & win great prizes >>> Grand prize is a trip for two to an Open Source event anywhere in the world >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> Erlangweb-users mailing list >>> Erl...@li... >>> https://lists.sourceforge.net/lists/listinfo/erlangweb-users >>> >>> > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ------------------------------------------------------------------------ > > _______________________________________________ > Erlangweb-users mailing list > Erl...@li... > https://lists.sourceforge.net/lists/listinfo/erlangweb-users > |
|
From: Michal S. <mi...@er...> - 2008-11-05 14:56:58
|
Hi, I agree that the ERROR report could be changed into WARNING or INFO one. At this point the tutorial covers all the Erlang Web features separately. We were planning on releasing also a package that would combine a variety of examples into one bigger application. It would be released together with the components described by Xingdong. Michal -- Michal Slaski http://www.erlang-consulting.com On 5 Nov 2008, at 00:07, ferrety ferrety wrote: > Hi List, > > After quickly reading the doc and the presentation, I've downloaded > version 1.1 from: > http://downloads.sourceforge.net/erlangweb/erlangweb-1.1.tar.gz > > Everything compiled just fine and the "welcome" demo worked s > expected. > I've noticed that something was missing (see ERROR_REPORT below) on > startup: > > erlangweb-1.1 $ bin/start interactive > .... > =PROGRESS REPORT==== 4-Nov-2008::23:59:59 === > application: eptic > started_at: nonode@nohost > > =ERROR REPORT==== 4-Nov-2008::23:59:59 === > e_lang module: error during loading file: > ["config/","languages/","en.conf"], reason:enoent > > =PROGRESS REPORT==== 4-Nov-2008::23:59:59 === > application: wpart > started_at: nonode@nohost > .... > > So could you fix that guys? > > Moreover, I'm looking for concrete examples I can test and learn from? > It's eaasy to start from something really working. So this will > minimize the learning curve > for new comers. An example, where to put your stuffs, how they'll be > compiled (which file to update for that) ... > > Any advices or plan for that? > > Regards > Ferret > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Erlangweb-users mailing list > Erl...@li... > https://lists.sourceforge.net/lists/listinfo/erlangweb-users |
|
From: ferrety f. <yfe...@gm...> - 2008-11-05 19:35:09
|
Hi all, Wow, looks very promising !!! Thanks for your reactivity guys. Regards Ferret On Wed, Nov 5, 2008 at 3:56 PM, Michal Slaski <mi...@er...> wrote: > Hi, > I agree that the ERROR report could be changed into WARNING or INFO one. > > At this point the tutorial covers all the Erlang Web features separately. We > were planning on releasing also a package that would combine a variety of > examples into one bigger application. It would be released together with the > components described by Xingdong. > > Michal > > -- > Michal Slaski > http://www.erlang-consulting.com > > On 5 Nov 2008, at 00:07, ferrety ferrety wrote: > >> Hi List, >> >> After quickly reading the doc and the presentation, I've downloaded >> version 1.1 from: >> http://downloads.sourceforge.net/erlangweb/erlangweb-1.1.tar.gz >> >> Everything compiled just fine and the "welcome" demo worked s expected. >> I've noticed that something was missing (see ERROR_REPORT below) on >> startup: >> >> erlangweb-1.1 $ bin/start interactive >> .... >> =PROGRESS REPORT==== 4-Nov-2008::23:59:59 === >> application: eptic >> started_at: nonode@nohost >> >> =ERROR REPORT==== 4-Nov-2008::23:59:59 === >> e_lang module: error during loading file: >> ["config/","languages/","en.conf"], reason:enoent >> >> =PROGRESS REPORT==== 4-Nov-2008::23:59:59 === >> application: wpart >> started_at: nonode@nohost >> .... >> >> So could you fix that guys? >> >> Moreover, I'm looking for concrete examples I can test and learn from? >> It's eaasy to start from something really working. So this will >> minimize the learning curve >> for new comers. An example, where to put your stuffs, how they'll be >> compiled (which file to update for that) ... >> >> Any advices or plan for that? >> >> Regards >> Ferret >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Erlangweb-users mailing list >> Erl...@li... >> https://lists.sourceforge.net/lists/listinfo/erlangweb-users > > |