-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.txt
78 lines (59 loc) · 2.55 KB
/
about.txt
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
_ _
/\ | | | |
/ \ | |__ ___ _ _| |_
/ /\ \ | '_ \ / _ \| | | | __|
/ ____ \| |_) | (_) | |_| | |_
/_/ \_\_.__/ \___/ \__,_|\__|
*********************************************************************
@programm_name = Gopher client for Windows
@author = Mateusz Waldemar Myalski
@programmed_with = Python 3
@version = 1.0
h@repository URL:http://myalski.co.uk myalski.co.uk 80
h@author_page URL:http://myalski.co.uk myalski.co.uk 80
*********************************************************************
=[SELF COMPILE]======================================================
If you would like to recompile this client by your own you can clone
the GIT repository.
This Python script is working thanks to modules:
-tkinter
-socket
-threading
-urllib
-os
-sys
By changing values in module "constans.py" you can modify color schemes,
or change default page on programm start.
=[DESCRIPTION]=======================================================
This program is created to not use any external programms for propper
executing. Just plug&play.
Known image files and HTML type links will execute automaticly after
finished downloading.
You can use adress field to use Veronica-2 search engine, just type
there your querry and hit GO button.
This programm allow you to be executed with gopher link arg.
eg. programm_name.exe gopher://gopher.floodgap.com/
or eg. python gopherClient.pyw gopher://gopher.floodgap.com/
You can download the page in raw/readable format.
Raw format allows you to open the file with this client and parse
it propperly.
Readable format download the visible content in browser field.
When the name of downloaded file doesn`t have specified extension it
will have added ".unknown" string. Change this if you know the
correct file format.
=[SHORTCUTS]=========================================================
- Right Mouse Press
History back
- CTRL + C
Copy text
- CRTL + S
Save current page.
- CRTL + F
Search on page. When highlighted text on screen the
second execution will delete selections.
- CTRL + MOUSE WHEEL UP
Make font bigger
- CTRL + MOUSE WHEEL DOWN
Make font smaller
- Enter
Run connection.