# nu kommt der kram für dreamind.de bzw ldapfs für roxen. # welche felder braucht man: # Kopfdaten # base (adresssbasis http://de.selfhtml.org/html/kopfdaten/basis.htm) # http://de.selfhtml.org/html/kopfdaten/index.htm # body # attributetype ( 1.3.6.1.4.1.18172.1.3.1 NAME 'webTitle' DESC 'Lang-Titel der Webseite' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.18172.1.3.2 NAME 'documentBody' DESC 'HTML Dokumenten-body' SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 ) attributetype ( 1.3.6.1.4.1.18172.1.3.3 NAME 'documentRefresh' DESC 'Refresh Angaben zur Webseite' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.18172.1.3.4 NAME 'documentExpires' DESC 'Zeit bis wann das Dokument abläuft' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.18172.1.3.5 NAME 'documentMimeType' DESC 'Der Mime Typ eines Dokumentes' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.18172.1.3.6 NAME 'documentEncoding' DESC 'Das Encoding, mit welchem der Body geschrieben ist, und die Webseite erzeugt werden soll' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.18172.1.3.7 NAME ( 'cascadingStyleSheet' 'css' ) DESC 'Der CSS der aktuellen HTML Seite.' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) attributetype ( 1.3.6.1.4.1.18172.1.3.8 NAME ( 'unifiedRessourceLink' 'url' ) DESC 'Eine URL einer Webseite' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) # cn : common name : stichwörter über die man automatisch links mit einem noch zu schreibenden RXML tag erzeugen kann # webTitle: titel der webseite # documentBody: der ... der webseite # o: die firma die die webseite erstellt hat # ou: die abteilung der firma # documentAuthor: der author, erscheint im Meta tag (später) # documentLocation: adressbasis "base" der webseite # documentPublisher: # documentVersion: interne version des dokumentes # documentRefresh: also z.B. "5; URL=http://www.dreamind.de/" # documentExpires: wann das dokument ungültig wird, siehe http://de.selfhtml.org/html/kopfdaten/meta.htm#laden # documentMimeType: z.b. text/html, was auch default ist, wenn nicht gesetzt. # documentEncoding: z.b. ISO-8859-15, was ebenfalls default ist, wenn nicht gesetzt. # css: der CN eines css files. objectclass ( 1.3.6.1.4.1.18172.1.4.1 NAME 'webDocument' SUP 'top' DESC 'Ein Web Dokument fuer roxen-ldapfs.' MUST ( cn $ webTitle $ documentBody ) MAY ( o $ ou $ documentAuthor $ documentLocation $ documentPublisher $ documentVersion $ documentRefresh $ documentExpires $ documentMimeType $ documentEncoding $ css ) ) objectclass ( 1.3.6.1.4.1.18172.1.4.2 NAME 'webLink' SUP 'top' DESC 'Ein Link zu einer anderen Webseite' MUST ( cn $ url ) MAY ( o $ ou $ documentAuthor $ documentPublisher $ documentVersion ) )