Trevor Slocum
a23ad13fd8
Fix connection issue affecting some sites
2 years ago
Trevor Slocum
f933e9dd1b
Update README
2 years ago
Trevor Slocum
6c7b8ec1d3
Document ConvertImages option
2 years ago
tslocum
8e8eef57e2
Merge pull request 'Convert images to images instead of links' ( #5 ) from f/gmitohtml:image-output into master
...
Reviewed-on: #5
2 years ago
Aaron Fischer
2fdec61b41
Move config to gmitohtml namespace
2 years ago
Aaron Fischer
0bec3c3eef
Fix wrong package name and clean up tag-building
...
DRY the tag building for links and images.
2 years ago
Aaron Fischer
586b293bef
Convert images to images instead of links
...
Image links will result in a `img` tag instead of a `a` tag. This
behaviour is disabled by default and can be enabled by adding the
following line to to config file:
convertimages: true
To get access to the config in the convert file, I had to move the
config file inside the gmitohtml namespace. This is specially handy
later on if the config file contains other settings which are useful for
the rest of the codebase.
2 years ago
Trevor Slocum
e18a99b437
Migrate to code.rocketnine.space
2 years ago
Trevor Slocum
b579de42ff
Release v1.0.3
2 years ago
Trevor Slocum
cfaca6678d
Add hostname option
...
Resolves #1 .
2 years ago
Trevor Slocum
2a1abe8efe
Do not display address bar when running without daemon
2 years ago
Trevor Slocum
dd70c77b18
Allow developers to reference CSS
2 years ago
Trevor Slocum
f71136c1a5
Set address bar width to screen width
2 years ago
Trevor Slocum
1c986eb018
Support bookmarks
2 years ago
Trevor Slocum
7445d6c830
Always use lowercase hostname in requests
2 years ago
Trevor Slocum
8c9f7852bb
Fix link parsing
2 years ago
Trevor Slocum
208beca154
Merge branch 'dark' into 'master'
...
Support dark theme using prefers-color-scheme
See merge request tslocum/gmitohtml!1
2 years ago
Paper
78b0228f49
Support dark theme using prefers-color-scheme
2 years ago
Trevor Slocum
a8700abe29
Escape page content
2 years ago
Trevor Slocum
e2232a8dc8
Add option to allow local file access
2 years ago
Trevor Slocum
11183c0c63
Fix link parsing
2 years ago
Trevor Slocum
f8ae52eb7d
Display navigation bar in pages
2 years ago
Trevor Slocum
7859f1946d
Add download link to README
2 years ago
Trevor Slocum
d17e5ab9cf
Parse configuration file
2 years ago
Trevor Slocum
9cf58a9982
Fix link parsing
2 years ago
Trevor Slocum
26115183a9
Allow specifying client certificate
2 years ago
Trevor Slocum
fb5e7f4ea4
Add LastRequestTime
2 years ago
Trevor Slocum
72c8172ab8
Support input requests
2 years ago
Trevor Slocum
44aa04981e
Add index page
2 years ago
Trevor Slocum
2dd0a77b6e
Follow redirections
2 years ago
Trevor Slocum
320c52d436
Add Normalize.css
2 years ago
Trevor Slocum
260018cc9d
Initial commit
2 years ago