27 lines
1013 B
HTML
27 lines
1013 B
HTML
{% extends "basedocumentation.html" %}
|
|
|
|
{% block doccontent %}
|
|
|
|
<h1>unglue.it tools for rightsholders</h1>
|
|
|
|
<h2>Rightsholder FAQ/How to launch a campaign</h2>
|
|
|
|
<a href="/stub/rightsholder_faq_and_campaign_launch_procedure">Needs to be written.</a>
|
|
|
|
<h2>Rightsholder social media tools</h2>
|
|
|
|
<a href="/stub/rightsholder_social_media_toolkit">Needs to be written.</a>
|
|
|
|
<h2>Rewards</h2>
|
|
|
|
Campaigns have rewards as a way to thank supporters. unglue.it includes a standard set of rewards in all campaigns. You are encouraged to add additional sweeteners to motivate people to donate.
|
|
|
|
Here are the standard rewards:
|
|
<ul>
|
|
<li><em>Any level</em> — The unglued ebook delivered to your inbox</li>
|
|
<li><em>$25</em> — Your name under "supporters" in the acknowledgements section</li>
|
|
<li><em>$50</em> — Your name & link of your choice under "benefactors"</li>
|
|
<li><em>$100</em> — Your name, link of your choice, & a brief message (140 characters max) under "bibliophiles"</li>
|
|
</ul>
|
|
|
|
{% endblock %} |