Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update docs |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
97c6298fb11545d69d605e0dd3184da3 |
User & Date: | kevin 2016-04-08 01:44:35 |
Context
2016-04-08
| ||
02:39 | Update build script for Mac check-in: 5108dd1abb user: kevin tags: trunk | |
01:44 | Update docs check-in: 97c6298fb1 user: kevin tags: trunk | |
01:30 | Tweaks check-in: 05bfea91b9 user: kevin tags: trunk | |
Changes
Changes to build.bat.
1 2 3 4 5 6 | SET COPYCMD=/Y set pythondir="C:\Users\kevin\AppData\Local\Programs\Python\Python35" if exist dist\ ( | | | | | | 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\ ( 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\ 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 | 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 | '''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. | | | 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, 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. |
︙ | ︙ |