Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: |
Timelines: |
family
| ancestors
| descendants
| both
| trunk
|
Files: |
files
| file ages
| folders
|
SHA1: |
97c6298fb11545d69d605e0dd3184da3d3eae9ad |
User & Date: |
kevin
2016-04-08 01:44:35 |
Context
2016-04-08
| | |
02:39 |
|
check-in: 5108dd1abb user: kevin tags: trunk
|
01:44 |
|
check-in: 97c6298fb1 user: kevin tags: trunk
|
01:30 |
|
check-in: 05bfea91b9 user: kevin tags: trunk
|
| | |
Changes
Changes to build.bat.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
-
+
-
-
-
+
+
+
|
SET COPYCMD=/Y
set pythondir="C:\Users\kevin\AppData\Local\Programs\Python\Python35"
if exist dist\ (
rmdir dist\ /s /q
rd dist\ /s /q
)
if exist QuickWho.exe (
del QuickWho.exe
)
call windres icons.rc -o coff -o icons.o
call windres versioninfo.rc -o coff -o versioninfo.o
call buildexe %pythondir%
call xcopy %pythondir% dist\QuickWho /s /i /y
call xcopy scriptlibs dist\QuickWho\tcl\tk8.6 /s /i /y
call xcopy winlibs dist\QuickWho\tcl\tk8.6 /s /i /y
::call xcopy msgcat dist\QuickWho\tcl /s /i /y
call xcopy C:\Strawberry\c\bin\*.dll dist\QuickWho\
call xcopy QuickWho.exe dist\QuickWho\
call xcopy QuickWho.py dist\QuickWho\
call xcopy ToolTip.py dist\QuickWho\
rmdir C:\Users\kevin\Desktop\quickwho\dist\QuickWho\Doc\ /s /q
rmdir C:\Users\kevin\Desktop\quickwho\dist\QuickWho\Scripts\ /s /q
rmdir C:\Users\kevin\Desktop\quickwho\dist\QuickWho\Tools\ /s /q
rd C:\Users\kevin\Desktop\quickwho\dist\QuickWho\Doc\ /s /q
rd C:\Users\kevin\Desktop\quickwho\dist\QuickWho\Scripts\ /s /q
rd C:\Users\kevin\Desktop\quickwho\dist\QuickWho\Tools\ /s /q
|
Changes to buildexe.bat.
1
|
1
|
-
+
|
gcc -mwindows icons.o versioninfo.o quickwho.c -I %1\include -L%1\libs -L%1\DLLs -lShlwapi -lpython35 -o QuickWho.exe
gcc icons.o versioninfo.o quickwho.c -I %1\include -L%1\libs -L%1\DLLs -lShlwapi -lpython35 -o QuickWho.exe
|
Changes to scriptlibs/machelp/help.txt.
︙ | | |
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
-
+
|
'''Why QuickWho?'''
QuickWho compared to other "whois" tools:
* Much richer than other "whois" tools: includes geographic data, map data, and simple "whois" data, as well as raw whois output.
Geolocation of domains via map data.
* Less cumbersome than using an Internet-based whois tool. No need to load web page into browser.
* Pleasant-to-use, Mac-native interface.
* Pleasant-to-use, platform-native interface.
-------------------
title: Installing QuickWho
alias: Installing
To download QuickWho, go to [http://www.codebykevin.com/quickwho.html]. You can install the application anywhere on your machine. The downloadable version is a 30-day demo; if you like QuickWho, you can purchase the program and run it past the 30-day trial limit.
|
︙ | | |