{% extends "basedocumentation.html" %} {% block title %}Tools for Rightsholders {% endblock %} {% block extra_extra_head %} {% endblock %} {% block topsection %} {% endblock %} {% block doccontent %}

unglue.it Tools for Rightsholders

Any questions not covered here? Please email us at rights@gluejar.com.

Getting started

How to claim your work (screencast)

How to set up your campaign (screencast)

How to embed a widget for your book in your blog, web site, etc. (screencast)

How to embed a PDF in your campaign page (screencast)

How to embed a video in your campaign page (screencast)

{% if campaigns %}

Campaigns You Manage

{% for campaign in campaigns %}
Work: {{campaign.work.title }}
Campaign: {{ campaign.name }}
Campaign status: {{ campaign.status }}
Created: {{ campaign.created }}
{% ifequal campaign.type 1 %} ${{ campaign.current_total }} pledged of ${{ campaign.target }}, {{ campaign.supporters_count }} supporters {% else %} ${{ campaign.current_total }} sold of ${{ campaign.target }}, CC Date: {{ campaign.cc_date }} {% endifequal %}
{% if campaign.status = 'ACTIVE' or campaign.status = 'INITIALIZED' %}
Manage This Campaign
{% endif %} {% if campaign.clone_form %}
{% csrf_token %} {{ campaign.clone_form }}{{ campaign.clone_form.errors }}
{% endif %}
{% endfor %}
{% endif %} {% if request.user.rights_holder.count %}

Works You Have Claimed

{% for claim in claims %}
Title: {{claim.work.title }}   (work #{{ claim.work.id }})
Author: {{claim.work.author }}
On Behalf of: {{ claim.rights_holder.rights_holder_name }}
PSA #: {{ claim.rights_holder.id }}
Date of Claim : {{ claim.created }}
Status of Claim: {{ claim.get_status_display }} {% if claim.can_open_new %}

Open a blank campaign for this work

{% csrf_token %}

Name the Campaign: {{ claim.campaign_form.name }}{{ claim.campaign_form.name.errors }}

{% if claim.rights_holder.can_sell %}

Choose the Campaign Type: {{ claim.campaign_form.type }}{{ claim.campaign_form.type.errors }}

You can use Buy-To-Unglue These campaigns do not have a fixed end date. When your gross sales reach the target you set, the book is released in an open-access unglued edition.

{% else %} {% endif %}
Choose your Campaign Manager(s): {{ claim.campaign_form.managers }}{{ claim.campaign_form.managers.errors }}

{{ claim.campaign_form.work }}{{ claim.campaign_form.work.errors }} {{ claim.campaign_form.userid }}{{ claim.campaign_form.userid.errors }}

{% else %}{%if claim.campaigns %}

Campaigns for this work

{% for campaign in claim.campaigns %}
{% if campaign.status = 'ACTIVE' or campaign.status = 'INITIALIZED' %}
Name: Your campaign, "{{ campaign.name }}", is {{ campaign.status }}
Created: {{ campaign.created }}
Manager(s): {% for user in campaign.managers.all %} {{ user.username }} {% endfor %}
{% csrf_token %} Add/Remove Managers: {{ campaign.edit_managers_form.managers }}{{ campaign.edit_managers_form.managers.errors }}
{% if request.user in campaign.managers.all %}
Manage This Campaign
{% endif %} {% else %}
Name: Your campaign, "{{ campaign.name }}", is {{ campaign.status }}
Created: {{ campaign.created }}
Manager(s): {% for user in campaign.managers.all %} {{ user.username }} {% endfor %}
{% ifequal campaign.type 1 %} ${{ campaign.current_total }} pledged of ${{ campaign.target }}, {{ campaign.supporters_count }} supporters {% else %} ${{ campaign.current_total }} sold of ${{ campaign.target }}, CC Date: {{ campaign.cc_date }} {% endifequal %}
{% endif %}
{% endfor %} {% endif %} {% endif %} {% if claim.work.first_ebook %}

Ebooks for this work

    {% for ebook in claim.work.ebooks %}
  • edition #{{ebook.edition.id}} {{ ebook.format }} {{ ebook.download_count }} downloads
  • {% endfor %}
{% endif %}
{% endfor %}
{% endif %} {% if request.user.rights_holder.count %}

Rights Holders That You Administer

{% for rights_holder in request.user.rights_holder.all %}
Name: {{ rights_holder.rights_holder_name }}   (rights holder #{{ rights_holder.id }})
PSA #: {{ rights_holder.id }}
contact email: {{ rights_holder.email }}
{% endfor %}
{% else %} If you were a registered rights holder with Unglue.it, you'd be able to see and manage your campaigns here. If you hold electronic rights to one or more works and you'd like to be a registered rights holder, please contact us at rights@gluejar.com. {% endif %}

How to launch an Unglue.it campaign

    {% if not request.user.is_authenticated %}
  1. {% else %}
  2. {% endif %}Set up an Unglue.it account (start at the Sign Up button at the top of the page).
  3. {% if not request.user.rights_holder.count %}
  4. {% else %}
  5. {% endif %}Email rights@gluejar.com about becoming an authorized rights holder.
  6. {% if not request.user.rights_holder.count %}
  7. {% else %}
  8. {% endif %}After we review your credentials, sign a Platform Services Agreement (available from us).
  9. Claim your work(s):
  10. Once your claim is approved, you can set up a campaign for it. All the campaigns you can manage will be listed on this page.
  11. You may optionally add other Unglue.it users as campaign managers, if you'd like them to be able to edit your campaign. That option will also appear on this page.

Rewards

Campaigns can have rewards as a way to motivate and thank supporters. You are strongly encouraged to add rewards - they are given special prominence on the campaign page.

What should you add as rewards? Anything (legal) that you think you can reasonably deliver that will get supporters excited about the book. For example: other books, whether electronic or physical; artwork or multimedia relating to the book, its author, or its themes; in-person or online chats with the author; memorabilia.

Acknowledgements

Here are the standard acknowledgements. These automatically combine with your rewards. For example, if you offer a $30 reward, ungluers who pledge $30 will receive the $25 acknowledgement as well.

More Questions

Check the FAQ to the left, or send us feedback. {% endblock %}