From 9ecc9e54081ca26edccb30d3f7ea02c758df53be Mon Sep 17 00:00:00 2001 From: Drew Dara-Abrams Date: Thu, 4 Feb 2016 17:12:56 -0800 Subject: [PATCH] reword license page text related to #160 --- app/feeds/new/license/template.hbs | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/app/feeds/new/license/template.hbs b/app/feeds/new/license/template.hbs index f0d6ebb..4cb0d84 100644 --- a/app/feeds/new/license/template.hbs +++ b/app/feeds/new/license/template.hbs @@ -46,17 +46,16 @@ {{#if interpret_license_mode}}
-
Pick the license restrictions. Select 'Unknown'if you are not sure. -
+
Does the license allow:
-
Attribution for feed data
+
usage without attribution?
- {{license-form-toggle-button attr=model.license_use_without_attribution text="Optional" value="yes"}} {{license-form-toggle-button attr=model.license_use_without_attribution text="Required" value="no"}} {{license-form-toggle-button attr=model.license_use_without_attribution + {{license-form-toggle-button attr=model.license_use_without_attribution text="Yes" value="yes"}} {{license-form-toggle-button attr=model.license_use_without_attribution text="No" value="no"}} {{license-form-toggle-button attr=model.license_use_without_attribution text="Unknown" value="unknown"}}
@@ -64,29 +63,29 @@ {{#if showLicenseAttributionText}}
-
Attribution text:
+
What attribution text, if any, is required?
{{textarea value=model.license_attribution_text placeholder="e.g., Using data copyright (C) Bay Area Rapid Transit"}}
{{/if}}
-
Creation of derived data products
+
derived data products?
- {{license-form-toggle-button attr=model.license_create_derived_product text="Permitted" value="yes"}} {{license-form-toggle-button attr=model.license_create_derived_product text="Not Permitted" value="no"}} {{license-form-toggle-button attr=model.license_create_derived_product + {{license-form-toggle-button attr=model.license_create_derived_product text="Yes" value="yes"}} {{license-form-toggle-button attr=model.license_create_derived_product text="No" value="no"}} {{license-form-toggle-button attr=model.license_create_derived_product text="Unknown" value="unknown"}}
-
Redistribution of feed as-is
+
redistribution of entire feed?
- {{license-form-toggle-button attr=model.license_redistribute text="Optional" value="yes"}} {{license-form-toggle-button attr=model.license_redistribute text="Required" value="no"}} {{license-form-toggle-button attr=model.license_redistribute text="Unknown" + {{license-form-toggle-button attr=model.license_redistribute text="Yes" value="yes"}} {{license-form-toggle-button attr=model.license_redistribute text="No" value="no"}} {{license-form-toggle-button attr=model.license_redistribute text="Unknown" value="unknown"}}