Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update contact info and insert External Tools in about page #157

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion kilink/templates/_about.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h3>Getting help and support</h3>

<p>The Linkode service is given as part as of <strong>the Kilink project</strong>.</p>

<p>To get help, you can send a mail to <a href="mailto:[email protected]">the mailing list</a>, or ask in the IRC channel (#kilink on Freenode), or even open an issue in the project.</p>
<p>To get help, you can ask in our <a href="t.me/pythonargentina">public Telegram group</a> of Python Argentina, or even open an issue in the Github project.</p>

<p>For developing, getting the source code, proposing branches, etc, you can go to <a href="http://github.com/facundobatista/kilink">the project page</a>.</p>

Expand All @@ -54,5 +54,12 @@ <h3>Some terms and conditions</h3>

</p>If you are logged in when you create a linkode, you own the pasted text, you are responsible for it, have its copyright, and explicitly are allowing us to show it to whomever knows the linkode id and to use it internally for statistics purposes and whatever. If you're not logged in at creation time, the content is public domain, but you still are responsible for it.</p>


<h3>External Tools</h3>

<p>Linkode has some external tools. One of them is <a href="https://github.com/erickgnavar/linkode.el">linkode.el</a>, which is a tool for sending buffer or region code to linkode.org, in order to generate an image. Then, we have <a href="https://pypi.org/project/linkodeit/">linkodeit</a>, which is a PyPI package that lets you send your code to http://linkode.org web service. We also have <a href="https://gitlab.com/c0x6a/linkode-bot">a Telegram bot</a> for Linkode.</p>

<p>If you have some other external tool, and you want to share it with us, you can contact us, as clarified above.</p>

</div>
{% endblock %}
2 changes: 2 additions & 0 deletions kilink/translations/es/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,5 @@ msgstr "Volver arriba"
#~ msgid "Some terms and conditions"
#~ msgstr "Algunos términos y condiciones"

#~ msgid "External Tools"
#~ msgstr "Herramientas externas"