initial commit
This commit is contained in:
commit
8eeedc3a3c
54 changed files with 179682 additions and 0 deletions
50
README.md
Normal file
50
README.md
Normal file
|
@ -0,0 +1,50 @@
|
|||
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
|
||||
|
||||
Author
|
||||
------
|
||||
|
||||
* [Tobias Diekershoff](https://f.diekershoff.de/profile/tobias)
|
||||
|
||||
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.
|
Loading…
Add table
Add a link
Reference in a new issue