Skip to content

Commit

Permalink
doc: Enable markdown and other cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshavardhana committed Apr 16, 2014
1 parent b93b3eb commit eade8bf
Show file tree
Hide file tree
Showing 16 changed files with 187 additions and 131 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ po/[email protected]
po/freetalk.pot
po/stamp-po
m4/
src/freetalk
src/freetalk
po/[email protected]
po/[email protected]
po/remove-potcdate.sed
6 changes: 3 additions & 3 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FreeTalk Contributors (sorted alphabetically)
=============================================
Contributors
=====

Active
---------
* Anand Babu
* Harshavardhana

TLS-feature
TLS-Support/Facebook Chat Support
---------
* Anis Elleuch

Expand Down
21 changes: 21 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Contributors
=====

Active
---------
* Anand Babu
* Harshavardhana

TLS-Support/Facebook Chat Support
---------
* Anis Elleuch

Documentation
-------------
* Harshavardhana

Inactive
----------
* Anand Avati
* Vikas Gorur
* Ravi Shekhar S
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ChangeLog is maintained by "git log".
8 changes: 8 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@ ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = autogen.sh

CLEANFILES = *~

gitclean: distclean
find . -name Makefile.in -exec rm -f {} \;
find . -name Makefile -exec rm -f {} \;
rm -fr autom4te.cache m4
rm -f missing aclocal.m4 config.h.in config.guess
rm -f config.sub ltmain.sh install-sh configure depcomp
rm -f config.rpath INSTALL
30 changes: 10 additions & 20 deletions README
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
GNU Freetalk
------------
http://www.gnu.org/software/freetalk
Freetalk
--------

Freetalk is a console based Jabber client. It features a readline
interface with completion of buddy names, commands, and even ordinary
Expand All @@ -10,30 +9,21 @@ through a Guile interface.
GNU Freetalk is distributed under the GNU General Public License,
version 3 or later --- see the file COPYING for details.

--------------
USING FREETALK
--------------
Usage
--------
To start with you can use Freetalk by just running 'freetalk' and
then doing /login to specify your Jabber account and password. To
then doing `/login` to specify your Jabber account and password. To
avoid having to do this every time, you can put your account details
in a file called ~/.freetalk/freetalk.scm. Look at examples/freetalk.scm
in a file called `~/.freetalk/freetalk.scm`. Look at `examples/freetalk.scm`
to know how to do this.

There is comprehensive documentation in Info format in the doc/ directory,
which you should be able to read by saying,

$ info freetalk
$ info freetalk

------------
MAILING LIST
------------
Queries
--------
If you face any problems compiling or using Freetalk, or if you have
any feedback/developer questions, feel free to post a message to
<[email protected]>.

NOTE: It has also been tested recently that, guile-1.8, freetalk-3.2 and gmail has stopped working.
Buddy listing has been a problem, logging works. Nothing seems obvious than it suddenly stopped
working, needs further investigation. Until then development work is focussed @ freetalk python
replacement.


`harsha (at) harshavardhana.net` or open a github issue.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Freetalk
--------

Freetalk is a console based Jabber client. It features a readline
interface with completion of buddy names, commands, and even ordinary
English words! Freetalk is extensible, configurable, and scriptable
through a Guile interface.

GNU Freetalk is distributed under the GNU General Public License,
version 3 or later --- see the file COPYING for details.

Usage
--------
To start with you can use Freetalk by just running 'freetalk' and
then doing `/login` to specify your Jabber account and password. To
avoid having to do this every time, you can put your account details
in a file called `~/.freetalk/freetalk.scm`. Look at `examples/freetalk.scm`
to know how to do this.

There is comprehensive documentation in Info format in the doc/ directory,
which you should be able to read by saying,

$ info freetalk

Queries
--------
If you face any problems compiling or using Freetalk, or if you have
any feedback/developer questions, feel free to post a message to
`harsha (at) harshavardhana.net` or open a github issue.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dnl GNU General Publicense v3 or later

dnl Process this file with autoconf to produce a configure script

AC_INIT([freetalk], [4.0], [[email protected]])
AC_INIT([freetalk], [4.0], [[email protected]])
AM_INIT_AUTOMAKE

AC_PREREQ([2.57])
Expand Down
26 changes: 13 additions & 13 deletions doc/authors.texi
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
@section FreeTalk Contributors (sorted alphabetically)
@section Contributors

@subsection Core team
@subsection Active
@multitable @columnfractions 0.03 0.25 0.35
@item 1. @tab Anand Avati @tab @email{avati@@zresearch.com}
@item 2. @tab Anand Babu @tab @email{ab@@zresearch.com}
@item 3. @tab Harshavardhana @tab @email{harsha@@zresearch.com}
@item 4. @tab Vikas Gorur @tab @email{vikas@@zresearch.com}
@item 1. @tab Anand Babu @tab @email{aperiasamy@@gmail.com}
@item 2. @tab Harshavardhana @tab @email{harsha@@harshavardhana.net}
@item 3. @tab Anis Elleuch @tab @email{anis.elleuch@@gmail.com}
@end multitable

@subsection Documentation
@subsection InActive
@multitable @columnfractions 0.03 0.25 0.35
@item 1. @tab Harshavardhana @tab @email{harsha@@zresearch.com}
@item 1. @tab Anand Avati @tab @email{avati@@gluster.org}
@item 2. @tab Vikas Gorur @tab @email{vikas@@twitter.com}
@end multitable

@subsection Packaging
@multitable @columnfractions 0.03 0.25 0.40 0.35
@c @item 1. @tab First Last @tab @email{[email protected]} @tab Debian GNU/Linux
@subsection Documentation
@multitable @columnfractions 0.03 0.25 0.35
@item 1. @tab Harshavardhana @tab @email{harsha@@harshavardhana.net}
@end multitable

@subsection contact point
@subsection Contact/Queries
@multitable @columnfractions 0.03 0.25 0.35
@item 1. @tab FreeTalk @tab @email{freetalk-dev@@gnu.org}
@item 1. @tab FreeTalk @tab @email{harsha@@harshavardhana.net}
@end multitable
Loading

0 comments on commit eade8bf

Please sign in to comment.