Repository : http://git.fedorahosted.org/git/?p=secure-coding.git On branch : master >--------------------------------------------------------------- commit c5afb3fe278eecdac1f43c14956242d99321b8db Author: Eric Christensen <echriste@xxxxxxxxxx> Date: Wed May 28 11:05:21 2014 -0400 Changed from article to a book >--------------------------------------------------------------- .../en-US/{Article_Info.xml => Book_Info.xml} | 6 ++-- Securing_TLS/en-US/Chapter.xml | 33 ++++++++++++++++++++ Securing_TLS/en-US/Preface.xml | 13 ++++++++ Securing_TLS/en-US/Securing_TLS.xml | 13 +++---- Securing_TLS/publican.cfg | 8 ++-- 5 files changed, 59 insertions(+), 14 deletions(-) diff --git a/Securing_TLS/en-US/Article_Info.xml b/Securing_TLS/en-US/Book_Info.xml similarity index 82% rename from Securing_TLS/en-US/Article_Info.xml rename to Securing_TLS/en-US/Book_Info.xml index a8e059c..25fe7f3 100644 --- a/Securing_TLS/en-US/Article_Info.xml +++ b/Securing_TLS/en-US/Book_Info.xml @@ -1,9 +1,9 @@ <?xml version='1.0' encoding='utf-8' ?> -<!DOCTYPE articleinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ +<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ <!ENTITY % BOOK_ENTITIES SYSTEM "Securing_TLS.ent"> %BOOK_ENTITIES; ]> -<articleinfo id="arti-Fedora_Security_Team-Securing_TLS-Securing_TLS"> +<bookinfo id="book-Fedora_Security_Team-Securing_TLS-Securing_TLS"> <title>Securing TLS</title> <subtitle>Enter a short description here.</subtitle> <productname>Fedora Security Team</productname> @@ -24,5 +24,5 @@ </corpauthor> <xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -</articleinfo> +</bookinfo> diff --git a/Securing_TLS/en-US/Chapter.xml b/Securing_TLS/en-US/Chapter.xml new file mode 100644 index 0000000..36febc1 --- /dev/null +++ b/Securing_TLS/en-US/Chapter.xml @@ -0,0 +1,33 @@ +<?xml version='1.0' encoding='utf-8' ?> +<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ +<!ENTITY % BOOK_ENTITIES SYSTEM "Securing_TLS.ent"> +%BOOK_ENTITIES; +]> +<chapter id="chap-Fedora_Security_Team-Securing_TLS-Test_Chapter"> + <title>Test Chapter</title> + <para> + This is a test paragraph + </para> + <section id="sect-Fedora_Security_Team-Securing_TLS-Test_Chapter-Test_Section_1"> + <title>Test Section 1</title> + <para> + This is a test paragraph in a section + </para> + </section> + + <section id="sect-Fedora_Security_Team-Securing_TLS-Test_Chapter-Test_Section_2"> + <title>Test Section 2</title> + <para> + This is a test paragraph in Section 2 + <orderedlist> + <listitem> + <para> + This is a test listitem. + </para> + </listitem> + </orderedlist> + </para> + </section> + +</chapter> + diff --git a/Securing_TLS/en-US/Preface.xml b/Securing_TLS/en-US/Preface.xml new file mode 100644 index 0000000..9fe15e4 --- /dev/null +++ b/Securing_TLS/en-US/Preface.xml @@ -0,0 +1,13 @@ +<?xml version='1.0' encoding='utf-8' ?> +<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ +<!ENTITY % BOOK_ENTITIES SYSTEM "Securing_TLS.ent"> +%BOOK_ENTITIES; +]> +<preface id="pref-Fedora_Security_Team-Securing_TLS-Preface"> + <title>Preface</title> + <xi:include href="Common_Content/Conventions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude"><xi:fallback xmlns:xi="http://www.w3.org/2001/XInclude"><xi:include href="Common_Content/Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + </xi:fallback> + </xi:include> +</preface> + diff --git a/Securing_TLS/en-US/Securing_TLS.xml b/Securing_TLS/en-US/Securing_TLS.xml index 7e6ae9a..2e80080 100644 --- a/Securing_TLS/en-US/Securing_TLS.xml +++ b/Securing_TLS/en-US/Securing_TLS.xml @@ -1,14 +1,13 @@ <?xml version='1.0' encoding='utf-8' ?> -<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ <!ENTITY % BOOK_ENTITIES SYSTEM "Securing_TLS.ent"> %BOOK_ENTITIES; ]> -<article> - <xi:include href="Article_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - <para> - This is a test paragraph - </para> +<book> + <xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="Chapter.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> <index /> -</article> +</book> diff --git a/Securing_TLS/publican.cfg b/Securing_TLS/publican.cfg index 646e599..3e94942 100644 --- a/Securing_TLS/publican.cfg +++ b/Securing_TLS/publican.cfg @@ -1,8 +1,8 @@ # Config::Simple 4.59 -# Wed May 28 10:59:04 2014 +# Wed May 28 11:03:40 2014 -xml_lang: "en-US" -dtdver: "4.5" -type: Article +type: Book brand: fedora +dtdver: "4.5" +xml_lang: "en-US" -- security mailing list security@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/security