add standard export for a German language loops site
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3437 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
0048b02d99
commit
e5a0405e56
1 changed files with 31 additions and 0 deletions
31
data/loops_std_de.dmp
Normal file
31
data/loops_std_de.dmp
Normal file
|
@ -0,0 +1,31 @@
|
|||
type(u'classifier', u'Classifier', options=u'', typeInterface='loops.classifier.interfaces.IClassifier', viewName=u'classifier.html')
|
||||
type(u'documenttype', u'Document Type', 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'Externe Datei', options=u'', typeInterface='loops.interfaces.IExternalFile', viewName=u'')
|
||||
type(u'file', u'Datei', 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'Notiz', 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'Prädikat', options=u'', typeInterface=u'', viewName=u'')
|
||||
type(u'process', u'Prozess', options=u'', typeInterface=u'', viewName=u'')
|
||||
type(u'query', u'Abfrage', options=u'', typeInterface='loops.expert.concept.IQueryConcept', viewName=u'')
|
||||
type(u'textdocument', u'Text', options=u'', typeInterface='loops.interfaces.ITextDocument', viewName=u'')
|
||||
type(u'topic', u'Thema', options=u'', typeInterface='loops.knowledge.interfaces.ITopic', viewName=u'')
|
||||
type(u'type', u'Typ', options=u'', typeInterface='loops.interfaces.ITypeConcept', viewName=u'')
|
||||
concept(u'hasType', u'has Type', u'predicate')
|
||||
concept(u'ispartof', u'is Part of', u'predicate')
|
||||
concept(u'ownedby', u'owned by', u'predicate')
|
||||
concept(u'glossary', 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'general', u'Allgemein', u'domain')
|
||||
concept(u'system', u'System', u'domain')
|
||||
child(u'general', u'documenttype', 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'participants', u'Teilnehmer', u'home', 'page', body=u'Teilnehmer\n==========', target=u'concepts/person', viewName=u'listchildren')
|
||||
node(u'topics', u'Themen', u'home', 'page', body=u'Themen\n======', target=u'concepts/topic', viewName=u'listchildren')
|
||||
node(u'glossary', u'Glossar', u'home', 'page', target=u'concepts/glossary')
|
||||
node(u'search', u'Suche', u'home', 'page', target=u'concepts/search')
|
Loading…
Add table
Reference in a new issue