From 06f945f27840b53e57795dadbc38e76f7e11ab1c Mon Sep 17 00:00:00 2001 From: Horus3 Date: Mon, 24 Feb 2014 16:42:14 +0100 Subject: init --- zend/library/Zend/Gdata/Extension.php | 58 +++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 zend/library/Zend/Gdata/Extension.php (limited to 'zend/library/Zend/Gdata/Extension.php') diff --git a/zend/library/Zend/Gdata/Extension.php b/zend/library/Zend/Gdata/Extension.php new file mode 100644 index 0000000..efc3010 --- /dev/null +++ b/zend/library/Zend/Gdata/Extension.php @@ -0,0 +1,58 @@ +registerNamespace('gd', + 'http://schemas.google.com/g/2005'); + $this->registerNamespace('openSearch', + 'http://a9.com/-/spec/opensearchrss/1.0/', 1, 0); + $this->registerNamespace('openSearch', + 'http://a9.com/-/spec/opensearch/1.1/', 2, 0); + $this->registerNamespace('rss', + 'http://blogs.law.harvard.edu/tech/rss'); + + parent::__construct(); + } + +} -- cgit v1.2.3