changeset 62:db2a1826bafa

[/trunk] Changeset 77 by mikael * Fix configure.in (AM_CONFIG_HEADER)
author mikael
date Wed, 06 Apr 2005 14:39:22 +0000
parents 5e1577acc8e7
children fb84760be386
files mcabber/README mcabber/configure.in mcabber/mcabberrc.example
diffstat 3 files changed, 41 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mcabber/README	Wed Apr 06 14:39:22 2005 +0000
@@ -0,0 +1,17 @@
+Well, the documentation is missing yet, but...
+
+!!!!!! SEE mcabberrc.example !!!!!!
+
+configfile:
+    The configfile will be placed in $HOME/.mcabberrc
+    and it will be:
+	
+	    username = username
+	    password = yourpassword
+	    server = serveryou.use
+	    resource = yourresourcenameOFFICE
+	    passtype = plain  (or sha1)
+	    
+
+That's all folks! (by the moment ;-)
+
--- a/mcabber/configure.in	Wed Apr 06 13:34:50 2005 +0000
+++ b/mcabber/configure.in	Wed Apr 06 14:39:22 2005 +0000
@@ -5,7 +5,7 @@
 AC_INIT(mcabber, 0.6.0, bmikael@lists.lilotux.net)
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([src])
-AC_CONFIG_HEADER([config.h])
+AM_CONFIG_HEADER(config.h)
 
 AC_PROG_RANLIB
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mcabber/mcabberrc.example	Wed Apr 06 14:39:22 2005 +0000
@@ -0,0 +1,23 @@
+# Sample .mcabberrc file
+
+# The jid will be the following: username@server/resource
+
+username = yourusername
+password = yourpassword
+server = your.jabber.server
+port = 5222
+resource = yourresource
+
+
+#  The colors
+# Note: the following settings may or may not be used currently... :)
+
+# Colors are: black, red, green, yellow, blue, magenta, cyan, white
+color_background = blue
+color_backselected = cyan
+color_borderlines = white
+color_jidonlineselected = black
+color_jidonline = green
+color_jidofflineselected = red
+color_jidoffline = red
+color_text = white