Well this is very similar to the publishing feature I propose back in the Etomite days and early in the MODx discussions. It works differently, keyed off on workflow and when a page is published, as opposed to cron or some other scheduler. I’ll see if I can dig up the description of how other mid-tier CMSs do it.
I agree that this is a very good feature to have. If someone can get at least the direcorty export feature working we could roll that out in TP3. The other features can be rolled out in TP4
Awesome guys!
This could really add a ton of value added benefits to our product! Even the crappy CMS I am forced to deal with in my job has a publish feature like this, and we are paying through the nose for it.
This could be a great value added benefit that makes others take a good hard look at us once we release it!
Jason,
Good going man. I think is is a well needed feature indeed
John,
I agree with you 100%
-
MODX Staff
- 10,725 Posts
FYI, before I can get the directory export feature working, I’m going to have to fix the Use Friendly Alias Path options, because currently, in my test environment, when I reference things by the absolute path from the root of the site, the parser is using the root of the webserver to find resources, and thus cannot find them since they are not necessarily in the root of the webserver. Users should be able to either reference things by relative path as usual and the parser take care of always using the site_url to build the actual path, or at very least, use this method with URL’s referenced absolutely so that pages outside the root can find the resources properly. Currently, all my content would have to be authored absolute to the web server root, which would change when going from test environment to production server.
so the <basepath> tag did not solve that?
I think the problem here is with SRCs and HREFs. Why not just have the parser rewrite the SRCs and HREFs that does not have "/" or a ".." to use $base_url or $site_url? the same should also apply to url() for css