OEM Modifikationen
- Former user (Deleted)
Übersicht
Ein CLARC ENTERSPRISE System kann auf einfache Art und Weise OEMisiert (OEM steht für Original Equipment Manufacturer) werden.
Dies bedeutet, dass Produktbezeichnungen, Grafiken, Icons, Links etc. individuell angepasst werden können.
Modifikation
Die OEM Daten werden in der C4 Datenbank gespeichert und können somit in Form einer CLARC C4 Exchange XML Format-Datei bearbeitet und importiert werden. Die OEM-Möglichkeiten sind je Applikation verschieden.
Hinweis
Die entsprechenden OEM Knoten werden im System nicht angezeigt und können daher nicht direkt bearbeitet werden.
XML Beispiel
Hier ein Beispiel XML für die OEMisierung von CLARC EWORK.
<?xml version="1.0" encoding="utf-8"?> <c4Document FormatVersion="1.2" Type="Default"> <Content RootNode="/clarc/Classes/Style/OEM/eWork"> <Property Name="AboutImage" DataType="BINARY">...</Property> <Property Name="Company" DataType="UCS2STR">MyCompany Co.</Property> <Property Name="Copyright" DataType="UCS2STR">MyCopyright Text</Property> <Property Name="FrontImage" DataType="BINARY">...</Property> <Property Name="HelpLink" DataType="UCS2STR"></Property> <Property Name="InfoLink" DataType="UCS2STR">http://www.MyDomain.xyz</Property> <Property Name="InfoMail" DataType="UCS2STR">info@MyDomain.xyz</Property> <Property Name="LoginImage" DataType="BINARY">...</Property> <Property Name="LongProductName" DataType="UCS2STR">MySCAN Enterprise</Property> <Property Name="ProductName" DataType="UCS2STR">MySCAN</Property> <Property Name="ShortProductName" DataType="UCS2STR">MySCAN</Property> <Property Name="SupportLink" DataType="UCS2STR">http://www.MyDomain.xyz</Property> <Property Name="SupportMail" DataType="UCS2STR">support@MyDomain.xyz</Property> </Content> </c4Document>
Die Datenelemente vom Typ BINARY sind hier mit Platzhaltern "..." dargestellt. An diesen Stellen müssen entsprechende BASE64 kodierte Daten (JPEG,ICO,etc.) eingefügt werden.
OEM-Properties
Hier finden Sie eine Aufstellung aller OEM-Produkte und deren Einstellungsmöglichkeiten.
Tipp
Für eine OEMisierung müssen nicht alle Eigenschaften mit Inhalten versorgt werden. Beispielsweise können alle "Icon" Properties im Standard belassen werden. Die Properties dürfen in diesem Fall dann nicht im XML angegeben werden.
Property | Typ | Beispiel | Hinweis |
---|---|---|---|
C4/clarc/Classes/Style/OEM/c4 | |||
Company | Text | ||
Copyright | Text | ||
HelpLink | Link | ||
HTMLCopyright | Text | ||
InfoLink | Link | ||
InfoMail | |||
LogoImage | Jpeg | 200x200px 24bit | |
LongProductName | Text | ||
MainWindowIcon | Icon | 16x16px | |
ProductName | Text | ||
ShortProductName | Text | ||
SplashImage | Jpeg | 450x295px 24bit | |
SupportLink | Link | ||
SupportMail | |||
ENTERPRISE CENTER/clarc/Classes/Style/OEM/enterprise | |||
Company | Text | ||
Copyright | Text | ||
HelpLink | Link | ||
HTMLCopyright | Text | ||
InfoLink | Link | ||
InfoMail | |||
LongProductName | TextText | ||
ProductName | Text | ||
ServerName | Text | ||
ShortProductName | Text | ||
SupportLink | Link | ||
SupportMail | |||
EWORK/clarc/Classes/Style/OEM/eWork | |||
AboutImage | Jpeg | 450x400px 24bit | |
Company | Text | ||
Copyright | Text | ||
FrontImage | Jpeg | 200x200px 24bit | |
HelpLink | Link | ||
InfoLink | Link | ||
InfoMail | |||
LoginImage | Jpeg | 450x212px 24bit | |
LongProductName | Text | ||
MainWindowIcon | Icon | 16x16px | |
ProductName | Text | ||
ShortProductName | Text | ||
SupportLink | Link | ||
SupportMail | |||
FILEPLAN/clarc/Classes/Style/OEM/filePlan | |||
Company | Text | ||
Copyright | Text | ||
HelpLink | Link | ||
InfoLink | Link | ||
InfoMail | |||
LongProductName | Text | ||
MainWindowIcon | Icon | 16x16px | |
ManagerName | Text | ||
ProductName | Text | ||
ShortProductName | Text | ||
SupportLink | Link | ||
SupportMail | |||
MAILCAPTURE/clarc/Classes/Style/OEM/mailCapture | |||
Company | Text | ||
Copyright | Text | ||
HelpLink | Link | ||
HTMLCopyright | Text | ||
HTMLSplashTextServer | Text | ||
InfoLink | Link | ||
InfoMail | |||
LongProductName | Text | ||
ProductName | Text | ||
ServerName | Text | ||
ShortProductName | Text | ||
SupportLink | Link | ||
SupportMail | |||
OFFICECAPTURE/clarc/Classes/Style/OEM/officeCapture | |||
BannerColor | Color | 4635901 | Siehe Farben ermitteln |
BannerImage | Jpeg | ||
Company | Text | ||
Copyright | Text | ||
HelpLink | Link | ||
HTMLCopyright | Text | ||
HTMLSplashTextServer | Text | ||
InfoLink | Link | ||
InfoMail | |||
LongProductName | Text | ||
MainWindowIcon | Icon | 16x16px | |
ProductLogoSmall | Jpeg | ||
ProductName | Text | ||
ServerName | Text | ||
ShortProductName | Text | ||
SupportLink | Link | ||
SupportMail | |||
PRINTCAPTURE/clarc/Classes/Style/OEM/printCapture | |||
Company | Text | ||
Copyright | Text | ||
HelpLink | Link | ||
HTMLCopyright | Text | ||
HTMLSplashTextClient | Text | ||
HTMLSplashTextServer | Text | ||
InfoLink | Link | ||
InfoMail | |||
LongProductName | Text | ||
ProductName | Text | ||
ServerName | Text | ||
ShortProductName | Text | ||
SupportLink | Link | ||
SupportMail | |||
TrayIcon | Icon | 16x16px | |
XTRACT/clarc/Classes/Style/OEM/Xtract | |||
Company | Text | ||
Copyright | Text | ||
DesignStudioName | Text | ||
HelpLink | Link | ||
HTMLCopyright | Text | ||
HTMLSplashTextServer | Text | ||
InfoLink | Link | ||
InfoMail | |||
LongProductName | Text | ||
MainWindowIcon | Icon | 16x16px | |
ProductName | Text | ||
ServerName | Text | ||
ShortProductName | Text | ||
SplashImage | Jpeg | ||
SupportLink | Link | ||
SupportMail |