Mercurial > hg > anonet-resdb
annotate contrib/splice3/README @ 667:cd36aa5c9b00 draft
Merge branch 'master' of git://git1.somerandomnick.ano
author | d3v11 <d3v11@d3v11.ano> |
---|---|
date | Sun, 09 Oct 2011 14:22:41 -0500 |
parents | 71e998951fbf |
children |
rev | line source |
---|---|
626 | 1 DESCRIPTION: |
657
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
2 Brute Force Utilities For The Linux Shell. |
626 | 3 |
4 NOTE: | |
657
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
5 splice3 is currently under development. Major changes and bug |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
6 fixes will be appended to a CHANGES file. Some changes like |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
7 spelling errors or other small edits may not be shown. While |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
8 splice3 is being developed. |
626 | 9 |
10 USER: | |
657
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
11 splice3 is community ideas in a python2.7 implementation. please |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
12 feel free to fork or modify this project and upload it as you see |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
13 fit under the terms of the GPLv3. |
626 | 14 |
15 LICENSE: | |
657
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
16 This program is free software: you can redistribute it and/or modify |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
17 it under the terms of the GNU General Public License as published by |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
18 the Free Software Foundation, either version 3 of the License, or |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
19 (at your option) any later version. |
626 | 20 |
657
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
21 This program is distributed in the hope that it will be useful, |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
22 but WITHOUT ANY WARRANTY; without even the implied warranty of |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
23 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
24 GNU General Public License for more details. |
626 | 25 |
657
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
26 You should have received a copy of the GNU General Public License |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
27 along with this program. If not, see <http://www.gnu.org/licenses/>. |
626 | 28 |
29 DEPENDS ON: | |
657
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
30 python2.7, man |
626 | 31 |
32 INSTALL AND UNINSTALL: | |
657
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
33 To install, `cd' to the extracted splice folder. |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
34 Issue the following commands as root: |
626 | 35 |
657
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
36 make install |
626 | 37 |
657
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
38 To uninstall splice3, as root do: |
626 | 39 |
657
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
40 make uninstall |
626 | 41 |
657
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
42 To compile/install a .deb package, as root do: |
626 | 43 |
657
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
44 make install-deb |
626 | 45 |
46 UPDATE: | |
657
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
47 # d3v11's AnoNet update for splice3 - Not as root, do: |
626 | 48 |
657
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
49 make update |
626 | 50 |
51 HELP AND USAGE: | |
657
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
52 To obtain additional information on how to use splice3 |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
53 enter either of the following commands after installation: |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
54 |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
55 # For simple help display use: |
626 | 56 |
657
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
57 splice3 -h |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
58 |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
59 # For the detailed manual use: |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
60 |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
640
diff
changeset
|
61 splice3 --rtfm |
626 | 62 |
63 |