Author: dr
Date: Wed Nov 14 14:07:45 2007
New Revision: 6726

Log:
- Added Articles about ezc book and workflow thesis
- Added links to my ezc presentations
- Added news item about ezc book.

Added:
    docs/articles/2007-09-25-workflow-thesis.txt   (with props)
    docs/articles/2007-11-14-ezc-book.txt   (with props)
    docs/news/2007-11-14.txt   (with props)
    docs/presentations/
    docs/presentations/2005-09-15-toolbox.txt   (with props)
    docs/presentations/2006-02-10-rad.txt   (with props)
    docs/presentations/2006-03-23-rad.txt   (with props)
    docs/presentations/2006-04-26-rad.txt   (with props)
    docs/presentations/2006-06-22-state-of-ezc.txt   (with props)
    docs/presentations/2006-06-30-rad.txt   (with props)
    docs/presentations/2006-11-09-rad.txt   (with props)
    docs/presentations/2007-02-13-rad.txt   (with props)
    docs/presentations/2007-05-10-intro.txt   (with props)

Added: docs/articles/2007-09-25-workflow-thesis.txt
==============================================================================
--- docs/articles/2007-09-25-workflow-thesis.txt (added)
+++ docs/articles/2007-09-25-workflow-thesis.txt [iso-8859-1] Wed Nov 14 
14:07:45 2007
@@ -1,0 +1,15 @@
+==============================================
+Design and Implementation of a Workflow Engine
+==============================================
+
+:Author: Sebastian Bergmann
+:Date: 2007-09-25
+:Link: 
http://sebastian-bergmann.de/publications/bergmann-WorkflowEngine-DiplomaThesis.pdf
+
+This thesis discusses the design and implementation of a software component
+that faciliates the specification, management, and execution of so-called
+workflows. The discussion of this component's design includes the semantics
+and syntax of the underlying workflow model as well as the actual software
+design. The former builds upon the Workflow Patterns terminology, the
+latter on the concepts of a Workflow Virtual Machine and the idea that a
+workflow system should be comprised of loosely coupled components.

Propchange: docs/articles/2007-09-25-workflow-thesis.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: docs/articles/2007-11-14-ezc-book.txt
==============================================================================
--- docs/articles/2007-11-14-ezc-book.txt (added)
+++ docs/articles/2007-11-14-ezc-book.txt [iso-8859-1] Wed Nov 14 14:07:45 2007
@@ -1,0 +1,23 @@
+=======================================
+eZ Components - Das Entwickler-Handbuch
+=======================================
+
+:Author: Kore Nordmann and Tobias Schlitt
+:Date: 2007-11-14
+:Link: http://www.galileocomputing.de/katalog/buecher/titel/gp/titelID-1545
+
+This is a German publication, we hope that an English translation will
+soon be available. The abstract follows in German:
+
+Mit eZ Components erreicht zum ersten Mal eine professionelle
+Komponenten-Bibliothek die PHP-Gemeinde. Die hochqualitativen PHP-5-Bausteine
+lassen sich in beliebige Anwendungen und jedes Framework integrieren. Neben
+Komponenten zur Datenbankabstraktion sind unter anderem auch eine modulare
+Template-Engine, verschiedene Pakete zur Grafikbearbeitung, Datenvisualisierung
+(Charts) oder zur Realisierung von Plug-In-Architekturen (SignalSlot) im
+Angebot. Insgesamt stellt eZ Components zurzeit 26 Komponenten und 7
+Tie-In-Komponenten zur Verfügung.
+
+Die beiden Autoren stammen aus dem Entwicklerteam und bieten mit ihrem Buch
+einen umfassenden Einstieg in eZ Components. Auch komplexe PHP-Applikationen
+lassen sich so einfach und schnell mit der Klassenbibliothek erstellen.

Propchange: docs/articles/2007-11-14-ezc-book.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: docs/news/2007-11-14.txt
==============================================================================
--- docs/news/2007-11-14.txt (added)
+++ docs/news/2007-11-14.txt [iso-8859-1] Wed Nov 14 14:07:45 2007
@@ -1,0 +1,20 @@
+===================================================================
+New book from Galileo Press: eZ Components - The Developer Handbook
+===================================================================
+
+:Author: Derick Rethans
+:Date: 2007-11-14 14:13
+
+eZ is proud to announce the new book eZ Components - The Developer Handbook by
+eZ crew members Tobias Schlitt and Kore Nordmann, published in German by
+Galileo Press. 
+
+*eZ Components - The Developer Handbook* describes the functionality of each
+component and provides tutorials, illustrations and examples on how to use them
+to speed up application development and improve application quality. The book
+uses a practical example application (weblog) to illustrate the integration of
+the components and demonstrate architectural models.
+
+The new book is available for sale through the `Galileo Press`__
+
+__ http://www.galileocomputing.de/katalog/buecher/titel/gp/titelID-1545

Propchange: docs/news/2007-11-14.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: docs/presentations/2005-09-15-toolbox.txt
==============================================================================
--- docs/presentations/2005-09-15-toolbox.txt (added)
+++ docs/presentations/2005-09-15-toolbox.txt [iso-8859-1] Wed Nov 14 14:07:45 
2007
@@ -1,0 +1,20 @@
+===============
+The PHP Toolbox
+===============
+
+:Author: Derick Rethans
+:Date: 2005-09-15
+:Event: php|works
+:Link: http://www.derickrethans.nl/files/toolbox.pdf
+
+PHP is very powerful by itself, and can of course be extended by PHP 
extensions.
+Beside extensions there are a ton of useful classes installable through the
+PEAR installer. Where PEAR packages come from does not longer matter, as PEAR
+now has support for channels.
+
+This session explains what channels are, and covers 5 small and useful tools
+which are not often spoken about: Using Webdav with Open Office Document
+parsing for authoring websites, Transliteration of foreign scripts to latin for
+use in URLs and Search Engines, Handling Dates and Times in a correct way with
+PHP 5.1's revamped support for dates and a library that returns the differences
+in Database Schemas of different RDBMSes.

Propchange: docs/presentations/2005-09-15-toolbox.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: docs/presentations/2006-02-10-rad.txt
==============================================================================
--- docs/presentations/2006-02-10-rad.txt (added)
+++ docs/presentations/2006-02-10-rad.txt [iso-8859-1] Wed Nov 14 14:07:45 2007
@@ -1,0 +1,28 @@
+===========================
+eZ components - RAD for PHP
+===========================
+
+:Author: Derick Rethans
+:Date: 2006-02-10
+:Event: PHP Con UK
+:Link: http://www.derickrethans.nl/files/ezc-phpuk6.pdf
+
+The eZ components is a general purpose library of PHP components
+that solve a whole range of problems that developers often have to write
+themselves.  The eZ components are developed with interoperatibility and a
+clean design in mind, allowing its users more flexibility and freedom, while
+keeping a consistent and well documented API. It is thouroughly documented, New
+BSD licensed with clear IP rights and available free of charge.
+
+In this session I will explain to you the structure, contents and workings of
+the eZ components library.  The first part of the session deals with
+architectural problems and choices that faced the developers while designing
+the library.  Examples of elements that go into this session are discussions on
+file layout, packaging, dependencies, distribution, versioning, general coding
+guidelines and licensing. These are all important aspects when creating a
+consistent and usable library.
+
+In the second part I will introduce to you on how you can get started with the
+eZ components in the form of a small practical tutorial. I will also go over
+all the components that are currently available and give small examples for
+each of them.

Propchange: docs/presentations/2006-02-10-rad.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: docs/presentations/2006-03-23-rad.txt
==============================================================================
--- docs/presentations/2006-03-23-rad.txt (added)
+++ docs/presentations/2006-03-23-rad.txt [iso-8859-1] Wed Nov 14 14:07:45 2007
@@ -1,0 +1,28 @@
+===========================
+eZ components - RAD for PHP
+===========================
+
+:Author: Derick Rethans
+:Date: 2006-03-23
+:Event: Webdeal event
+:Link: http://www.derickrethans.nl/files/ezc-webdeal.pdf
+
+The eZ components is a general purpose library of PHP components
+that solve a whole range of problems that developers often have to write
+themselves.  The eZ components are developed with interoperatibility and a
+clean design in mind, allowing its users more flexibility and freedom, while
+keeping a consistent and well documented API. It is thouroughly documented, New
+BSD licensed with clear IP rights and available free of charge.
+
+In this session I will explain to you the structure, contents and workings of
+the eZ components library.  The first part of the session deals with
+architectural problems and choices that faced the developers while designing
+the library.  Examples of elements that go into this session are discussions on
+file layout, packaging, dependencies, distribution, versioning, general coding
+guidelines and licensing. These are all important aspects when creating a
+consistent and usable library.
+
+In the second part I will introduce to you on how you can get started with the
+eZ components in the form of a small practical tutorial. I will also go over
+all the components that are currently available and give small examples for
+each of them.

Propchange: docs/presentations/2006-03-23-rad.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: docs/presentations/2006-04-26-rad.txt
==============================================================================
--- docs/presentations/2006-04-26-rad.txt (added)
+++ docs/presentations/2006-04-26-rad.txt [iso-8859-1] Wed Nov 14 14:07:45 2007
@@ -1,0 +1,29 @@
+===========================
+eZ components - RAD for PHP
+===========================
+
+:Author: Derick Rethans
+:Date: 2006-04-26
+:Event: php|tek
+:Link: http://www.derickrethans.nl/files/ezc-phptek6.pdf
+
+The eZ components is a general purpose library of PHP components
+that solve a whole range of problems that developers often have to write
+themselves.  The eZ components are developed with interoperatibility and a
+clean design in mind, allowing its users more flexibility and freedom, while
+keeping a consistent and well documented API. It is thouroughly documented, New
+BSD licensed with clear IP rights and available free of charge.
+
+In this session I will explain to you the structure, contents and workings of
+the eZ components library.  The first part of the session deals with
+architectural problems and choices that faced the developers while designing
+the library.  Examples of elements that go into this session are discussions on
+file layout, packaging, dependencies, distribution, versioning, general coding
+guidelines and licensing. These are all important aspects when creating a
+consistent and usable library.
+
+In the second part I will introduce to you on how you can get started with the
+eZ components in the form of a small practical tutorial. I will also go over
+all the components that are currently available and give small examples for
+each of them.
+

Propchange: docs/presentations/2006-04-26-rad.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: docs/presentations/2006-06-22-state-of-ezc.txt
==============================================================================
--- docs/presentations/2006-06-22-state-of-ezc.txt (added)
+++ docs/presentations/2006-06-22-state-of-ezc.txt [iso-8859-1] Wed Nov 14 
14:07:45 2007
@@ -1,0 +1,13 @@
+======================
+State of eZ components
+======================
+
+:Author: Derick Rethans
+:Date: 2006-06-22
+:Event: eZ conference
+:Link: http://www.derickrethans.nl/files/ezc-state-ezcon.pdf
+
+This session introduces you to the eZ Components. This introduction consists of
+a quick overview about the strengths of the components, the development process
+and also a summary of which components we have, and which ones we will be
+working on for future releases.

Propchange: docs/presentations/2006-06-22-state-of-ezc.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: docs/presentations/2006-06-30-rad.txt
==============================================================================
--- docs/presentations/2006-06-30-rad.txt (added)
+++ docs/presentations/2006-06-30-rad.txt [iso-8859-1] Wed Nov 14 14:07:45 2007
@@ -1,0 +1,29 @@
+===========================
+eZ components - RAD for PHP
+===========================
+
+:Author: Derick Rethans
+:Date: 2006-06-30
+:Event: WebTech
+:Link: http://www.derickrethans.nl/files/ezc-webtech2006.pdf
+
+The eZ components is a general purpose library of PHP components
+that solve a whole range of problems that developers often have to write
+themselves.  The eZ components are developed with interoperatibility and a
+clean design in mind, allowing its users more flexibility and freedom, while
+keeping a consistent and well documented API. It is thouroughly documented, New
+BSD licensed with clear IP rights and available free of charge.
+
+In this session I will explain to you the structure, contents and workings of
+the eZ components library.  The first part of the session deals with
+architectural problems and choices that faced the developers while designing
+the library.  Examples of elements that go into this session are discussions on
+file layout, packaging, dependencies, distribution, versioning, general coding
+guidelines and licensing. These are all important aspects when creating a
+consistent and usable library.
+
+In the second part I will introduce to you on how you can get started with the
+eZ components in the form of a small practical tutorial. I will also go over
+all the components that are currently available and give small examples for
+each of them.
+

Propchange: docs/presentations/2006-06-30-rad.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: docs/presentations/2006-11-09-rad.txt
==============================================================================
--- docs/presentations/2006-11-09-rad.txt (added)
+++ docs/presentations/2006-11-09-rad.txt [iso-8859-1] Wed Nov 14 14:07:45 2007
@@ -1,0 +1,29 @@
+===========================
+eZ components - RAD for PHP
+===========================
+
+:Author: Derick Rethans
+:Date: 2006-11-09
+:Event: Forum PHP, Paris, France
+:Link: http://www.derickrethans.nl/files/ezc-forum6.pdf
+
+The eZ components is a general purpose library of PHP components
+that solve a whole range of problems that developers often have to write
+themselves.  The eZ components are developed with interoperatibility and a
+clean design in mind, allowing its users more flexibility and freedom, while
+keeping a consistent and well documented API. It is thouroughly documented, New
+BSD licensed with clear IP rights and available free of charge.
+
+In this session I will explain to you the structure, contents and workings of
+the eZ components library.  The first part of the session deals with
+architectural problems and choices that faced the developers while designing
+the library.  Examples of elements that go into this session are discussions on
+file layout, packaging, dependencies, distribution, versioning, general coding
+guidelines and licensing. These are all important aspects when creating a
+consistent and usable library.
+
+In the second part I will introduce to you on how you can get started with the
+eZ components in the form of a small practical tutorial. I will also go over
+all the components that are currently available and give small examples for
+each of them.
+

Propchange: docs/presentations/2006-11-09-rad.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: docs/presentations/2007-02-13-rad.txt
==============================================================================
--- docs/presentations/2007-02-13-rad.txt (added)
+++ docs/presentations/2007-02-13-rad.txt [iso-8859-1] Wed Nov 14 14:07:45 2007
@@ -1,0 +1,20 @@
+===========================
+eZ components - RAD for PHP
+===========================
+
+:Author: Derick Rethans
+:Date: 2007-02-13
+:Event: Vancouver PHP Conference
+:Link: http://www.derickrethans.nl/files/ezc-vancouver7.pdf
+
+The eZ components is a general purpose library of PHP components
+that solve a whole range of problems that developers often have to write
+themselves.  The eZ components are developed with interoperatibility and a
+clean design in mind, allowing its users more flexibility and freedom, while
+keeping a consistent and well documented API. It is thouroughly documented, New
+BSD licensed with clear IP rights and available free of charge.
+
+In this session I will explain to you the structure, contents and workings of
+the eZ components library.  I will introduce to you on how you can get started
+with the eZ components and show how you can use some of the components with
+examples.

Propchange: docs/presentations/2007-02-13-rad.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: docs/presentations/2007-05-10-intro.txt
==============================================================================
--- docs/presentations/2007-05-10-intro.txt (added)
+++ docs/presentations/2007-05-10-intro.txt [iso-8859-1] Wed Nov 14 14:07:45 
2007
@@ -1,0 +1,14 @@
+============================
+eZ Components - Introduksjon
+============================
+
+:Author: Derick Rethans
+:Date: 2007-05-10
+:Event: PHP Norge Usergroup Meeting
+:Link: http://www.derickrethans.nl/files/ezc-php-norge.pdf
+
+* Introduksjon til eZ Components (generelle komponenter, ytelse, stablitet og
+  lisensiering)
+* Eksempler: databasekommunikasjon, bildekonvertering, mail og grafer
+* Neste versjon av eZ Components
+* Åpen spørsmålsrunde og diskusjon

Propchange: docs/presentations/2007-05-10-intro.txt
------------------------------------------------------------------------------
    svn:eol-style = native


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to