From 7d1e3195a1eaedceaa125b59381170ea4906230b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 3 Apr 2021 10:07:11 +0100 Subject: Add a DTail Gopher --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index d65d124..d8ced1a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ DTail ===== -![DTail](doc/logo.png "DTail") +![DTail](doc/title.png "DTail") DTail (a distributed tail program) is a DevOps tool for engineers programmed in Google Go for following (tailing), catting and grepping (including gzip and zstd decompression support) log files on many machines concurrently. An advanced feature of DTail is to execute distributed mapreduce aggregations across many machines. -- cgit v1.2.3 From 9c925348eb88dbc64c7df57f419a41febf0ab1d6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 3 Apr 2021 10:12:49 +0100 Subject: Add various badges to the README. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d8ced1a..d92242e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ DTail ![DTail](doc/title.png "DTail") +[![License](https://img.shields.io/github/license/mimecast/dtail)](https://www.apache.org/license/LICENSE-2.0.html) [![Go Report Card](https://goreportcard.com/badge/github.com/mimecast/dtail)](https://goreportcard.com/report/github.com/mimecast/dtail) [![Hits-of-Code](https://hitsofcode.com/github/mimecast/dtail)](https://www.vbrandl.net/post/2019-05-03_hits-of-code/) ![GitHub issues](https://img.shields.io/github/issues/mimecast/dtail) ![GitHub forks](https://img.shields.io/github/forks/mimecast/dtail) ![GitHub stars](https://img.shields.io/github/stars/mimecast/dtail) + DTail (a distributed tail program) is a DevOps tool for engineers programmed in Google Go for following (tailing), catting and grepping (including gzip and zstd decompression support) log files on many machines concurrently. An advanced feature of DTail is to execute distributed mapreduce aggregations across many machines. For secure authorization and transport encryption the SSH protocol is used. Furthermore, DTail respects the UNIX file system permission model (traditional on all Linux/UNIX variants and also ACLs on Linux based operating systems). @@ -31,5 +33,5 @@ Credits ======= * DTail was created by **Paul Buetow** ** - -* Thank you to **Vlad-Marian Marian** for creating the DTail logo. +* Thank you to **Vlad-Marian Marian** for creating the DTail (dog) logo. +* The Gopher was generated at https://gopherize.me -- cgit v1.2.3 From 9e1d3e74d30486a610115e926954028ae0006c8a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 3 Apr 2021 14:20:56 +0100 Subject: Fix misspellings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index d92242e..dfe351c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ DTail ![DTail](doc/title.png "DTail") -[![License](https://img.shields.io/github/license/mimecast/dtail)](https://www.apache.org/license/LICENSE-2.0.html) [![Go Report Card](https://goreportcard.com/badge/github.com/mimecast/dtail)](https://goreportcard.com/report/github.com/mimecast/dtail) [![Hits-of-Code](https://hitsofcode.com/github/mimecast/dtail)](https://www.vbrandl.net/post/2019-05-03_hits-of-code/) ![GitHub issues](https://img.shields.io/github/issues/mimecast/dtail) ![GitHub forks](https://img.shields.io/github/forks/mimecast/dtail) ![GitHub stars](https://img.shields.io/github/stars/mimecast/dtail) +[![License](https://img.shields.io/github/license/mimecast/dtail)](https://www.apache.org/licenses/LICENSE-2.0.html) [![Go Report Card](https://goreportcard.com/badge/github.com/mimecast/dtail)](https://goreportcard.com/report/github.com/mimecast/dtail) [![Hits-of-Code](https://hitsofcode.com/github/mimecast/dtail)](https://www.vbrandl.net/post/2019-05-03_hits-of-code/) ![GitHub issues](https://img.shields.io/github/issues/mimecast/dtail) ![GitHub forks](https://img.shields.io/github/forks/mimecast/dtail) ![GitHub stars](https://img.shields.io/github/stars/mimecast/dtail) DTail (a distributed tail program) is a DevOps tool for engineers programmed in Google Go for following (tailing), catting and grepping (including gzip and zstd decompression support) log files on many machines concurrently. An advanced feature of DTail is to execute distributed mapreduce aggregations across many machines. -- cgit v1.2.3