aboutsummaryrefslogtreecommitdiffstats
path: root/help/C/data-cookies.page
diff options
context:
space:
mode:
authorEkaterina Gerasimova <kittykat3756@gmail.com>2013-04-13 06:26:26 +0800
committerEkaterina Gerasimova <kittykat3756@gmail.com>2013-04-13 06:26:26 +0800
commitdbb87b0a5b3c450aaa3b4cafc56f06ee44d18e92 (patch)
treefdaebaabd710d87f9fb37984ebecec6a70be82c9 /help/C/data-cookies.page
parent64d5cc0be9f2f778f39c64c14268a33a01cdbddd (diff)
downloadgsoc2013-epiphany-dbb87b0a5b3c450aaa3b4cafc56f06ee44d18e92.tar
gsoc2013-epiphany-dbb87b0a5b3c450aaa3b4cafc56f06ee44d18e92.tar.gz
gsoc2013-epiphany-dbb87b0a5b3c450aaa3b4cafc56f06ee44d18e92.tar.bz2
gsoc2013-epiphany-dbb87b0a5b3c450aaa3b4cafc56f06ee44d18e92.tar.lz
gsoc2013-epiphany-dbb87b0a5b3c450aaa3b4cafc56f06ee44d18e92.tar.xz
gsoc2013-epiphany-dbb87b0a5b3c450aaa3b4cafc56f06ee44d18e92.tar.zst
gsoc2013-epiphany-dbb87b0a5b3c450aaa3b4cafc56f06ee44d18e92.zip
Add structure for new Mallard help, bug 668110
Create stubs, and interlink all the pages. Intentionally do not add Makefile.am until the help is complete so that the build cannot be broken accidentally.
Diffstat (limited to 'help/C/data-cookies.page')
-rw-r--r--help/C/data-cookies.page50
1 files changed, 50 insertions, 0 deletions
diff --git a/help/C/data-cookies.page b/help/C/data-cookies.page
new file mode 100644
index 000000000..49e2e7d4e
--- /dev/null
+++ b/help/C/data-cookies.page
@@ -0,0 +1,50 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
+ type="topic" style="task"
+ id="data-cookies">
+
+ <info>
+ <link type="guide" xref="index#start"/>
+ <link type="guide" xref="bookmark"/>
+ <revision pkgversion="3.9" version="0.1" date="2013-04-12" status="stub"/>
+
+ <credit type="author copyright">
+ <name>Ekaterine Gerasimova</name>
+ <email its:translate="no">kittykat3756@gmail.com</email>
+ <years>2013</years>
+ </credit>
+ <credit type="copyright editor">
+ <name></name>
+ <email its:translate="no"></email>
+ <years></years>
+ </credit>
+
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+ <desc>What are cookies?</desc>
+ </info>
+
+ <title>What are cookies?</title>
+
+ <p>A browser cookie is a small piece of data sent from a website and stored
+ in <app>Web</app> 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>
+
+ <!-- What can the user do with in the "Cookies" tab? -->
+ <p></p>
+
+ <steps>
+ <item>
+ <p></p>
+ </item>
+ <item>
+ <p></p>
+ </item>
+ </steps>
+
+ <p></p>
+
+</page>