{% extends "django_webid/provider/base.html" %} {% load i18n %} {% load uni_form_tags %} {% block head_title %}{% blocktrans %}WebID{% endblocktrans %}{% endblock %} {% block extra_head %} {% endblock %} {% block tabhead %} {% endblock %} {% block body %}
{# XXX get Site Name #}

Django WebID Provider

Your Identity. Your data. Your rules.

{% if user.is_anonymous %} Create WebID

or

{% else %} Create WebID

Hello {{user.username}} | Logout

{% endif %}
{% if user.is_anonymous %}

What is this?

This site is a demo of django-webid-provider, a reusable django app that turns any django-powered site into a WebID provider. Don't know what is WebID good for?

You'll also probably want to use the companion authentication package django-webid-auth, and django-webid-profile for semantic-ready user profiles (coming soon! ...) {% else %}

Your Actions

Create New WebID Cert

Manage your WebID Certs

Edit your Profile

{% endif %} {# anonymous #}

For developers

Fork code on github. Check the docs. Have a look at the current WebID spec.

{% endblock %} {% block extra_body %} {% endblock %}