{% extends "base.html" %} {% load truncatechars %} {% load sass_tags %} {% block title %}— Support Free eBooks{% endblock %} {% block extra_meta %} {% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %} {% block topsection %} {% include "learn_more.html" %} {% endblock %} {% block content %}
{% with featured as work %}
{{ work.relators.0.name }}{% if work.relators.count == 2 %} and {{ work.relators.1.name }} {% endif %}{% if work.relators.count > 2 %}{% for author in work.relators %}{% if not forloop.first %}, {{ author.name }}{% endif %}{% endfor %} {% endif %}
{% if work.last_campaign.publisher %} {{ work.last_campaign.publisher }} {% endif %} {{ work.publication_date }}
{{ work.description|safe }}
{% endwith %}
{% if faves %}
{% for work in faves %} {% with work.googlebooks_id as googlebooks_id %} {% include "book_panel.html" %} {% endwith %} {% endfor %}
{% endif %} {% if top_pledge %}
{% for campaign in top_pledge %} {% with campaign.work as work %} {% with work.googlebooks_id as googlebooks_id %} {% include "book_panel.html" %} {% endwith %}{% endwith %} {% endfor %}
{% endif %}
{% for work in cc_books %} {% with work.googlebooks_id as googlebooks_id %} {% include "book_panel.html" %} {% endwith %} {% endfor %}
{% if top_b2u %}
{% for campaign in top_b2u %} {% with campaign.work as work %} {% with work.googlebooks_id as googlebooks_id %} {% include "book_panel.html" %} {% endwith %}{% endwith %} {% endfor %}
{% endif %}
{% if top_t4u %}
{% for campaign in top_t4u %} {% with campaign.work as work %} {% with work.googlebooks_id as googlebooks_id %} {% include "book_panel.html" %} {% endwith %}{% endwith %} {% endfor %}
{% endif %}
{% for work in unglued_books %} {% with work.googlebooks_id as googlebooks_id %} {% include "book_panel.html" %} {% endwith %} {% endfor %}
{% if not request.user.is_authenticated %}

Start Ungluing Now!

{% csrf_token %}
{% endif %}

Donate!

Please help support Unglue.it by making a tax-deductible donation to the Free Ebook Foundation.

Latest Ungluing

Questions?

  • boingboing
  • die zeit
  • huffington post
  • techcrunch
  • library journal
  • networkworld
For readers it’s a gold mine of great books they can have a say in bringing to market.
{% endblock %}