cvs: peardoc /en/channels/scs/commands addcategory.xml addmaintainer.xml update.xml
[email protected] ("Brett Bieber")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvssaltybeagle1247059069@cvsserver> |
saltybeagle Wed Jul 8 13:17:49 2009 UTC
Modified files:
/peardoc/en/channels/scs/commands addcategory.xml update.xml
addmaintainer.xml
Log:
Document the add-category, add-maintainer and update commands for scs
http://cvs.php.net/viewvc.cgi/peardoc/en/channels/scs/commands/addcategory.xml?r1=1.1&r2=1.2&diff_format=u
Index: peardoc/en/channels/scs/commands/addcategory.xml
diff -u peardoc/en/channels/scs/commands/addcategory.xml:1.1 peardoc/en/channels/scs/commands/addcategory.xml:1.2
--- peardoc/en/channels/scs/commands/addcategory.xml:1.1 Fri Jul 3 14:18:19 2009
+++ peardoc/en/channels/scs/commands/addcategory.xml Wed Jul 8 13:17:49 2009
@@ -1 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
+<section xmlns="http://docbook.org/ns/docbook" version="lillet" xml:id="channels.scs.commands.addcategory">
+ <info><title>add-category - adds a package category</title></info>
+ <para>
+ The <literal>add-category</literal> command adds a category to the channel.
+ </para>
+ <para>
+ <screen>
+ pearscs add-cateogry category
+ </screen>
+ </para>
+ <para>
+ This command adds a category to the channel for grouping related packages.
+ </para>
+</section>
\ No newline at end of file
http://cvs.php.net/viewvc.cgi/peardoc/en/channels/scs/commands/update.xml?r1=1.1&r2=1.2&diff_format=u
Index: peardoc/en/channels/scs/commands/update.xml
diff -u peardoc/en/channels/scs/commands/update.xml:1.1 peardoc/en/channels/scs/commands/update.xml:1.2
--- peardoc/en/channels/scs/commands/update.xml:1.1 Fri Jul 3 14:18:19 2009
+++ peardoc/en/channels/scs/commands/update.xml Wed Jul 8 13:17:49 2009
@@ -1 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
+<section xmlns="http://docbook.org/ns/docbook" version="lillet" xml:id="channels.scs.commands.update">
+ <info><title>update - updates the xml files for the local channel</title></info>
+ <para>
+ The <literal>update</literal> command re-generates the xml files for all
+ releases.
+ </para>
+ <para>
+ <screen>
+ pearscs update [./channel.xml]
+ </screen>
+ </para>
+ <para>
+ This command updates the associated xml files for all releases present in the
+ get directory.
+ </para>
+</section>
\ No newline at end of file
http://cvs.php.net/viewvc.cgi/peardoc/en/channels/scs/commands/addmaintainer.xml?r1=1.1&r2=1.2&diff_format=u
Index: peardoc/en/channels/scs/commands/addmaintainer.xml
diff -u peardoc/en/channels/scs/commands/addmaintainer.xml:1.1 peardoc/en/channels/scs/commands/addmaintainer.xml:1.2
--- peardoc/en/channels/scs/commands/addmaintainer.xml:1.1 Fri Jul 3 14:18:19 2009
+++ peardoc/en/channels/scs/commands/addmaintainer.xml Wed Jul 8 13:17:49 2009
@@ -1 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
+<section xmlns="http://docbook.org/ns/docbook" version="lillet" xml:id="channels.scs.commands.addmaintainer">
+ <info><title>add-maintainer - adds a maintainer</title></info>
+ <para>
+ The <literal>add-maintainer</literal> command adds a maintainer's handle
+ to the list of channel maintainers.
+ </para>
+ <para>
+ <screen>
+ pearscs add-maintainer handle
+ </screen>
+ </para>
+ <para>
+ This command adds the handle of a maintainer to the local channel. It is not
+ necessary to add maintainers before releasing a package, as they will
+ automatically be added or updated.
+ </para>
+</section>
\ No newline at end of file