concentre-xml-announce Mailing List for Concentré Xml Tools
Status: Beta
Brought to you by:
cramatte
You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
|
|---|
|
From: <scr...@ze...> - 2006-11-16 16:45:06
|
Hi, I've just released Concentre 0.2.1beta on SourceForge ... I've fixed a critical typo bug into i18n.js ... I've declared somes new languages and missed "," ... So this little bug stop concentr=E9 ... Sorry for this problem ! Regards S=E9bastien PS: Thanks to Alessandro for the Italian translation |
|
From: <s.c...@wa...> - 2006-11-15 20:58:33
|
Hello, I've just released Concentr=E9 0.2beta Still somes bugs ;) with select, select1 but it's fare better to use=20 0.2 instead of 0.1.x that was totaly obsolete I've made a basic test with IE and IE 7 and seems that works ... To use Concentr=E9 with IE you must use concentre-c.js file as in this template <?xml version=3D"1.0" encoding=3D"utf-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns=3D"http://www.w3.org/1999/xhtml" xmlns:xf=3D"http://www.w3.org/2002/xforms" xmlns:xsd=3D"http://www.w3.org/2001/XMLSchema" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" = =20 =20 xmlns:ev=3D"http://www.w3.org/2001/xml-events" xmlns:concentre=3D"http://xforms.zensoluciones.com" xmlns:xsl=3D"http://www.w3.org/1999/XSL/Transform" xml:lang=3D"en"> <head> <title>All Controls</title> <link rel=3D"stylesheet" type=3D"text/css" href=3D"share/concentre/css/concentre.css" /> <script type=3D"text/javascript" src=3D"share/concentre/concentre-c.js"></script> <xf:model concentre:debug=3D"false"> <!-- your model datas here --> </xf:model> </head> =20 <body> <!-- your controls here --> </body> </ </html> I wait for all possible feedback, examples and more Enjoy with Concentr=E9 ... Regards |
|
From: <scr...@ze...> - 2006-11-15 16:44:25
|
Hello, I've just merged 0.2 branch to the trunk Concentr=E9 0.2 will introduce lot's of new features as : - New namespace objects naming (concentre.modules.xforms. ) - Input/Output filter (eg: date picker) - Inputmode (to upper case, to lower case, ...) - Custom Xpath functions - Custom Xsd Schemas datatypes - Many bugs fixes Currently I'm working on a mini wiki for the Concentr=E9 website. I want that this website become a showcase so I use only Concentr=E9 technology to produce all content of this site. This is the main reason why is not online yet... The Wiki is based on Mysql 5 database, using Nested Set Model to store categories. Most of queries are done using stored procedures or view. Thanks a lot to "Aurelian Oancea" (http://www.locknet.ro) for his peace of code to render Nested Set mysql datas as unordered html list and the romanian translation. The lack of documentation become a real problem. Somes examples and basic guide will be very usefull. I'm interested by any test forms, simple or complicate ... I nice job will be to try to pass XForms 1.0 W3C testsuite and make a table to check which features are suported by Concentr=E9 or not and report all problem to the SF bug tracker. In the next weeks, the priorities are to release 0.2 oficialy , finish the Wiki and make some documentation to open Concentr=E9 to more people. Concentr=E9 is and will stay an Open Source project (free of charge and rights). In few months I hope to create an exchange platform to invite users to propose theirs modules, extensions or applications for free or using payp= al. On a next step, I think to propose profesional support and create a partner network to distribute theses services in various countries. "Roman Huditsch" author of=20 (http://sourceforge.net/projects/xhtml-to-xforms/) have contribute a lot with German translations and to fix somes issues on the Concentre's xsl stylesheet. We have worked on prototype to implement CRUD (Create Retrieve Update Delete) database mechanism and to produce XForms from an xml database schema. "Victor Bolshov" should speak to about XForms at a conference in Moscow in february 2007 (http://www2006.ru/) I hope to provide somes amazing examples using Concentr=E9 ;) for this conference ... "Abdoulaye Ba" (London) , are working on an Asterisk (http://www.asterisk.org/) interface using Concentr=E9 XForms and it's ph= p 5 framework. He have developped a "Call Shop Billing Software" called "Starshop" (http://sourceforge.net/projects/starshop). "Alessandro Petrozelli" are working on somes interessant projects related to XForms, it's the author of the italian translation too. We should working on the XForms Wiki project.=20 "Dean Quanne" (Sweden), have done the swedish translation and think to test Concentr=E9 in .net application. I hope to make some integration test of MS Sharepoint and Concentr=E9. I've talk with "Luca Zenti", the author of JS-Graph=20 (http://sourceforge.net/projects/js-graph-it/) to build worflow modeler for Concentr=E9. This modeler will be very nice added value for Concentr=E9 application design. "Stefano Debenedetti", author of UGO framework (http://sourceforge.net/projects/ugo/) might be contribute to the SVG Concentr=E9 modules Somes others translations as deutch, arabian, chinese or japanese=20 should come soon. Many thanks for all theses contributions and hope that Concentr=E9 will become a reference in XForms/XML web 2.0 framework. S=E9bastien |