CMS Poll
CMS Poll
Perhaps some of you have tried Nuke, Mambo, Xoops or some of the other open source CMS/Portal/Blog packages out there. If so what is your favourite and have you tried it on VAMP? Can you suggest any we should have a look at.
Pivot
I didn't do extensive searching, but once I found this one, I had to give it a try. The big bene here is that it runs solely on PHP. No MySQL, no compiled code, and best of all, it ran on my ODS-2 disks with minor modifications. (There were about a half-dozen include files that had double extensions.)
http://www.pivotlog.net/
PM me if you want to see my site -- it's a personal family-oriented journal, so I don't want to spread my URL all over the place. I've already had a flood of errant spiders from Inktomi crawling all over my system, and I don't want to invite anyone else!
Aaron
http://www.pivotlog.net/
PM me if you want to see my site -- it's a personal family-oriented journal, so I don't want to spread my URL all over the place. I've already had a flood of errant spiders from Inktomi crawling all over my system, and I don't want to invite anyone else!
Aaron
- WillemGrooters
- VMS Guru
- Posts: 59
- Joined: Wed Jul 20, 2005 10:17 am
- Location: Netherlands
- Contact:
Pivot is Ok, but...
I followed Aaron's suggestion and tried Pivot, but ran into a few problems, thanks to Aaron
with a few suggestions and remarks, I got it running at end, but got stuck definietly:
* As said, some files have multiple dots in a filename, that cause all dots but the last to be converted to understore when uing UNZIP, so you will need to chack all files for such references: .inc., .class., .html., .php. and some more.
Using JAVA to extract the files will store them as STREAM_LF files, but you won't need to change any source.
* There seems to be a problem with MOD_PHP and Apache 1.3-1 causing access violations so the apllication will not be usable. You may be able to create a login, but any other next access will cause MOD_PHP to ACCVIO or run intoi another error (see apache$$*.log) so the application seems unusable.
I would try it with Apache 2.0 on another machine but that runs VMS 8.2 and Apache 2.0 fails to start. (Obviously since 7.3-2 is the last VMS version it will run on). I may install 7.3-2 on that box as well and rerty, but actually I'm waiting for Apache 2.1 to be released....

* As said, some files have multiple dots in a filename, that cause all dots but the last to be converted to understore when uing UNZIP, so you will need to chack all files for such references: .inc., .class., .html., .php. and some more.
Using JAVA to extract the files will store them as STREAM_LF files, but you won't need to change any source.
* There seems to be a problem with MOD_PHP and Apache 1.3-1 causing access violations so the apllication will not be usable. You may be able to create a login, but any other next access will cause MOD_PHP to ACCVIO or run intoi another error (see apache$$*.log) so the application seems unusable.

I would try it with Apache 2.0 on another machine but that runs VMS 8.2 and Apache 2.0 fails to start. (Obviously since 7.3-2 is the last VMS version it will run on). I may install 7.3-2 on that box as well and rerty, but actually I'm waiting for Apache 2.1 to be released....