mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Merge remote-tracking branch 'origin/topic/documentation'
I'm merging in the documentation branch to avoid that it keeps getting out of sync. We still need to work on this a bit more, I'll summarize in a mail. * origin/topic/documentation: (68 commits) Going over initial parts of the scripting overview. Adding lines in scripting/index.txt. No other change. Updating submodule. Pass over the Using Bro section. Applying doc updates from BIT-1063. (Anthony Verez) Breaking lines in using/*. More doc reorg, and a light pass over the first 3 sections. Starting to put a new structure in place. Updating submodule(s). Updating submodule(s). Adding some temporary testing/demonstration to front page. Switching btest to topic/robin/parts branch. Basic cross-referencing UIDs between files, btests, and baselines. A truly embarassing number of spelling corrections. Using redirection with bro-cut. Include initial btests for this document. Corrected a mis-typed RST include. Initial start for "Using Bro". Spelling corrections. Include Notice Policy shortcuts in the Scripting User Manual. Notice::policy hooks and tests. ... Conflicts: src/3rdparty
This commit is contained in:
commit
ac66db286a
309 changed files with 11468 additions and 1312 deletions
|
@ -11,4 +11,4 @@ fi
|
|||
|
||||
# The first sed uses a "basic" regexp, the 2nd a "modern:.
|
||||
sed 's/[0-9]\{10\}\.[0-9]\{2,8\}/XXXXXXXXXX.XXXXXX/g' | \
|
||||
$sed 's/^#(open|close).(19|20)..-..-..-..-..-..$/#\1 XXXX-XX-XX-XX-XX-XX/g'
|
||||
$sed 's/^ *#(open|close).(19|20)..-..-..-..-..-..$/#\1 XXXX-XX-XX-XX-XX-XX/g'
|
||||
|
|
6
testing/scripts/rst-filter
Executable file
6
testing/scripts/rst-filter
Executable file
|
@ -0,0 +1,6 @@
|
|||
# /usr/bin/env bash
|
||||
#
|
||||
# Filters the output of btest-rst-cmd.
|
||||
|
||||
sed "s#${TRACES}/\{0,1\}##g" | \
|
||||
sed 's#/[^ ]*/doc/\([^/]*/\)*##g'
|
Loading…
Add table
Add a link
Reference in a new issue