Add basic support for tags #23

Currently, tags can be added to the config file, and displayed in the design information.
They are not really understood, though, so no query-by-tag or anything yet.
This commit is contained in:
Thomas Jensen 2019-05-25 14:50:53 +02:00
parent 2b17b60716
commit b6a4dc71fe
No known key found for this signature in database
GPG Key ID: A4ACEE270D0FB7DB
6 changed files with 77 additions and 13 deletions

View File

@ -35,6 +35,7 @@ designer "(public domain)"
revision "1.0" revision "1.0"
revdate "March 18, 1999 (Thursday, 15:25h)" revdate "March 18, 1999 (Thursday, 15:25h)"
created "March 18, 1999 (Thursday, 15:25h)" created "March 18, 1999 (Thursday, 15:25h)"
tags "programming, box"
sample sample
/*************/ /*************/
@ -73,6 +74,7 @@ revision "1.0"
revdate "March 12, 1999 (Friday, 17:05h)" revdate "March 12, 1999 (Friday, 17:05h)"
escaped "aaa\"bbb\\\"ccc#" # the string aaa"bbb\"ccc# escaped "aaa\"bbb\\\"ccc#" # the string aaa"bbb\"ccc#
#escaped2 "aaa\\"bbb" # unterminated #escaped2 "aaa\\"bbb" # unterminated
tags "artwork, box, scroll"
sample sample
________________________ ________________________
@ -116,6 +118,7 @@ author "Thomas Jensen <boxes(at)thomasjensen(dot)com>"
revision "1.1" revision "1.1"
revdate "July 20, 1999 (Tuesday, 21:06h)" revdate "July 20, 1999 (Tuesday, 21:06h)"
created "March 17, 1999 (Wednesday, 15:27h)" created "March 17, 1999 (Wednesday, 15:27h)"
tags "artwork, box"
sample sample
__^__ __^__ __^__ __^__
@ -159,6 +162,7 @@ author "Thomas Jensen <boxes(at)thomasjensen(dot)com>"
created "March 17, 1999 (Wednesday, 15:40h)" created "March 17, 1999 (Wednesday, 15:40h)"
revdate "March 17, 1999 (Wednesday, 15:40h)" revdate "March 17, 1999 (Wednesday, 15:40h)"
revision "1.0" revision "1.0"
tags "artwork, box"
sample sample
.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+. .+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.+"+.
@ -197,6 +201,7 @@ author "Thomas Jensen <boxes(at)thomasjensen(dot)com>"
revision "1.2" revision "1.2"
revdate "August 18, 1999 (Wednesday, 17:00h)" revdate "August 18, 1999 (Wednesday, 17:00h)"
created "March 17, 1999 (Wednesday, 17:04h)" created "March 17, 1999 (Wednesday, 17:04h)"
tags "artwork, box, scroll"
SAMPLE SAMPLE
/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ \ / ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ \
@ -257,6 +262,7 @@ designer "(public domain)"
revision "1.1" revision "1.1"
revdate "August 22, 1999 (Sunday, 12:44h)" revdate "August 22, 1999 (Sunday, 12:44h)"
created "March 18, 1999 (Thursday, 15:24h)" created "March 18, 1999 (Thursday, 15:24h)"
tags "simple, box"
sample sample
************* *************
@ -286,6 +292,7 @@ designer "(public domain)"
revision "1.0" revision "1.0"
revdate "June 17, 1999 (Thursday, 19:59h)" revdate "June 17, 1999 (Thursday, 19:59h)"
created "June 17, 1999 (Thursday, 19:59h)" created "June 17, 1999 (Thursday, 19:59h)"
tags "programming, comment"
sample sample
/* */ /* */
@ -319,6 +326,7 @@ designer "(public domain)"
revision "1.1" revision "1.1"
revdate "August 18, 1999 (Wednesday, 17:01h)" revdate "August 18, 1999 (Wednesday, 17:01h)"
created "June 17, 1999 (Thursday, 19:59h)" created "June 17, 1999 (Thursday, 19:59h)"
tags "programming, comment"
sample sample
/* /*
@ -354,6 +362,7 @@ designer "AlpT (@freaknet.org)"
revision "1.0" revision "1.0"
revdate "Fri Jun 9 11:04:42 CEST 2006" revdate "Fri Jun 9 11:04:42 CEST 2006"
created "Fri Jun 9 11:04:42 CEST 2006" created "Fri Jun 9 11:04:42 CEST 2006"
tags "programming, comment"
sample sample
/** /**
@ -393,6 +402,7 @@ designer "(public domain)"
revision "1.0" revision "1.0"
revdate "October 25, 1999 (Monday 10:16h)" revdate "October 25, 1999 (Monday 10:16h)"
created "October 25, 1999 (Monday 10:16h)" created "October 25, 1999 (Monday 10:16h)"
tags "programming, comment"
sample sample
/** /**
@ -428,6 +438,7 @@ designer "(public domain)"
revision "1.2" revision "1.2"
revdate "October 19, 2012 (Friday, 17:32h)" revdate "October 19, 2012 (Friday, 17:32h)"
created "March 18, 1999 (Thursday, 15:26h)" created "March 18, 1999 (Thursday, 15:26h)"
tags "programming, box"
sample sample
<!-- - - - - - - - - - - --> <!-- - - - - - - - - - - -->
@ -464,6 +475,7 @@ designer "(public domain)"
revision "1.0" revision "1.0"
revdate "March 18, 1999 (Thursday, 15:27h)" revdate "March 18, 1999 (Thursday, 15:27h)"
created "March 18, 1999 (Thursday, 15:27h)" created "March 18, 1999 (Thursday, 15:27h)"
tags "programming, box"
sample sample
############# #############
@ -496,6 +508,7 @@ designer "Joan G. Stark <spunk1111@juno.com>"
revision "1.1" revision "1.1"
revdate "August 22, 1999 (Sunday, 12:51h)" revdate "August 22, 1999 (Sunday, 12:51h)"
created "March 30, 1999 (Tuesday, 15:55h)" created "March 30, 1999 (Tuesday, 15:55h)"
tags "artwork, box"
sample sample
_ ._ _ , _ ._ _ ._ _ , _ ._
@ -548,6 +561,7 @@ designer "Joan G. Stark <spunk1111@juno.com>"
revision "1.1" revision "1.1"
revdate "August 18, 1999 (Wednesday, 17:02h)" revdate "August 18, 1999 (Wednesday, 17:02h)"
created "March 30, 1999 (Tuesday, 15:59h)" created "March 30, 1999 (Tuesday, 15:59h)"
tags "artwork, box"
Sample Sample
/\ /\ /\ /\ /\ /\ /\ /\
@ -627,6 +641,7 @@ designer "Joan G. Stark <spunk1111@juno.com>"
revision "1.1" revision "1.1"
revdate "August 22, 1999 (Sunday, 12:57h)" revdate "August 22, 1999 (Sunday, 12:57h)"
created "March 18, 1999 (Thursday, 15:27h)" created "March 18, 1999 (Thursday, 15:27h)"
tags "artwork, box, sign"
sample sample
.--, .--, .--, .--,
@ -692,6 +707,7 @@ designer "Joan G. Stark <spunk1111@juno.com>"
revision "1.0" revision "1.0"
revdate "March 30, 1999 (Tuesday, 17:10h)" revdate "March 30, 1999 (Tuesday, 17:10h)"
created "March 30, 1999 (Tuesday, 17:10h)" created "March 30, 1999 (Tuesday, 17:10h)"
tags "artwork, box"
sample sample
. .
@ -742,6 +758,7 @@ designer "Joan G. Stark <spunk1111@juno.com>"
revision "1.1" revision "1.1"
revdate "August 22, 1999 (Sunday, 13:02h)" revdate "August 22, 1999 (Sunday, 13:02h)"
created "April 02, 1999 (Friday, 15:02h)" created "April 02, 1999 (Friday, 15:02h)"
tags "artwork, box, sign"
sample sample
.-"""-. .-"""-.
@ -807,6 +824,7 @@ designer "Joan G. Stark <spunk1111@juno.com>"
revision "1.0" revision "1.0"
revdate "April 02, 1999 (Friday, 19:13h)" revdate "April 02, 1999 (Friday, 19:13h)"
created "April 02, 1999 (Friday, 19:13h)" created "April 02, 1999 (Friday, 19:13h)"
tags "artwork, box, sign"
sample sample
.-"""-. .-"""-.
@ -868,6 +886,7 @@ designer "Thomas Jensen <boxes(at)thomasjensen(dot)com>"
revision "1.1" revision "1.1"
revdate "July 16, 1999 (Friday, 18:55h)" revdate "July 16, 1999 (Friday, 18:55h)"
created "April 02, 1999 (Friday, 19:26h)" created "April 02, 1999 (Friday, 19:26h)"
tags "programming, comment, deprecated"
SAmple SAmple
static char *foo (const int a, const int b) static char *foo (const int a, const int b)
@ -922,6 +941,7 @@ designer "Thomas Jensen <boxes(at)thomasjensen(dot)com>"
revision "1.0" revision "1.0"
revdate "April 09, 1999 (Friday, 19:06h)" revdate "April 09, 1999 (Friday, 19:06h)"
created "April 09, 1999 (Friday, 19:06h)" created "April 09, 1999 (Friday, 19:06h)"
tags "programming, comment, deprecated"
sample sample
%{-----------------------------------------------------------------+ %{-----------------------------------------------------------------+
@ -959,6 +979,7 @@ designer "Joan G. Stark <spunk1111@juno.com>"
revision "1.1" revision "1.1"
revdate "August 18, 1999 (Wednesday, 17:04h)" revdate "August 18, 1999 (Wednesday, 17:04h)"
created "April 09, 1999 (Friday, 20:05h)" created "April 09, 1999 (Friday, 20:05h)"
tags "artwork, box"
sample sample
<\/><\/><\/> <\/><\/><\/>
@ -1011,6 +1032,7 @@ designer "Joan G. Stark <spunk1111@juno.com>"
revision "1.0" revision "1.0"
revdate "April 09, 1999 (Friday, 19:45h)" revdate "April 09, 1999 (Friday, 19:45h)"
created "April 09, 1999 (Friday, 19:45h)" created "April 09, 1999 (Friday, 19:45h)"
tags "artwork, box, sign"
sample sample
__ _,--="=--,_ __ __ _,--="=--,_ __
@ -1065,6 +1087,7 @@ designer "Joan G. Stark <spunk1111@juno.com>"
revision "1.0" revision "1.0"
revdate "April 09, 1999 (Friday, 19:45h)" revdate "April 09, 1999 (Friday, 19:45h)"
created "April 09, 1999 (Friday, 19:45h)" created "April 09, 1999 (Friday, 19:45h)"
tags "artwork, box, sign"
sample sample
/\ /\ /\ /\
@ -1121,6 +1144,7 @@ designer "Joan G. Stark <spunk1111@juno.com>"
revision "1.0" revision "1.0"
revdate "April 09, 1999 (Friday, 19:24h)" revdate "April 09, 1999 (Friday, 19:24h)"
created "April 09, 1999 (Friday, 19:24h)" created "April 09, 1999 (Friday, 19:24h)"
tags "artwork, box, sign"
sample sample
.-"```"-. .-"```"-.
@ -1184,6 +1208,7 @@ designer "Joan G. Stark <spunk1111@juno.com>"
revision "1.0" revision "1.0"
revdate "April 09, 1999 (Friday, 19:24h)" revdate "April 09, 1999 (Friday, 19:24h)"
created "April 09, 1999 (Friday, 19:24h)" created "April 09, 1999 (Friday, 19:24h)"
tags "artwork, box, sign"
sample sample
.-"``"-. .-"``"-.
@ -1248,6 +1273,7 @@ designer "Joan G. Stark <spunk1111@juno.com>"
revision "1.1" revision "1.1"
revdate "August 18, 1999 (Wednesday, 17:05h)" revdate "August 18, 1999 (Wednesday, 17:05h)"
created "April 09, 1999 (Friday, 15:53h)" created "April 09, 1999 (Friday, 15:53h)"
tags "artwork"
sample sample
, ,
@ -1318,6 +1344,7 @@ designer "Joan G. Stark <spunk1111@juno.com>"
revision "1.0" revision "1.0"
revdate "April 05, 1999 (Monday, 21:55h)" revdate "April 05, 1999 (Monday, 21:55h)"
created "April 05, 1999 (Monday, 21:55h)" created "April 05, 1999 (Monday, 21:55h)"
tags "artwork, box"
sample sample
.:-@.:-@.:-@.:-@.:-@.:-@.:-@.:-@.:-@.:-@.:-@.:-@.:-@.:-@.:-@.:-@.:-@-:. .:-@.:-@.:-@.:-@.:-@.:-@.:-@.:-@.:-@.:-@.:-@.:-@.:-@.:-@.:-@.:-@.:-@-:.
@ -1363,6 +1390,7 @@ designer "Joan G. Stark <spunk1111@juno.com>"
revision "1.0" revision "1.0"
revdate "April 05, 1999 (Monday, 21:55h)" revdate "April 05, 1999 (Monday, 21:55h)"
created "April 05, 1999 (Monday, 21:55h)" created "April 05, 1999 (Monday, 21:55h)"
tags "artwork, box"
sample sample
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
@ -1400,6 +1428,7 @@ author "Thomas Jensen <boxes(at)thomasjensen(dot)com>"
revision "1.0" revision "1.0"
revdate "April 12, 1999 (Monday, 12:52h)" revdate "April 12, 1999 (Monday, 12:52h)"
created "April 12, 1999 (Monday, 12:52h)" created "April 12, 1999 (Monday, 12:52h)"
tags "programming, box"
sample sample
/* _\|/_ /* _\|/_
@ -1445,6 +1474,7 @@ designer "(public domain)"
revision "1.0" revision "1.0"
revdate "June 17, 1999 (Thursday, 19:59h)" revdate "June 17, 1999 (Thursday, 19:59h)"
created "June 17, 1999 (Thursday, 19:59h)" created "June 17, 1999 (Thursday, 19:59h)"
tags "programming, comment"
sample sample
// //
@ -1474,6 +1504,7 @@ designer "(public domain)"
revision "1.0" revision "1.0"
revdate "June 17, 1999 (Thursday, 19:59h)" revdate "June 17, 1999 (Thursday, 19:59h)"
created "June 17, 1999 (Thursday, 19:59h)" created "June 17, 1999 (Thursday, 19:59h)"
tags "programming, comment"
sample sample
# #
@ -1502,6 +1533,7 @@ designer "(public domain)"
revision "1.0" revision "1.0"
revdate "June 17, 1999 (Thursday, 19:59h)" revdate "June 17, 1999 (Thursday, 19:59h)"
created "June 17, 1999 (Thursday, 19:59h)" created "June 17, 1999 (Thursday, 19:59h)"
tags "programming, comment"
sample sample
<!-- --> <!-- -->
@ -1529,6 +1561,7 @@ designer "Bram Moolenaar"
revision "1.0" revision "1.0"
revdate "June 17, 1999 (Thursday, 19:59h)" revdate "June 17, 1999 (Thursday, 19:59h)"
created "June 17, 1999 (Thursday, 19:59h)" created "June 17, 1999 (Thursday, 19:59h)"
tags "programming, comment"
sample sample
" "
@ -1559,6 +1592,7 @@ designer "Thomas Jensen <boxes(at)thomasjensen(dot)com>"
revision "1.0" revision "1.0"
revdate "June 17, 1999 (Thursday, 19:59h)" revdate "June 17, 1999 (Thursday, 19:59h)"
created "June 17, 1999 (Thursday, 19:59h)" created "June 17, 1999 (Thursday, 19:59h)"
tags "programming, comment, deprecated"
sample sample
This can be used for marking code changes with your initials This can be used for marking code changes with your initials
@ -1590,6 +1624,7 @@ designer "(public domain)"
revision "1.0" revision "1.0"
revdate "March 15, 2000 (Wednesday 12:17h)" revdate "March 15, 2000 (Wednesday 12:17h)"
created "March 15, 2000 (Wednesday 12:17h)" created "March 15, 2000 (Wednesday 12:17h)"
tags "programming, comment"
sample sample
-- --
@ -1619,6 +1654,7 @@ designer "(public domain)"
revision "1.0" revision "1.0"
revdate "March 15, 2000 (Wednesday 12:24h)" revdate "March 15, 2000 (Wednesday 12:24h)"
created "March 15, 2000 (Wednesday 12:24h)" created "March 15, 2000 (Wednesday 12:24h)"
tags "programming, box"
sample sample
--------------- ---------------
@ -1652,6 +1688,7 @@ designer "(public domain)"
revision "1.0" revision "1.0"
revdate "December 01, 2016 (Thursday 15:20h)" revdate "December 01, 2016 (Thursday 15:20h)"
created "December 01, 2016 (Thursday 15:20h)" created "December 01, 2016 (Thursday 15:20h)"
tags "programming, comment"
sample sample
% %
@ -1681,6 +1718,7 @@ designer "(public domain)"
revision "1.0" revision "1.0"
revdate "December 01, 2016 (Thursday 15:21h)" revdate "December 01, 2016 (Thursday 15:21h)"
created "December 01, 2016 (Thursday 15:21h)" created "December 01, 2016 (Thursday 15:21h)"
tags "programming, box"
sample sample
%=============% %=============%
@ -1714,6 +1752,7 @@ designer "Christian Molls <CMolls@gmx.net>"
revdate "Tue Aug 15 23:02:02 CEST 2000" revdate "Tue Aug 15 23:02:02 CEST 2000"
created "Tue Aug 15 23:01:50 CEST 2000" created "Tue Aug 15 23:01:50 CEST 2000"
revision "1.0" revision "1.0"
tags "artwork"
sample sample
,----[ mp3-wav ] ,----[ mp3-wav ]
@ -1750,6 +1789,7 @@ designer "(public domain)"
revision "1.0" revision "1.0"
revdate "Tue Sep 19 12:06:51 CEST 2000" revdate "Tue Sep 19 12:06:51 CEST 2000"
created "Tue Sep 19 12:06:51 CEST 2000" created "Tue Sep 19 12:06:51 CEST 2000"
tags "programming, box"
sample sample
/**************** /****************
@ -1786,6 +1826,7 @@ author "Fredrik Steen <fsteen@stone.nu>"
designer "Fredrik Steen <fsteen@stone.nu>" designer "Fredrik Steen <fsteen@stone.nu>"
revision "1.0" revision "1.0"
created "April 25, 2001 (Wed 11:00)" created "April 25, 2001 (Wed 11:00)"
tags "artwork, box"
sample sample
+-------------+ +-------------+
@ -1818,6 +1859,7 @@ designer "Thomas Jensen <boxes(at)thomasjensen(dot)com>"
revision "1.2" revision "1.2"
revdate "August 22, 1999 (Sunday, 13:22h)" revdate "August 22, 1999 (Sunday, 13:22h)"
created "March 18, 1999 (Thursday, 15:25h)" created "March 18, 1999 (Thursday, 15:25h)"
tags "programming, box"
sample sample
/*************/ /*************/
@ -1857,6 +1899,7 @@ designer "(public domain)"
revision "1.0" revision "1.0"
revdate "February 20, 2006 (Monday, 20:36h)" revdate "February 20, 2006 (Monday, 20:36h)"
created "February 20, 2006 (Monday, 20:36h)" created "February 20, 2006 (Monday, 20:36h)"
tags "programming, comment"
sample sample
;; ;;
@ -1883,6 +1926,7 @@ BOX ccel
author "Elmar Loos <elInfo@gmx.net>" author "Elmar Loos <elInfo@gmx.net>"
designer "Elmar Loos <elInfo@gmx.net>" designer "Elmar Loos <elInfo@gmx.net>"
revision "1.0" revision "1.0"
tags "artwork"
sample sample
/////////////// ///////////////
@ -1914,6 +1958,7 @@ BOX underline
author "Elmar Loos <elInfo@gmx.net>" author "Elmar Loos <elInfo@gmx.net>"
designer "Elmar Loos <elInfo@gmx.net>" designer "Elmar Loos <elInfo@gmx.net>"
revision "1.0" revision "1.0"
tags "programming, comment"
sample sample
// Bla, foo bar! // Bla, foo bar!
@ -1938,6 +1983,7 @@ BOX ian_jones
author "Karl E. Jorgensen <karl@jorgensen.com>" author "Karl E. Jorgensen <karl@jorgensen.com>"
created "Fri Jul 20 16:52:39 BST 2001" created "Fri Jul 20 16:52:39 BST 2001"
revision "0.1" revision "0.1"
tags "artwork, box, sign"
sample sample
\\\/// \\\///
@ -2026,6 +2072,7 @@ author "Mike Meyer <boxes@meyer.fm>"
revision "1.1" revision "1.1"
revdate "November 08, 2014 (Saturday, 11:08h)" revdate "November 08, 2014 (Saturday, 11:08h)"
created "September 02, 2013 (Monday, 14:43h)" created "September 02, 2013 (Monday, 14:43h)"
tags "artwork, speech"
sample sample
@ -2129,6 +2176,7 @@ author "Mike Meyer <boxes@meyer.fm>"
revision "1.2" revision "1.2"
revdate "February 21, 2019 (Thursday, 18:45h)" revdate "February 21, 2019 (Thursday, 18:45h)"
created "September 02, 2013 (Monday, 14:43h)" created "September 02, 2013 (Monday, 14:43h)"
tags "artwork, speech"
sample sample
@ -2221,6 +2269,7 @@ designer "Michael Tiernan <Michael.Tiernan@gMail.com>"
revision "1.5" revision "1.5"
revdate "Wed May 14 11:41:27 EDT 2014" revdate "Wed May 14 11:41:27 EDT 2014"
created "Wed May 14 11:41:27 EDT 2014" created "Wed May 14 11:41:27 EDT 2014"
tags "artwork, box"
sample sample
(*************) (*************)
@ -2256,19 +2305,11 @@ END caml
BOX twisted BOX twisted
author "Tristano Ajmone <tajmone@gmail.com>" author "Tristano Ajmone <tajmone@gmail.com>"
designer "Michael Naylor" designer "Michael Naylor <mnaylor@math.fsu.edu>"
revision "1.0" revision "1.0"
created "Saturday, 02-Jan-16 12:42:31 UTC+1" created "Saturday, 02-Jan-16 12:42:31 UTC+1"
revdate "Saturday, 02-Jan-16 12:42:31 UTC+1" revdate "Saturday, 02-Jan-16 12:42:31 UTC+1"
tags "geometry, frame" tags "artwork, box"
# Minimum Text-Area in output: 17x8
# Minimum Frame size: 21x42
# This ASCII Frame is a derivative adaptation from a frame created by
# michael naylor - mnaylor@math.fsu.edu
# freely downloaded from:
# http://www.retrojunkie.com/asciiart/designs/borders.htm
sample sample
._____. ._____. .________________________________________. ._____. ._____. ._____. ._____. .________________________________________. ._____. ._____.
@ -2412,7 +2453,7 @@ author "Tristano Ajmone <tajmone@gmail.com>"
designer "akn" designer "akn"
created "Saturday, 02-Jan-16 03:34:03 UTC+1" created "Saturday, 02-Jan-16 03:34:03 UTC+1"
revision "1.0" revision "1.0"
tags "scroll" tags "artwork, box, scroll"
sample sample
/"\/\_..---------------------------------._/\/"\ /"\/\_..---------------------------------._/\/"\
@ -2460,6 +2501,7 @@ author "Dmitry Bolshakov <bdimych@protonmail.com>"
designer "Dmitry Bolshakov <bdimych@protonmail.com>" designer "Dmitry Bolshakov <bdimych@protonmail.com>"
created "2014-02-13 08:41:11" created "2014-02-13 08:41:11"
revision "1.0" revision "1.0"
tags "artwork, box"
sample sample
.--(0) (0)--. .--(0) (0)--.
@ -2504,6 +2546,7 @@ designer "Dmitry Bolshakov <bdimych@protonmail.com>"
author "Dmitry Bolshakov <bdimych@protonmail.com>" author "Dmitry Bolshakov <bdimych@protonmail.com>"
created "2017-04-10" created "2017-04-10"
revision "1.0" revision "1.0"
tags "artwork, box"
sample sample
/\ /\ /\ /\ /\ /\ /\ /\ /\ /\
@ -2553,6 +2596,7 @@ designer "Dmitry Bolshakov <bdimych@protonmail.com>"
author "Dmitry Bolshakov <bdimych@protonmail.com>" author "Dmitry Bolshakov <bdimych@protonmail.com>"
created "2017-04-10" created "2017-04-10"
revision "1.0" revision "1.0"
tags "artwork, box"
sample sample
/\ !!!!!!!!!!! /\ /\ !!!!!!!!!!! /\
@ -2595,6 +2639,7 @@ designer "Dmitry Bolshakov <bdimych@protonmail.com>"
author "Dmitry Bolshakov <bdimych@protonmail.com>" author "Dmitry Bolshakov <bdimych@protonmail.com>"
created "2017-04-10" created "2017-04-10"
revision "1.0" revision "1.0"
tags "artwork, box"
sample sample
/\ /\ !!!!!!!!!!!! /\ /\ /\ /\ !!!!!!!!!!!! /\ /\
@ -2641,6 +2686,7 @@ designer "Dmitry Bolshakov <bdimych@protonmail.com>"
author "Dmitry Bolshakov <bdimych@protonmail.com>" author "Dmitry Bolshakov <bdimych@protonmail.com>"
created "2017-04-10" created "2017-04-10"
revision "1.0" revision "1.0"
tags "artwork, box"
sample sample
/\ /\ /\ !!!!!!!!!!!! /\ /\ /\ /\ /\ /\ !!!!!!!!!!!! /\ /\ /\
@ -2693,6 +2739,7 @@ author "Matt Thompson <fortran(at)gmail(dot)com>"
designer "(public domain)" designer "(public domain)"
revision "1.0" revision "1.0"
created "2018-02-08" created "2018-02-08"
tags "programming, box"
sample sample
!!!!!!!!!!!!! !!!!!!!!!!!!!
@ -2724,6 +2771,7 @@ author "Matt Thompson <fortran(at)gmail(dot)com>"
designer "(public domain)" designer "(public domain)"
revision "1.0" revision "1.0"
created "2018-02-08" created "2018-02-08"
tags "programming, comment"
sample sample
! !
@ -2751,6 +2799,7 @@ designer "Hayley Jane Wakenshaw"
author "Thomas Jensen <boxes(at)thomasjensen(dot)com>" author "Thomas Jensen <boxes(at)thomasjensen(dot)com>"
created "2019-03-31" created "2019-03-31"
revision "1.0" revision "1.0"
tags "artwork, box, sign"
sample sample
,---. ,---. ,---. ,---.

View File

@ -27,7 +27,7 @@ set iskeyword=a-z,A-Z
" "
" Key Words " Key Words
" "
syntax keyword boxesClassicKeywords contained author designer revision created revdate indent skipwhite skipempty nextgroup=boxesString syntax keyword boxesClassicKeywords contained author designer revision created revdate tags indent skipwhite skipempty nextgroup=boxesString
syntax keyword boxesBlocks contained elastic replace reverse padding shapes syntax keyword boxesBlocks contained elastic replace reverse padding shapes
syntax keyword boxesRegStuff contained with to once global syntax keyword boxesRegStuff contained with to once global

View File

@ -870,6 +870,9 @@ static int build_design (design_t **adesigns, const char *cld)
dp->indentmode = DEF_INDENTMODE; dp->indentmode = DEF_INDENTMODE;
dp->padding[BLEF] = 1; dp->padding[BLEF] = 1;
dp->tags = (char *) calloc (10, sizeof(char));
strcpy(dp->tags, "transient");
dp->shape[W].height = 1; dp->shape[W].height = 1;
dp->shape[W].width = strlen(cld); dp->shape[W].width = strlen(cld);
dp->shape[W].elastic = 1; dp->shape[W].elastic = 1;
@ -1058,6 +1061,9 @@ static int list_styles()
empty_side (opt.design->shape, BTOP) && empty_side (opt.design->shape, BTOP) &&
empty_side (opt.design->shape, BBOT)? "no": "yes"); empty_side (opt.design->shape, BBOT)? "no": "yes");
fprintf (opt.outfile, "Tags: %s\n",
d->tags ? d->tags : "(none)");
fprintf (opt.outfile, "Elastic Shapes: "); fprintf (opt.outfile, "Elastic Shapes: ");
sstart = 0; sstart = 0;
for (i=0; i<ANZ_SHAPES; ++i) { for (i=0; i<ANZ_SHAPES; ++i) {

View File

@ -101,6 +101,7 @@ typedef struct {
size_t minwidth; size_t minwidth;
size_t minheight; size_t minheight;
int padding[ANZ_SIDES]; int padding[ANZ_SIDES];
char *tags;
reprule_t *current_rule; reprule_t *current_rule;
reprule_t *reprules; /* applied when drawing a box */ reprule_t *reprules; /* applied when drawing a box */

View File

@ -284,7 +284,7 @@ Once { yylval.c = 'o'; return YRXPFLAG; }
} }
author|designer|created|revision|revdate|indent { author|designer|tags|created|revision|revdate|indent {
/* /*
* general key words * general key words
*/ */

View File

@ -271,6 +271,7 @@ static void recover()
BFREE (designs[design_idx].revision); BFREE (designs[design_idx].revision);
BFREE (designs[design_idx].revdate); BFREE (designs[design_idx].revdate);
BFREE (designs[design_idx].sample); BFREE (designs[design_idx].sample);
BFREE (designs[design_idx].tags);
memset (designs+design_idx, 0, sizeof(design_t)); memset (designs+design_idx, 0, sizeof(design_t));
designs[design_idx].indentmode = DEF_INDENTMODE; designs[design_idx].indentmode = DEF_INDENTMODE;
} }
@ -510,6 +511,13 @@ entry: KEYWORD STRING
YYABORT; YYABORT;
} }
} }
else if (strcasecmp ($1, "tags") == 0) {
designs[design_idx].tags = (char *) strdup ($2);
if (designs[design_idx].tags == NULL) {
perror (PROJECT);
YYABORT;
}
}
else if (strcasecmp ($1, "indent") == 0) { else if (strcasecmp ($1, "indent") == 0) {
if (strcasecmp ($2, "text") == 0 || if (strcasecmp ($2, "text") == 0 ||
strcasecmp ($2, "box") == 0 || strcasecmp ($2, "box") == 0 ||