No description
Find a file
Jon Siwek 54a0f3a5ae Changed make doc target to re-use Sphinx cache.
To do this, the document root and autogenerated bro script docs
are rsync'd in to Sphinx's working directory instead of a plain
recursive copy.  There are still some index files that are auto
generated on each build and will trigger Sphinx to re-build them
since it thinks they changed, but overall the build is much faster
this way.

One limitation of this is that old files in the Sphinx work dir
don't automatically get cleaned up (e.g. if you remove some static
documentation from the /doc it will still be in
build/doc/sphinx-sources).  So a `make docclean` or at least
`make broxygenclean` is needed at least in that case.  (For now,
rsync --delete isn't the right answer since the destination of
the autogenerated stuff overlaps with the document root, the separate
rsyncs end up clobbering each other.)
2012-10-24 17:04:44 -05:00
aux Merge remote-tracking branch 'origin/topic/seth/strptime' 2012-10-19 15:13:25 -07:00
cmake@14537f56d6 Merge remote-tracking branch 'origin/topic/jsiwek/config-options' 2012-10-12 09:37:12 -07:00
doc Changed make doc target to re-use Sphinx cache. 2012-10-24 17:04:44 -05:00
doc.old New branch for documentation, with an initial skeleton. 2012-10-24 11:13:02 -07:00
pkg Adjusting Mac binary packaging script. 2012-09-13 16:47:40 -05:00
scripts Change how "gridftp" gets added to service field of connection records. 2012-10-17 12:09:12 -05:00
src Merge remote-tracking branch 'origin/topic/seth/strptime' 2012-10-19 15:13:25 -07:00
testing New branch for documentation, with an initial skeleton. 2012-10-24 11:13:02 -07:00
.gitignore Ignore tmp dir. 2011-10-25 19:59:25 -07:00
.gitmodules Update to use cmake submodule 2011-09-20 10:15:09 -05:00
bro-path-dev.in Fixes for script auto-documentation. 2011-08-08 19:50:45 -05:00
CHANGES Merge remote-tracking branch 'origin/topic/seth/strptime' 2012-10-19 15:13:25 -07:00
CMakeLists.txt Teach --disable-dataseries/--disable-elasticsearch to ./configure. 2012-10-08 16:45:04 -05:00
config.h.in Merge remote-tracking branch 'origin/master' into topic/seth/elasticsearch 2012-07-06 12:01:16 -04:00
configure Teach --disable-dataseries/--disable-elasticsearch to ./configure. 2012-10-08 16:45:04 -05:00
COPYING A set of script-reference polishing. 2012-01-09 18:04:34 -08:00
DocSourcesList.cmake Adding target update-doc-sources to top-level Makefile that runs 2012-05-17 12:41:10 -07:00
INSTALL Fix typos and improve INSTALL document 2012-05-14 18:34:25 -05:00
Makefile Moving make target update-doc-sources from top-level Makefile to btest 2012-07-02 16:14:24 -07:00
NEWS Merge remote-tracking branch 'origin/topic/jsiwek/gridftp' 2012-10-12 10:43:16 -07:00
README corrected some minor typos 2012-01-11 13:02:12 -06:00
VERSION Merge remote-tracking branch 'origin/topic/seth/strptime' 2012-10-19 15:13:25 -07:00

============================
Bro Network Security Monitor
============================

Bro is a powerful framework for network analysis and security
monitoring. Please see the INSTALL file for installation instructions
and pointers for getting started. NEWS contains release notes for the
current version, and CHANGES has the complete history of changes.
Please see COPYING for licensing information.

For more documentation, research publications, and community contact
information, please see Bro's home page:

    http://www.bro-ids.org

On behalf of the Bro Development Team,

Vern Paxson & Robin Sommer,
International Computer Science Institute &
Lawrence Berkeley National Laboratory
vern@icir.org / robin@icir.org