even more readme fixes

This commit is contained in:
Luxferre
2024-10-06 19:44:19 +03:00
parent f87c1e1a73
commit bb6c888b74
+3 -1
View File
@@ -60,6 +60,7 @@ In general, there are two reasons why a feature might not be implemented in BFG:
* Any sort of sound or video output * Any sort of sound or video output
* Any sort of embedded non-text content * Any sort of embedded non-text content
* NPS and Titan protocols and other means of content uploading \* * NPS and Titan protocols and other means of content uploading \*
* Gopher+ protocol extensions
* Guppy protocol (UDP-based, don't want to introduce another third-party dependency) * Guppy protocol (UDP-based, don't want to introduce another third-party dependency)
(\* probably will be implemented in a separate program) (\* probably will be implemented in a separate program)
@@ -108,7 +109,7 @@ The main configuration sections are:
* `[net]`: network-related configs, currently only has "timeout" parameter * `[net]`: network-related configs, currently only has "timeout" parameter
* `[widget]`: general UI widget appearance (ttkTheme, font (button font), entryfont, statusfont) * `[widget]`: general UI widget appearance (ttkTheme, font (button font), entryfont, statusfont)
* `[style.general]`: general content area appearance (textfont, foreground color, background color) * `[style.general]`: general content area appearance (textfont, monofont\*, foreground color, background color)
* `[style.link.normal]`: normal link colors (foreground, background) * `[style.link.normal]`: normal link colors (foreground, background)
* `[style.link.focused]`: currently focused link colors (foreground, background) * `[style.link.focused]`: currently focused link colors (foreground, background)
* `[style.highlight]`: highlighted area colors (foreground, background) - used with search functionality * `[style.highlight]`: highlighted area colors (foreground, background) - used with search functionality
@@ -116,6 +117,7 @@ The main configuration sections are:
Feel free to modify the bfg.ini file according to your own preferences, the one shipped is just an example. Feel free to modify the bfg.ini file according to your own preferences, the one shipped is just an example.
\* Note: Gopher, Finger and Nex content is always rendered in the monospace font.
## FAQ ## FAQ