From 9a0b3a87b7ed05471fcf9f1c0e4ed6024d59c490 Mon Sep 17 00:00:00 2001 From: "Janisch, Mirco" Date: Sun, 15 Oct 2023 23:02:23 +0200 Subject: [PATCH] added posts --- resources/post.discord.txt | 21 +++++++++++++++ resources/post.forum.txt | 52 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 resources/post.discord.txt create mode 100644 resources/post.forum.txt diff --git a/resources/post.discord.txt b/resources/post.discord.txt new file mode 100644 index 0000000..05a428b --- /dev/null +++ b/resources/post.discord.txt @@ -0,0 +1,21 @@ +# SMW Central Browser +Hey! Thanks for stopping by! Today, I bring you the [SMW Central Browser](https://github.com/R3tr0BoiDX/smwc-browser/)! + +## What is this? + +Depending on your perspective, this can be several. Mostly, it's a handy tool to browser and search for [SMW hacks](https://www.smwcentral.net/?p=section&s=smwhacks) on [SMW Central](https://www.smwcentral.net/). This tool allows you to browse through all SMW hacks submissions, search with specific filters, lets you download and patch your SMW SFC file and launches the patched ROM with your favorite emulator! + +From another perspective, a part of this project is a crawler (for the submission table-like pages as of right now), which allows you to interact with the submissions in a more developer friendly way. Maybe you want to build your own browser, then you might want to check out [this subfolder](source/smwc)! + +This project was mainly created with the Steam Deck in mind, but should work on any platform, that supports Python! +## Install +There are two ways for you to install this. You can download precompiled binaries or clone this repo and run it from the source code! +### Precompiled binaries +You can get the [latest precompiled binaries](https://github.com/R3tr0BoiDX/smwc-browser/releases/latest) from the releases section from this project's GitHub page. Just download them and execute them! It's nearly that easy! +### Run from source +If you prefer to run the program from the source, you should [check out the projects GitHub page](https://github.com/R3tr0BoiDX/smwc-browser/). + +## Wanna help? +If you wanna contribute and help with any feature, you're welcome! We need tests, bug fixes and new features would be nice as well. I much appreciate your consideration! + +# More information can be found on the [GitHub page of this project](https://github.com/R3tr0BoiDX/smwc-browser/) \ No newline at end of file diff --git a/resources/post.forum.txt b/resources/post.forum.txt new file mode 100644 index 0000000..d4f4997 --- /dev/null +++ b/resources/post.forum.txt @@ -0,0 +1,52 @@ +[img]https://raw.githubusercontent.com/R3tr0BoiDX/smwc-browser/master/media/images/logo.png?raw=true[/img] + +[size=24]SMW Central Browser[/size] + +Hey! Thanks for stopping by! Today, I bring you the SMW Central Browser! + +[size=16]What is this?[/size] + +Depending on your perspective, this can be several. Mostly, it's a handy tool to browser and search for SMW hacks on SMW Central. This tool allows you to browse through all SMW hacks submissions, search with specific filters, lets you download and patch your SMW SFC file and launches the patched ROM with your favorite emulator! + +From another perspective, a part of this project is a crawler (for the submission table-like pages as of right now), which allows you to interact with the submissions in a more developer friendly way. Maybe you want to build your own browser, then this is for you as well! + +This project was mainly created with the Steam Deck in mind, but should work on any platform, that supports Python! + +[size=16]Screenshots[/size] + +[b]SMW Central Browser main screen SMW Central Browser main screen[/b] +[url=https://raw.githubusercontent.com/R3tr0BoiDX/smwc-browser/master/.github/user/screen_main.png?raw=true][img]https://raw.githubusercontent.com/R3tr0BoiDX/smwc-browser/master/.github/user/screen_main_small.png?raw=true[/img][/url] + +[b]SMW Central Browser filter screen SMW Central Browser filter screen[/b] +[url=https://raw.githubusercontent.com/R3tr0BoiDX/smwc-browser/master/.github/user/screen_filter.png?raw=true][img]https://raw.githubusercontent.com/R3tr0BoiDX/smwc-browser/master/.github/user/screen_filter_small.png?raw=true[/img][/url] + +[size=16]Install[/size] +There are two ways for you to install this. You can download precompiled binaries or clone this repo and run it from the source code! + +[size=12]Precompiled binaries[/size] +You can get the latest precompiled binaries from the releases section of the GitHub project by following the link below. Just download them and execute them! It's nearly that easy! + +[url=https://github.com/R3tr0BoiDX/smwc-browser/releases/latest][img]https://github.com/R3tr0BoiDX/smwc-browser/blob/master/.github/user/download_button.png?raw=true[/img][/url] + +[size=12]Run from source[/size] +If you prefer to run the program from the source, you should [url=https://github.com/R3tr0BoiDX/smwc-browser/]check out the projects GitHub page[/url]. + +[size=16]Future ideas[/size] + +[i]In order of significance:[/i] +— Wrapper and screen for hack entry site +— Wrapper for hack screenshots and display in browser +— Save filter parameter +— File browser for unzipped hack, if there are multiple patch files +— Should include an option to show all files and apply them as patches if the user wishes so +— Maybe a way to delete downloaded hacks from the library? +— Support for SMW2:YI and SM64 +— Settings screen +— Argument to disable checksum check +— Language support +— Constructive criticism and ideas for improvements are also always welcome! + +[size=16]Wanna help?[/size] +This project is entirely done in my free time next to my full time job. Soon, I'll write my bachelor thesis and will have much less time for this project. So, if you wanna contribute and help with any feature, you're welcome! We need tests, bug fixes and new features would be nice as well. I much appreciate your consideration! + +[size=24]More information can be found on the[url=https://github.com/R3tr0BoiDX/smwc-browser/] GitHub page of this project[/url]![/size] \ No newline at end of file