diff options
author | Andreas Kotes <andreas.kotes@nokia.com> | 2014-04-10 11:02:55 +0200 |
---|---|---|
committer | Andreas Kotes <andreas.kotes@nokia.com> | 2014-04-10 11:02:55 +0200 |
commit | 6119ae5156c3f01576d8bdefb8b861a45be372fb (patch) | |
tree | f63748c43dd2c255edce464a40a7a20db3ec79ca | |
parent | 516ba0aea75f74ca0a6060f8d75ad717ab7dcfef (diff) |
update manual pages to point to git
-rwxr-xr-x | README | 5 | ||||
-rwxr-xr-x | vchat-client.sgml | 9 | ||||
-rwxr-xr-x | vchat-howto | 5 |
3 files changed, 8 insertions, 11 deletions
@@ -2,10 +2,9 @@ Hi! | |||
2 | 2 | ||
3 | this is vchat-client, a GPLed (SSL) client for the vchat protocol. | 3 | this is vchat-client, a GPLed (SSL) client for the vchat protocol. |
4 | 4 | ||
5 | You can get the most recent version of vchat-client via CVS, e.g: | 5 | You can get the most recent version of vchat-client via git, e.g: |
6 | 6 | ||
7 | cvs -d:pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot login | 7 | git clone git://erdgeist.org/vchat-client |
8 | cvs -z3 -d:pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot co vchat-client | ||
9 | 8 | ||
10 | (press return at password prompt) | 9 | (press return at password prompt) |
11 | 10 | ||
diff --git a/vchat-client.sgml b/vchat-client.sgml index ee0dc36..4b4f130 100755 --- a/vchat-client.sgml +++ b/vchat-client.sgml | |||
@@ -262,16 +262,15 @@ TAB nick completion | |||
262 | <refsect1> | 262 | <refsect1> |
263 | <title>DEVEL</title> | 263 | <title>DEVEL</title> |
264 | 264 | ||
265 | <para>You can get the most recent version of vchat-client via CVS, e.g: | 265 | <para>You can get the most recent version of vchat-client via git, e.g: |
266 | <screen> | 266 | <screen> |
267 | <prompt>$ </prompt><userinput>cvs -d:pserver:anonymous@pulse.flatline.de:/home/cvsroot login</userinput> | 267 | <prompt>$ </prompt><userinput>git clone git://erdgeist.org/vchat-client</userinput> |
268 | <prompt>$ </prompt><userinput>cvs -z3 -d:pserver:anonymous@pulse.flatline.de:/home/cvsroot co vchat-client</userinput> | ||
269 | </screen> | 268 | </screen> |
270 | </para> | 269 | </para> |
271 | 270 | ||
272 | <para>(press return at password prompt) no autoconf yet, sorry. required libs: | 271 | <para>(press return at password prompt) no autoconf yet, sorry. required libs: |
273 | <literallayout> | 272 | <literallayout> |
274 | - openssl (0.9.6+ preferred) | 273 | - openssl (1.0.1g+ preferred) |
275 | - readline (4.2+ preferred) | 274 | - readline (4.2+ preferred) |
276 | - ncurses (5.2 preferred) | 275 | - ncurses (5.2 preferred) |
277 | </literallayout> | 276 | </literallayout> |
@@ -337,7 +336,7 @@ the admins has to be logged in.</para> | |||
337 | <refsect1> | 336 | <refsect1> |
338 | 337 | ||
339 | <title>SEE ALSO</title> | 338 | <title>SEE ALSO</title> |
340 | <para>gcc (1), cvs (1).</para> | 339 | <para>gcc (1), git (1).</para> |
341 | 340 | ||
342 | </refsect1> | 341 | </refsect1> |
343 | 342 | ||
diff --git a/vchat-howto b/vchat-howto index 22c34b7..0ace213 100755 --- a/vchat-howto +++ b/vchat-howto | |||
@@ -4,13 +4,12 @@ Newbies Guide to vchat via 'Buntclient' | |||
4 | 1. Get the Source, Luke | 4 | 1. Get the Source, Luke |
5 | ----------------------- | 5 | ----------------------- |
6 | 6 | ||
7 | Make sure, you got a shell and the tool called cvs. | 7 | Make sure, you got a shell and the tool called git. |
8 | cd to a directory the source shall reside in. | 8 | cd to a directory the source shall reside in. |
9 | 9 | ||
10 | Type: | 10 | Type: |
11 | 11 | ||
12 | $ cvs -d:pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot login | 12 | $ git clone git://erdgeist.org/vchat-client |
13 | $ cvs -z3 -d:pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot co vchat-client | ||
14 | 13 | ||
15 | (press return at password prompt) | 14 | (press return at password prompt) |
16 | 15 | ||