diff --git a/CHANGELOG.md b/CHANGELOG.md index 324a5af..80dd912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 2.7.1 - TBD +## 2.7.1 - 2019-10-16 ### Added diff --git a/LICENSE.md b/LICENSE.md index d44ab5d..4bc22a4 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2005-2018, Zend Technologies USA, Inc. +Copyright (c) 2005-2019, Zend Technologies USA, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/README.md b/README.md index 84036c3..06d7cac 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,27 @@ - `Zend\Text\Figlet` that enables developers to create a so called FIGlet text. A FIGlet text is a string, which is represented as ASCII art. FIGlets use a special font format, called FLT (FigLet Font). By default, one standard font is - shipped with `Zend\Text\Figlet`, but you can download additional fonts [here]( http://www.figlet.org) + shipped with `Zend\Text\Figlet`, but you can download additional fonts [here](http://www.figlet.org) - `Zend\Text\Table` to create text based tables on the fly with different decorators. This can be helpful, if you either want to send structured data in text emails, which are used to have mono-spaced fonts, or to display table information in a CLI application. `Zend\Text\Table` supports multi-line columns, colspan and align as well. +## Installation -- File issues at https://github.com/zendframework/zend-text/issues -- Documentation is at https://docs.zendframework.com/zend-text/ +Run the following to install this library: + +```bash +$ composer require zendframework/zend-text +``` + +## Documentation + +Browse the documentation online at https://docs.zendframework.com/zend-text/ + +## Support + +* [Issues](https://github.com/zendframework/zend-text/issues/) +* [Chat](https://zendframework-slack.herokuapp.com/) +* [Forum](https://discourse.zendframework.com/) diff --git a/docs/book/index.html b/docs/book/index.html deleted file mode 100644 index 6882ed2..0000000 --- a/docs/book/index.html +++ /dev/null @@ -1,10 +0,0 @@ -
-
-

zend-text

- -

Create FIGlets and text-based tables.

- -
$ composer require zendframework/zend-text
-
-
- diff --git a/mkdocs.yml b/mkdocs.yml index 807a68e..54c8866 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,10 +1,9 @@ docs_dir: docs/book site_dir: docs/html -pages: - - index.md +nav: + - Home: index.md - Figlets: figlet.md - Tables: table.md site_name: zend-text -site_description: Zend\Text +site_description: "Create FIGlets and text-based tables" repo_url: 'https://github.com/zendframework/zend-text' -copyright: 'Copyright (c) 2005-2018 Zend Technologies USA Inc.'