[documentation-guide] Documented how to add a new document to Koji.

jhradile jhradile at fedoraproject.org
Sat Mar 22 03:56:37 UTC 2014


commit e77ee57e599920df9197a6bc19d1acc2e31c9a77
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Sat Mar 22 04:13:31 2014 +0100

    Documented how to add a new document to Koji.

 en-US/publican.xml |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/en-US/publican.xml b/en-US/publican.xml
index c752590..335d01f 100644
--- a/en-US/publican.xml
+++ b/en-US/publican.xml
@@ -255,7 +255,17 @@
     <title>Publishing a Document</title>
     <section id="sect-publican-publishing-adding">
       <title>Adding a New Document</title>
-      <remark>Hic sunt leones...</remark>
+      <para>
+        In order to publish an entirely new document or a new major version of an already published document on the <ulink url="http://docs.fedoraproject.org/">Fedora Documentation</ulink> website, <ulink url="https://fedorahosted.org/rel-eng/newticket">open a support ticket with Fedora Release Engineering</ulink> and request addition of the relevant RPM package name to the <systemitem>el6-docs</systemitem> repository. RPM package names of document created by Publican have the following format:
+      </para>
+      <synopsis><replaceable>product_name</replaceable>-<replaceable>document_title</replaceable>-<replaceable>product_number</replaceable>-web-<replaceable>language</replaceable></synopsis>
+      <para>
+        To determine the exact package name, you can run the following command in the main directory of your document:
+      </para>
+      <synopsis><command>publican package --lang <replaceable>language</replaceable></command></synopsis>
+      <para>
+        Replace <replaceable>language</replaceable> with a selected language code. This command packages your document as a source RPM (SRPM) and prints the absolute path to this package to standard output.
+      </para>
     </section>
     <section id="sect-publican-publishing-updating">
       <title>Updating a Document</title>


More information about the docs-commits mailing list