You must add an account to continue. Go to Settings.
About
WuppìMini (temporary name?) is a minimalist, basic HTML-based frontend, designed for quickly and efficiently publishing to social media and content management services (note that only WordPress is currently supported).
Mainly aimed at old systems that might not support modern web-apps, the server-hosted version of this application works without any client-side scripts, and should be optionally reachable via unencrypted HTTP.
About practical use cases, you ask? I made this to upload game posts from my 3DS, and possibly microblog with my Kindle! (See an example: this post was published from my n3DS.)
Check out all my other web endeavors at https://hub.octt.eu.org, or join my Matrix space to chat or if you need help: https://matrix.to/#/#Spacc:matrix.org.
Versions
This app uses a novel approach behind the scenes to be able to run in one of either two modes, while reusing a single codebase: a classical server-side-rendered application, which works well on very limited systems but requires connection with a dedicated backend server that runs it, or a modern client-side single-page-application, relying on many modern web technologies, but working without an hosting server. Occasional bugs or update delays aside, the two essentially have feature parity and the same interface, but can be useful in different situations. Use whatever you prefer in each possible situation.
- Server-hosted version: https://wuppimini.octt.eu.org/.
- Client-side version: https://hub.octt.eu.org/WuppiMini/.
Open-Source, Licensing, Disclaimers
Copyright (C) 2024 OctoSpacc
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see https://www.gnu.org/licenses/.
To get the original, unminified source code, visit this same page on the server-side version (refer to the Versions section above). Alternatively, you can also find the source code on my shared Git repo: https://gitlab.com/octospacc/octospacc.gitlab.io/-/tree/master/source/WuppiMini/.
Changelog
2024-07-15 (deployed 2024-07-30)
- Multi-account support (required changes to the cookie format), allowing for selection of destination in Compose and filtering of sources in Read.
- New multi-language support, using browser language as a default and allowing change in Settings.
- Slight UX improvements and bugfixes to existing forms and screens.
- Made a preview of the Compose screen visible before logging-in.
2024-02-24
- Allow uploading posts as published or draft, via 2 distinct buttons.
- Migrated fancy portable-server-codebase to SpaccDotWeb for code reuse and slimming down of the application core.
2024-02-12
- First working client-side version of the current app, without backend server (still a bit buggy).
- Fixed suggested tags handling not working and making the post error out, by instead simply writing them in the post body
2024-02-10
- Add "remember me" login option.
- Add "suggested tags" publishing option, will automatically add this list of tags to the post: [fromWuppiMini].
2024-02-09
- First working version, with an UI reminiscent of [that dead social network that rhymes with Meterse], and Info, Settings, and Composition pages!
- Allow logging in with a WordPress.org profile, and creating new posts, including uploading images.
- Add licensing and proper source code listing.
- Tested on New and Old 3DS.