summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2023-01-23 21:09:43 -0600
committerFederico Mena Quintero <federico@gnome.org>2023-01-23 21:09:43 -0600
commit410f8ea59e295fc7469f15c82be2fabb64617f93 (patch)
tree7ee27f6f89678be6b9da422711ce8ea81e298a6d
parent89660a8214769852cb058d90512d3e1c0c9ae859 (diff)
downloadlibrsvg-410f8ea59e295fc7469f15c82be2fabb64617f93.tar.gz
README.md: link to blog articles about librsvg
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index ddbe9ebf..2ccb5845 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,7 @@ There is a code of conduct for contributors to librsvg; please see the
[GNOME Code of Conduct][coc], which is duplicated in the file
[`code-of-conduct.md`][coc-local].
-Please see the [Development guide for librsvg][devel-guide] on how to
+Please see the [Development Guide for librsvg][devel-guide] on how to
contribute to librsvg, how to report bugs, how set up your development
environment, and for a description of librsvg's architecture.
@@ -101,8 +101,8 @@ API" kind of library.
Feature additions will be considered on a case-by-case basis.
-You can read about librsvg's supported SVG and CSS features in the
-[FEATURES.md](FEATURES.md) file.
+You can read about librsvg's [supported SVG and CSS features][features] in the
+development guide.
# Non-goals of librsvg
@@ -190,6 +190,10 @@ ways:
convenient time for you, feel free to [mail me][mail] and we can
arrange a time.
+* I frequently [blog about librsvg][blog]. You may be interested in
+ the articles about porting librsvg from C to Rust, which happened
+ between 2016 and 2020.
+
[svg]: https://en.wikipedia.org/wiki/Scalable_Vector_Graphics
[gnome]: https://www.gnome.org/
[cairo]: https://www.cairographics.org/
@@ -212,3 +216,5 @@ ways:
[gnome-rust]: https://matrix.to/#/#rust:gnome.org
[devel-guide]: https://gnome.pages.gitlab.gnome.org/librsvg/devel-docs/index.html
[security]: https://gnome.pages.gitlab.gnome.org/librsvg/devel-docs/security.html
+[features]: https://gnome.pages.gitlab.gnome.org/librsvg/devel-docs/features.html
+[blog]: https://viruta.org/tag/librsvg.html