Added references to docstring in mediagoblin.webfinger
authorJoar Wandborg <git@wandborg.com>
Tue, 20 Dec 2011 21:55:13 +0000 (22:55 +0100)
committerJoar Wandborg <git@wandborg.com>
Tue, 20 Dec 2011 21:55:13 +0000 (22:55 +0100)
and mediagoblin.webfinger.views [references mediagoblin.webfinger]

mediagoblin/webfinger/__init__.py
mediagoblin/webfinger/views.py

index ba347c6979b58f5ccb9d22ee21d5adcbb495a815..ec7ec884410e8f0bc03951c16284b455e1c09e54 100644 (file)
 #
 # You should have received a copy of the GNU Affero General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
+'''
+mediagoblin.webfinger_ provides an LRDD discovery service and
+a web host meta information file
+
+Links:
+- `LRDD Discovery Draft
+  <http://tools.ietf.org/html/draft-hammer-discovery-06>`_.
+- `RFC 6415 - Web Host Metadata
+  <http://tools.ietf.org/html/rfc6415>`_.
+'''
index e9aa600cd2438399cd38d8c0a5ecaf35fde8b20b..2208639633f94d47b5a6fc362318e44349c577bf 100644 (file)
@@ -13,6 +13,9 @@
 #
 # You should have received a copy of the GNU Affero General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
+'''
+For references, see docstring in mediagoblin/webfinger/__init__.py
+'''
 
 import re