diff --git a/frontend/templates/manage_campaign.html b/frontend/templates/manage_campaign.html index 19a900fe..c14f6145 100644 --- a/frontend/templates/manage_campaign.html +++ b/frontend/templates/manage_campaign.html @@ -111,18 +111,30 @@ Please fix the following before launching your campaign: {% csrf_token %} {{ form.media }}
Please choose the edition that most closely matches the edition to be unglued:
+Please choose the edition that most closely matches the edition to be unglued. This is the edition whose cover image will display on your book's page. Your unglued edition should be identical to this edition if possible; you should note any differences under Rights Details below.
{{ form.edition.errors }}{{ form.edition }} {% if campaign.edition %} -You can edit the campaign's preferred edition.
+If the details of the edition you've chosen aren't accurate, you can edit the edition.
{% else %} -If none of the existing editions matches what you want to release, you can create a new edition.
+If the edition details are inaccurate (e.g. wrong cover image), go ahead and set up the campaign with that edition anyway. You'll be able to edit the edition details from this page later on.
{% endif %} +If you don't see an edition that matches what you want to release, you can create a new edition.
+This will be displayed in the Campaign tab for your work. It's your main pitch to supporters. It should include:
+This will be displayed in the Campaign tab for your work. It's your main pitch to supporters.
+ +This isn't a dry synopsis in a catalog. It's your chance to be creative, to share your passion for this work, and to inspire readers. A strong pitch:
+Format a hyperlink like this:
@@ -144,23 +156,41 @@ Please fix the following before launching your campaign:If you'd like to change the size of the video, feel free; just don't make it more than 445px wide. Leaving it the default size is fine, too.
If you'd like to embed a video from another source, please talk to us. You certainly can; we just want to make sure we've given you the right instructions.
Make it concise and emotionally appealing. The point here is not to tell ungluers everything about your book; it's to remind them why they love it.
+Above all, be engaging. The point here is not to tell ungluers everything about your book; it's to remind them why they love it.
+ +Looking for inspiration? Check out the all-time most-funded projects on crowdfunding sites Kickstarter or IndieGogo, or have a look at Kickstarter's Publishing category or IndieGogo's Writing category.
{{ form.description.errors }}{{ form.description }} -This will be displayed on the Rights tab for your work. It's the fine print for your offer. For example, if your unglued edition will exclude certain illustrations due to rights issues, or otherwise differ from existing editions, this is the place to disclose that. If your offer doesn't have any fine print, you can leave this blank.
+This will be displayed on the Rights tab for your work. It's the fine print for your campaign. Make sure to disclose any ways the unglued edition will differ from the existing edition; for example: +
In short, is there a fact about this campaign that you think would matter to your agent or another publishing wonk, but that no one else is likely to care about? Put it here. If your campaign doesn't have any fine print, you can leave this blank.
{{ form.details.errors }}{{ form.details }} {% ifnotequal campaign_status 'ACTIVE' %}This is the target price for your campaign. Once you launch the campaign, you won't be able to increase it. The mimimum target is ${{form.minimum_target|intcomma}} .
+This is the target price for your campaign. The mimimum target is ${{form.minimum_target|intcomma}}.
+ +Your target should be high enough to compensate you for potential lost future revenue from sales of this edition and reflect well on your brand, but low enough to seem realistic to supporters; people are more likely to back campaigns that they think will succeed.
+ +Once you launch the campaign, you'll be able to decrease your target, but not increase it.
+ +Please email us if you want to talk about pricing strategy.
+ {{ form.target.errors }}${{ form.target }}This is the license you are offering to use once the campaign succeeds. For more info on the licenses you can use, see Creative Commons: About the Licenses.
+This is the license you are offering to use once the campaign succeeds. For more information on the licenses you can use, see Creative Commons: About the Licenses. Once your campaign is active, you'll be able to switch to a less restrictive license, but not a more restrictive one.
{{ form.license.errors }}{{ form.license }}This is the ending date of your campaign. Once you launch the campaign, you won't be able to change it. - The ending date can't be more than six months away- that's a practical limit for credit card authorizations. The latest ending you can choose right now is {{ form.latest_ending }}
+This is the ending date of your campaign. Once you launch the campaign, you won't be able to change it.
+ +The ending date can't be more than six months away- that's a practical limit for credit card authorizations. The latest ending you can choose right now is {{ form.latest_ending }}
{{ form.deadline.errors }}{{ form.deadline }} @@ -171,7 +201,7 @@ Please fix the following before launching your campaign:If your campaign succeeds, you will be offering your ebook under a {{ campaign.license }} license.
-During a campaign, you may only change the license to remove restrictions. For more info on the licenses you can use, see Creative Commons: About the Licenses.
+Since your campaign is active, you may only change the license to remove restrictions. For more information on the licenses you can use, see Creative Commons: About the Licenses.
{{ form.license.errors }}{{ form.license }}The ending date of your campaign is {{ campaign.deadline }}. Your campaign will conclude on this date or when you meet your target price, whichever is earlier. You may not change the ending date of an active campaign.
@@ -179,7 +209,9 @@ Please fix the following before launching your campaign: {% endifnotequal %}If your campaign succeeds, the funds raised (less commission and fees) will be deposited in a paypal account bearing this email address.
+Enter the email address associated with your PayPal account.
+ +We don't support PayPal yet; if your campaign succeeds we'll be paying you by check. However, we've applied PayPal for a merchant account, and should that application be approved PayPal expects us to have this information.
{{ form.paypal_receiver.errors }}{{ form.paypal_receiver }}
{% ifequal campaign_status 'ACTIVE' %} diff --git a/frontend/templates/new_edition.html b/frontend/templates/new_edition.html index c2a7a512..d29882b5 100644 --- a/frontend/templates/new_edition.html +++ b/frontend/templates/new_edition.html @@ -10,48 +10,73 @@ {% block doccontent %} {% if edition.pk %} -Title and ISBN 13 are required; the rest is optional, though a cover image link is strongly recommended.