2011-12-09, 07:44:51
Great Plugin!
Suggestions.
Support for htaccess style directory headers and descriptions.
This would be in a file similar to a .htaccess file.
This is the .htaccess syntax for index directories listings, 1 per line
And this is to include a header html file
Then one of these "dir config" files per folder and you have the same functionality as apache dir indexs, but in getsimple. (except sorting)
But sorting can be added with jquery datatables or something similar, and isn't a big deal.
USER TIP: dont forget the last / in the full path, you will get filesize and filetime errors. ugh.
Suggestions.
Support for htaccess style directory headers and descriptions.
This would be in a file similar to a .htaccess file.
This is the .htaccess syntax for index directories listings, 1 per line
Code:
AddDescription "DESCRIPTION TEXT" filename.ext
And this is to include a header html file
Code:
HeaderName header.html
Then one of these "dir config" files per folder and you have the same functionality as apache dir indexs, but in getsimple. (except sorting)
But sorting can be added with jquery datatables or something similar, and isn't a big deal.
USER TIP: dont forget the last / in the full path, you will get filesize and filetime errors. ugh.