richter 00/04/14 05:27:44
Modified: . Changes.pod Embperl.pm EmbperlObject.pm MANIFEST
README
Embperl Mail.pm Module.pm
emacs embperl.el
Added: . EmbperlLogo.gif
Log:
- docs
- Logo
Revision Changes Path
1.109 +2 -2 embperl/Changes.pod
Index: Changes.pod
===================================================================
RCS file: /home/cvs/embperl/Changes.pod,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- Changes.pod 2000/04/13 21:36:51 1.108
+++ Changes.pod 2000/04/14 12:27:40 1.109
@@ -27,10 +27,10 @@
packagename and the packagename differs from request to
request, the page is compiled for every package and therfore
consuming memory on every request.
- - Escape ", ', < and > in URLs. Spotted by Roman Maeder.
- Added EMBPERL_SESSION_HANDLER_CLASS which allows you to overwrite
Embperl defaults session handling. Idea form Barrie Slaymaker.
-
+ - Added EmbperlLogo.gif to the distribution, which contains
+ "Powered by Embperl".
=head1 1.3b2 (BETA) 11. Feb 2000
1.96 +0 -0 embperl/Embperl.pm
Index: Embperl.pm
===================================================================
RCS file: /home/cvs/embperl/Embperl.pm,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- Embperl.pm 2000/04/13 21:36:52 1.95
+++ Embperl.pm 2000/04/14 12:27:40 1.96
@@ -10,7 +10,7 @@
# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#
-# $Id: Embperl.pm,v 1.95 2000/04/13 21:36:52 richter Exp $
+# $Id: Embperl.pm,v 1.96 2000/04/14 12:27:40 richter Exp $
#
###################################################################################
1.20 +0 -0 embperl/EmbperlObject.pm
Index: EmbperlObject.pm
===================================================================
RCS file: /home/cvs/embperl/EmbperlObject.pm,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- EmbperlObject.pm 2000/04/13 21:36:53 1.19
+++ EmbperlObject.pm 2000/04/14 12:27:41 1.20
@@ -10,7 +10,7 @@
# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#
-# $Id: EmbperlObject.pm,v 1.19 2000/04/13 21:36:53 richter Exp $
+# $Id: EmbperlObject.pm,v 1.20 2000/04/14 12:27:41 richter Exp $
#
###################################################################################
1.38 +1 -0 embperl/MANIFEST
Index: MANIFEST
===================================================================
RCS file: /home/cvs/embperl/MANIFEST,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- MANIFEST 2000/03/29 07:39:11 1.37
+++ MANIFEST 2000/04/14 12:27:41 1.38
@@ -207,3 +207,4 @@
Embperl/Mail.pm
emacs/README
emacs/embperl.el
+EmbperlLogo.gif
1.17 +10 -0 embperl/README
Index: README
===================================================================
RCS file: /home/cvs/embperl/README,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- README 2000/03/29 19:41:40 1.16
+++ README 2000/04/14 12:27:41 1.17
@@ -29,7 +29,11 @@
There is also a module for Database access within Embperl, look
at DBIx::Recordset.
+EmbperlObject is a OO-approach for a common "look & feel" for
+a whole web-site, which allows you to build your web-site out
+of small reuseable pieces.
+
DOCUMENTATION
@@ -200,6 +204,12 @@
* Adding new features
You can reach us via http://www.ecos.de or [EMAIL PROTECTED]
+
+
+LOGO
+
+The Embperl distribution contains a "Powered by Embperl" Logo
+(EmbperlLogo.gif) which you may place at your Web-site if you like.
AUTHOR
1.1 embperl/EmbperlLogo.gif
<<Binary file>>
1.19 +0 -0 embperl/Embperl/Mail.pm
Index: Mail.pm
===================================================================
RCS file: /home/cvs/embperl/Embperl/Mail.pm,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- Mail.pm 2000/04/13 21:36:59 1.18
+++ Mail.pm 2000/04/14 12:27:42 1.19
@@ -9,7 +9,7 @@
# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#
-# $Id: Mail.pm,v 1.18 2000/04/13 21:36:59 richter Exp $
+# $Id: Mail.pm,v 1.19 2000/04/14 12:27:42 richter Exp $
#
###################################################################################
1.20 +0 -0 embperl/Embperl/Module.pm
Index: Module.pm
===================================================================
RCS file: /home/cvs/embperl/Embperl/Module.pm,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Module.pm 2000/04/13 21:37:00 1.19
+++ Module.pm 2000/04/14 12:27:43 1.20
@@ -9,7 +9,7 @@
# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#
-# $Id: Module.pm,v 1.19 2000/04/13 21:37:00 richter Exp $
+# $Id: Module.pm,v 1.20 2000/04/14 12:27:43 richter Exp $
#
###################################################################################
@@ -25,7 +25,7 @@
# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#
-# $Id: Module.pm,v 1.19 2000/04/13 21:37:00 richter Exp $
+# $Id: Module.pm,v 1.20 2000/04/14 12:27:43 richter Exp $
#
###################################################################################
1.88 +0 -0 embperl/emacs/embperl.el
Index: embperl.el
===================================================================
RCS file: /home/cvs/embperl/emacs/embperl.el,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- embperl.el 2000/04/13 21:37:01 1.87
+++ embperl.el 2000/04/14 12:27:43 1.88
@@ -19,9 +19,9 @@
;; Author : Erik Arneson ([EMAIL PROTECTED])
;; Created On : Wed Jul 22 17:16:39 PDT 1998
;; Last Modified By: Erik Arneson
-;; Last Modified On: $Date: 2000/04/13 21:37:01 $
+;; Last Modified On: $Date: 2000/04/14 12:27:43 $
;; Version : 1.00
-;; $Id: embperl.el,v 1.87 2000/04/13 21:37:01 richter Exp $
+;; $Id: embperl.el,v 1.88 2000/04/14 12:27:43 richter Exp $
;;
;; Please note that this software is very beta and rather broken. I
;; don't know how useful it will be, although I definitely plan on
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]