From e6a082bbb784d5ca9c74856eb961541defc295ef Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 9 Apr 2025 10:42:11 +0200 Subject: Update projects --- content/pages/projects.md | 4 ++-- tools/projects.py | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/pages/projects.md b/content/pages/projects.md index 9184f0c..cb94a7b 100644 --- a/content/pages/projects.md +++ b/content/pages/projects.md @@ -186,7 +186,7 @@ Displays progress bar in terminal. It can be used as a standalone program so you ## newsbarge -Converts RSS feeds into HTML +Converts RSS feeds into single HTMLpage containing all the feed stories.
@@ -319,7 +319,7 @@ ttdaw is a tiny terminal based digital audio workstation made for fun, experimen
## TurtleTweaks -World of Warcraft 1.12 Tweaks and Enhancements Addon +World of Warcraft 1.12 client Tweaks and Enhancements Addon.
diff --git a/tools/projects.py b/tools/projects.py index 2805bf2..bf3c72f 100644 --- a/tools/projects.py +++ b/tools/projects.py @@ -135,13 +135,13 @@ def fetch_github_data(): return include_repositories -# include_repositories = fetch_github_data() +include_repositories = fetch_github_data() # with open("out.json", "w") as json_file: # json.dump(include_repositories, json_file, indent=4) -# generate_markdown_file(include_repositories) +generate_markdown_file(include_repositories) -with open("out.json", "r") as fp: - include_repositories = json.load(fp) - generate_markdown_file(include_repositories) +# with open("out.json", "r") as fp: +# include_repositories = json.load(fp) +# generate_markdown_file(include_repositories) -- cgit v1.2.3