Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Commit

Permalink
add links to example index page
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed May 11, 2015
1 parent f69a488 commit 71c350e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.creole
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,10 @@ to run the Live-Server-Tests, install [[https://pypi.python.org/pypi/selenium|se
== project links

| Github | [[http://github.com/jedie/django-secure-js-login]]
| Python Packages | [[http://pypi.python.org/pypi/django-secure-js-login/]]
| Github | [[https://github.com/jedie/django-secure-js-login]]
| Python Packages | [[https://pypi.python.org/pypi/django-secure-js-login/]]
| Travis CI | [[https://travis-ci.org/jedie/django-secure-js-login/]]
| Coveralls | [[https://coveralls.io/r/jedie/django-secure-js-login]]


== Used JavaScript Implementations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,38 @@

{% block content %}
<h1>Example project test page.</h1>
<p>Try out:</p>
<h2>Try out:</h2>
<ul>
<li><a href="{% url 'secure-js-login:login' %}">secure JS login</a></li>
<li><a href="{% url 'honypot-login:login' %}">honypot login</a></li>
<li><a href="{% url 'admin:index' %}">Django Admin</a></li>
<li><a href="{% url 'secure-js-login:login' %}">{% url 'secure-js-login:login' %} - secure JS login</a></li>
<li><a href="{% url 'honypot-login:login' %}">{% url 'honypot-login:login' %} - honypot login</a></li>
<li><a href="{% url 'admin:index' %}">{% url 'admin:index' %} - Django Admin</a></li>
</ul>
<hr />
<h2>project links</h2>
<table>
<tr>
<td>Github</td>
<td>
<a href="https://github.com/jedie/django-secure-js-login">github.com/jedie/django-secure-js-login</a>
</td>
</tr>
<tr>
<td>Python Packages</td>
<td>
<a href="https://pypi.python.org/pypi/django-secure-js-login/">pypi.python.org/pypi/django-secure-js-login</a>
</td>
</tr>
<tr>
<td>Travis CI</td>
<td>
<a href="https://travis-ci.org/jedie/django-secure-js-login/">travis-ci.org/jedie/django-secure-js-login</a>
</td>
</tr>
<tr>
<td>Coveralls</td>
<td>
<a href="https://coveralls.io/r/jedie/django-secure-js-login/">coveralls.io/r/jedie/django-secure-js-login</a>
</td>
</tr>
</table>
{% endblock content %}

0 comments on commit 71c350e

Please sign in to comment.