On Jul 11, 2008, at 8:33 AM, Mirto Silvio Busico wrote: > Eric Barroca ha scritto: >> Hi, >> >> You can check it out here: <http://www.nuxeo.org/webengine>. And read >> introduction slides here: >> <http://slideshare.net/ebarroca/nuxeo-webengine-unveiled-496662/ >>> . >> > Fantastic. >> It features a complete web framework, including a Wiki engine, usable >> standalone (with WebEngine standalone), or in Nuxeo EP. >> >> And last but not least, it start in 2s on my laptop, so it's not very >> long to give a try (and it's one third of Nuxeo EP...) ! :-) >> >> And please, give us feedback, as we are actively seeking for it to >> make WebEngine a first-class citizen of the web you like. >> > Well, I'm using the Mercurial M2 branch of EP (I know I'm late with > the > italian translation, but I was busy) > I should like to transalte also WE in italian: there are instrictions > about settin up a development framework?
WebEngine is "just" a framework, developers still have to write the applications themselves so there is nothing to be translated at the framework level (it may change if we add some generic applications as part of the framework, just as Django does for the admin apps). There is however already a first application that has been developed as a demo for the framework: the Wiki (nuxeo-webengine-wiki). There is some internationalisation work to be done here, though I wouldn't jump too early on it (AFAICT, there are only three messages to be translated right now, "View", "History" and "Edit" :) Regarding how to set up a developement environement: see http://www.nuxeo.org/webengine/ReferenceDoc#heading_2 The short story: 1. checkout nuxeo-webengine from http://hg.nuxeo.org/nuxeo-webengine/ > hg clone http://hg.nuxeo.org/nuxeo-webengine/ 2. build: > cd nuxeo-webengine > mvn install package 3. Unzip the server and start it: > cd nuxeo-webengine-server/target > unzip nuxeo-server.zip > sh nxserver.sh (or launch nxserver.cmd if you are under Windows). S. -- Stefane Fermigier, CEO, Nuxeo Open Source, Java EE based, Enterprise Content Management (ECM) New! Nuxeo TV on http://nuxeo.blip.tv/ Web: http://www.nuxeo.com/ - Tel: +33 1 40 33 79 87 _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
