Henry committed remove obsolte fileLatest: 8df96b1 on 4/12/2016, 10:48:36 AM | |
📄 | .gitignore |
📄 | README.md |
📁 | chromium |
📁 | os |
📄 | package.json |
📄 | screenshot.png |
README.md
capsule
cypherspace re-transmitter
how to use
set up a URI handler for protocol ssb-capsule
put something like this in ~/.local/share/applications (linux):
[Desktop Entry]
Name=capsule
GenericName=capsuleURI
X-GNOME-FullName=capsule URI handler
Comment=send capsule URI text to sbot
Exec=/home/user/capsule/os/parser %u
Terminal=false
NoDisplay=true
Type=Application
StartupNotify=true
MimeType=x-scheme-handler/ssbcapsule
Categories=Network;P2P
install addon and use
git clone
npm install
- visit chrome extensions menu (chrome://extensions)
- check developer mode checkbox
- load unpacked extension from capsule/chromium
- visit a tab
- select some things
- click the addon icon
- type some fun comments
- choose a channel/topic it should be filed under
- hit send
- share your new cypherspace reblogging exploits
TODO
- ☑ strip out non-UI code from addon
- ☑ build proper fork of ssbify that takes an
html string
- see ssbify-string
- ☑ write parser/handler script using above fork
- ☑ add comment field to serialiser and parser
- ☐ automate xdg-open/open/windows registry horror.aspx) registration
- ☐ document
- ☐ release
- ☐ dance
credits
- icon adapted from open clipart
- ssbify
- DOM extractor from SnappySnippet
Built with git-ssb-web