This repository was archived by the owner on Jan 31, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +22
-19
lines changed Expand file tree Collapse file tree 5 files changed +22
-19
lines changed Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change 1- Copyright (c) 2005-2018 , Zend Technologies USA, Inc.
1+ Copyright (c) 2005-2019 , Zend Technologies USA, Inc.
22All rights reserved.
33
44Redistribution and use in source and binary forms, with or without modification,
Original file line number Diff line number Diff line change 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/ )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11docs_dir : docs/book
22site_dir : docs/html
3- pages :
4- - index.md
3+ nav :
4+ - Home : index.md
55 - Figlets : figlet.md
66 - Tables : table.md
77site_name : zend-text
8- site_description : Zend\Text
8+ site_description : " Create FIGlets and text-based tables "
99repo_url : ' https://github.com/zendframework/zend-text'
10- copyright : ' Copyright (c) 2005-2018 <a href="https://www.zend.com/">Zend Technologies USA Inc.</a>'
You can’t perform that action at this time.
0 commit comments