Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Merge branch 'release/2.7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Oct 16, 2019
2 parents 272e50e + 6c77cf8 commit 41e32da
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 19 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 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,
Expand Down
20 changes: 17 additions & 3 deletions README.md
Expand Up @@ -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/)
10 changes: 0 additions & 10 deletions docs/book/index.html

This file was deleted.

7 changes: 3 additions & 4 deletions 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 <a href="https://www.zend.com/">Zend Technologies USA Inc.</a>'

0 comments on commit 41e32da

Please sign in to comment.