forked from GNUFreetalk/freetalk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: Enable markdown and other cosmetic changes
- Loading branch information
Harshavardhana
committed
Apr 16, 2014
1 parent
b93b3eb
commit eade8bf
Showing
16 changed files
with
187 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ChangeLog is maintained by "git log". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.