[
https://issues.apache.org/jira/browse/SHINDIG-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561505#action_12561505
]
Bruno Bowden commented on SHINDIG-31:
-------------------------------------
Adding comment because replying on shindig-dev doesn't update the bug:
All the language specific parts of the gadget should be in the message bundle
file. Also bear in mind the the TOS can be BOTH language and location specific.
E.g. different TOS for Spain vs. Argentina, even though they both speak
Spanish. That leaves two possibilities:
1) Put the url in the message bundle (which can be language and location
specific):
<tos type="text/html" url="__MSG_TOS-URL__ "/>
2) Append the language and location to the tos url:
<tos type="text/html" url="www.myserver.com/tos.html"/>
Links to: www.myserver.com/tos.html?hl=es&gl=ar (Spanish / Argentina)
The second option can't link to different domains (e.g.
www.myserver.ar/tos.html), so I'd probably go with the first.
- Show quoted text -
> Add Terms of Service attribute to Gadget XML document format
> ------------------------------------------------------------
>
> Key: SHINDIG-31
> URL: https://issues.apache.org/jira/browse/SHINDIG-31
> Project: Shindig
> Issue Type: New Feature
> Reporter: Paul Lindner
>
> To allow developers to specify their terms of service for their Application
> we should
> allow a way to specify terms of service inside the XML file:
> <tos xml:lang="en" type="text/html"
> url="http://www.example.com/myapp/tos.html"/>
> <tos xml:lang="es" type="text/html"
> url="http://www.example.com/myapp/tos-es.html"/>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.