added an example export file for easy set up of new loops sites
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2463 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
de43d3b501
commit
64acbd439d
1 changed files with 30 additions and 0 deletions
30
external/loops_std.dmp
vendored
Normal file
30
external/loops_std.dmp
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
type(u'classifier', u'Classifier', options=u'', typeInterface='loops.classifier.interfaces.IClassifier', viewName=u'classifier.html')
|
||||
type(u'dokumentenart', u'Dokumentenart', options=u'', typeInterface=u'', viewName=u'')
|
||||
type(u'domain', u'Domain', options=u'', typeInterface=u'', viewName=u'')
|
||||
type(u'extcollection', u'External Collection', options=u'', typeInterface='loops.integrator.interfaces.IExternalCollection', viewName=u'collection.html')
|
||||
type(u'extfile', u'External File', options=u'', typeInterface='loops.interfaces.IExternalFile', viewName=u'')
|
||||
type(u'file', u'File', options=u'', typeInterface='loops.interfaces.IFile', viewName=u'')
|
||||
type(u'glossaryitem', u'Glossareintrag', options=u'', typeInterface='loops.knowledge.interfaces.ITopic', viewName=u'glossaryitem.html')
|
||||
type(u'note', u'Note', options=u'', typeInterface='loops.interfaces.INote', viewName='note.html')
|
||||
type(u'person', u'Person', options=u'', typeInterface='loops.knowledge.interfaces.IPerson', viewName=u'')
|
||||
type(u'predicate', u'Predicate', options=u'', typeInterface=u'', viewName=u'')
|
||||
type(u'process', u'Prozess', options=u'', typeInterface=u'', viewName=u'')
|
||||
type(u'query', u'Query', options=u'', typeInterface='loops.query.IQueryConcept', viewName=u'')
|
||||
type(u'textdocument', u'Text', options=u'', typeInterface='loops.interfaces.ITextDocument', viewName=u'')
|
||||
type(u'topic', u'Topic', options=u'', typeInterface='loops.knowledge.interfaces.ITopic', viewName=u'')
|
||||
type(u'type', u'Type', options=u'', typeInterface='loops.interfaces.ITypeConcept', viewName=u'')
|
||||
concept(u'hasType', u'has Type', u'predicate')
|
||||
concept(u'ownedby', u'owned by', u'predicate')
|
||||
concept(u'glossar', u'Glossar', u'query', options=u'', viewName=u'glossary.html')
|
||||
concept(u'search', u'Suche', u'query', options=u'', viewName=u'search')
|
||||
concept(u'standard', u'subobject', u'predicate')
|
||||
concept(u'allgemein', u'Allgemein', u'domain')
|
||||
concept(u'system', u'System', u'domain')
|
||||
child(u'allgemein', u'dokumentenart', u'standard')
|
||||
child(u'system', u'classifier', u'standard')
|
||||
child(u'system', u'extcollection', u'standard')
|
||||
node(u'home', u'Startseite', '', 'menu', body=u'Willkommen\n==========')
|
||||
node(u'mitarbeiter', u'Mitarbeiter', u'home', 'page', body=u'Mitarbeiter\n===========', target=u'concepts/person', viewName=u'listchildren')
|
||||
node(u'themen', u'Themen', u'home', 'page', body=u'Themen\n======', target=u'concepts/topic', viewName=u'listchildren')
|
||||
node(u'glossar', u'Glossar', u'home', 'page', target=u'concepts/glossar')
|
||||
node(u'suche', u'Suche', u'home', 'page', target=u'concepts/search')
|
Loading…
Add table
Reference in a new issue