From af05e7d1d666e60d690c9b2eea24ae517fc6fed3 Mon Sep 17 00:00:00 2001 From: Thomas Jensen Date: Sat, 2 Jan 2016 22:22:32 +0100 Subject: [PATCH] Add 'designer' keyword to syntax documentation --- docs/config-syntax.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/config-syntax.html b/docs/config-syntax.html index a3fa79c..a40eab6 100644 --- a/docs/config-syntax.html +++ b/docs/config-syntax.html @@ -144,9 +144,12 @@ This set may change, but *boxes* will tell you your choices if you make a mistak ### Name of Author
AUTHOR "name_of_author"
-Simply states who the ingenious guy/girl was who created the design. This entry is used when displaying the list of designs (`boxes -l`). The name should include the email address. Ideally, the entry should be usable "as is" in a `TO:` mail header, like this: +Simply states who the person was who coded the box design definition. This entry is used when displaying the list of designs (`boxes -l`). The value is free text, but it is good if some contact information is included, for example `John Doe `. These days, such openness with one's email address may not suit everyone, so feel free to give less or differently formatted author information. - author "Thomas Jensen " +
DESIGNER "name_of_designer"
+In contrast to `author`, which tells us who created the config file entry, the `designer` keyword tells us who created the box design itself. In other words, this is the artist who originally created the ASCII artwork. + +Please try to give both fields always. Especially in those cases where existing ASCII art from the internet is adapted for use with boxes, it is important (and good manners) to give credit to the original artist. ### General Entries