condividi-link-fediverso-fi.../README.md

91 lines
2.0 KiB
Markdown
Raw Normal View History

2021-04-06 21:11:18 +02:00
# ![img](/src/img/logo.png) Share Freedom - browser extension
2021-01-08 04:48:30 +01:00
2021-01-08 09:50:15 +01:00
Share the current tab on the [fediverse](https://fediverse.party/).
2021-01-08 04:48:30 +01:00
2021-04-06 19:51:52 +02:00
[![Firefox Add-on](/src/img/badge-amo.png)](https://addons.mozilla.org/en-US/firefox/addon/share-freedom/)
2021-01-08 04:48:30 +01:00
2021-01-08 09:01:57 +01:00
## Features
2021-01-08 16:41:56 +01:00
Simplest add-on for the fediverse. Share web pages right from the toolbar button.
Supported services/protocols:
- Gnusocial
- Mastodon / Misskey
- Hubzilla
- Diaspora
- Friendica
- Socialhome
- Lemmy
- Pleroma
- Osada / Zap / Zot6
- XMPP
2021-01-08 09:01:57 +01:00
## Screenshots
2021-04-06 19:51:52 +02:00
![img](/src/img/screenshot-1.png)
![img](/src/img/screenshot-2.png)
![img](/src/img/screenshot-3.png)
2021-01-08 09:01:57 +01:00
## Build
You need Node.js/npm
`npm install` then
2021-01-08 09:50:15 +01:00
2021-01-08 09:01:57 +01:00
`npm install --global web-ext`
2021-01-08 09:50:15 +01:00
Use the next command to generate the package (.zip file)
2021-01-08 09:50:15 +01:00
2021-01-08 09:01:57 +01:00
`web-ext build`
2021-01-08 09:50:15 +01:00
2021-01-08 09:01:57 +01:00
See [web-ext page](https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/).
**Optional:** Add-ons Linter by Mozilla
2021-01-08 09:50:15 +01:00
2021-01-08 09:01:57 +01:00
`npm install -g addons-linter`
2021-01-08 09:50:15 +01:00
2021-01-08 09:01:57 +01:00
See [repo](https://github.com/mozilla/addons-linter).
## Contributing
You can contribute in the following ways:
- Finding and reporting bugs
- Contributing code to the project by fixing bugs or implementing features
### Bug reports
Bug reports and feature suggestions can be submitted to [Gitlab Issues](https://gitlab.com/mickie1/share-freedom-extension/issues). Please make sure that you are not submitting duplicates, and that a similar report or request has not already been resolved or rejected in the past using the search function. Please also use descriptive, concise titles.
### Pull request
Please use clean, concise titles for your pull requests.
## Invite an ice cream
2021-01-08 16:41:56 +01:00
You can collaborate with __donations__ for the project :)
2021-03-12 16:17:18 +01:00
__Bitcoins:__ bc1qf7v8zty2yz8phulet29wcpxjclvffn5w6ry43w
2021-01-08 16:41:56 +01:00
2021-03-29 07:19:16 +02:00
__Ethereum:__ 0xca2FD9C3834694E2cB3db3bf79b3AfB083bA6732
2021-01-08 16:41:56 +01:00
2021-04-06 19:51:52 +02:00
![](/src/img/ice-cream.png)
2021-01-08 16:41:56 +01:00
[CC-BY 4.0 by Vincent Le Moign](https://commons.wikimedia.org/wiki/File:552-soft-ice-cream-2.svg)
2021-01-08 09:01:57 +01:00
## License
This program is licensed under GPL v3
2021-01-08 09:50:15 +01:00
2021-01-08 09:01:57 +01:00
Copyleft (ɔ) 2021 - Miguel (mickie)
2021-01-08 09:50:15 +01:00
2021-01-08 09:01:57 +01:00
See LICENSE file for more information.
2021-01-08 04:48:30 +01:00