Fwd: [squeak-dev] [ANN] Pier 1.0.17

Keith Hodges keith_hodges at yahoo.co.uk
Wed Nov 5 16:41:55 MET 2008


Lukas Renggli wrote:
> I'll forward that question to the Pier mailing-list.
>
> Lukas
>
> ---------- Forwarded message ----------
> From: Graham McLeod <mcleod at iafrica.com>
> Date: Tue, Nov 4, 2008 at 10:54 AM
> Subject: [squeak-dev] [ANN] Pier 1.0.17
> To: squeak-dev at lists.squeakfoundation.org
>
>
> Hi
> I am familiar with Squeak and becoming familiar with Seaside.
> I am keen to use Pier for a small website, but am battling to find any
> tutorial or getting started documentation (other than enough to know
> that I am interested!). I have downloaded the new one click image from
> Tudor and Lukas and have Pier running. My problem now is how do I
> begin with tasks like:
>
> Creating a page template with my logo, choice of menu layout etc?
> Adding a search component visible throughout the site
> Using columns as seen on the Seaside site?
> Editing rich content pages with embedded graphics, tables, video etc..
> - I did come accross a loadable extension that did this in the past
> using a java script based editor, but I also found a post to the
> effect that
> this is no longer required...
>
> Any links to more detailed documentation, or suggestions on how to do
> the above will be appreciated!
> Thanks,
> Graham
>
>   
If you load Pier-Jetsam-Environment from pieraddons, you will find a
choice of frame components. When you choose the frame for your pier
application, you could choose the "ContentWithStyle" based frames.

This frame gives you 1 html layout according to ContentWithStyle

http://www.contentwithstyle.co.uk/content/a-css-framework/

This one layout is flexible enough to give 7 different standard web page
configurations, just by choosing different css selections.
You can choose the css selection in the settings of any page. Add your
additional css to your application library, to set the logo's etc.

Keith


More information about the smallwiki mailing list