From 20cbf6eb27b349ecceb463ce5827feaefea257dd Mon Sep 17 00:00:00 2001 From: Justin W. Flory (he/him) [Fedora Project] Date: Apr 20 2021 17:24:51 +0000 Subject: Initial commit. Add a README and a LICENSE. Signed-off-by: Justin W. Flory (he/him) [Fedora Project] --- diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..921d1fb --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021, The Fedora Project + +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.adoc b/README.adoc new file mode 100644 index 0000000..8dc9a68 --- /dev/null +++ b/README.adoc @@ -0,0 +1,39 @@ += RPM Sandbox + +// Style rule: one sentence per line please! +// This makes git diffs easier to read. :) + +[link=https://opensource.org/licenses/MIT] +image:https://img.shields.io/badge/License-MIT-yellow.svg[License: MIT] + +[link=https://matrix.to/#/#fedora-i3:matrix.org?via=mozilla.org] +image:https://img.shields.io/badge/chat-on%20freenode-brightgreen.svg[Join us at #fedora-i3:matrix.org] + +Collaborative git repository "sandbox" for RPM package spec work for i3 on Fedora. +The work in this repository is not yet ready for official packaging, but we intend to get it there. + + +[[where-to-go]] +== Where to go + +* https://docs.fedoraproject.org/en-US/i3/[*Fedora i3 Documentation*]: + Documentation about the Fedora i3 Spin and the i3 Special Interest Group (S.I.G.). + Look here for guidance and support on using the i3 Spin. + +* https://pagure.io/i3-sig/Fedora-i3-Spin/issues[*Discussion tickets*]: + Tickets where we propose, discuss, and vote on new ideas and changes. + This is the best place to look for what we currently focused on. + +* https://pagure.io/i3-sig/rpm-sandbox/tree/main[*RPM specs*]: + RPM specs and other works-in-progress by the S.I.G. + Do not expect polished work here! + But it is a tool for the core team members to work together on packaging new works for the Fedora i3 ecosystem. + +* https://i3wm.org/docs/[*i3 Documentation*]: + Official documentation for the i3 window manager, hosted by the i3 project. + + +[[legal]] +== Legal + +This work is licensed under the Current Default License for software in Fedora, the https://opensource.org/licenses/MIT)[MIT License].