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