Mailing List Archive

[Bricolage-General] dynamic content?
Hey all,

Is there a way to have Bricolage publish dynamic content?

From what I see, Bricolage pre-presses all it's pages so what you get
deployed is just static html pages. But I've got some pages that need to be
heavily personalized (e.g. greet the person by name, display content based
upon what we know about a person, etc.).

Is there an easy way to pull this off?

__END__

mod_bigdan
7-footer At Large <><
Intranet Technologies

Debug is human, de-fix divine.



-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your
clients even if they use browsers that are limited to 40 bit encryption.
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
_______________________________________________
Bricolage-General mailing list
Bricolage-General@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bricolage-general
Re: [Bricolage-General] dynamic content? [ In reply to ]
On Friday, January 17, 2003, at 09:38 AM, D.Kreft wrote:

> Is there a way to have Bricolage publish dynamic content?
>
> From what I see, Bricolage pre-presses all it's pages so what you get
> deployed is just static html pages. But I've got some pages that need
> to be
> heavily personalized (e.g. greet the person by name, display content
> based
> upon what we know about a person, etc.).
>
> Is there an easy way to pull this off?

Yes, just have the templates output whatever dynamic coding needs to go
into your pages. For example, if your pages are served from a JSP
server, you can have the templates output the JSP that greets the user.

Anything you can manually put in the files your server serves (JSP,
ASP, HTML, XML, RSS, PDF, Mason, HTML::Template, etc., etc., ad
nauseam) you can have Bricolage templates output.

Let's see, I wrote a tutorial about this a while back...ah, here it is:

http://sourceforge.net/mailarchive/message.php?msg_id=25761

HTH,

David

--
David Wheeler AIM: dwTheory
david@kineticode.com ICQ: 15726394
Yahoo!: dew7e
Jabber: Theory@jabber.org
Kineticode. Setting knowledge in motion.[sm]



-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your
clients even if they use browsers that are limited to 40 bit encryption.
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
_______________________________________________
Bricolage-General mailing list
Bricolage-General@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bricolage-general
Re: [Bricolage-General] dynamic content? [ In reply to ]
Hi,

In HTML::Mason the easiest way is to put
code that you want to use in realtime inside
<%text> tags.

Even if you wish to use another scripting language
in your frontend, you can use the same technique to
make sure HTML::Mason doesn't meddle with it,
for instance, php code.

Hope this helps,

Joao Pedro


On Fri, 2003-01-17 at 17:38, D.Kreft wrote:
> Hey all,
>
> Is there a way to have Bricolage publish dynamic content?
>
> From what I see, Bricolage pre-presses all it's pages so what you get
> deployed is just static html pages. But I've got some pages that need to be
> heavily personalized (e.g. greet the person by name, display content based
> upon what we know about a person, etc.).
>
> Is there an easy way to pull this off?
>
> __END__
>
> mod_bigdan
> 7-footer At Large <><
> Intranet Technologies
>
> Debug is human, de-fix divine.
>
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
> allow you to extend the highest allowed 128 bit encryption to all your
> clients even if they use browsers that are limited to 40 bit encryption.
> Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
> _______________________________________________
> Bricolage-General mailing list
> Bricolage-General@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bricolage-general
--
João Pedro Gonçalves
http://www.sapo.pt/ - Portugal Online



-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your
clients even if they use browsers that are limited to 40 bit encryption.
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
_______________________________________________
Bricolage-General mailing list
Bricolage-General@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bricolage-general