Hack call: 14:00 UTC
- freedombox.org App Catalog (James)
https://salsa.debian.org/freedombox-team/freedombox.org/-/issues/112
- Sorting apps
- by popularity: popcon.freedombox.org - for all Debian installs
- alphabetical
- start with just a list, same as what we see in plinth
- tags rather than categories
FeatherWiki & TiddlyWiki (Joseph)
- Note-taking tools
- Personal/private, used by one person
- Interactive: macros, Javascript, visualizations, data queries, flash cards, reading list
- Quines: Can produce its own source code
- Edit in browser
- Save file using browser
- HTML file includes all source code and entered data, CSS, JS
- Use offline
- Original approach: Open latest version of file, write as new version
- desktop apps
TiddlyHost - DAV - save directly to server
FeatherWiki Nest - saves entire file
- helps with editing on mobile
can also save TiddlyWiki files
- python apache cgi-bin script
- GET - download file
- OPTIONS - check if saving is possible
- PUT - save file to server
- only checks that its an HTML file
Using FreedomBox for backups, SSO
- any user in group can view/edit
- feather.wiki
- lightweight, 60 kB
- less features
- have many Feather Wikis
- server version
- tiddlywiki.com
- 2.4 MB minified
have one TiddlyWiki
- Tiddloid Android app
- encrypted, password-protected Tiddler
- non-technical audience
- newer version works with Firefox
- import old file into new version
- packaging issues
- user brings their own HTML files
- how to start - empty.html then save it
FreedomBox will fetch empty.html from upstream site
- quines are never packaged in NPM
- build process could be replicated in Debian
- desktop - needs app to be packaged
FeatherWiki has a few dependencies
- Could use quines with Syncthing - no save button.
- "Create wiki" option needs file from upstream
- Relies on security of upstream build process
- Mention where the file is downloaded from.
- try storing file with Nextcloud for sharing
- systemd-vm could be an alternative to vagrant, at least on Linux.
