a09ea0bd9a
Use anyio.Path for async filesystem ops, tighten formatting, and harden mdformat
...
- Switch to anyio.Path for non-blocking filesystem operations (mkdir, glob)
so article directory creation and listing are async-friendly.
- Replace blocking sync glob with an async comprehension to build existing_files.
- Harden mdformat usage: call formatter inside try/except and fall back to
unformatted markdown on error to avoid crashes from unsupported options.
- Set logging to DEBUG for more verbose output during runs.
- Miscellaneous cleanups: reformat imports/long lists, collapse multi-line
constructs, and simplify timestamp parsing/formatting.
2025-11-04 22:11:59 +01:00
529b1a9cd4
Update XML links to use GitHub raw URLs and format Python code for consistency
2025-07-12 23:47:03 +02:00
github-actions[bot]
39e937212a
Go back to ATX headers; don't use sortingMark
2025-05-17 03:41:58 +02:00
github-actions[bot]
327d3ec83e
Add trailing comma to MarkdownConverter parameters for consistency
2025-05-17 03:12:17 +02:00
github-actions[bot]
4aa6d8bbe4
Don't strip img tags
2025-05-17 03:11:48 +02:00
github-actions[bot]
32adde998f
Improve HTML generation
2025-05-17 00:02:21 +02:00
github-actions[bot]
db1f5ce004
Use HTML instead of markdown
2025-05-16 23:50:07 +02:00
github-actions[bot]
4dfa0c0ad1
Sort articles list by createTime before creating feed
2025-05-16 03:18:23 +02:00
github-actions[bot]
e3c8494049
Fix type handling for article content in generate_atom_feed function
2025-05-15 03:35:22 +02:00
github-actions[bot]
42a0f53dc2
Enhance Markdown processing and link formatting
2025-05-15 03:15:45 +02:00
github-actions[bot]
a77eda24b1
Escape HTML
2025-05-10 19:27:44 +02:00
github-actions[bot]
a5e7e271ea
Use Markdown instead of HTML
2025-05-10 19:07:11 +02:00
github-actions[bot]
de689247ac
Add HTML cleaning 🧹
2025-05-10 17:55:26 +02:00
github-actions[bot]
f0a713ff95
Remove HTML sanitization
2025-05-10 17:26:54 +02:00
github-actions[bot]
b2bfadb057
Keep newlines in Atom feed
2025-05-10 16:55:53 +02:00
github-actions[bot]
5f997faded
Add Atom feeds
2025-05-10 16:34:42 +02:00
github-actions[bot]
1f7d0654aa
ArticleMenu.json contains data that should be added to the articles
2025-05-10 12:12:15 +02:00
github-actions[bot]
0a7c9f9770
Update scrape.py to enhance articles directory section formatting
2025-05-10 10:02:48 +02:00
github-actions[bot]
5815efdf39
Enhance README article links to include JSON file references
2025-05-10 10:01:31 +02:00
github-actions[bot]
e3e99c56c9
Add articles to README
2025-05-09 05:02:43 +02:00
github-actions[bot]
0a0a547c1d
Add check for existing file in Git history before committing
2025-05-09 03:29:29 +02:00
github-actions[bot]
8a6cae3799
Add functionality to commit JSON files to Git with their modification timestamps
2025-05-09 03:08:18 +02:00
github-actions[bot]
3846ac1fd1
Add initial scrape script
2025-05-09 02:36:15 +02:00