From 37a38c66708ba3de6b7c2a6aa64306aad15daf50 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 13 Mar 2012 19:24:10 +0100 Subject: [PATCH] html: minor improvements on the website (index, faq) Removed unnecessary stuff from the index page, updated copyright year on faq, ... Signed-off-by: Daniel Borkmann --- contrib/html/faq.html | 4 ++-- contrib/html/index.html | 20 +++++++++----------- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/contrib/html/faq.html b/contrib/html/faq.html index 068a17d5..669b9c80 100644 --- a/contrib/html/faq.html +++ b/contrib/html/faq.html @@ -501,12 +501,12 @@ Great! We'd very much like to see it. Please mail it to us ;-)
-
Copyright (C) 2009-2011 Daniel Borkmann + Copyright (C) 2009-2012 Daniel Borkmann and Emmanuel Roullit -
+
diff --git a/contrib/html/index.html b/contrib/html/index.html index f45cf6ae..e05ee816 100644 --- a/contrib/html/index.html +++ b/contrib/html/index.html @@ -142,37 +142,35 @@ The netsniff-ng toolkit consists of the following utilities:

Source control

-There's a public Git repository at https://github.com/gnumaniacs/netsniff-ng (mirror, mirror) where you can check out the entire code base. If you are curious about the latest development happenings, you really might prefer our Git master's branch instead of the tarballs within our public archive. However, in case of the tarballs, you might want to check the downloaded archives for inconsistencies with md5sum -c MD5SUMS or sha256sum -c SHA256SUMS. +There's a public Git repository at GitHub where you can check out the entire code base. If you are curious about the latest development happenings, you really might prefer our Git master's branch instead of the tarballs within our public archive. However, in case of the tarballs, you might want to check the downloaded archives for inconsistencies with md5sum -c MD5SUMS or sha256sum -c SHA256SUMS.

Documents

-There is a netsniff-ng frequently asked question site and for participating in development have a look at the documentation files within the source code, especially the CODING and HACKING files. Here is also a FAQ about the GNU GPL version 2, under which netsniff-ng is licensed. +There is a netsniff-ng frequently asked question site and for participating in development have a look at the documentation files within the source code. Here is also a FAQ about the GNU GPL version 2, under which netsniff-ng is licensed.

For reporting bugs please use our bug tracking system or write an e-mail to .

Contribute

-If you think this software is great, then please consider donating (Flattr) some money to help us to keep up development, server fees, or travelling costs for conferences. -If you would like to help otherwise, we would like to see more people to: +If you think this software is great, then please consider donating (Flattr) some money to help us to keep up development, server fees, or travelling costs for conferences. If you would like to help otherwise, we would like to see more people to:

Currently, netsniff-ng is only available for Linux platforms. If you have a port for *BSD, let us know for merging your port into the main source tree. However, please do NOT PORT netsniff-ng to Windows! (Here is a nice explanation why; we really share Felix von Leitner's point of view.)

Documentation

-The man page of each stable release of netsniff-ng will cover all of the usage details. It is included within the source code distribution package. We also have a frequently asked question page. Furthermore, the documents within the repository will give you some useful information. +The man page of each stable release of netsniff-ng will cover all of the usage details. It is included within the source code distribution package. We also have a frequently asked question page. Furthermore, the documents within the repository will give you some useful information.

To dig into the inner workings of the Berkeley Packet Filter architecture have a look at this.

-Documentation about the ``packet_mmap'' architecture with ``pf_packet'' sockets for the Linux kernel can be downloaded from http://www.kernel.org/ under packet_mmap.txt. +Documentation about the ``packet_mmap'' architecture with ``pf_packet'' sockets for the Linux kernel can be downloaded from kernel.org under packet_mmap.txt.

Support

@@ -224,12 +222,12 @@ Note: If your netsniff-ng related project / article / paper / ... should be adde
-
Copyright (C) 2009-2012 Daniel Borkmann + Copyright (C) 2009-2012 Daniel Borkmann and Emmanuel Roullit -
+
-- 2.11.4.GIT