diff options
author | Kurt <kurt.w.jung@gmail.com> | 2019-04-30 15:17:28 -0400 |
---|---|---|
committer | Kurt <kurt.w.jung@gmail.com> | 2019-04-30 15:17:28 -0400 |
commit | 54f3906c54220782edebd4fef4d8052d0d1d658e (patch) | |
tree | f8a3ff43377be89ad7b839da3bcdb56a0d1f1d1e | |
parent | 60d76ba19a24fffa319b95a0d31122449e2a7e7b (diff) |
Remove README template
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | README.md.template | 9 | ||||
-rw-r--r-- | document.md | 5 |
4 files changed, 5 insertions, 13 deletions
@@ -15,8 +15,6 @@ check : tidy -quiet -output /dev/null $< touch $@ -README.md doc.go doc/index.html : document.md - doc/body.md README.md doc.go : document.md lua doc/doc.lua gofmt -s -w doc.go @@ -1,5 +1,7 @@ # GoFPDF document generator +![gofpdf](image/logo_gofpdf.jpg?raw=true "gofpdf") + Package gofpdf implements a PDF document generator with high level support for text, drawing and images. diff --git a/README.md.template b/README.md.template deleted file mode 100644 index 8caf572..0000000 --- a/README.md.template +++ /dev/null @@ -1,9 +0,0 @@ -# gofpdf - -![gofpdf](image/logo_gofpdf.jpg?raw=true "gofpdf") - -[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/jung-kurt/gofpdf/master/license.txt) -[![GoDoc](https://godoc.org/github.com/jung-kurt/gofpdf?status.svg)](https://godoc.org/github.com/jung-kurt/gofpdf) -[![Build Status](https://travis-ci.org/jung-kurt/gofpdf.svg?branch=master)](https://travis-ci.org/jung-kurt/gofpdf) - -{{.Doc}} diff --git a/document.md b/document.md index 359e033..030c96b 100644 --- a/document.md +++ b/document.md @@ -1,14 +1,15 @@ ~rm~ # GoFPDF document generator -~x~ +~m~ [![Git Hub repository][badge-github]][github] [![Kurt Jung][badge-author]][jung] -~x~ +~m~ [![MIT licensed][badge-mit]][license] [![Report][badge-report]][report] [![GoDoc][badge-doc]][godoc] +~rm~ ![gofpdf](image/logo_gofpdf.jpg?raw=true "gofpdf") ~rgm~ |