typography/README.md

53 lines
1.7 KiB
Markdown
Raw Normal View History

2015-01-04 21:46:33 +01:00
Typography Addon
================
This addpn uses the [php typography](http://kingdesk.com/projects/php-typography/)
library by KINGdesk to enhance the typography of postings in friendica.
The addon uses the language detection capabilities of friendica to select the
approproate typographic set or rules.
ToDo
----
* write some CSS to enhance the typography of stuff like ALL CAPS etc. a bit
further, now that they are identified and marked.
* There was one thing in the library that I had to comment out to get rid of
many warnings (see php-typography.php lines 1964 and following) which should
be fixed in a better way.s
History
-------
* 2014-12-29: Version 0.1, initial release
2018-07-09 18:29:35 +02:00
* 2018-01-20: Version 0.2, hook changes in Friendica, better language detection
2019-12-30 08:04:23 +01:00
* 2019-12-30: Version 0.3, adopted DI::baseUrl->get usage
2015-01-04 21:46:33 +01:00
Author
------
2018-06-02 07:59:14 +02:00
* Tobias Diekershoff
2015-01-04 21:46:33 +01:00
License
-------
This addon is licensed under the terms of the [GNU GPL 2.0](https://www.gnu.org/licenses/gpl-2.0.html)
as the underlying library uses this license.
Copyright (C) 2014 Tobias Diekershoff
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.