Added references to docstring in mediagoblin.webfinger
and mediagoblin.webfinger.views [references mediagoblin.webfinger]
This commit is contained in:
parent
448a58534f
commit
85c916919b
@ -13,3 +13,13 @@
|
|||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
# 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/>.
|
# 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>`_.
|
||||||
|
'''
|
||||||
|
@ -13,6 +13,9 @@
|
|||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
# 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/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
'''
|
||||||
|
For references, see docstring in mediagoblin/webfinger/__init__.py
|
||||||
|
'''
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user