Re: [Erlangweb-users] Erlang Web examples
Brought to you by:
etcerlangweb,
paulgray
|
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
>>
>>
|