Subversion Repositories Applications.gtt

Rev

Rev 94 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
94 jpm 1
<commands version="1.0">
2
 <login>
187 mathias 3
  <summary>Connects and authenticates to remote server [Deprecated in favor of channel-login]</summary>
4
  <function>doLogin</function>
94 jpm 5
  <shortcut>li</shortcut>
6
  <options />
187 mathias 7
  <doc>&lt;channel name&gt;
8
WARNING: This function is deprecated in favor of using channel-login
9
 
10
Log in to a remote channel server.  If &lt;channel name&gt; is not supplied,
11
the default channel is used. To use remote functions in the installer
94 jpm 12
that require any kind of privileges, you need to log in first.  The
13
username and password you enter here will be stored in your per-user
14
PEAR configuration (~/.pearrc on Unix-like systems).  After logging
15
in, your username and password will be sent along in subsequent
16
operations on the remote server.</doc>
17
 </login>
18
 <logout>
187 mathias 19
  <summary>Logs out from the remote server [Deprecated in favor of channel-logout]</summary>
20
  <function>doLogout</function>
94 jpm 21
  <shortcut>lo</shortcut>
22
  <options />
23
  <doc>
187 mathias 24
WARNING: This function is deprecated in favor of using channel-logout
25
 
94 jpm 26
Logs out from the remote server.  This command does not actually
27
connect to the remote server, it only deletes the stored username and
28
password from your user configuration.</doc>
29
 </logout>
30
</commands>