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 everybody,
If somebody is interested, I implemented a small picasaweb plugin for Pier
which permits to embed the albums and the photos from picasa
into a running pier web application. The plugin source is posted on
squeaksource site: http://squeaksource.com/@uxjO7eHSe8tI9dKs/9zFmuhpA.
And an example of how it works can be seen on my site
http://www.teodorov.ro/about/Photos.
Cheers,
--
Ciprian TEODOROV
Ph.D Student
Lab-STICC/AS CNRS UMR 3192
University of Brest
phone: (+33)(0) 6 08 54 73 48
www.teodorov.rohttp://as.univ-brest.fr/ciprian
Dear List,
I just downloaded the last version of Pier. I immediately bumped into
a number of issues:
- how to remove the developer bar ("new session, configure, ...")? I
tried to click on configure and then set Deployment Mode to true, but
the bar still remains
- is there a way to change http://localhost:8080/seaside/pier into http://localhost:8080/
(i.e., removing 'seaside/pier'?
- there is 'pier:' in the title. How to remove it? I tried Edit
Design and edit on different environment and pages, but I could not
find it. Maybe it should be removed by default.
Cheers,
Alexandre
NB: The description given in the 'about' tab is useful. By the way, is
_Environment acts as templates, why not having _Template instead?
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi,
I tried magritte with seaside29 and it does not works at all... It
hangs right after an asComponent who should display a single string.
Unfortunatelly, my knowledge of magritte is just as an user, and I
couldn't get why this is happening... but it is at some place at
memento pull method.
Cheers,
Esteban
Hi Group,
Can Squeak seaside server up something like http://localhost:8080/
pier or http://localhost:8080/ instead of http://localhost:8080/
seaside/pier (I don't want the seaside, setting pier as the root
default is an improvement, but not the solution)? Cincom has
SeasideShortPath which appears to do this (see http://www.seaside.st/
documentation/faq/how-to#264399711), has this been ported to Squeak?
Thanks,
John
Hi,
When I do a yahoo search with the name of my website and then point to it yahoo tells me:
What is the explanation for this behaviour.
Best regards,
@+Maarten,
Hi,
This little bash script might be useful to some:
#!/bin/bash
NAME=pier_backup
VM_PATH=/var/www/pier
OPTIONS="-vm-display-X11 -headless -vm-sound-null -mmap 64m"
VM="$VM_PATH/vm/pharo-vm-0.15.2d-linux/squeak $OPTIONS"
LOOKUP="$NAME*.image"
ls $VM_PATH/$LOOKUP -t1 | while read fn
do
TEST=`ps ax | grep squeak | grep -c $NAME`
if [ $TEST == 0 ]
then
echo "RESTART VM $fn"
$VM $fn &
fi
exit
done
Stick it in your crontab, and it will automatically restart squeak if
somehow it died, using the last backup pier created (image
persistency)
--
Nicolas Roard
"I love deadlines. I like the whooshing sound
they make as they fly by." -- Douglas Adams
Hello All,
Does anyone run Pier headless on Mac OS X? I saw the nice tutorial here:
http://www.piercms.com/doc/deploy
But it only deals with starting up the VM and not how to close it
gracefully when the entire server reboots.
I'm thinking of something along the lines of using "systemstarter" in
Tiger or "launchctl" in Leopard. These both automatically issue a
"start" and "stop" script. For example:
sudo systemstarter start "WebObjects Services"
or
sudo launchctl start com.apple.webobjects.wotaskd
Thanks,
-- Aaron
Hi all,
Wanted to upgrade my aging (pre 1.1) pier installation. Downloaded the
image running on the server and updated magritte and pier to their
latest revisions on lr's repository. Then following
http://www.lukas-renggli.ch/blog/export-import, I exported the current
site contents. But when importing the resulting file back into the
pier-1.2 one-click image , I get this error:
Unable to import: 'Global "CZBibList" not found'.
How do I fix this?
Worst case, I can simply copy back the updated image but I'd like to
use the new 1.2 one-click image as it is much smaller.
Thanks in advance,
--Krishna
--
I long to accomplish a great and noble task, but it is my chief duty
to accomplish small tasks as if they were great and noble !
-- Helen Keller