From d9bf22a0e29c2a70049443a0ae8521a2c0492c8b Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 11 Dec 2011 06:38:23 -0500 Subject: initial commit for git repository --- .../openid-php-openid-782224d/admin/xmlconfig.py | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 models/openid-php-openid-782224d/admin/xmlconfig.py (limited to 'models/openid-php-openid-782224d/admin/xmlconfig.py') diff --git a/models/openid-php-openid-782224d/admin/xmlconfig.py b/models/openid-php-openid-782224d/admin/xmlconfig.py new file mode 100644 index 000000000..ac029b518 --- /dev/null +++ b/models/openid-php-openid-782224d/admin/xmlconfig.py @@ -0,0 +1,55 @@ + +""" +This is the package.xml data needed for the PHP OpenID PEAR +package.xml file. Use the 'packagexml.py' program to generate a +package.xml file for a release of this library. +""" + +# This is a list of dicts describing the project leads. This will be +# used to generate XML elements. +leads = [ + {'name': 'Jonathan Daugherty', + 'user': 'cygnus', + 'email': 'cygnus@janrain.com', + 'active': 'yes'}, + {'name': 'Josh Hoyt', + 'user': 'jhoyt', + 'email': 'josh@janrain.com', + 'active': 'yes'} + ] + +# The package name. +package_name = 'Auth_OpenID' + +# The package description. +package_description = 'An implementation of the OpenID single sign-on authentication protocol.' + +# Package summary. +package_summary = 'PHP OpenID' + +# License string. +license_name = 'Apache' + +# License URI. +license_uri = 'http://www.apache.org/licenses/LICENSE-2.0' + +# Director(ies) containing package source, relative to the admin/ +# directory. All .php files in these directories will be included in +# the element of the output XML and will be assigned the +# role 'php'. +contents_dirs = ['../Auth',] + +# Director(ies) containing package documentation. All files and +# subdirectories in these directories will be included in the +# element in the output XML and will be assigned the role +# 'doc'. +docs_dirs = ['../doc', '../examples'] + +# The HTTP package base URI. This is the place on the web where the +# PEAR-installable tarballs will live, and this (plus the package +# tarball name) will be the URL that users pass to "pear install". +package_base_uri = 'http://www.openidenabled.com/resources/downloads/php-openid/pear/' + +# The release stability. Maybe this should be a commandline parameter +# since it might differ from release to release. +release_stability = 'stable' -- cgit v1.2.3