richter 01/03/28 03:03:49
Modified: . Tag: Embperl2c README.v2
Log:
Embperl 2 - docs
Revision Changes Path
No revision
No revision
1.1.4.8 +51 -51 embperl/Attic/README.v2
Index: README.v2
===================================================================
RCS file: /home/cvs/embperl/Attic/README.v2,v
retrieving revision 1.1.4.7
retrieving revision 1.1.4.8
diff -u -r1.1.4.7 -r1.1.4.8
--- README.v2 2001/03/28 10:07:30 1.1.4.7
+++ README.v2 2001/03/28 11:03:49 1.1.4.8
@@ -8,19 +8,19 @@
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-
-$Id: README.v2,v 1.1.4.7 2001/03/28 10:07:30 richter Exp $
+$Id: README.v2,v 1.1.4.8 2001/03/28 11:03:49 richter Exp $
+
### !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!
###
###
### This is the second BETA release of Embperl 2.0, before installing
### please read the README.v2. Documentation is not yet updated to
### reflect the changes in 2.0, everything that has changed is
-### documented in README.v2. Since the first beta I have fixed a lot
-### of smaller bugs and use it now in production environment on my own.
-### But be carefull this release may still contain bugs.
+### documented in README.v2. Since the first beta I have fixed a lot
+### of smaller bugs and use it now in production environment on my own.
+### But be carefull this release may still contain bugs.
###
###
### !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!
@@ -30,8 +30,8 @@
---------------------------
Embperl 2 has a totaly rewritten core. It contains nearly 7500 lines
-new (mostly C-) code. Also I have done a lot of testing, there may
-be still undiscovered bugs!
+new (mostly C-) code. Also I have done a lot of testing, there may
+be still undiscovered bugs!
Please report any weired behaviour to the embperl mailing list, but
be sure to read this whole README to understand what can't work so far.
@@ -61,22 +61,22 @@
Another new feature is that the syntax of the Embperl parser is defined
within the module HTML::Embperl::Syntax and can be modified as nessecary.
-Embperl comes with a set syntax definitons which can be extened modified by
-the user. So far there are syntaxdefinitions for SSI, Text only, Perl only,
-ASP and a Mail taglib. You can tell Embperl which syntax to use either in
-the configuration via EMBPERL_SYNTAX, or with the syntax parameter of
-Execute or you change the syntax dynamicly inside the page via the
-[$syntax $] command. You also could specify more then one syntax at the same
-time e.g. [$syntax Embperl SSI $] to mix Embperl tags and SSI tags in the same
-page.
-
-If you like to create your own syntax read
-
+Embperl comes with a set syntax definitons which can be extened modified by
+the user. So far there are syntaxdefinitions for SSI, Text only, Perl only,
+ASP and a Mail taglib. You can tell Embperl which syntax to use either in
+the configuration via EMBPERL_SYNTAX, or with the syntax parameter of
+Execute or you change the syntax dynamicly inside the page via the
+[$syntax $] command. You also could specify more then one syntax at the same
+time e.g. [$syntax Embperl SSI $] to mix Embperl tags and SSI tags in the same
+page.
+
+If you like to create your own syntax read
+
perldoc HTML::Embperl::Syntax
+
+and look at the files under Embperl/Syntax/ for examples how to do it.
-and look at the files under Embperl/Syntax/ for examples how to do it.
-
-Also new is the possibility to cache (parts of) the output and the
+Also new is the possibility to cache (parts of) the output and the
possibility to use a interactive debugger on the Embperl file.
@@ -89,16 +89,16 @@
- The following options are currently not supported:
optDisableHtmlScan, optDisableTableScan,
optDisableInputScan, optDisableMetaScan
-
- optDisableHtmlScan can be replaced by switching the syntax e.g.
-
- [$syntax EmbperlBlocks $] # same as [- $optDisableHtmlScan = 1 -]
-
- here goes your code, Embperl will not interpret any html tags here
-
- [$syntax Embperl $] # same as [- $optDisableHtmlScan = 0 -]
-
+ optDisableHtmlScan can be replaced by switching the syntax e.g.
+
+ [$syntax EmbperlBlocks $] # same as [- $optDisableHtmlScan = 1 -]
+
+ here goes your code, Embperl will not interpret any html tags here
+
+ [$syntax Embperl $] # same as [- $optDisableHtmlScan = 0 -]
+
+
- Nesting must be properly. I.e. you cannot put a <table> tag (for an
dynamic table) inside an if and the </table> inside another if.
(That still works for static tables)
@@ -186,28 +186,28 @@
expires_in / EMBPERL_EXPIRES_IN / $EXPIRES
Time in seconds that the output schould be cached. (0 = never, -1 = forever)
+
+
+syntax / EMBPERL_SYNTAX / [$ syntax $]
+
+Used to tell Embperl which syntax to use inside a page. Embperl comes with
+the following syntaxes:
+
+- EmbperlHTML
+- EmbperlBlocks
+- Embperl (default; contains EmbperlHtml and EmbperlBlocks)
+- ASP
+- SSI
+- Perl
+- Text
+- Mail
+
+You can get a description for each syntax if you type
+
+perldoc HTML::Embperl::Syntax::xxx
+
+where xxx is the name of the syntax.
-
-syntax / EMBPERL_SYNTAX / [$ syntax $]
-
-Used to tell Embperl which syntax to use inside a page. Embperl comes with
-the following syntaxes:
-
-- EmbperlHTML
-- EmbperlBlocks
-- Embperl (default; contains EmbperlHtml and EmbperlBlocks)
-- ASP
-- SSI
-- Perl
-- Text
-- Mail
-
-You can get a description for each syntax if you type
-
-perldoc HTML::Embperl::Syntax::xxx
-
-where xxx is the name of the syntax.
-
-------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]