aboutsummaryrefslogtreecommitdiffstats
path: root/help/C/cookies.xml
diff options
context:
space:
mode:
authorEkaterina Gerasimova <kittykat3756@gmail.com>2013-07-03 06:18:49 +0800
committerEkaterina Gerasimova <kittykat3756@gmail.com>2013-07-03 06:18:49 +0800
commit4eb738320c2a3e62867b16d44604672ed664cb3a (patch)
treef7a02f1fc96b598cc9909f6c9dcbb23907b19738 /help/C/cookies.xml
parentd953073e4bd29de15336d7a1a9498bf7e9e8177a (diff)
downloadgsoc2013-epiphany-4eb738320c2a3e62867b16d44604672ed664cb3a.tar
gsoc2013-epiphany-4eb738320c2a3e62867b16d44604672ed664cb3a.tar.gz
gsoc2013-epiphany-4eb738320c2a3e62867b16d44604672ed664cb3a.tar.bz2
gsoc2013-epiphany-4eb738320c2a3e62867b16d44604672ed664cb3a.tar.lz
gsoc2013-epiphany-4eb738320c2a3e62867b16d44604672ed664cb3a.tar.xz
gsoc2013-epiphany-4eb738320c2a3e62867b16d44604672ed664cb3a.tar.zst
gsoc2013-epiphany-4eb738320c2a3e62867b16d44604672ed664cb3a.zip
Add help for cookie pref and data
Diffstat (limited to 'help/C/cookies.xml')
-rw-r--r--help/C/cookies.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/help/C/cookies.xml b/help/C/cookies.xml
new file mode 100644
index 000000000..e1bd44006
--- /dev/null
+++ b/help/C/cookies.xml
@@ -0,0 +1,35 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
+ type="topic" style="task"
+ id="cookies">
+
+ <info>
+ <link type="guide" xref="index#privacy"/>
+ <link type="guide" xref="data"/>
+ <revision pkgversion="3.10" date="2013-07-02" status="review"/>
+
+ <credit type="author copyright">
+ <name>Ekaterine Gerasimova</name>
+ <email its:translate="no">kittykat3756@gmail.com</email>
+ <years>2013</years>
+ </credit>
+
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+ </info>
+
+ <title>What are cookies?</title>
+
+ <comment>
+ <cite date="2013-07-02">Kat</cite>
+ <p>I am assuming that our average reader will not know what a cookie is, so
+ this is included in both data-cookies and pref-cookies.</p>
+ </comment>
+
+ <p>A browser <em>cookie</em> is a small piece of data sent from a website and
+ stored on your computer while you are browsing a website. When the you
+ return to the same website in the future, the data stored in the cookie can
+ be retrieved by the website to notify the website of your previous activity.
+ Cookies are a common method used by web servers to know whether you are
+ logged in to an account on a specific website or not.</p>
+
+</page>