Gmnxd

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

39 check-ins that include changes to files matching 'src/gmi2html/*'

2024-10-25
20:48
Use some semantic elements in the html output. ... (Leaf check-in: 220e54fb1a user: absc tags: trunk)
2024-10-23
19:37
Distinguish between links and images. ... (check-in: 5c3f081ad1 user: absc tags: trunk)
19:35
Assign a class to the various div tags. ... (check-in: e18b7b6cc7 user: absc tags: trunk)
2024-10-22
20:06
Put the various elements inside div tags. ... (check-in: ae78f50d39 user: absc tags: trunk)
2024-06-29
23:31
Completely close filesystem access if we read only from stdin. ... (check-in: e6e769550a user: absc tags: trunk)
2024-02-16
22:55
Properly return on error. Use a variable for that. Stolen from doas. ... (check-in: b2b905db63 user: absc tags: trunk)
22:49
Exit if we encounter an error. ... (check-in: 0b8ed090d1 user: absc tags: trunk)
2024-01-24
21:16
No need to be too anal with newlines/ ... (check-in: 0157d253f2 user: absc tags: trunk)
21:05
Properly check for -1. ... (check-in: c538459c51 user: absc tags: trunk)
2024-01-15
22:27
Corrected some MISRA violations. ... (check-in: 2414f6685c user: absc tags: trunk)
2024-01-09
22:34
Properly add paragraphs to the blockquote. ... (check-in: 2d748c0018 user: absc tags: trunk)
22:27
Output a single blockquote for all the lines. ... (check-in: 0982ee3f14 user: absc tags: trunk)
22:08
Fix the repeating of the first character in a code block. It's a bit ugly, but it works. Probably the parser need some love. ... (check-in: 0681eb8a8b user: absc tags: trunk)
2023-08-23
17:30
Use the empty string if the alt text is null. ... (check-in: 3fd45033c9 user: absc tags: trunk)
17:24
Correct the alt text attribute. ... (check-in: b124db6948 user: absc tags: trunk)
2023-08-10
11:30
Add missing newline to output. ... (check-in: 0f8306320b user: absc tags: trunk)
11:17
Corrected the lang placement. ... (check-in: 0c58feb292 user: absc tags: trunk)
11:01
Add the -l flag to specify the document language. ... (check-in: 22dd44a6f0 user: absc tags: trunk)
10:51
Remove another trailing slash. ... (check-in: 4a4a78c7ba user: absc tags: trunk)
08:13
No need to backslash a meta. ... (check-in: fb88ab4d96 user: absc tags: trunk)
08:06
Add the viewport meta for mobile browsers. ... (check-in: f25147c6a9 user: absc tags: trunk)
2023-04-15
19:07
The "c" variable for the flags must be an integer. Correct a small warning. ... (check-in: a826b560cb user: absc tags: trunk)
2022-09-26
21:22
Properly increase the line size. The problem was not with the buffer, but with the fact that we mis-calculated the line size for the special characters we handle. ... (check-in: cae61afdf2 user: absc tags: trunk)
21:09
Increase the minimum size to check before resizing. This avoid potential alignement between the actual text and what still needs to be written. ... (check-in: 3ddce1ca49 user: absc tags: trunk)
20:44
Forgot a break. In this case, the ampersand is printed anyway. ... (check-in: 959a7b29af user: absc tags: trunk)
2022-09-15
20:01
Generate an img tag instead of a hyperlink. For some known image formats, for the web is preferable to have inline images. ... (check-in: d31cd2bc26 user: absc tags: trunk)
2022-09-14
18:53
Better sentencing. ... (check-in: 46f9c8d929 user: absc tags: trunk)
2022-08-13
10:12
Some clarifications about the CSS style path. ... (check-in: b2cd0e4ea6 user: absc tags: trunk)
2022-08-12
19:34
Add the usage() function. ... (check-in: c920b778a2 user: absc tags: trunk)
2022-08-04
21:11
Added missing README file/ ... (check-in: fd52ecd79d user: absc tags: trunk)
21:04
Added the -e flag. To print embeddable html snippets. ... (check-in: e5db4e1d77 user: absc tags: trunk)
2022-07-31
21:01
No need for a loop. ... (check-in: d1a047f625 user: absc tags: trunk)
2022-07-30
09:13
Strail backslash. ... (check-in: dec6b18e45 user: absc tags: trunk)
09:13
We will add the quote note at the end , if needed. ... (check-in: 789d6becbd user: absc tags: trunk)
2022-07-29
21:46
Use the link if no text is given. ... (check-in: 21c7f1749c user: absc tags: trunk)
19:41
We need to fetch the character, initially. ... (check-in: a252b8881a user: absc tags: trunk)
19:39
Corrected heading handling. Set head at 1 when beginning and corrected the i initial value. ... (check-in: 541c973744 user: absc tags: trunk)
19:24
Added support to report line and column numbers on error. ... (check-in: a7b4261f97 user: absc tags: trunk)
18:28
Import gmi2html, a gemini to html5 converter. ... (check-in: 4db49be324 user: absc tags: trunk)