You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Tom White (JIRA)" <ji...@apache.org> on 2009/03/09 17:02:50 UTC

[jira] Updated: (HADOOP-5190) Create a privacy policy for the Hadoop website

     [ https://issues.apache.org/jira/browse/HADOOP-5190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White updated HADOOP-5190:
------------------------------

    Attachment: hadoop-5190-v2.patch

Doug, Thanks for the pointer on svn:externals.

I have checked in the files for the new skin (revision 751689), and this patch (hadoop-5190-v2.patch) makes the changes needed to add the privacy policy to the top level site, and adds links to it to all the subproject sites.

Here is how the patch would be applied:

{noformat}
# Checkout site directories
svn co --depth immediates http://svn.apache.org/repos/asf/hadoop sites # Or https to commit
for f in sites/* ; do svn up --set-depth infinity --ignore-externals $f/site ; done
svn up --set-depth infinity --ignore-externals sites/site

# Apply patch
cd sites
wget ... hadoop-5190-v2.patch
patch -p 0 < hadoop-5190-v2.patch

# Set and retrieve externals (new skins)
for site in core hbase hive pig zookeeper
do
  svn propset svn:externals 'skins http://svn.apache.org/repos/asf/hadoop/site/author/src/documentation/skins' $site/site/author/src/documentation
  svn up $site/site/author/src/documentation
done

# Regenerate sites
for site in . core hbase hive pig zookeeper ; do cd $site/site; ant; cd - ; done

# Check generated pages. e.g.
firefox core/site/publish/index.html

# Finally add new files, and check in

{noformat}



> 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-v2.patch, 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.