On 21 fév, 04:16, Steven Costiou <[hidden email]> wrote: > > Is that possible to have more informations about this strange missing > stylesheet ? > Is that only with the Squeak/Pharo port ? > > 2010/2/21 Freddy <[hidden email]> > Hi Steven. I'm not sure if the missing stylesheet occurs only with Squeak or Pharo, as I have not installed GST. I followed the instructions on: http://www.iliadproject.org/pages/Iliad/Download/Squeak---Pharo-port by Starting with a fresh Pharo image (1.0RC2) which I downloaded from http://www.pharo-project.org/pharo-download. 1) I opened up a Monitcello Browser, and connected to the HTTP repository specified in the instructions: MCHttpRepository location: 'http://www.squeaksource.com/MetacelloRepository' user: '' password: ' 2) I located the ConfigurationOfIliad package, and loaded the latest one, ConfigurationOfIliad-GermanArduino.5 3) As per the instructions, I opened up a workspace and executed: ConfigurationOfIliad load. That command loaded in all the required packages and configured Iliad for my image. 4) I then executed 'SwazooIliad startOn: 7777' in the workspace, and tried out the Iliad examples. That's when I noticed the missing stylesheet, because of a missing image on the upper left hand corner of the page. Here is the page source: --------------------- <?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC "-//W3C// DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1- strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><script type="text/javascript" src="/javascripts/ jquery132min.js"></script><script type="text/javascript" src="/ javascripts/no_conflict.js"></script><script type="text/javascript" src="/javascripts/iliad.js"></script><link rel="Stylesheet" type="text/ css" href="/stylesheets/iliad.css"></link><meta name="Content-Type" content="text/html; charset=utf-8; charset=utf-8"/></head><body><div class="wrapper"><a href="http://www.iliadproject.org"><img class="logo" src="/images/iliad.png" alt="Iliad"/></a><h1>Application Browser</h1><ul><li><a href="/hello/">HelloWorldApplication</a></ li><li><a href="/test/">ILApplicationMock1</a></li><li><a href="/test/ foo/">ILApplicationMock2</a></li><li><a href="/examples/ blog/">ILBlogApplication</a></li><li><a href="/examples/ counters/">ILCounterApplication</a></li><li><a href="/ rss/">ILRSSMockApplication</a></li><li><a href="/examples/ todo/">ILTodoListApplication</a></li></ul></div></body></html> ------------------------ The missing image on the page is: <img class="logo" src="/images/ iliad.png" alt="Iliad"/> The missing stylesheet is of course, <link rel="Stylesheet" type="text/css" href="/stylesheets/iliad.css"> I do not have the javascript library either. Should these images, stylesheets, and javascript libraries be installed by the ConfigurationOfIliad package? > > From poking around a bit, I tried 'SwazooIliad startOn: 7777' and > > pointed my browser to http://localhost:7777/browse to look at the > > examples. There seems to be a stylesheet missing > > Did you add the Public directory? > Nico Hi Nico, No, I did not create a Public directory? I didn't find anything about that in the installation instructions. |
Hi, You probably need to download and unzip the public directory archive. See the end of the page: http://www.iliadproject.org/pages/Iliad/Download/Squeak---Pharo-port Cheers! Nico signature.asc (204 bytes) Download Attachment |
My apologies. You're right. I neglected that step, and forgot to
download the Public directory. With that directory in place, the stylesheet and images all appear now. Sorry for the premature report. I did want to mention one thing though. Iliad is MUCH easier to deploy than Seaside. There is no need to use an admin page to specify the required entry point class. I thought something was missing when I noticed how brief the installation instructions were, but this is because Iliad is just that much easier to get up and running. On 24 fév, 00:44, Nicolas Petton <[hidden email]> wrote: > Hi, > > You probably need to download and unzip the public directory archive. > See the end of the page: > > http://www.iliadproject.org/pages/Iliad/Download/Squeak---Pharo-port > > Cheers! > > Nico > > signature.asc > < 1 000AfficherTélécharger |
Probably the Public directory can be downloaded and put in place also with the
Metacello configuration. But I had not time to try to implement this yet. Also, have in mind that this configuration allways install the latest 0.8 version packages.
Cheers. Germán. 2010/2/24 Freddy <[hidden email]> My apologies. You're right. I neglected that step, and forgot to |
Do you mean it does load the development version of Iliad ?
In that case, would that be possible to swap to the 0.8 beta 1 ? 2010/2/25 Germán Arduino <[hidden email]> Probably the Public directory can be downloaded and put in place also with the -- -Steven Costiou- |
Yes, sure, Metacello is a lot flexible and you can implement what you prefer.
But, as I've said, I'm in days with zero free time and can't do it for now. Anyway, the ConfigurationOfIliad is on MetacelloRepository and anyone can save a new version with modifications. Cheers. Germán. 2010/2/25 Steven Costiou <[hidden email]>: > Do you mean it does load the development version of Iliad ? > > In that case, would that be possible to swap to the 0.8 beta 1 ? > > 2010/2/25 Germán Arduino <[hidden email]> >> >> Probably the Public directory can be downloaded and put in place also with >> the >> Metacello configuration. But I had not time to try to implement this yet. >> Also, have in mind that this configuration allways install the latest 0.8 >> version packages. >> Cheers. >> Germán. >> >> 2010/2/24 Freddy <[hidden email]> >>> >>> My apologies. You're right. I neglected that step, and forgot to >>> download the Public directory. With that directory in place, the >>> stylesheet and images all appear now. Sorry for the premature report. >>> >>> I did want to mention one thing though. Iliad is MUCH easier to >>> deploy than Seaside. There is no need to use an admin page to >>> specify the required entry point class. I thought something was >>> missing when I noticed how brief the installation instructions were, >>> but this is because Iliad is just that much easier to get up and >>> running. >>> >>> On 24 fév, 00:44, Nicolas Petton <[hidden email]> wrote: >>> > Hi, >>> > >>> > You probably need to download and unzip the public directory archive. >>> > See the end of the page: >>> > >>> > http://www.iliadproject.org/pages/Iliad/Download/Squeak---Pharo-port >>> > >>> > Cheers! >>> > >>> > Nico >>> > >>> > signature.asc >>> > < 1 000AfficherTélécharger >> >> >> > > > > -- > -Steven Costiou- > > |
Free forum by Nabble | Edit this page |