|
Nodes basicsThe nodes content management system for software development artifacts is based on a tree structure of elements called nodes, very similar to a file system. TreeThe nodes are organized in a tree. There are no restrictions to the structure of the node tree, there is nothing like spaces or similar. However, nodes in the tree may have influence on subordinate nodes. This is e.g. true for access control permissions and CSS stylesheets. This allows to have dedicated access permissions for dedicated branches of the tree and to display branches differently. Nodes and node typesEach node has an associated node type. The node type specifies, which properties and child nodes the node may have. A property is a basic attribute of the node. For instance, a node may have a creation property of type timestamp, that stores the creation time of the node. Other property types are strings, references, integers, booleans etc. A child node is a node below the current node, which is the parent of that child node. For most of the nodes in the repository there will be a specific view, e.g. the nodes:htmlDiv node type is the equivalent of a static HTML page. The default viewEach node can be displayed in the
default
view using the default view icon
|
SearchBoth full text search and structured search are supported. Read more ... Access controlAccess control allows to show only permitted repository branches ... |