Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Un nouveau projet : A new project announce

0 views
Skip to first unread message

XmlSou...@gmail.com

unread,
Oct 1, 2005, 5:08:26 PM10/1/05
to
Bonjour

Descriptive name: XSF
License: GNU General Public License (GPL)
License details: Copyright (C) 2005 Fabrice Crestois
Public description: XmlSourceFile
A source file format in xml
- Define XSF file format
- Source code, build, documentation and change format converter
- MVC pattern API definition
- Editor plug in
- Compiler and interpreter
- Software to manage all the software code base define in XSF

Auteur : Fabrice Crestois

XSF

unread,
Oct 2, 2005, 8:37:00 PM10/2/05
to
<commentaire>

Pourquoi fr.
http://fr.wikipedia.org/wiki/Langage

human readable
vs
humainement compréhensible

copyrigth, copyleft, GPL
vs
droit d'auteur


Is it xml human readable?

http://en.wikipedia.org/wiki/Human-readable

According to this definition yes

Do we have some xml complexity definition?
Is it xml schema based human readable?


</commentaire>

<added>

<req>
XmlSource must be human readable
</req>

<todo>


- MVC pattern API definition

Definition in DTD
Baseline in python

</todo>

<h1>
sample.xrc
</h1>

<?xml version="1.0" encoding="iso-8859-1"?>

<xrc>

<language> python </language>

<extension> py </extension>

<code> <![CDATA[

class main:

__init__(self):

pass

]]> </code>

</xrc>

</added>

<modified>

- Define XSF file format (include xmlns:xrc definition)

</modified>

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"/usr/share/sgml/docbook/dtd/xml/4.2/docbookx.dtd">
<article lang="fr">
<articleinfo>
<revhistory>
<revision>
<revnumber>V0.01</revnumber>
<date>2005-10-3</date>
</revision>
</revhistory>
<keywordset>
<keyword>xml</keyword>
<keyword>xrc</keyword>
<keyword>xsf</keyword>
<keyword>xmlsource</keyword>
</keywordset>
<copyright>
<year>2005</year>
<holder>fabrice Crestois</holder>
</copyright>
</articleinfo>
</article>

XSF

unread,
Oct 12, 2005, 7:18:08 PM10/12/05
to
0 new messages