sucd-developer Mailing List for sucd, the YaST CD creator tool
Status: Pre-Alpha
Brought to you by:
mat30
You can subscribe to this list here.
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
(1) |
Dec
|
|---|
|
From: <mat...@gm...> - 2007-11-15 15:15:22
|
*Jueves 15 de noviembre de 2007 entre las 20:00 y las 20:05 h. La convocatoria es abierta y consiste en la desconexi=F3n del consumo el=E9ctrico en viviendas, centros de trabajo p=FAblicos y privados e instalaciones y equipamientos p=FAblicos durante ese periodo. Invitamos a sumarse a ella a cuantas personas y entidades deseen llamar la atenci=F3n d= e la sociedad y de las instituciones sobre la necesidad de tomar medidas urgentes ante esta grave amenaza. Thusrday 15th november 2007 between 20:00 and 20:05 (Spanish hour) There are summoned an initiative to turn off all the electric devices at home, working places and public equipments for five minutes.* Because the climate change are a global problem, which can affect ourselves and/or our sons, the sucd project won't serve any kind of web for five minutes for take part in the spanish initiative. The download page from sourceforge and all the services we have there will have no changes, but th= e web page will be disconnected. We hope with this initiative will make take part to politicians and other who has the power to change that situation. We live in a warming world than not too much years ago. And if we don't tak= e part in initiatives like that, the world will be more warming. So I encourage not use the services we can not turn off and turn off all the electronic devices in your home for only five minutes. Only five minutes fo= r save the world. Mateo Matachana L=F3pez a.k.a. mat30 Project's administrator |
|
From: Mateo M. <djh...@gm...> - 2007-09-25 00:58:12
|
Hi, Today I made the release of liblisuxpa. Liblisuxpa it's a XML parser written in C++. It provides an easy to use interface for XML parsing. It's not a complex parser and it doesn't work fine with the full XML w3c specification, but it can parse most of XML files without problems. Also it's a ligth parser. If you want to parse a file who looks like this <?xml version="1.0"?> <music> <song> <artist>Somebody</artist> <title>Some</title> </song> <song title="Some" artist="Somebody"/> </music> liblisuxpa it's perfect for you. You can get it from https://sourceforge.net/project/showfiles.php?group_id=198475&package_id=246708&release_id=541920 You can find more information on http://sucd.soruceforge.net If you find a bug in liblisuxpa please report it at https://sourceforge.net/tracker/?func=add&group_id=198475&atid=965627 The summary of the bug must start by "[liblisuxpa]". Cheers, Mateo Matachana Lopez aka mat30 |
|
From: Mateo M. <djh...@gm...> - 2007-09-22 14:09:31
|
liblisuxpa was tested under different operative systems and we get some
errors. In my machine, a 32 bits computer with openSuSE 10.2, liblisuxpa
are installed and work without problems, but in my other machine, a
Debian Etch (64 bits), liblisuxpa doesn't install rigth. So, I made this
feedback request. I need some feedback for know if liblisuxpa work's
rigth on other machines. Please, download the liblisuxpa code of the
trunk branch of the svn repositorie, install it and execute the testing
software.
Thanks a lot.
INSTALATION PROCCES OF LIBLISUXPA:
You will need the svn tool and the GNU C++ Compiler (g++). At your
option, you can use the make tool.
For install it, follow this steps:
svn co https://sucd.svn.sf.net/svnroot/trunk/liblisuxpa/v_0.1 liblisuxpa
cd liblisuxpa
./configure
If make are installed on your system
make
su -c "make install"
If you don't have make installed
./compile
su -c "./install"
TESTING SOFTWARE
cd test
g++ simple-test.cpp -o simple -llisuxpa
./simple
The output of the testing software must be:
hola
mundo
mundo
mundo
If the testing software fails, please report it in one of this two
places:
-> At the project's bug tracker:
http://sourceforge.net/tracker/?group_id=198475&atid=965627
-> At the developer mailing list:
sucd-developer AT lists DOT sourceforge DOT net
|
|
From: Mateo M. <djh...@gm...> - 2007-09-22 11:51:39
|
liblisuxpa ha sido probada con ciertos errores en distintas máquinas. En mi máquina de desarrollo, liblisuxpa ha sido correctamente instalada y funciona perfectamente, no así en otro sistema Linux que tengo instalado en mi PC de desarrollo. Por ello, hago oficialmente desde la lista de correo una petición para que todo aquel que la lea, se descargue el código del trunk, instale liblisuxpa y ejecute el programa de prueba y escriba diciendo si funciona o no. Muchas gracias por su colaboración. PROCESO DE INSTALACIÓN DE LIBLISUXPA: Se necesitarán las herramientas svn y g++, make es recomendable pero opcional. Para instalar liblisuxpa, seguir los pasos siguientes: svn co https://sucd.svn.sf.net/svnroot/trunk/liblisuxpa/v_0.1 liblisuxpa cd liblisuxpa ./configure Si la herramienta make está presente make su -c "make install" Si no lo está ./compile su -c "./install" PROGRAMA DE PRUEBA cd test g++ simple-test.cpp -o simple -llisuxpa ./simple Su salida, acorde con el XML de prueba usado debería ser: hola mundo mundo mundo En caso de fallo, por favor reportarlo en cualquiera de los sitios siguientes: -> El tracker del proyecto, cuya URL es: http://sourceforge.net/tracker/?group_id=198475&atid=965627 -> En la lista de correo de desarrollo, cuya dirección de correo electrónico es: suc...@li... |