summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
-rw-r--r--doc/hdr.html4
-rw-r--r--document.md10
3 files changed, 14 insertions, 10 deletions
diff --git a/README.md b/README.md
index 3005d76..e1f1f8e 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ itself can be retrieved with a call to `Error()`.
## Conversion Notes
This package is a relatively straightforward translation from the original
-[FPDF][fpdf] library written in PHP (despite the caveat in the
+[FPDF][fpdf-site] library written in PHP (despite the caveat in the
introduction to [Effective Go][effective-go]). The
API names have been retained even though the Go idiom would suggest otherwise
(for example, `pdf.GetX()` is used rather than simply `pdf.X()`). The
@@ -148,7 +148,7 @@ fonts include [Google Fonts][gfont] and [DejaVu Fonts][dfont].
## Related Packages
-The [draw2d][draw2d] package is a two dimensional vector graphics library that
+The [draw2d][draw2d-site] package is a two dimensional vector graphics library that
can generate output in different forms. It uses gofpdf for its document
production mode.
@@ -180,7 +180,7 @@ the contributors acknowledged below.
## Acknowledgments
-This package's code and documentation are closely derived from the [FPDF][fpdf]
+This package's code and documentation are closely derived from the [FPDF][fpdf-site]
library created by Olivier Plathey, and a number of font and image resources
are copied directly from it. Bruno Michel has provided valuable assistance with
the code. Drawing support is adapted from the FPDF geometric figures script by
@@ -231,9 +231,9 @@ UTF-8 runes to code page bytes is provided.
[badge-status]: https://travis-ci.org/jung-kurt/gofpdf.svg?branch=master)
[coverage]: https://blog.golang.org/cover
[dfont]: http://dejavu-fonts.org/
-[draw2d]: https://github.com/llgcode/draw2d
+[draw2d-site]: https://github.com/llgcode/draw2d
[effective-go]: https://golang.org/doc/effective_go.html
-[fpdf]: http://www.fpdf.org/
+[fpdf-site]: http://www.fpdf.org/
[fpdf-test]: https://github.com/jung-kurt/gofpdf/blob/master/fpdf_test.go
[gfont]: https://fonts.google.com/
[github]: https://github.com/jung-kurt/gofpdf
diff --git a/doc/hdr.html b/doc/hdr.html
index bbc2758..161ec47 100644
--- a/doc/hdr.html
+++ b/doc/hdr.html
@@ -12,6 +12,10 @@
padding: 1em;
}
+ img {
+ max-width: 800px;
+ }
+
h1,
h2,
h3 {
diff --git a/document.md b/document.md
index 030c96b..7a65c60 100644
--- a/document.md
+++ b/document.md
@@ -93,7 +93,7 @@ itself can be retrieved with a call to `Error()`.
## Conversion Notes
This package is a relatively straightforward translation from the original
-[FPDF][fpdf] library written in PHP (despite the caveat in the
+[FPDF][fpdf-site] library written in PHP (despite the caveat in the
introduction to [Effective Go][effective-go]). The
API names have been retained even though the Go idiom would suggest otherwise
(for example, `pdf.GetX()` is used rather than simply `pdf.X()`). The
@@ -159,7 +159,7 @@ fonts include [Google Fonts][gfont] and [DejaVu Fonts][dfont].
## Related Packages
-The [draw2d][draw2d] package is a two dimensional vector graphics library that
+The [draw2d][draw2d-site] package is a two dimensional vector graphics library that
can generate output in different forms. It uses gofpdf for its document
production mode.
@@ -191,7 +191,7 @@ the contributors acknowledged below.
## Acknowledgments
-This package's code and documentation are closely derived from the [FPDF][fpdf]
+This package's code and documentation are closely derived from the [FPDF][fpdf-site]
library created by Olivier Plathey, and a number of font and image resources
are copied directly from it. Bruno Michel has provided valuable assistance with
the code. Drawing support is adapted from the FPDF geometric figures script by
@@ -243,9 +243,9 @@ UTF-8 runes to code page bytes is provided.
[badge-status]: https://travis-ci.org/jung-kurt/gofpdf.svg?branch=master)
[coverage]: https://blog.golang.org/cover
[dfont]: http://dejavu-fonts.org/
-[draw2d]: https://github.com/llgcode/draw2d
+[draw2d-site]: https://github.com/llgcode/draw2d
[effective-go]: https://golang.org/doc/effective_go.html
-[fpdf]: http://www.fpdf.org/
+[fpdf-site]: http://www.fpdf.org/
[fpdf-test]: https://github.com/jung-kurt/gofpdf/blob/master/fpdf_test.go
[gfont]: https://fonts.google.com/
[github]: https://github.com/jung-kurt/gofpdf