<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
    <title></title>
  </head>

  <body>
    Thank you for your answer, Lukas!<br />
    <br />
    Lukas Renggli &lt;renggli@gmail.com&gt; hat am 2. Oktober 2008 um
    14:37 geschrieben:<br />
    <br />
    &gt; &gt;&#160; I would like to use a Pier wiki as a Seaside
    component as Lukas Renggli<br />
    &gt; &gt; suggested in<br />
    &gt; <br />
    &gt; PRPierFrame is the entry point of a Pier application. There
    are<br />
    &gt; examples on the class-side of PRPierFrame in the protocol
    called<br />
    &gt; &#39;examples&#39;. You can have a look at these examples in
    the Seaside<br />
    &gt; Example Browser at<br />
    &gt;
    &lt;http://localhost:8080/seaside/examples/examplebrowser&gt;.<br />
    <br />
    <br />
    I loaded Pier into a pristine Squeak 3.10.2 image using the
    &quot;Universe&quot; - Install &quot;Pier version current&quot;.
    The installation was smooth.<br />
    <br />
    <br />
    And I found your two examples on the class side of
    PRPpierFrame<br />
    exampleBasic<br />
    and<br />
    exampleDocumentation<br />
    <br />
    They are very helpful.<br />
    <br />
    And on <br />
    http://localhost:8080/seaside/pier <br />
    there is a pier wiki with some useful information and links. If I
    toggle the halos I see how the page is composed of widgets.<br />
    <br />
    <br />
    &gt; Your mail is very hard to read, because of excessive amounts
    of empty<br />
    &gt; lines. I can&#39;t see what is quote or what is new, and what
    belongs<br />
    &gt; together. Maybe you want to repost those questions?<br />
    &gt; <br />
    &gt; Cheers,<br />
    &gt; Lukas<br />
    <br />
    For the time being I think I will just browse the code and
    experiment with creating &quot;structures&quot; as in <br />
    <br />
    PRPpierFrame class&gt;&gt;<br />
    exampleBasic<br />
    &#160;&#160;&#160; &quot;Pier can be easily used as a component
    within any Seaside application, this is just an example of a dumb
    wiki. To see this example browse to
    /seaside/examples/examplebrowser and select the receiver
    class.&quot;<br />
    <br />
    &#160;&#160;&#160; ^ self on: (PRContext kernel: (PRKernel
    new<br />
    &#160;&#160;&#160; &#160;&#160;&#160; name: &#39;Pier&#39;;<br />
    &#160;&#160;&#160; &#160;&#160;&#160; root: (PRPage new<br />
    &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; title:
    &#39;Pier Example&#39;;<br />
    &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; contents:
    &#39;Pier can be easily used as a component within any Seaside
    application (maybe you should adapt the style-sheets), this is just
    an example of a dumb and non-persistent wiki.&#39;;<br />
    &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;
    yourself)))<br />
    <br />
    <br />
    As there is a Pier mailing list I will ask further questions on
    that list if they arise.<br />
    <br />
    <br />
    Kind regards<br />
    <br />
    Hannes Hirzel
  </body>
</html>