30b58f5677
Conflicts: apps/calendar/js/loader.js apps/contacts/index.php apps/contacts/js/loader.js apps/files/js/files.js apps/files_sharing/sharedstorage.php lib/filesystemview.php |
||
---|---|---|
.. | ||
ajax | ||
appinfo | ||
css | ||
js | ||
lib | ||
templates | ||
.gitignore | ||
COPYING-AGPL | ||
COPYING-README | ||
README.md | ||
TODO | ||
index.php | ||
settings.php |
README.md
TAL Page Templates for ownCloud
Develop using the Template Attribute Language instead of having clumsy
<?php echo $var; ?>
tags in your markup.
Read more at the PHPTAL site
Install from git
-
Go to your ownCloud apps dir and clone the repo there:
cd owncloud/apps git clone git://github.com/tanghus/tal.git
-
Go to the
lib
directory of the newly createdtal
folder and clone the PHPTAL repo:cd tal/lib git clone git://github.com/pornel/PHPTAL.git
-
From your browser go to the ownCloud apps page (
/settings/apps.php
) and enable the "TAL Page Templates for ownCloud" app. -
Go to the Personal page (
/settings/personal.php
) and check if the installation has succeeded. You will find a section with a link to the manual.