Root/
| Source at commit 3cfb28bd045151b8d0b5e1498a259ea992b87eed created 8 months 17 hours ago. By Antoine Millet, Adding ohloh icon on footer | |
|---|---|
| 1 | <div id="footer"> |
| 2 | <h2>À propos</h2> |
| 3 | <ul> |
| 4 | <li><a href="/top">Le top</a></li> |
| 5 | <li><a href="{% url doc "usage" %}">Qu'est ce que c'est ?</a></li> |
| 6 | <li><a href="{% url doc "team" %}">Équipe</a></li> |
| 7 | <li><a href="{% url doc "privacy" %}">Vie privée</a></li> |
| 8 | <li><a href="{% url doc "donations" %}">Dons</a></li> |
| 9 | <li><a href="{% url doc "promote" %}">Promouvoir</a></li> |
| 10 | </ul> |
| 11 | <h2>Aide</h2> |
| 12 | <ul> |
| 13 | <li><a href="{% url doc "browser_integration" %}">Intégration au navigateur</a></li> |
| 14 | <li><a href="{% url doc "syntax" %}">Syntaxe</a></li> |
| 15 | <li><a href="{% url doc "simple_commands" %}">Commandes simples</a></li> |
| 16 | <li><a href="{% url add_command %}">Ajouter une commande</a></li> |
| 17 | </ul> |
| 18 | <h2>Développement</h2> |
| 19 | <ul> |
| 20 | <li><a href="{% url doc "advanced_commands" %}">Commandes avancées</a></li> |
| 21 | <li><a href="{% url doc "lua_reference" %}">Référence Lua</a></li> |
| 22 | <li><a href="http://idevelop.org/p/escaline/">Contribution</a></li> |
| 23 | </ul> |
| 24 | <div id="ohloh"><script type="text/javascript" src="http://www.ohloh.net/p/480350/widgets/project_users_logo.js"></script></div> |
| 25 | </div> |
| 26 | |
| 27 | <script type="text/javascript"> |
| 28 | var domainy = location.protocol == "https:" ? "https://static.getclicky.com" : "http://static.getclicky.com"; |
| 29 | document.write(unescape("%3Cscript src='" + domainy + "/135594.js' type='text/javascript'%3E%3C/script%3E")); |
| 30 | </script> |
| 31 | <noscript><p><img alt="Clicky" width="1" height="1" src="http://static.getclicky.com/135594-db17.gif" /></p></noscript> |
| 32 | |
| 33 | |
