Skip to content

Commit

Permalink
readme.txt: updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed May 13, 2014
1 parent 0d5fe6c commit 4e0e017
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 47 deletions.
31 changes: 8 additions & 23 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,37 +1,22 @@
Texy!
====

Texy is text-to-HTML formatter and converter library. It allows you to write
structured documents without knowledge or using of HTML language. You write
documents in humane easy-to-read plain text format and Texy! converts it to
structurally and valid (X)HTML code.
Texy is text-to-HTML formatter and converter library written in PHP. It allows
you to write structured documents (with images, links, nested lists, tables) without
knowledge or using of HTML language. You write documents in humane easy-to-read
plain text format and Texy! converts it to structurally and valid HTML code.

Texy is one of the most complex formatters. Its possibilities covers images,
links (anchors), nested lists, tables and has full support for CSS and UTF-8.

Texy formats text in accordance with typographic rules. Special attention is
paid to locale specifications. Texy! replaces single and double quotes with
typographic correct quotes, hyphens with em-dash entity, converts letter x to
Texy formats text in accordance with typographic rules. It replaces quotes
with typographic correct quotes, hyphens with em-dash, converts letter x to
dimension sign etc.

Code is written in object PHP. Library is well-advised designed, so any
enhancements or specific requirements adaptations are as easy as possible.
The best way to install Texy is to use a Composer:

Texy is sexy!
php composer.phar require texy/texy


Documentation and Examples
--------------------------

Refer to the 'examples' directory for examples. Texy documentation is
available on the homepage http://texy.info.


Texy.minified
-------------

This is shrinked single-file version of whole Texy, useful when you don't
want to modify library, but just use it.

This is exactly the same as normal version, just only comments and
whitespaces are removed.
26 changes: 2 additions & 24 deletions syntax.texy
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
This file is not updated!
*************************

Texy! is sexy!
**************

Texy! is text-to-HTML formatter and converter library. It allows you to write
structured documents without knowledge or using of HTML language. You write
documents in humane easy-to-read plain text format and Texy! converts it to
structurally and valid (X)HTML code.

Texy! is one of the **most complex** formatters. Its possibilities covers images,
links (anchors), nested lists, tables and has full support for CSS((Cascade Style Sheet)).

Syntax
======


Headers
Expand Down Expand Up @@ -419,13 +407,3 @@ modifiers
.{color:red}
| first col | second col .>| third col | .{font-style:italic}
| Adam | Eva .{color: blue}| Franta |






Copyright
=========

Texy! (C) "David Grudl":http://davidgrudl.com, 2004-2009

0 comments on commit 4e0e017

Please sign in to comment.