Fixes a validation error for HTML 4.01 Strict and HTML 4.01 Transitional users by removing a slash at the end of self closed tags.
If something isn’t working correctly let me know at projectdeploy.org/help. I tried doing as many possible combinations and it seems to be working fine, but I might have missed a certain combo.
This fixes the “Permissions Error” and adds some functionality to the Fluid side of things:
- Deploy* would display an error if the root folder was not set writeable, or 755, but Deploy* will take care of permissions now for both the root and deploys folder.
- Deploy* will now catch the “Permissions Error” and highlight in bright yellow what you need to do if the chmod() function fails AND you haven’t changed the permissions manually.
- Fluid users had a navigational bar like the normal site. That has since been hidden. If you want it to display you can change the CSS with your SSB’s preferences. It’s just set as display:none; right now.
- Small cosmetic fixes
- Added a “INSTALL.txt” file with directions on how to get it installed. It’s only 1 step now with version 1.3.1
This is an update that was before the blog was up, but here it is for information sake as was the version 1.1 update:
- Cleaner code
- Added comments to almost all of the code
- Added a readme file for UNIX and Mac OS X users
- Added a sitemap.xml file
This is a version update before the blog was up. Just for information sake, I’ll post this update for information sake:
- Added meta tags
- Added Fluid.app support
- Cleaned up some code
- Deleted unused files
- Added a robots.txt file