From ff7d2b2afb1b4036404c1559dbe22da6f712e929 Mon Sep 17 00:00:00 2001 From: Vadim Kiryukhin Date: Wed, 29 Feb 2012 08:58:45 -0800 Subject: [PATCH] documentation edited --- html/basicsql.html | 2 +- html/doc.html | 20 +++++++++++--------- html/overview.html | 20 ++++++++++++++------ 3 files changed, 26 insertions(+), 16 deletions(-) diff --git a/html/basicsql.html b/html/basicsql.html index 6e54629..bb32102 100644 --- a/html/basicsql.html +++ b/html/basicsql.html @@ -13,7 +13,7 @@

Click on "Pretty Print" button to beatify the text.

Click on "Minify" button to minify the text (not sure if anybody needs it, but I keep it for consistency :)

-"Preserve Comments" is not implemented for SQL part or the application. +"Preserve Comments" is not implemented for SQL part of the application.

diff --git a/html/doc.html b/html/doc.html index 00c1ee7..2ee1612 100644 --- a/html/doc.html +++ b/html/doc.html @@ -15,13 +15,13 @@

  • Usage:
  • Parameters: diff --git a/html/overview.html b/html/overview.html index 62fa77b..af34f6c 100644 --- a/html/overview.html +++ b/html/overview.html @@ -1,15 +1,23 @@
    Overview
    -

    vkBeautify is a small, simple and powerfull javascript plugin to beautify ( pretty print ) or minify XML, JSON or CSS text.
    -This script works either as a client-side javascript or as a nodeJS plagin. +

    vkBeautify is a small, simple and powerfull javascript plugin to beautify ( pretty print ) +or minify text in following formats:

      +
    • XML
    • +
    • JSON
    • +
    • CSS
    • +
    • SQL
    • +
    + + .
    +This script is also implemented for nodeJS platform as "pretty-data" module.

    Consider to use it if you:

      -
    • create XML / JSON / CSS text manually at client side
    • -
    • create XML / JSON / CSS with tool, but let user to check or edit the result manually
    • -
    • get XML / JSON / CSS data from web service and check or edit it before or after processing the data
    • -
    • other cases when you need to create, edit or check content of an XML, JSON or CSS file.
    • +
    • create XML / JSON / CSS / SQL text manually at client side
    • +
    • create XML / JSON / CSS/ SQL with tool, but let user to check or edit the result manually
    • +
    • get XML / JSON / CSS/ SQL data from web service and check or edit it before or after processing the data
    • +
    • other cases when you need to create, edit or check content of an XML, JSON, CSS or SQL file.

    This plugin: