From 6e864c8db73fc5eabe216a9437e6f316a9b9b4a7 Mon Sep 17 00:00:00 2001 From: Debbie Paul Date: Mon, 19 Sep 2022 10:38:20 -0500 Subject: [PATCH] added status warning for early adopters --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a649fa3..d8169eb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # TaxonPages TaxonPages is a tool to serve taxon pages for TaxonWorks projects. +## Status Warning +TaxonPages software is in active development and changes are expected that will cause the early first-adopters' instances to require rebuilding by refreshing one's forked branch. A first _stable version_ is expected by Spring 2023. + ## Usage 1. Click on "Fork" button to create your own repository from this. @@ -32,4 +35,4 @@ For example, if the filename is "contributors.md" the route to access it will be ### Style If you want to change the color palette, you can edit `/config/style/theme.css` file, colors must be in RGB format. -TaxonPages use [TailwindCSS](https://tailwindcss.com/docs/configuration) framework for the style. We already provide default settings for colors and markdown. If you want to make any change to your configuration, you must do so in the `config/vendor/tailwind.config.js` file. This file uses the TaxonPages configuration as a default. It is possible to overwrite it as long as you use it as a preset. \ No newline at end of file +TaxonPages use [TailwindCSS](https://tailwindcss.com/docs/configuration) framework for the style. We already provide default settings for colors and markdown. If you want to make any change to your configuration, you must do so in the `config/vendor/tailwind.config.js` file. This file uses the TaxonPages configuration as a default. It is possible to overwrite it as long as you use it as a preset.