From e40e2cff4000f665f4b7c99f376b94f6c4e4b3bb Mon Sep 17 00:00:00 2001 From: Adam Hooper Date: Tue, 14 Sep 2004 01:24:42 +0000 Subject: Added (proposed) XML schema for Extension metadata files (work in progress). --- data/epiphany-extension.xsd | 181 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 181 insertions(+) create mode 100644 data/epiphany-extension.xsd (limited to 'data/epiphany-extension.xsd') diff --git a/data/epiphany-extension.xsd b/data/epiphany-extension.xsd new file mode 100644 index 000000000..aca452b2b --- /dev/null +++ b/data/epiphany-extension.xsd @@ -0,0 +1,181 @@ + + + + + Epiphany Web Browser extension metadata schema. + Copyright (c) 2004 Adam Hooper + + + + + + + + + List of extensions. Each extension has its set + of metadata. + + + + + + + + + + + Metadata about an extension. + + + + + + + + + + + + + + + + + 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 + within the extension change parents. + + + + + + + + + + + An extension author -- a name and (optionally) + an email address. + + + + + + + + + + + + An email address + + + + + + + -- cgit