hd_keywords {*requirements}

1.0 About SQLite Requirements

2.0 List Of Requirements

db eval {SELECT * FROM requirement ORDER BY reqno} { regsub -all {[^a-zA-Z0-9]} [file tail [file root $srcfile]] _ docid set durl "matrix/matrix_d$docid.html#$reqno" set surl "matrix/$srcfile#$reqno" hd_puts "
$reqno
\n" if {$reqimage} { hd_puts "

$origtext
\n" } else { hd_puts "

$reqtext\n" } set ck [ db eval {SELECT DISTINCT srccat || '/' || srcfile FROM evidence WHERE reqno=$reqno ORDER BY 1} ] hd_puts "(source: $srcfile" if {[llength $ck]>0} { hd_puts ", checked-by: [join $ck {, }]" } hd_puts ", matrix: context" hd_puts ", detail)" hd_puts "

\n\n" }