[PRES] [web-pres2] master: Added zeta components instructions and update require.

[email protected] (Derick Rethans) Thu, 19 Jun 2025 17:13:10 +0000
Newsgroups php.pres
Message-ID <[email protected]>
Author: Derick Rethans (derickr)
Date: 2015-05-13T15:31:45+01:00

Commit: https://github.com/php/web-pres2/commit/9f6626c917bea2e9125b5adf74c68be1edc4e9b8
Raw diff: https://github.com/php/web-pres2/commit/9f6626c917bea2e9125b5adf74c68be1edc4e9b8.diff

Added zeta components instructions and update require.

Changed paths:
  M  INSTALL
  M  show2.php


Diff:

diff --git a/INSTALL b/INSTALL
index 1727ef6..5149fce 100644
--- a/INSTALL
+++ b/INSTALL
@@ -5,6 +5,7 @@ mkdir /tmp/yourdir
 cd /tmp/yourdir
 git clone [email protected]:/web/pres2.git
 git clone [email protected]:/presentations.git
+php composer.phar require zetacomponents/template
 cd pres2/
 git checkout dericks-renderer 
 ln -s ../presentations .
diff --git a/show2.php b/show2.php
index e8d8da8..6d257d9 100644
--- a/show2.php
+++ b/show2.php
@@ -1,5 +1,5 @@
 <?php
-require '/home/derick/dev/zetacomponents/trunk/Base/src/ezc_bootstrap.php';
+require '../vendor/autoload.php';
 
 class PresFormatter implements ezcTemplateCustomFunction
 {