2017 © Pedro Peláez
 

pw-module assets

Assets module help you to move your `index.php` file of Process Wire CMS to any part you like.

image

hari/assets

Assets module help you to move your `index.php` file of Process Wire CMS to any part you like.

  • Thursday, November 21, 2013
  • by harikt
  • Repository
  • 0 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Assets for Process Wire

Assets module help you to move your index.php file of Process Wire CMS to any part you like. The images, css, js etc will be served via assets for the first time., (*1)

On the next time, the requested file will be served by apache for it will be in your document root. ( Assets module will try to copy the file to the document root on the first request), (*2)

Known Issues

The file /wire/modules/Jquery/JqueryTableSorter/JqueryTableSorter.js is encrypted data., (*3)

So the mimetype detect it as http://www.mime-type.net/application/x-elc/, so is not served., (*4)

These modules are provided in core of Processwire, so are marked as exceptional cases., (*5)

'/wire/modules/Jquery/JqueryTableSorter/JqueryTableSorter.js'

You want to give appropriate permissions for the assets to write the css, images and js in the web root folder., (*6)

Other media types

We may need to add other media types like mp3, mp4, audio etc., (*7)

Thanks

Special thanks to Paul M Jones and Aura PHP, (*8)

Some parts of the code are from Aura.Framework and Aura.View, (*9)

Aura is a collection of libraries to build your own framework., (*10)

The Versions

21/11 2013

dev-master

9999999-dev https://github.com/harikt/Assets

Assets module help you to move your `index.php` file of Process Wire CMS to any part you like.

  Sources   Download

BSD-2-Clause

The Requires

 

structure assets processwire