Hi,
is there any photo gallery available for Pier? I mean a widget where I
could upload pictures and they are rendered in a nice way. I started
one 4 years ago but I abandoned it.
Bye
--
Damien Cassou
http://damiencassou.seasidehosting.st
Hi,
what would be suggested path if one wants to deploy few low traffic
Piers? All Piers in one image or one image per Pier?
Davorin Rusevljan
http://www.cloud208.com/
Thanks for tip regarding sixx. Anyway, what bothers me is embeded inst var
of PRLink that existed in both 1.1 and 1.2. But 1.2 expects it to be true or
false, while my 1.1 PRLinks have arrays in them that contain some data. Now
I could overwrite those arrays with true or false, but what about
information that those arrays contained should I store it somewhere else?
So the question is more what was meaning of embeded inst var before, what is
now and how should they be logically migrated?
Thanks,
Davorin Rusevljan
On Apr 26, 2011 10:54 PM, "Lukas Renggli" <renggli(a)gmail.com> wrote:
> Do you have some advice what to do with embeded inst vars of PRLink(s),
1.2
> expects them to be ...
You have to figure out how to move the contents into the right
variables using #instVarAt: and #instVarAt:put:. However, in your case
it is probably easier if you use SIXX -- or try to adapt the
import/export code to use SmartRefStream -- that both can handle
instance variable changes. Then you only need to fix the "new"
variables.
Lukas
--
Lukas Renggli
www.lukas-renggli.ch
_______________________________________________
Magritte, Pier a...
Hello,
I have downloaded latest one click Pier2 from
jenkins.lukas-renggli.ch, but when I click on export/imporrt component
browser gets:
Internal Server Error
ConnectionTimedOut: Data receive timed out.
Interestingly there is no walkback in the image.
I must be doing something very stupid I guess :)
Davorin Rusevljan
http://www.cloud208.com/
On Thu, Mar 24, 2011 at 8:53 PM, Apostolis Xekoukoulotakis
<xekoukou(a)gmail.com> wrote:
> Hello fellows,
> I would like to ask you if there is any documentation on creating new addons
> for the pier systems, apart from the code.
> Also if there is documentation for the already existant addons, for all the
> addons.
> Is the list http://source.lukas-renggli.ch/pieraddons/ complete or are there
> more?
> If there is no documentation what are the differences in creating components
> for pier than for a general seaside web site.
> Do i have to learn magritte?
> --
>
> This message and any attachments (the "message") are confidential, intended
> solely for the addressee(s), and may contain legally privileged information.
> Any unauthorised use or dissemination is prohibited. E-mails are susceptible
> to alteration.
> I shall not be liable for the message if altered, changed or
> falsified.
>
> Sincerely yours,
>
> Apostolis Xekoukoulotakis
>
> _______________________________________________
> Magritte, Pier and Related Tools ...
> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>
I am looking to hire an independent contractor to develop a site for a to be
non profit Organization.
Things that will be considered as a prerequisitive:
Good knowledge of Pier. :)
The ability to find and use a good Database, for example Gemstone. Open
source Databases will be prefered but
the site will rely heavily on matrix computations which should give the
result in real time. So, It is important that the database connects to a C
programm for example for the computations. I dont know yet where it will be
hosted. If it will be hosted in my own server, I think that the use of Cuda,
cublas would be prefered but I am open to suggetions.
One of the work that will have to be done is to put the Wikipedia
encyclopedia english dump into the database.
This site will be supposed to be an improvement of Wikipedia that will
have some of the properties of Knol.google.com and much more. It is intended
to be a non profit organization that will not use advertisements, so the
initial budget is very limited until the site becomes known.
I havent decided yet if i will use Pier as a more obvious option is to use
Mediawiki which looks like it will be cheaper.
I believe that many of you would find the concept very interesting but I
cant say more right now.
--
View this message in context: http://forum.world.st/Independent-Contractor-to-develop-Site-tp3457411p3457…
Sent from the Magritte, Pier and Related Tools mailing list archive at Nabble.com.
Some time ago I changed PBEntriesRSSView to be able to filter entries by tags. It is useful if you are subscribed to e.g. planet smalltalk. This way only posts that are tagged properly will be included. But I forgot to drop a note about it.
Today I've been asked about it and that made me do a small changeset in case somebody wants to know. I'm not sure if this should be included in default pier hence the changeset.
Hope you like it,
Norbert
Hi,
I wonder how can I add a css who references an image to a page in Pier.
For example, I have this style:
.aclass {
background-image: url(background.png);
}
so... I upload the style to /system/components/css/style.css, and I change my page to use that css.
So... how can I add the image file? I tried by creating a /system/components/css/background.png file, but it does not works :(
Also... I would like to add some meta information (a couple of <link> rels), and no idea how to do it... any idea?
Thanks,
Esteban