Mercurial > hg > anonet-resdb
comparison contrib/splicex/README @ 678:93a5484092a2 draft
removed splice3 and added splicex
author | resdb <resdb@d3v11-VM.(none)> |
---|---|
date | Sat, 22 Oct 2011 14:43:31 -0500 |
parents | |
children | c5431d979670 |
comparison
equal
deleted
inserted
replaced
676:4faf15f647da | 678:93a5484092a2 |
---|---|
1 DESCRIPTION: | |
2 Brute Force Utilities For The Linux Shell. | |
3 | |
4 NOTE: | |
5 splicex 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 splicex is being developed. | |
9 | |
10 USER: | |
11 splicex 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 python, man | |
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 splicex, 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(2) update for splicex - Not as root, do: | |
48 | |
49 make update | |
50 | |
51 HELP AND USAGE: | |
52 To obtain additional information on how to use splicex | |
53 enter either of the following commands after installation: | |
54 | |
55 # For simple help display use: | |
56 | |
57 splicex --help | |
58 | |
59 # For the detailed manual use: | |
60 | |
61 splicex --rtfm | |
62 | |
63 |