From 151b2f7d102a5988b63255d27c9ad78202c16355 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Mon, 9 Nov 2015 00:33:08 +0100 Subject: Added (partial) website + misc updates for release * recreated the prado website in demos/ * updated some docs to reflect the usage of jquery; removed guide to prototype * updated composer * added task for apigen4 (theme still missing) --- demos/site/protected/Pages/Documentation.page | 42 +++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 demos/site/protected/Pages/Documentation.page (limited to 'demos/site/protected/Pages/Documentation.page') diff --git a/demos/site/protected/Pages/Documentation.page b/demos/site/protected/Pages/Documentation.page new file mode 100644 index 00000000..0a4dd73f --- /dev/null +++ b/demos/site/protected/Pages/Documentation.page @@ -0,0 +1,42 @@ + + +
+ + + + +

API Manual

+ +The API Manual contains the documentation for all the classes declared in PRADO. + +
+
+

Tutorials

+ +
    +
  • The QuickStart Tutorial - This tutorial is a definitive guidance showing every aspect of PRADO. It is written in PRADO and contains many demos to show the usage of various PRADO controls. The tutorial is also available as a PDF file.
  • +
  • The PRADO Blog Tutorial - This tutorial shows how to use PRADO to build a complete Web application. Prior PRADO knowledge is not required.
  • +
  • The SQLMap Tutorial - This tutorial is a definitive guidance on how to use SQLMap (available since v3.1.0).
  • +
+ + +
+ +
\ No newline at end of file -- cgit v1.2.3