irino / softflowd

softflowd: A flow-based network traffic analyser capable of Cisco NetFlow data export software.
https://github.com/irino/softflowd
Other
162 stars 29 forks source link

Please update README #4

Closed cbiedl closed 6 years ago

cbiedl commented 6 years ago

Hello,

the README file contains several outdated references to djm and code.google. Please update to reflect the current situation, perhaps using something like that:

--- a/README
+++ b/README
@@ -15,7 +15,7 @@ supplied manpages, which you can view prior to installation using
 /usr/bin/nroff -c -mandoc softflowctl.8 | less

 If you are in need of a NetFlow collector, you may be interested in 
-softflowd's companion project "flowd" (http://www.mindrot.org/flowd.html). 
+softflowd's companion project "flowd" (http://www.mindrot.org/flowd.html). [defunct]
 flowd is a NetFlow collector that is maintained in parallel with
 softflowd and includes a few handy features, such as the ability
 to filter flows it receives as well as Perl and Python APIs to its
@@ -51,9 +51,7 @@ Todd C. Miller. Please refer to the LICENSE file for full details.
 Reporting Bugs
 --------------

-Please report bugs in softflowd to http://bugzilla.mindrot.org/ If you
-find a security bug, please report it directly by email. If you have any
-feedback or questions, please email me:
+Please report bugs in softflowd to https://github.com/irino/softflowd/issues

 Contributing
 ------------
@@ -62,7 +60,7 @@ Softflowd has an extensive TODO list of interesting features, large and
 small, that are waiting to be implemented. If you are interested in
 helping, please contact me.

-The latest source code may be obtained from Google Code:
-http://code.google.com/p/softflowd/
+The latest source code may be obtained from Github:
+https://github.com/irino/softflowd/

 Damien Miller <djm@mindrot.org>
irino commented 6 years ago

It is updated in https://github.com/irino/softflowd/commit/eaf1e9514afad88c9b3cfc86292ea2949b2435c1 .