cvs: peardoc /en/channels/scs commands.xml /en/channels/scs/commands create.xml release.xml
[email protected] ("Brett Bieber")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvssaltybeagle1247058240@cvsserver> |
saltybeagle Wed Jul 8 13:04:00 2009 UTC
Modified files:
/peardoc/en/channels/scs commands.xml
/peardoc/en/channels/scs/commands release.xml create.xml
Log:
Get the pearscs commands actually showing.
http://cvs.php.net/viewvc.cgi/peardoc/en/channels/scs/commands.xml?r1=1.1&r2=1.2&diff_format=u
Index: peardoc/en/channels/scs/commands.xml
diff -u peardoc/en/channels/scs/commands.xml:1.1 peardoc/en/channels/scs/commands.xml:1.2
--- peardoc/en/channels/scs/commands.xml:1.1 Fri Jul 3 14:18:19 2009
+++ peardoc/en/channels/scs/commands.xml Wed Jul 8 13:03:59 2009
@@ -1,40 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<section xmlns="http://docbook.org/ns/docbook" version="lillet" xml:id="channels.scs.commands">
+<section xmlns="http://docbook.org/ns/docbook" version="lillet" xmlns:phd="http://www.php.net/ns/phd" xml:id="channels.scs.commands">
<info><title>Commands Available In PEAR2_SimpleChannelServer</title></info>
- <para>
- The SimpleChannelServer command line script supports the following commands.
- <itemizedlist>
- <listitem>
- <para>
- <literal>create</literal> - Creates a channel
- </para>
- </listitem>
- <listitem>
- <para>
- <literal>release</literal> - Releases a package
- </para>
- </listitem>
- <listitem>
- <para>
- <literal>update</literal> - Updates an existing PEAR channel
- </para>
- <note>
- <para>
- This command will scan the /get/ directory for all packages, and
- release them.
- </para>
- </note>
- </listitem>
- <listitem>
- <para>
- <literal>add-maintainer</literal> - Adds a maintainer to the channel
- </para>
- </listitem>
- <listitem>
- <para>
- <literal>add-category</literal> - Adds a package category to the channel
- </para>
- </listitem>
- </itemizedlist>
- </para>
+
+ <!-- this thing does not work whatsoever. -->
+ <phd:toc phd:toc-depth="3" phd:element="channels.scs.commands"/>
+ <simpara>
+ Commands available for the pearscs command-line script.
+ </simpara>
+
+ &channels.scs.commands.create;
+ &channels.scs.commands.release;
+ &channels.scs.commands.update;
+ &channels.scs.commands.addmaintainer;
+ &channels.scs.commands.addcategory;
</section>
http://cvs.php.net/viewvc.cgi/peardoc/en/channels/scs/commands/release.xml?r1=1.1&r2=1.2&diff_format=u
Index: peardoc/en/channels/scs/commands/release.xml
diff -u peardoc/en/channels/scs/commands/release.xml:1.1 peardoc/en/channels/scs/commands/release.xml:1.2
--- peardoc/en/channels/scs/commands/release.xml:1.1 Fri Jul 3 14:18:19 2009
+++ peardoc/en/channels/scs/commands/release.xml Wed Jul 8 13:04:00 2009
@@ -1,13 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<section xmlns="http://docbook.org/ns/docbook" version="lillet" xml:id="channels.scs.commands.create">
- <info><title>The release Command</title></info>
+<section xmlns="http://docbook.org/ns/docbook" version="lillet" xml:id="channels.scs.commands.release">
+ <info><title>release - releases a PEAR package to the channel</title></info>
<para>
The <literal>release</literal> command releases a package to your PEAR
channel.
</para>
- <example>
+ <para>
+ <screen>
pearscs release MyPackage-1.0.0.tgz handle
- </example>
+ </screen>
+ </para>
<para>
The file must be a valid PEAR package, and can be either the package.xml
file, or a compressed and optionally signed .tgz file.
http://cvs.php.net/viewvc.cgi/peardoc/en/channels/scs/commands/create.xml?r1=1.1&r2=1.2&diff_format=u
Index: peardoc/en/channels/scs/commands/create.xml
diff -u peardoc/en/channels/scs/commands/create.xml:1.1 peardoc/en/channels/scs/commands/create.xml:1.2
--- peardoc/en/channels/scs/commands/create.xml:1.1 Fri Jul 3 14:18:19 2009
+++ peardoc/en/channels/scs/commands/create.xml Wed Jul 8 13:04:00 2009
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook" version="lillet" xml:id="channels.scs.commands.create">
- <info><title>The create Command</title></info>
+ <info><title>create - creates a PEAR channel</title></info>
<para>
The <literal>create</literal> command creates a PEAR channel on the
local filesystem, including the channel.xml file and the get and rest
@@ -10,9 +10,11 @@
off of your webserver, but you should be in that subdirectory when
executing this command.
</para>
- <example>
+ <para>
+ <screen>
pearscs create pear.example.com summary [alias] [./channel.xml]
- </example>
+ </screen>
+ </para>
<para>
Required arguments are the channel name and channel summary.