{% extends "base.html" %} {% load i18n %} {% block title %}About {{ LIBPASTE_SITENAME }}{% endblock %} {% block headline %}About {{ LIBPASTE_SITENAME }}{% endblock %} {% block page %}
xelpaste is open source. You can find the source, contribute to it and
leave ideas on Github: github.com/rbarrois/xelpaste.
It is based on the excellent dpaste project.
Save this script in /usr/local/bin/xelpaste
and chmod +x ..filepath
.
Usage: cat foo.txt | xelpaste
Or you could use curl
:
alias xelpaste="curl -F 'content=<-' {{ LIBPASTE_BASE_URL }}/api/"
{% blocktrans %}There are {{ total }} snippets in the database. The most popular languages are:{% endblocktrans %}
{{ s.lexer|upper }} | {{ s.count }} |
---|
If you created a snippet with the API you can't delete it on the webpage since it's not in your history. You can delete a snippet here. Actually you can delete any snippet of anybody, as long as you know the short code.
If you deleted a snippet because of legal issues, please let me know that, I want to keep track of such things and try to avoid in future.
Type the {{ LIBPASTE_SLUG_LENGTH }} letter code of your snippet in the field and submit. Like this yellow one here: {{ LIBPASTE_BASE_URL }}/SiZr