--- freetalk/doc/freetalk.texi 2005-10-22 09:03:16.000000000 +0530 +++ freetalk-hack/doc/freetalk.texi 2005-10-26 17:26:34.000000000 +0530 @@ -177,6 +177,13 @@ any argument. * shell:: run or escape to shell. * date:: date command. * who:: view buddy list. +* version:: displays freetalk version information. +* logout:: same as disconnect. +* history:: display history page one by one. +* load:: load an extension file. +* setup:: setup a fresh ~/.freetalk +* login:: interactive to jabber server blocking. +* help:: displays help for all the commands. @end menu @@ -315,6 +322,7 @@ Example: @example ~\/~> /port 995 + ~\/~> @end example @end deffn @@ -355,7 +363,7 @@ list of @var{arguments}. @end deffn @cmindex date address@hidden who, , date, Commands address@hidden who, version, date, Commands @section Freetalk command - who @deffn command /who This command displays the buddy list as well as their current buddy @@ -379,6 +387,137 @@ Example: @end deffn @cmindex who address@hidden version, logout, who, Commands address@hidden Freetalk command - version address@hidden command /version +This command displays the version information of the installed +freetalk package. + +Example: + address@hidden +~\/~> /version +freetalk (Freetalk) 0.0.1 +Copyright (C) 2005 Freetalk core team +This is a free software,No warranty,No MERCHANTIBILITY...... + +~\/~> address@hidden example address@hidden deffn address@hidden version + address@hidden logout, history, version, Commands address@hidden Freetalk command - logout address@hidden command /logout +This command works same as /disconnect but looks more meaningfull. + +Example: + address@hidden +~\/~> /logout + +disconnected from talk.google.com:reason(0):User Request. +~\/~> address@hidden example address@hidden deffn address@hidden logout + address@hidden history, load, logout, Commands address@hidden Freetalk command - history address@hidden command /history [BUDDY] +This command displays the history page one by one of the +respective @var{BUDDY}. + +Example: + address@hidden +~\/~> /history ranju1111@@gmail.com + +Prints the whole history page by page. + +~\/~> address@hidden example address@hidden deffn address@hidden history + address@hidden load, setup, history, Commands address@hidden Freetalk command - load address@hidden command /load [SCM] +This command loads the Scheme Extension file and executes it. address@hidden is the extension Scheme file written in Guile. +This command helps for the better customization of the software. + +Example: + address@hidden +~\/~> /load beep.scm + +"loads system beep" + +~\/~> address@hidden example address@hidden deffn address@hidden load + address@hidden setup, login, load, Commands address@hidden Freetalk command - setup address@hidden command /setup +This command starts a fresh ~/.freetalk directory with backing up +the older one. + +Example: + address@hidden +~\/~> /setup +'/root/.freetalk' -> '/root/.freetalk-backup-0' +Creating fresh state /root/.freetalk + +NOTE: Archieved previous state to /root/.freetalk-backup-0 !!! + +~\/~> address@hidden example address@hidden deffn address@hidden setup + address@hidden login, help, setup, Commands address@hidden Freetalk command - login address@hidden command /login +This command is the better interactive login than the normal login. +This command should be followed by /disconnect if you are logged in. + +Example: + address@hidden +~\/> /login +Jabber ID:harshavardhanacool@@gmail.com +Password: +Enable TLS/SSL (Y/N)? [Y]: y +Port [5223]: 2401 +Connecting... + +~\/~> address@hidden example address@hidden deffn address@hidden login + address@hidden help, , login, Commands address@hidden Freetalk command - help address@hidden command /help [freetalk-command] +This command prints help information on @var{freetalk-command} +commands interatively in a sorted way.If no argument in given +it prints the whole help for all the commands. + +Example: + address@hidden +~\/~> /help /version +/version /version + + - display the freetalk version information +~\/~> address@hidden example address@hidden deffn address@hidden help @node Customization, Tips and Tricks, Commands, Top @chapter Customizing freetalk