aboutsummaryrefslogtreecommitdiff
path: root/net/py-yadis
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* Python YADISCheng-Lung Sung2006-12-204-0/+74
------------ This code implements relying party support for the Yadis service discovery protocol. The protocol was developed for use by decentralized URL-based identity systems, but is useful for advertising services provided by or on behalf of a certain URL. To learn more about Yadis, see http://www.openidenabled.com/yadis The module yadis.xrires also provides a method of resolving XRI. The JanRain Python OpenID library uses this library for discovery of OpenID service endpoints. See that library for an example of library usage. WWW: http://www.openidenabled.com/yadis/libraries/python/ Notes: svn path=/head/; revision=180223