Skip to content
/ tal Public

TAL Page Templates for ownCloud

License

AGPL-3.0, Unknown licenses found

Licenses found

AGPL-3.0
COPYING-AGPL
Unknown
COPYING-README
Notifications You must be signed in to change notification settings

tanghus/tal

Repository files navigation

TAL Page Templates for ownCloud

Code quality Latest release
Scrutinizer Quality Score Latest release

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 newly created tal folder and update the PHPTAL submodule:

     cd tal
     git submodule update --init
      
  3. From your browser go to the ownCloud apps page (/index.php/settings/apps) and enable the "TAL Page Templates for ownCloud" app.

  4. Go to the Admin page (/index.php/settings/admin) and check if the installation has succeeded. You will find a section with a link to the manual.

About

TAL Page Templates for ownCloud

Resources

License

AGPL-3.0, Unknown licenses found

Licenses found

AGPL-3.0
COPYING-AGPL
Unknown
COPYING-README

Stars

Watchers

Forks

Packages

No packages published