[squeak-dev] Pier demo of squeak.org ready

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
25 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Pier demo of squeak.org ready

Brad Fuller-4
The "Press Room" is quite a mess on Firefox 2.0.0.13/windows

On Wed, Apr 2, 2008 at 1:39 PM, Philippe Marschall
<[hidden email]> wrote:

> 2008/4/2, tim Rowledge <[hidden email]>:
>
> > Appears like a website to me in Safari 3.1.
>
>  Lukas fixed it.
>
>  Cheers
>  Philippe
>
>



--
Brad Fuller
www.bradfuller.com

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Pier demo of squeak.org ready

Tapple Gao
In reply to this post by Lukas Renggli
On Thu, Mar 20, 2008 at 10:17:35AM +0100, Lukas Renggli wrote:

> I prepared a quick demo of the Squeak web site using Pier. My thanks
> go to Danie and Karl, that provided me with the old image to migrate
> the content. I did not adapt the CSS or the components of the page
> yet, what you see is as Pier comes after the installation. As I
> mentioned there are dozens of plugins ready that can be placed at any
> part of the web-site:
>
>      http://squeak.lukas-renggli.ch
>
> The password for an admin users with (almost all privileges) is:
>
>      demo/demo

I can't figure out how to use this one either. I would like to
make an itemized tutorial list where anyone can post a tutorial,
tag it, review it, rate it, or show all tutorials on one
subject. I did this by making a blog, and adding three posts to
it:
http://squeak.lukas-renggli.ch/Documentation/Tutorials

However, none of the posts are showing up there, and it does not
seem like the title of the post can be made into a link to the
tutorial, which makes for a pretty bad tutorial list.

What I would like is something like reddit, where one can post
tutorials, rate them, and be able to see which ones are most
recommended for a given subject. I have a big list to start from
at http://wiki.squeak.org/squeak/SqueakTutorials

I have been unable to see how to do this in either pier or
scribo.

--
Matthew Fulmer -- http://mtfulmer.wordpress.com/

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Pier demo of squeak.org ready

Philippe Marschall
2008/4/3, Matthew Fulmer <[hidden email]>:

> On Thu, Mar 20, 2008 at 10:17:35AM +0100, Lukas Renggli wrote:
>
> > I prepared a quick demo of the Squeak web site using Pier. My thanks
>  > go to Danie and Karl, that provided me with the old image to migrate
>  > the content. I did not adapt the CSS or the components of the page
>  > yet, what you see is as Pier comes after the installation. As I
>  > mentioned there are dozens of plugins ready that can be placed at any
>  > part of the web-site:
>  >
>  >      http://squeak.lukas-renggli.ch
>  >
>  > The password for an admin users with (almost all privileges) is:
>  >
>  >      demo/demo
>
>
> I can't figure out how to use this one either. I would like to
>  make an itemized tutorial list where anyone can post a tutorial,
>  tag it, review it, rate it, or show all tutorials on one
>  subject. I did this by making a blog, and adding three posts to
>  it:
>  http://squeak.lukas-renggli.ch/Documentation/Tutorials
>
>  However, none of the posts are showing up there, and it does not
>  seem like the title of the post can be made into a link to the
>  tutorial, which makes for a pretty bad tutorial list.
>
>  What I would like is something like reddit, where one can post
>  tutorials, rate them, and be able to see which ones are most
>  recommended for a given subject. I have a big list to start from
>  at http://wiki.squeak.org/squeak/SqueakTutorials

On http://wiki.squeak.org/squeak/SqueakTutorials click 'Add', then
select Post as a type. Don't forget to set the publication date.

Cheers
Philippe

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Pier demo of squeak.org ready

Philippe Marschall
In reply to this post by Brad Fuller-4
2008/4/3, Brad Fuller <[hidden email]>:
> The "Press Room" is quite a mess on Firefox 2.0.0.13/windows

It's the same issue and not a browser issue. As soon as there is a
WideString WAKom turn into UTF-32 little endian. You can use
WAKomEncoded of course and it works.

Cheers
Philippe

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Pier demo of squeak.org ready

Lukas Renggli
> It's the same issue and not a browser issue. As soon as there is a
>  WideString WAKom turn into UTF-32 little endian. You can use
>  WAKomEncoded of course and it works.

Ok, it is using WAKomEncoded now.

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch

12