diff --git a/metabrainz/templates/users/profile.html b/metabrainz/templates/users/profile.html index 8fc5320c..7f87373c 100644 --- a/metabrainz/templates/users/profile.html +++ b/metabrainz/templates/users/profile.html @@ -75,59 +75,84 @@

{{ _('Contact information') }}

{% if current_user.is_commercial %} {% if current_user.state in ('active', 'limited') and current_user.good_standing %}

{{ _('Data use permission granted') }}

-

- {{ _('You have permission to use any of the data published by the MetaBrainz - Foundation. This includes data dumps released under a Creative Commons - non-commercial license. Thank you for your support!') }} -

-

- {{ _('Note 1: If your support falls behind by more than 60 days, this - permission may be withdrawn. You can always check your current permission - status on this page.') }} -

-

- {{ _('Note 2: The IP addresses from which replication packets for the Live Data Feed are downloaded are logged.') }} -

+
+

+ Your support agreement has been completed -- thank you! +

+

+ {{ _('You have permission to use any of the data published by the MetaBrainz + Foundation. This includes data dumps released under a Creative Commons + non-commercial license. Thank you for your support!') }} +

+

+ {{ _('Note 1: If your support falls behind by more than 60 days, this + permission may be withdrawn. You can always check your current permission + status on this page.') }} +

+

+ {{ _('Note 2: The IP addresses from which replication packets for the Live Data Feed are downloaded are logged.') }} +

+
{% else %} -

{{ _('Limited data use permission granted') }}

-

- {{ _('You do not currently have permission to use data released under a Creative Commons non-commercial license for commercial purposes.') }} -

-

- {{ _('Reason:') }} +

Limited/no data use permission granted

+
{% if current_user.state == 'rejected' %} - {{ _('Your application for using the Live Data Feed has been rejected.') }} +

+ Your application for using the Live Data Feed has been rejected. +

+

+ You do not have permission to use our data in a public commercial product. +

{% elif current_user.state == 'pending' %} - {{ _('Your application for using the Live Data Feed is still pending. You may use our data and APIs for evaluation purposes while your application is pending.') }} +

+ Your application for using the Live Data Feed is still pending. +

+

+ You may use our data and APIs for evaluation/development purposes + while your application is pending. +

{% elif current_user.state == 'waiting' %} - {{ _('Your application for using the Live Data Feed is in the waiting list. You may use our data and APIs for evaluation purposes while your application is pending.') }} +

+ Your application for using the Live Data Feed is waiting to finalize our support agreement. +

+

+ You may use our data and APIs for evaluation and development purposes, but you may not use the data in a public + commercial product. Once you are nearing the public release of a product that contains our data, please + contact us again to finalize our support agreement. +

{% elif not current_user.good_standing %} - {{ _('Your account sign-up is incomplete or your account is in bad standing, which means that you are more than - 60 days behind in support payments. If you think this is a mistake, - please contact us.', contact_url=url_for('index.contact')) }} +

+ Your use of the Live Data Feed is pending suspension. +

+

+ Your account is in bad standing, which means that you are more than 60 days behind in support payments. If you think + this is a mistake, please contact us. +

{% else %} {{ _('Unknown. :(') }} {% endif %} -

+
{% endif %} {% endif %} {% if current_user.state in ('active', 'limited') and current_user.good_standing %}

{{ _('Data Download') }}

- {% if not current_user.is_commercial %} +
+ {% if not current_user.is_commercial %} +

+ Thank you for registering with us -- we really appreciate it! +

+ {% endif %} +

- Thank you for registering with us -- we really appreciated it! + Please proceed to our download page to download our datasets:

- {% endif %} - -

- Please proceed to our download page to download our datasets: -

-

- Download Datasets -

+

+ Download Datasets +

+
{% endif %} {% if current_user.state == 'active' %}