updates
authorPekka Riikonen <priikone@silcnet.org>
Sun, 18 Nov 2001 13:32:26 +0000 (13:32 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 18 Nov 2001 13:32:26 +0000 (13:32 +0000)
README.CVS
apps/silcer/README

index fc950df7c38022104e44d31695350ca5d66a459f..5fa6246ac57f9f8e788d2d322b753e6cbe9aa11e 100644 (file)
@@ -138,8 +138,15 @@ Following directories currently exist in SILC source tree.
 
   silc/
 
 
   silc/
 
-        Includes SILC client.  There can be some extra files that will
-        never appear in public distribution, such as, configuration files.
+       Includes an example implementation of ncurses based SILC client.
+       It won't compile with current Toolkit since it is not being 
+       updated.  It is still good example for Toolkit programmer to 
+       figure out how to use SILC Toolkit.
+
+  silcer/
+
+       Includes an example implementation of GUI (Gnome) base SILC
+       client.  Please read silcer/README for more information.
 
   silcd/
 
 
   silcd/
 
@@ -179,7 +186,8 @@ is a string that is used to match the output debug.  The example "*" will
 match for everything, and all debugs will be printed.  If you want to
 limit the debugs you want to printout you can give for example a string
 like "*server*,*rng*" to match all functions, and filenames that has
 match for everything, and all debugs will be printed.  If you want to
 limit the debugs you want to printout you can give for example a string
 like "*server*,*rng*" to match all functions, and filenames that has
-"server" or "rng" string in them.  Others will not be printed out.
+"server" or "rng" string in them.  Others will not be printed out.  You   
+can freely define regural expressions as debug string.
 
 
 Howto Clean SILC Source Tree
 
 
 Howto Clean SILC Source Tree
index 3ae32ab205adde269a3c673d5447c3fa26e2bf7e..06e6ec596d64439a5241d2b5f4b99667a883ed16 100644 (file)
@@ -26,7 +26,7 @@ on the screen.  This means that when you give command /nick you won't
 actually see whether your nickname changed or not.  But it did. :)  Same 
 is when you join to a channel by giving command /join you won't get list 
 of users or other familiar things.  This is because those notifications 
 actually see whether your nickname changed or not.  But it did. :)  Same 
 is when you join to a channel by giving command /join you won't get list 
 of users or other familiar things.  This is because those notifications 
-has not been implemented.  They are left as an excerise for Toolkit 
+has not been implemented.  They are left as an exerise for Toolkit 
 programmers.  You can still converse on a channel.  You will see other 
 users' messages on the channel and you can talk to the channel, so you can 
 test the application if you like.
 programmers.  You can still converse on a channel.  You will see other 
 users' messages on the channel and you can talk to the channel, so you can 
 test the application if you like.