diff options
author | Ekaterina Gerasimova <kittykat3756@gmail.com> | 2013-07-07 04:15:36 +0800 |
---|---|---|
committer | Ekaterina Gerasimova <kittykat3756@gmail.com> | 2013-07-07 04:18:41 +0800 |
commit | 824eabb01add255bd11f0c38f51513eb690e6495 (patch) | |
tree | 19f6ca8a2552746df4465a60ae0cd9c84437944b /help/C/source.page.stub | |
parent | f82332d3301ca35b52710ff795a0dbc9fbf6d1c3 (diff) | |
download | gsoc2013-epiphany-824eabb01add255bd11f0c38f51513eb690e6495.tar gsoc2013-epiphany-824eabb01add255bd11f0c38f51513eb690e6495.tar.gz gsoc2013-epiphany-824eabb01add255bd11f0c38f51513eb690e6495.tar.bz2 gsoc2013-epiphany-824eabb01add255bd11f0c38f51513eb690e6495.tar.lz gsoc2013-epiphany-824eabb01add255bd11f0c38f51513eb690e6495.tar.xz gsoc2013-epiphany-824eabb01add255bd11f0c38f51513eb690e6495.tar.zst gsoc2013-epiphany-824eabb01add255bd11f0c38f51513eb690e6495.zip |
Stub the view source help page
Diffstat (limited to 'help/C/source.page.stub')
-rw-r--r-- | help/C/source.page.stub | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/help/C/source.page.stub b/help/C/source.page.stub new file mode 100644 index 000000000..613a48c86 --- /dev/null +++ b/help/C/source.page.stub @@ -0,0 +1,32 @@ +<page xmlns="http://projectmallard.org/1.0/" + xmlns:its="http://www.w3.org/2005/11/its" + type="topic" style="task" + id="source"> + + <info> + <link type="guide" xref="index#adv" /> + <revision pkgversion="3.10" date="2013-07-05" status="stub"/> + + <credit type="author copyright"> + <name></name> + <email its:translate="no"></email> + <years></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></desc> + </info> + + <title></title> + + <!-- How to view the page source and the oddities that come with it. --> + + <p></p> + +</page> |