From 4308ceecbe0ddaf5cd76a047bbd853ca1a87a2d5 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Fri, 10 Feb 2023 11:58:53 +1300 Subject: [PATCH] Adjust contribution links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0a9fdf..d5fcca7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Generic CSS style engine for Haskell, intended to aid the development of new bro Haskell Stylist implements CSS selection and cascade (but not inheritance) independant of the CSS at-rules and properties understood by the caller. It is intended to ease the development of new browser engines, independant of their output targets. -For more interesting projects see: https://github.io/alcinnz/browser-engine-ganarchy/ +For more interesting projects see: https://argonaut-constellation.org/ ## Versioning The second major number indicates that more of CSS has been implemented within the existing API. Until then the error recovery rules will ensure as yet invalid CSS won't have any effect. @@ -18,7 +18,7 @@ If these ultimately call down into a `Data.CSS.Syntax.Style.QueryableStyleSheet` `PropertyParser` allows to declaratively (via Haskell pattern matching) specify how to parse CSS properties, and how they're impacted by CSS inheritance. It has four methods: `longhand` and `shorthand` specify how to parse CSS properties, whilst `temp` and `inherit` specifies what the default values should be. ## Contributing -You can contributed code or register "issues" to Haskell Stylist by contacting me (Adrian Cochrane) via [mastodon](https://floss.social/@alcinnz/) or [email](mailto:adrian@openwork.nz).. +You can contributed code or register "issues" to Haskell Stylist at https://todo.argonaut-constellation.org/~alcinnz/haskell-stylist by emailing ~alcinnz/haskell-stylist@todo.argonaut-constellation.org If you're contributing code you can link me to where you're hosting your git fork, or send [a patch file](https://git-send-email.io/). Or if you simply want to ask for more features or fixes don't hesitate to contact me! -- 2.30.2