From 046fa12c2feffd1f4bf1a90e2362911eab211e50 Mon Sep 17 00:00:00 2001 From: Adam Hooper Date: Mon, 18 Oct 2004 20:02:40 +0000 Subject: Validate extension XML files against an XSD Schema. --- data/epiphany-extension.xsd | 162 ++++++++------------------------------------ 1 file changed, 29 insertions(+), 133 deletions(-) (limited to 'data/epiphany-extension.xsd') diff --git a/data/epiphany-extension.xsd b/data/epiphany-extension.xsd index aca452b2b..4898b1ce7 100644 --- a/data/epiphany-extension.xsd +++ b/data/epiphany-extension.xsd @@ -7,21 +7,7 @@ - - - - - - List of extensions. Each extension has its set - of metadata. - - - - - - + @@ -30,152 +16,62 @@ - - - + + + + - - - + type="ExtensionVersionType"/> + + + - - - - The "core" of the extension's - filename. For example, use "gestures" - for an extension with a shared object name of - "libgesturesextension.so". - - - - - - - The version of the extension's API. For most extensions, this number will remain at "1" indefinitely. The only reason to - increase it would be if any GObject classess + increase it would be if any GObject classes within the extension change parents. - - + - An extension author -- a name and (optionally) - an email address. + The type of loader to use for the extension. + For example, "shlib". - - + + + + + + + + + + - - - - An email address - - - - - - -- cgit v1.2.3