diff options
-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 + + 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 - - - -[](https://raw.githubusercontent.com/jung-kurt/gofpdf/master/license.txt) -[](https://godoc.org/github.com/jung-kurt/gofpdf) -[](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~  ~rgm~ |