From 54f3906c54220782edebd4fef4d8052d0d1d658e Mon Sep 17 00:00:00 2001 From: Kurt Date: Tue, 30 Apr 2019 15:17:28 -0400 Subject: Remove README template --- Makefile | 2 -- README.md | 2 ++ README.md.template | 9 --------- document.md | 5 +++-- 4 files changed, 5 insertions(+), 13 deletions(-) delete mode 100644 README.md.template diff --git a/Makefile b/Makefile index 5a78d8e..887ffd8 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index 2090d00..3005d76 100644 --- a/README.md +++ b/README.md @@ -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~ -- cgit v1.2.1-24-ge1ad