nextcloud/apps/tal
Michael Gapczynski 30b58f5677 Merge branch 'master' into share_api
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
2012-07-25 17:08:18 -04:00
..
ajax Merge branch 'master' into share_api 2012-07-25 17:08:18 -04:00
appinfo Merge branch 'master' into share_api 2012-07-25 17:08:18 -04:00
css Merge branch 'master' into share_api 2012-07-25 17:08:18 -04:00
js Merge branch 'master' into share_api 2012-07-25 17:08:18 -04:00
lib Merge branch 'master' into share_api 2012-07-25 17:08:18 -04:00
templates Merge branch 'master' into share_api 2012-07-25 17:08:18 -04:00
.gitignore Merge branch 'master' into share_api 2012-07-25 17:08:18 -04:00
COPYING-AGPL Merge branch 'master' into share_api 2012-07-25 17:08:18 -04:00
COPYING-README Merge branch 'master' into share_api 2012-07-25 17:08:18 -04:00
README.md Merge branch 'master' into share_api 2012-07-25 17:08:18 -04:00
TODO Merge branch 'master' into share_api 2012-07-25 17:08:18 -04:00
index.php Merge branch 'master' into share_api 2012-07-25 17:08:18 -04:00
settings.php Merge branch 'master' into share_api 2012-07-25 17:08:18 -04:00

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

  1. Go to your ownCloud apps dir and clone the repo there:

      cd owncloud/apps
      git clone git://github.com/tanghus/tal.git
      
  2. Go to the libdirectory of the newly created tal folder and clone the PHPTAL repo:

     cd tal/lib
     git clone git://github.com/pornel/PHPTAL.git
      
  3. From your browser go to the ownCloud apps page (/settings/apps.php) and enable the "TAL Page Templates for ownCloud" app.

  4. 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.