summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--README.md2
-rw-r--r--README.md.template9
-rw-r--r--document.md5
4 files changed, 5 insertions, 13 deletions
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~