LivCos
Everything about the LivCos project.
Images
How to best handle image/picture resources via the Web interface.
Data Sharing
Data sharing and versioning using existing technologies and tools.
 Cosmos
requirements
Namespace URIs
RFC 3986 - Uniform Resource Identifier (URI): Generic SyntaxEach URI begins with a scheme name that refers to a specification for assigning identifiers within that scheme.
dev
int[]
A node is represented with a node number, an index to access name code, parent node number, type code, first child index, number of children, child node numbers, first attribute index, number of attributes and attribute node numbers.
Linked int[]
A node is represented as an integer number, an index to access the name code, parent node number, type code, first child node number, next and previous sibling node number and the first attribute node number.
Simple Node Object
A node is modeled as a simple class with name code attribute, parent node reference, child node array and attribute set.
Linked Node Object
A node is represented as an object with name code, parent, first child, next sibling, previous sibling and first attribute node reference.
/livcos.org/data/map/brainstorm/home