commit be66be6e293763d7cd96b05853ea280e02f84c9e Author: Stefan Bohacek Date: Fri May 17 08:19:39 2024 -0400 First commit. diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..a59956b --- /dev/null +++ b/Dockerfile @@ -0,0 +1,2 @@ +FROM nginx:alpine +COPY . /usr/share/nginx/html \ No newline at end of file diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..b2f79ce --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2024 Stefan Bohacek, with contributions from The Bootstrap Authors and Themesberg + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..5ed7657 --- /dev/null +++ b/README.md @@ -0,0 +1,74 @@ +# Fediverse Sharing Button + +Let your site's visitors share your work with the fediverse! + +## Features + +- minimalist design inspired by Bootstrap +- shows a logo of supported fediverse software +- lets you share selected text +- remembers the last fediverse domain used +- free (as in fediverse) to use! + +## How to use + +1. Download the files in this repo. +2. Add the JavaScript code and CSS stylesheet to your page. + +```html + + + + + \ No newline at end of file