20051015

Related projects

20051005

Why ?

Because i am tired to use vi to edit my source code,
uses word to write my doc and visio to draw my design,
use cvs to manage version but my document is not under version control and my requirement is on a very proprietary database.

Ok i use eclipse but my source code is lost in doxygen tag, comment and unit test.

Perhaps, it’s time for developer to use some efficient data model to work every day.

20051004

A user story

I start my favourite xsf editor.
Some tabs indicate different view of my source.
I choose the code tab and I write a new function.
I choose the custom tab and select to view code and link requirement.
Now I see my code with xml link like code comment.
I click on one of the requirement link and i change the requirement.
I choose the custom tab, select to view code, and embedded requirement.
Now i see my code with my requirement

SourceForge project open

By mistake, the XmlSource sourceforge project is rejected but the XmlSourceFile project not.
http://sourceforge.net/projects/xmlsourcefile/

20051003

Source code is only an xsf output

A XSF is a file encapsulation of source code data

Useful output
Source code
Requirement
Build instruction
Documentation
Unit test
Version control

Sample
See xml output of doxygen tools

20051002

How to publish xml to blogger

sample.xrc

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

strange behaviour ...

any way to see a sample of xrc file

see newgroup

XmlSource creation

Project : xmlsource
Project Descriptive Name: XSF (XmlSource)
License: GNU General Public License (GPL)

Description: XmlSourceFile : A source file format in xml
- Define XSF file format (include xmlns:xrc definition)
- 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
Definition in DTD
Baseline in python


Fabrice Crestois