Lynx configuration file

main v1.7.0
bashrc 2026-01-09 13:08:06 +00:00
parent 0bca0d9787
commit 6f9eeb6b1e
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -1171,7 +1171,7 @@ media while logged into a server via <em>ssh</em>.</p>
<p>If you are using <em>Lynx</em> then you will need to ensure that it
is configured for the <strong>utf-8</strong> character set, and that you
have emoji fonts installed (eg. <strong>noto-fonts-emoji</strong>). Edit
your <em>lynx.cfg</em> file (usually in <em>/etc/lynx.cfg</em>) and
your <em>lynx.cfg</em> file (usually in <em>/etc/lynx/lynx.cfg</em>) and
set:</p>
<pre class="text"><code>CHARACTER_SET:utf-8</code></pre>
<p>To avoid annoying questions you may also want to set:</p>

View File

@ -824,7 +824,7 @@ Since the web interface of Epicyon only needs HTML5 and CSS, it can work with br
Screenshots within the preceding sections all assume that you are using a common graphical web browser. However, it is also possible to use Epicyon from a shell browser, such as [Lynx](https://lynx.invisible-island.net). This may be better suited for use with screen readers, or if you want to check your social media while logged into a server via *ssh*.
If you are using *Lynx* then you will need to ensure that it is configured for the **utf-8** character set, and that you have emoji fonts installed (eg. **noto-fonts-emoji**). Edit your *lynx.cfg* file (usually in */etc/lynx.cfg*) and set:
If you are using *Lynx* then you will need to ensure that it is configured for the **utf-8** character set, and that you have emoji fonts installed (eg. **noto-fonts-emoji**). Edit your *lynx.cfg* file (usually in */etc/lynx/lynx.cfg*) and set:
```text
CHARACTER_SET:utf-8
```