Skip to content

Commit 0f2321b

Browse files
committed
docs(en): translate ZennoProxyChecker settings section
- Replace inline disclaimer blocks in RU settings pages - Add EN settings pages, category and all referenced assets Result: settings documentation is fully localized for EN users
1 parent 92e6541 commit 0f2321b

15 files changed

Lines changed: 168 additions & 4 deletions

File tree

docs/ZennoProxyChecker/Settings/Additional_settings.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ title: Дополнительные настройки
44
description: "Дополнительные настройки программы ZennoProxyChecker"
55
---
66

7-
:::info **Пожалуйста, ознакомьтесь с [*Правилами использования материалов на данном ресурсе*](../Disclaimer).**
8-
:::
7+
import DisclaimerNotice from '@site/src/components/DisclaimerNotice';
8+
9+
<DisclaimerNotice />
910

1011
![additional_settings_ru](.\assets\additional_settings_ru\additional_settings_ru.png)
1112

docs/ZennoProxyChecker/Settings/Main_settings.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ title: Основные настройки
44
description: "Основные настройки программы ZennoProxyChecker"
55
---
66

7-
:::info **Пожалуйста, ознакомьтесь с [*Правилами использования материалов на данном ресурсе*](../Disclaimer).**
8-
:::
7+
import DisclaimerNotice from '@site/src/components/DisclaimerNotice';
8+
9+
<DisclaimerNotice />
910

1011
![main_settings_ru](.\assets\main_settings_ru\main_settings_ru.png)
1112

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
sidebar_position: 2
3+
title: Advanced Settings
4+
description: "Advanced settings of the ZennoProxyChecker program"
5+
---
6+
7+
import DisclaimerNotice from '@site/src/components/DisclaimerNotice';
8+
9+
<DisclaimerNotice />
10+
11+
![additional_settings_ru](.\assets\additional_settings_ru\additional_settings_ru.png)
12+
13+
14+
## **Minimize the program to the system tray**
15+
16+
When this setting is enabled, the program will minimize to the system tray instead of the taskbar.
17+
18+
19+
## **Disable error reports (globally)**
20+
21+
Sometimes errors occur after which ProxyChecker can recover on its own. However, if an error notification window is open, the program will not be able to recover. This option allows you to disable such notifications.
22+
23+
24+
## **Useful links**
25+
26+
[**Program settings**](https://docs.zennolab.com/zennoproxychecker/category/proxychecker-settings)
27+
28+
[**Main settings**](https://docs.zennolab.com/zennoproxychecker/Settings/Main_settings)
Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
---
2+
sidebar_position: 1
3+
title: Basic Settings
4+
description: "Basic settings of the ZennoProxyChecker program"
5+
---
6+
7+
import DisclaimerNotice from '@site/src/components/DisclaimerNotice';
8+
9+
<DisclaimerNotice />
10+
11+
![main_settings_ru](.\assets\main_settings_ru\main_settings_ru.png)
12+
13+
14+
## **What basic settings are available in ZennoProxyChecker?**
15+
16+
### **Proxy Check Server Address**
17+
18+
![proxy_checker_server_address_ru](.\assets\proxy_checker_server_address_ru\proxy_checker_server_address_ru.png)
19+
20+
Select a proxy checking server from the list of addresses.
21+
22+
### **List**
23+
24+
The URLs that the program uses to check proxies. By default, three addresses are listed here, but you can add your own.
25+
26+
### **"Test" Button**
27+
28+
After clicking it, the program will sequentially check the addresses from the "List" above to see if they are working. The test will finish when the first working proxy checking server is found or when the list of addresses is exhausted.
29+
30+
### **Selected**
31+
32+
This shows the address that will be used to check all proxies to determine whether they are alive or not. The first working address from the "List" is placed here.
33+
34+
35+
## **Behavior Settings**
36+
37+
![behavior_settings_ru](.\assets\behavior_settings_ru\behavior_settings_ru.png)
38+
39+
### **Treat non-anonymous proxies as dead**
40+
41+
The program will filter out non-anonymous proxies and return only anonymous ones.
42+
43+
### **Delete proxies when closing the program**
44+
45+
Clears the proxy list when the program is closed.
46+
47+
### **Number of threads per process**
48+
49+
Specifies the number of threads used for checking.
50+
51+
To apply the changes, you need to restart the program.
52+
53+
54+
## **Proxy Parsing Settings**
55+
56+
![parcing_settings_ru](.\assets\parcing_settings_ru\parcing_settings_ru.png)
57+
58+
Here you can add new and edit existing proxy parsing structures (in fact, a structure is a set of regular expressions).
59+
To open the parsing constructor, click the "Open Constructor" button.
60+
61+
### **Proxy Parsing Structure Constructor**
62+
63+
![proxy_parcing_structure_constructor_ru](.\assets\proxy_parcing_structure_constructor_ru\proxy_parcing_structure_constructor_ru.png)
64+
65+
### **“Structure List” Tab**
66+
67+
By default, 2 regular expressions are already added here. You can also use your own regular expressions by clicking the "Add" (1) or "Delete" (2) button.
68+
69+
![list_of_structures_ru](.\assets\list_of_structures_ru\list_of_structures_ru.png)
70+
71+
Some websites may use their own proxy markup, so if necessary, you can create your own parsing structure for almost any format and test it on a specific source using the tester. By clicking the "Structure Fields Help" (3) button, you can get a description of the fields used.
72+
73+
### **“Test Source” Tab**
74+
75+
![source_testing_ru](.\assets\source_testing_ru\source_testing_ru.png)
76+
77+
**Source address**: specify the website address from which proxies will be parsed.
78+
79+
**Selected structure**: choose the previously added parsing condition from the "Structure List" tab.
80+
Then click the "Test" button to start testing.
81+
82+
In the "Test result" window, you will see the proxies obtained according to the parsing conditions.
83+
84+
After closing the "Constructor" window or clicking the cancel button, the parsing results are not saved.
85+
86+
87+
## **Auto-Search Settings**
88+
89+
![auto-search_settings_ru](.\assets\auto-search_settings_ru\auto-search_settings_ru.png)
90+
91+
### **Detailed auto-search log**
92+
93+
If you check this box, you will see a detailed report of ZennoProxyChecker’s operation in auto-search mode.
94+
95+
### **Stop if more than XXX proxies are in the checking queue**
96+
97+
If this number of proxies in the queue is exceeded, auto-search will be stopped.
98+
99+
### **Stop if there are more than XXX proxies in the database**
100+
101+
If this number of proxies in the database is exceeded, auto-search will be stopped.
102+
103+
### **Stop if there are more than XXX sources in the database**
104+
105+
If this number of sources is exceeded, auto-search will be stopped.
106+
107+
### **Default source settings**
108+
109+
Here you specify the settings that will be applied to all newly added sources. You can read more about source functions and settings in the article Source Settings.
110+
111+
112+
## **Proxy Checking Settings**
113+
114+
![proxy_check_settings_ru](.\assets\proxy_check_settings_ru\proxy_check_settings_ru.png)
115+
116+
### **Use .NET process for proxy checking**
117+
118+
If this option is enabled, proxies will be checked using the .NET implementation of CheckingProcessor (restart required).
119+
120+
121+
## **Useful Links**
122+
123+
[**Working with proxies**](https://docs.zennolab.com/zennoproxychecker/category/proxychecker-working-with-proxy)
124+
125+
[**Source Settings**](https://docs.zennolab.com/zennoproxychecker/Program%20interface/Sources/Source_settings)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"label": "Settings",
3+
"position": 2,
4+
"link": {
5+
"type": "generated-index",
6+
"title": "ZennoProxyChecker Settings",
7+
"slug": "/category/proxychecker-settings"
8+
}
9+
}
26.2 KB
Loading
Loading
7.07 KB
Loading
13.8 KB
Loading
144 KB
Loading

0 commit comments

Comments
 (0)