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

Commit 41e32da

Browse files
committed
Merge branch 'release/2.7.1'
2 parents 272e50e + 6c77cf8 commit 41e32da

File tree

5 files changed

+22
-19
lines changed

5 files changed

+22
-19
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 2.7.1 - TBD
5+
## 2.7.1 - 2019-10-16
66

77
### Added
88

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2005-2018, Zend Technologies USA, Inc.
1+
Copyright (c) 2005-2019, Zend Technologies USA, Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,27 @@
88
- `Zend\Text\Figlet` that enables developers to create a so called FIGlet text.
99
A FIGlet text is a string, which is represented as ASCII art. FIGlets use a
1010
special font format, called FLT (FigLet Font). By default, one standard font is
11-
shipped with `Zend\Text\Figlet`, but you can download additional fonts [here]( http://www.figlet.org)
11+
shipped with `Zend\Text\Figlet`, but you can download additional fonts [here](http://www.figlet.org)
1212
- `Zend\Text\Table` to create text based tables on the fly with different
1313
decorators. This can be helpful, if you either want to send structured data in
1414
text emails, which are used to have mono-spaced fonts, or to display table
1515
information in a CLI application. `Zend\Text\Table` supports multi-line
1616
columns, colspan and align as well.
1717

18+
## Installation
1819

19-
- File issues at https://github.com/zendframework/zend-text/issues
20-
- Documentation is at https://docs.zendframework.com/zend-text/
20+
Run the following to install this library:
21+
22+
```bash
23+
$ composer require zendframework/zend-text
24+
```
25+
26+
## Documentation
27+
28+
Browse the documentation online at https://docs.zendframework.com/zend-text/
29+
30+
## Support
31+
32+
* [Issues](https://github.com/zendframework/zend-text/issues/)
33+
* [Chat](https://zendframework-slack.herokuapp.com/)
34+
* [Forum](https://discourse.zendframework.com/)

docs/book/index.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

mkdocs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
docs_dir: docs/book
22
site_dir: docs/html
3-
pages:
4-
- index.md
3+
nav:
4+
- Home: index.md
55
- Figlets: figlet.md
66
- Tables: table.md
77
site_name: zend-text
8-
site_description: Zend\Text
8+
site_description: "Create FIGlets and text-based tables"
99
repo_url: 'https://github.com/zendframework/zend-text'
10-
copyright: 'Copyright (c) 2005-2018 <a href="https://www.zend.com/">Zend Technologies USA Inc.</a>'

0 commit comments

Comments
 (0)