summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2022-10-13 12:23:49 +1100
committerChris Johns <chrisj@rtems.org>2022-10-13 12:23:49 +1100
commitc9c5a17ee15c9fcf6c291a390286fbbde6d95015 (patch)
treed17f1aef53f5dff158f40d80727523d17af7932f
parentuser/aarch64/raspberrypi4: Boot mechanism explained and updated config.txt (diff)
downloadrtems-docs-c9c5a17ee15c9fcf6c291a390286fbbde6d95015.tar.bz2
README: Add a note about image tools
-rw-r--r--README.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 07bae0d..e9bf966 100644
--- a/README.txt
+++ b/README.txt
@@ -90,6 +90,21 @@ You do not need PlantUML or Ditaa installed to build our documentation. The
online resources can be used. Save the source and the generated PNG file in the
same directory under 'images'.
+*Note:*
+Please consider using PlantUML and Ditaa before other tools because we
+can generate the images from source automatically and it gives the
+documentation a similar look and feel. Other options may be considered
+if the image cannot be easly created by PlantUML or Ditaa but please
+ask before starting down that path because it may not be accepted.
+
+Image editing tools tend to have a specific look and feel and this
+characterizes the images they create. Altering an image often means
+the original tool is required. An open output format allows us to
+integrate the image into the document however we are then required to
+monitor and maintain that tool if we need to make changes. The fewer
+alternatives we have to maintain the easier it is for the project over
+a long period of time.
+
Host Setup
----------