[
https://issues.apache.org/jira/browse/HADOOP-5190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677546#action_12677546
]
Doug Cutting commented on HADOOP-5190:
--------------------------------------
This sounds good to me. We should try to share as much as possible with
subprojects that implement this. So perhaps the skin can be imported by
subrojects using an svn "externals" link (see 'svn help propset', or
http://svnbook.red-bean.com/en/1.5/svn.advanced.externals.html). Also, each
subproject should link to the TLP's privacy policy, rather than having its own
copy.
Let's include at least one subproject in this issue, as an example. I also
would not be opposed to including all subprojects here, in a single patch. The
patch could be rooted at http://svn.apache.org/repos/asf/hadoop/. We could
attach a script that checks out just the stuff that's needed to apply it, e.g.:
svn co --depth immediates http://svn.apache.org/repos/asf/hadoop sites
for f in sites/* ; do svn up --set-depth infinity --ignore-externals $f/site ;
done
> Create a privacy policy for the Hadoop website
> ----------------------------------------------
>
> Key: HADOOP-5190
> URL: https://issues.apache.org/jira/browse/HADOOP-5190
> Project: Hadoop Core
> Issue Type: Task
> Components: documentation
> Reporter: Owen O'Malley
> Assignee: Tom White
> Fix For: site
>
> Attachments: hadoop-5190.patch, skins.tar.gz, skins.tar.gz
>
>
> It would be great to collect analytics about the visitors to the website and
> to do so, we need to create a privacy policy that tells visitors what we will
> collect.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.