Subversion Repositories Applications.gtt

Rev

Rev 94 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 94 Rev 187
Line 48... Line 48...
48
    <shortopt>f</shortopt>
48
    <shortopt>f</shortopt>
49
    <doc>will force download of new channel.xml if an existing channel name is used</doc>
49
    <doc>will force download of new channel.xml if an existing channel name is used</doc>
50
   </force>
50
   </force>
51
   <channel>
51
   <channel>
52
    <shortopt>c</shortopt>
52
    <shortopt>c</shortopt>
53
    <arg>CHANNEL</arg>
-
 
54
    <doc>will force download of new channel.xml if an existing channel name is used</doc>
53
    <doc>will force download of new channel.xml if an existing channel name is used</doc>
-
 
54
    <arg>CHANNEL</arg>
55
   </channel>
55
   </channel>
56
  </options>
56
  </options>
57
  <doc>[&lt;channel.xml&gt;|&lt;channel name&gt;]
57
  <doc>[&lt;channel.xml&gt;|&lt;channel name&gt;]
58
Update a channel in the channel list directly.  Note that all
58
Update a channel in the channel list directly.  Note that all
59
public channels can be synced using &quot;update-channels&quot;.
59
public channels can be synced using &quot;update-channels&quot;.
Line 85... Line 85...
85
  <summary>Initialize a Channel from its server</summary>
85
  <summary>Initialize a Channel from its server</summary>
86
  <function>doDiscover</function>
86
  <function>doDiscover</function>
87
  <shortcut>di</shortcut>
87
  <shortcut>di</shortcut>
88
  <options />
88
  <options />
89
  <doc>[&lt;channel.xml&gt;|&lt;channel name&gt;]
89
  <doc>[&lt;channel.xml&gt;|&lt;channel name&gt;]
90
Initialize a Channel from its server and create the local channel.xml.
90
Initialize a channel from its server and create a local channel.xml.
-
 
91
If &lt;channel name&gt; is in the format &quot;&lt;username&gt;:&lt;password&gt;@&lt;channel&gt;&quot; then
-
 
92
&lt;username&gt; and &lt;password&gt; will be set as the login username/password for
-
 
93
&lt;channel&gt;. Use caution when passing the username/password in this way, as
-
 
94
it may allow other users on your computer to briefly view your username/
-
 
95
password via the system&#039;s process list.
91
</doc>
96
</doc>
92
 </channel-discover>
97
 </channel-discover>
-
 
98
 <channel-login>
-
 
99
  <summary>Connects and authenticates to remote channel server</summary>
-
 
100
  <function>doLogin</function>
-
 
101
  <shortcut>cli</shortcut>
-
 
102
  <options />
-
 
103
  <doc>&lt;channel name&gt;
-
 
104
Log in to a remote channel server.  If &lt;channel name&gt; is not supplied,
-
 
105
the default channel is used. To use remote functions in the installer
-
 
106
that require any kind of privileges, you need to log in first.  The
-
 
107
username and password you enter here will be stored in your per-user
-
 
108
PEAR configuration (~/.pearrc on Unix-like systems).  After logging
-
 
109
in, your username and password will be sent along in subsequent
-
 
110
operations on the remote server.</doc>
-
 
111
 </channel-login>
-
 
112
 <channel-logout>
-
 
113
  <summary>Logs out from the remote channel server</summary>
-
 
114
  <function>doLogout</function>
-
 
115
  <shortcut>clo</shortcut>
-
 
116
  <options />
-
 
117
  <doc>&lt;channel name&gt;
-
 
118
Logs out from a remote channel server.  If &lt;channel name&gt; is not supplied,
-
 
119
the default channel is used. This command does not actually connect to the
-
 
120
remote server, it only deletes the stored username and password from your user
-
 
121
configuration.</doc>
-
 
122
 </channel-logout>
93
</commands>
123
</commands>
94
124