Today we released the package 3.0.0-beta3 of Campsite. It's not yet fully
done, there are still some features to implement. Here is the complete list:
- write the template language converter
- update the sample packages
- implement the lists start index for lists limited in length
- finish the missing "if" statements
- implement the forms actions
- finish the test cases
- update the context class to allow plugins to add new attributes
- write the manual
The changes since beta 1:
- Many bug fixes
- Finished rewriting the event managers
- Finished and fixed the URL classes
- Implemented the preview window and syntax error messages display
This package contains some sample templates together with the corresponding
database which you can install by following the steps in the INSTALL file.
Unlike 2.2-2.7 versions 3.0 does not support multiple instances anymore.
This means that for each instance you want to run you have to install
Campsite in a new virtual host. The install process is much simpler and the
dependencies are much fewer: we removed the C++ code so every dependency
related to it vanished. No more compiling
The APC (Alternative PHP Cache) dependency was removed since beta2 version
for Windows testers.
The embedded article images are defaulting to using a table. Is there any way to offer the user a choice? Also, can you allow the user to specify the vspace and hspace? Can you also let the user determine the alignment of the caption and offer to use the information already stored in the db for that image?
In addition there are some html problems that appear to be messing up the ability to left and right align the image. Below is sample output from one of my articles.
New Traffic Light
As you can see in the table tag you have not closed the align="left" with a double quote. It closes after alt=. Also, you have not closed the img src with a double quote and it runs into the border attribute.
Sorry for the late reply, please read my previous email for the answers to
these questions.
Regards,
Mugur
On Jan 15, 2008 3:38 PM, wrote:
> Author: Tim Smith
> Link: http://code.campware.org/phorum/read.php?8,6108,6111#msg-6111
>
> --------------------------------------------------------------------------------
>
> Thanks Mugur.
>
> I've begun testing and have a request/problem.
>
> The embedded article images are defaulting to using a table. Is there any
> way to offer the user a choice? Also, can you allow the user to specify the
> vspace and hspace? Can you also let the user determine the alignment of the
> caption and offer to use the information already stored in the db for that
> image?
>
> In addition there are some html problems that appear to be messing up the
> ability to left and right align the image. Below is sample output from one
> of my articles.
>
> New Traffic Light
>
> As you can see in the table tag you have not closed the align="left" with
> a double quote. It closes after alt=. Also, you have not closed the img src
> with a double quote and it runs into the border attribute.
>
> --
> Sent from Campware Forums
> http://code.campware.org/phorum
>