Unbold "willow"
This commit is contained in:
parent
5fe84d6aff
commit
01b1e1d37a
30
README.md
30
README.md
|
@ -25,7 +25,7 @@ Willow] at the 2023 Ubuntu Summit._
|
||||||
|
|
||||||
[lightning talk on Willow]: https://youtu.be/XIGxKyekvBQ?t=29900
|
[lightning talk on Willow]: https://youtu.be/XIGxKyekvBQ?t=29900
|
||||||
|
|
||||||
**Willow** helps developers, sysadmins, and homelabbers keep up with software
|
Willow helps developers, sysadmins, and homelabbers keep up with software
|
||||||
releases across arbitrary forge platforms, including full-featured forges like
|
releases across arbitrary forge platforms, including full-featured forges like
|
||||||
GitHub, GitLab, or [Forgejo] as well as more minimal options like cgit or
|
GitHub, GitLab, or [Forgejo] as well as more minimal options like cgit or
|
||||||
[stagit].
|
[stagit].
|
||||||
|
@ -34,21 +34,21 @@ GitHub, GitLab, or [Forgejo] as well as more minimal options like cgit or
|
||||||
[cgit]: https://git.zx2c4.com/cgit/
|
[cgit]: https://git.zx2c4.com/cgit/
|
||||||
[stagit]: https://codemadness.org/stagit.html
|
[stagit]: https://codemadness.org/stagit.html
|
||||||
|
|
||||||
**Willow** exists because decentralisation, as wonderful as it is, does have
|
It exists because decentralisation, as wonderful as it is, does have some pain
|
||||||
some pain points. One piece of software is on GitHub, another piece is on
|
points. One piece of software is on GitHub, another piece is on GitLab, one on
|
||||||
GitLab, one on Bitbucket, a fourth on [SourceHut], a fifth on the developer's
|
Bitbucket, a fourth on [SourceHut], a fifth on the developer's self-hosted
|
||||||
self-hosted Forgejo instance. The capabilities of each platform can differ as
|
Forgejo instance. The capabilities of each platform can differ as well, making
|
||||||
well, making the problem even more difficult to solve. Forgejo and GitHub have
|
the problem even more difficult to solve. Forgejo and GitHub have RSS feeds that
|
||||||
RSS feeds that notify you of releases as well as APIs. SourceHut has firehose
|
notify you of releases as well as APIs. SourceHut has firehose RSS feeds that
|
||||||
RSS feeds that notify you of _all_ activity in the repo plus an APIs. GitLab
|
notify you of _all_ activity in the repo plus an APIs. GitLab only has an API.
|
||||||
only has an API. Some release announcements might be on the developer's personal
|
Some release announcements might be on the developer's personal blog. Sometimes
|
||||||
blog. Sometimes there's a CVE announcement prior to a release and those get
|
there's a CVE announcement prior to a release and those get published on a
|
||||||
published on a different platform entirely.
|
different platform entirely.
|
||||||
|
|
||||||
[SourceHut]: https://sourcehut.org/
|
[SourceHut]: https://sourcehut.org/
|
||||||
|
|
||||||
**Willow** brings all that scattered information under one roof by supporting
|
Willow brings all that scattered information under one roof by supporting both
|
||||||
both RSS and one of the _very_ few things all the forges have in common: their
|
RSS and one of the _very_ few things all the forges have in common: their
|
||||||
**V**ersion **C**ontrol **S**ystem. At the moment, [Git] is the _only_ supported
|
**V**ersion **C**ontrol **S**ystem. At the moment, [Git] is the _only_ supported
|
||||||
VCS, but we're definitely interested in adding support for Pijul, Fossil,
|
VCS, but we're definitely interested in adding support for Pijul, Fossil,
|
||||||
Mercurial, and potentially others.
|
Mercurial, and potentially others.
|
||||||
|
@ -92,8 +92,8 @@ tracker][todo] and see if there's anything you're interested in working on. If
|
||||||
there's specific functionality you'd like to see implemented and it's not
|
there's specific functionality you'd like to see implemented and it's not
|
||||||
mentioned in the ticket tracker, please send a description to the [mailing
|
mentioned in the ticket tracker, please send a description to the [mailing
|
||||||
list][email] so we can discuss its inclusion. If we don't feel like it fits with
|
list][email] so we can discuss its inclusion. If we don't feel like it fits with
|
||||||
**Willow's** goals, you're encouraged to fork the project and make whatever
|
Willow's goals, you're encouraged to fork the project and make whatever changes
|
||||||
changes you like!
|
you like!
|
||||||
|
|
||||||
Questions, comments, and patches can always go to the [mailing list][email], but
|
Questions, comments, and patches can always go to the [mailing list][email], but
|
||||||
there's also an [IRC channel][irc] and an [XMPP MUC][xmpp] for real-time
|
there's also an [IRC channel][irc] and an [XMPP MUC][xmpp] for real-time
|
||||||
|
|
Loading…
Reference in New Issue