summaryrefslogtreecommitdiffstats
path: root/tmp/en-US/xml_tmp/examples
diff options
context:
space:
mode:
authorTushar <tushar.worldwide@gmail.com>2014-10-11 12:00:18 +0530
committerTushar <tushar.worldwide@gmail.com>2014-10-11 12:00:18 +0530
commite6721b3ada8a08609b822f82b0c19c852a002e54 (patch)
tree61a6f9e0b6cefa0efc54014c7bc7c24af7dd5f8f /tmp/en-US/xml_tmp/examples
parent65d90f7b5f3f668ee57c83402d94f4d900f219f1 (diff)
downloadfedora-cookbook-e6721b3ada8a08609b822f82b0c19c852a002e54.tar.gz
fedora-cookbook-e6721b3ada8a08609b822f82b0c19c852a002e54.tar.xz
fedora-cookbook-e6721b3ada8a08609b822f82b0c19c852a002e54.zip
New structure of article on Evolution
Diffstat (limited to 'tmp/en-US/xml_tmp/examples')
-rw-r--r--tmp/en-US/xml_tmp/examples/docbook.example84
-rw-r--r--tmp/en-US/xml_tmp/examples/markdown.example49
2 files changed, 0 insertions, 133 deletions
diff --git a/tmp/en-US/xml_tmp/examples/docbook.example b/tmp/en-US/xml_tmp/examples/docbook.example
deleted file mode 100644
index ca46712..0000000
--- a/tmp/en-US/xml_tmp/examples/docbook.example
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
- <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
- "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
- <!ENTITY % BOOK_ENTITIES SYSTEM "Fedora_Cookbook.ent">
- %BOOK_ENTITIES;
-]>
-<!-- Do not edit above this line -->
-<!--
- Please provide some information so we can give you credit:
- name: YOUR_NAME
- fas_id: YOUR_FEDORA_ACCT ( to verify you have signed the CLA )
- email: YOUR_EMAIL ( so the docs team can talk to you, not for publication )
--->
-
-<section id="NAME_OF_ARTICLE">
- <title>Name Of Article</title>
- <para>
- Replace this text with an introduction to your tutorial.
- </para>
- <section id="NAME_OF_ARTICLE-ingredients">
- <title>Required Ingredients</title>
- <!-- list packages, services, other recipes etc that are required -->
- <itemizedlist>
- <listitem><para>
- Required package group
- </para></listitem>
- <listitem><para>
- <!--
- An ingredient can be another recipe, use the section id.
- This will automatically create a link to the referenced
- section.
- -->
- <xref linkend="section-id" />
- </para></listitem>
- </itemizedlist>
- </section>
- <section id="NAME_OF_ARTICLE-directions">
- <title>Directions</title>
- <procedure>
- <title>Creating a NAME_OF_ARTICLE</title>
- <step><para>
- Install required packages:
- <screen>
- <command>yum install PACKAGE_LIST</command>
- </screen>
- </para></step>
- <step>
- <para>
- Activate required services:
- <screen>
- <command>systemctl start SERVICE_NAME</command>
- <command>systemctl enable SERVICE_NAME</command>
- </screen>
- </para>
- </step>
- <step>
- <para>
- Edit some configuration file
- </para>
- <para>
- You might want to explain further about that change, in another package.
- </para>
- </step>
- <step><para>
- You're getting the idea about the steps by now. Continue describing the process.
- </para></step>
- </procedure>
- </section>
-
- <section>
- <title>References</title>
- <itemizedlist>
- <listitem>
- <para><ulink url="http://example.com">Upstream Documentation</ulink></para>
- </listitem>
- <listitem>
- <para><ulink url="http://example.com/myblog/posts/todays_date" /></para>
- </listitem>
- </itemizedlist>
- </section>
-
-</section>
-
-
diff --git a/tmp/en-US/xml_tmp/examples/markdown.example b/tmp/en-US/xml_tmp/examples/markdown.example
deleted file mode 100644
index d7cfdaa..0000000
--- a/tmp/en-US/xml_tmp/examples/markdown.example
+++ /dev/null
@@ -1,49 +0,0 @@
-<!-- Do not edit above this line -->
-<!--
-Please provide some information so we can give you credit:
-name: YOUR_NAME
-fas_id: YOUR_FEDORA_ACCT ( to verify you have signed the CLA )
-email: YOUR_EMAIL ( so the docs team can talk to you, not for publication )
--->
-
-Name Of Article
-==================
-
-Replace this text with an introduction to your tutorial.
-
-Required Ingredients
---------------------------
-
-<!-- list packages, services, other recipes etc that are required -->
-* Required package group
-<!--
-An ingredient can be another recipe. Cite the name of the recipe so we can add a link when converting.
--->
-* Required services
-* Required tools and services
-
-Directions
----------------
-
-### Creating a NAME_OF_ARTICLE
-
-1. Install required packages:
-
-> yum install PACKAGE_LIST
-
-2. Activate required services:
-
-> systemctl start SERVICE_NAME
-> systemctl enable SERVICE_NAME
-
-3. Edit some configuration file
-
-You might want to explain further about that change, in another package.
-
-4. You're getting the idea about the steps by now. Continue describing the process.
-
-References:
-
-* [Upstream documentation](http://example.com) "Upstream Documentation"
-* [Your Blog](http://example.com/myblog/posts/todays_date) "Your blog"
-