diff options
| author | Drew DeVault <sir@cmpwn.com> | 2023-05-17 12:00:41 +0200 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2023-05-17 12:01:28 +0200 |
| commit | d03fa6b9f022d7bfa3110f164646fa5d1e420bee (patch) | |
| tree | 103445e2f222a46c20dce7cf7b3868943f6287e1 | |
| parent | ef7947dc2c637367b4eb7aa557fb3d2efb60d9b4 (diff) | |
| download | writefreesoftware.org-d03fa6b9f022d7bfa3110f164646fa5d1e420bee.tar.xz | |
Add intro blog post
| -rw-r--r-- | README.md | 40 | ||||
| -rw-r--r-- | assets/sass/_custom.scss | 4 | ||||
| -rw-r--r-- | content/_index.md | 4 | ||||
| -rw-r--r-- | content/blog/introducing-writefreesoftware.org.md | 42 | ||||
| -rw-r--r-- | static/images/banner-blog.jpg | bin | 0 -> 180114 bytes | |||
| -rw-r--r-- | static/images/banner-blog.webp | bin | 0 -> 42304 bytes | |||
| -rw-r--r-- | static/images/supertuxkart.jpg | bin | 499153 -> 94443 bytes |
7 files changed, 82 insertions, 8 deletions
@@ -12,3 +12,43 @@ Please contribute improvements via email to TODO: set up dedicated mailing list [0]: https://git-send-email.io + +## Content guidelines + +What kind of content is welcome on Write Free Software? + +### Main content + +The main content is narrowly focused on the following topics: + +- Introduction to free software philosophy +- Informational resources on free software in practice, e.g. using licenses + +The main content should not endorse any specific free software projects other +than those relevant to the development of free software itself (e.g. free +software licenses, software forges, etc), and should generally avoid using them +as examples. + +### Blog + +The blog is open to any contributors, and you are encouraged to write a post +about free software for it :) + +The scope of the blog is limited to matters related to free software philosophy +and the implementation of free software, but the scope is not so strict as the +main content. Details regarding specific projects and communities and their +approach to implementing free software practices, community management, and so +on, are welcome here. + +### Style guidelines + +- Use "free software" rather than "open source" unless specifically referring + to the open source movement + +## Code of conduct + +Participants are expected to respect the [Contributor Covenant Code of +Conduct][0]. Conduct questions and problem reports should be directed to [Drew +DeVault](mailto:sir@cmpwn.com). + +[0]: https://www.contributor-covenant.org/version/2/1/code_of_conduct/ diff --git a/assets/sass/_custom.scss b/assets/sass/_custom.scss index 28044c1..2e4dfa0 100644 --- a/assets/sass/_custom.scss +++ b/assets/sass/_custom.scss @@ -100,3 +100,7 @@ ol li::marker { color: #F44336; } } + +.post_body ul { + list-style: inherit; +} diff --git a/content/_index.md b/content/_index.md index 98873e8..5ddaa6c 100644 --- a/content/_index.md +++ b/content/_index.md @@ -11,10 +11,6 @@ software in a manner that respects the essential rights and freedoms of its users and authors — the freedom to **use**, **study**, **improve**, and **share** your software. -{{< tip "warning" >}} -This website is a work in progress. -{{< /tip >}} - {{< button "learn" "What is free software?" >}}{{< button "learn/participate" "Get started" >}} {{< /column >}} diff --git a/content/blog/introducing-writefreesoftware.org.md b/content/blog/introducing-writefreesoftware.org.md index 38de990..97dbb64 100644 --- a/content/blog/introducing-writefreesoftware.org.md +++ b/content/blog/introducing-writefreesoftware.org.md @@ -1,10 +1,44 @@ +++ author = "Drew DeVault" -title = "Introducing WriteFreeSoftware.org" +title = "A comprehensive resource for joining the Free Software movement" date = "2023-05-17" -description = "A new website for disseminating free software philosophy and practice" +description = "writefreesoftware.org is a new website for disseminating free software philosophy and practice" tags = ["meta"] -image = "banner.jpg" +image = "banner-blog.webp" +++ -TODO: write me +I'm pleased to announce the publication of [Write Free Software](/) today! This +website is a new resource for the Free Software community which aims to provide +a comprehensive and accessible entry-point and reference for the free software +movement. We aim to educate others on free software philosophy and practice, to +help people understand why free software is important and how to put it into +practice. + +Come here to learn things like: + +- [What is free software?](https://writefreesoftware.org/learn/) +- [How do free software licenses work?](https://writefreesoftware.org/learn/licenses/) +- [How does copyleft work?](https://writefreesoftware.org/learn/copyleft/) +- [How to choose a free software license](https://writefreesoftware.org/learn/participate/choose-a-license/) +- [How to re-use free software](https://writefreesoftware.org/learn/participate/derived-works/) + +And [much more](https://writefreesoftware.org/learn/)! + +The main content area of Write Free Software provides a lot of useful +informational resources about how free software works and how its principles can +be applied, but that's not all there is to free software. The [blog][1], though +it's just getting started, will provide a lot more free-form resources to help +maintainers and contributors better understand how to work effectively in free +software. + +Future topics for the blog include: + +[1]: /blog + +- Building and managing your free software communities +- Breakdowns of specific free software licenses +- Commercial participation in free software +- The importance of copyleft in practice + +Want to help with these or any other ideas? +[Consider writing for us!](https://git.sr.ht/~sircmpwn/writefreesoftware.org) diff --git a/static/images/banner-blog.jpg b/static/images/banner-blog.jpg Binary files differnew file mode 100644 index 0000000..14d7154 --- /dev/null +++ b/static/images/banner-blog.jpg diff --git a/static/images/banner-blog.webp b/static/images/banner-blog.webp Binary files differnew file mode 100644 index 0000000..cf75185 --- /dev/null +++ b/static/images/banner-blog.webp diff --git a/static/images/supertuxkart.jpg b/static/images/supertuxkart.jpg Binary files differindex 2d4c8d9..d6170fb 100644 --- a/static/images/supertuxkart.jpg +++ b/static/images/supertuxkart.jpg |
