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
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
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
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 everybody! I found a bug with files management in Pier. Some time ago, I
said in a thread that the "cancel" button when you are adding a component,
doesn't work. First you are asked for a name and a type. If you put cancel
there, it works. Suppose I choose Component and click "add" and go to the
second windows, where you can choose the component, and you click "cancel"
this won't prevent the component to being created. In this case, what I need
to do is to remove it then using remove command.
After mentioning that, now I have a bigger problem. Suppose I add a file. In
the second windows, I don't upload any file and put cancel. The structure is
created (as the other case) but now, I cannot remove it because if I click
on the file, instead of having the lists of commands to the file, the
download popup of the browser is open. Look my attached file (the file is
"aaa"). So.....how can I remove them this file/structure from my pier
website ?
In addition, suppose I choose a picture and upload the file successfully.
Now I want to remove it. How can I do this? because if I click on the file
(from my environment) it is displayed in the browser as I attach in my other
screenshot. So, I cannot go to "remove" command.
Thanks for the help in advance!
Mariano
I was going to tackle making a component or method on the import/
export component to export
all the pages in Pier in Wiki format. I"m wondering if anyone has done
this before?
--
=
=
=
========================================================================
John M. McIntosh <johnmci(a)smalltalkconsulting.com> Twitter:
squeaker68882
Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com
=
=
=
========================================================================
Hi Folks,
I was fairly excited to stumble across Pier as this is a system that I
was actually intending to write for a client. There are a ton of CMS's
out there, but none of them as far as I know allow one to edit in
place the entire system, other than say CMSbox, which is out of reach
where I live.
I envisioned a little more Ajax+Scriptaculous goodness in the update
process, and also a preview-accept transaction in the editing process.
Since I use Ruby on Rails in my day job, I was intending to use that
as well, since I know it well, and I'm only getting started using
Seaside for toy projects.
Pier seems to be pretty much what I need out of 'out of the box',
excepting the points I made above. However, I'm curious why 'Pier
Syntax' was developed instead of using an already popular markup like
Textile? Are there any plans to use other markups besides 'Pier
Syntax' ? I haven't looked at the code yet, but if there are no plans
for any other Markup, how hard do you think it would be to implement a
different markup besides Pier Syntax for a professional programmer
that knows some Smalltalk, say like, oh, I don't know, Textile? :)
Thanks!
DZ
Apple told me today that WikiServer for the iPhone version 1.4.3 is
now in the store.
This version is not yet based on Pier 1.2 I am working on that, anyone
who wants to beta-test WikiServer 1.5 should email me.
However we have add a macintosh, windows, and linux client so you can
import/export wiki content to/from desktop machines and iphone devices.
See http://www.mobilewikiserver.com/1.4.html for links to the desktop
clients.
--
=
=
=
========================================================================
John M. McIntosh <johnmci(a)smalltalkconsulting.com> Twitter:
squeaker68882
Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com
=
=
=
========================================================================
Hi,
I'm trying to load pier into a new pharo image. When I try to load
Pier-Importer it ask me for some dependencies (SmaCC), but if I try to
load SmaCC from SqueakSource, it ask me for other dependence, and I'm
lost there, I don't know which package is needed.
Anybody knows what's the full list of dependences?
Thanks in advance,
Esteban
Hi folks! I don't know if this is more Pier related or Seaside related...I
just want to render something in my Pier website that says "there are XXX
people viewing the site" (in spanish hahaha). Now, the question is, is
there a component for that? Value Links ?
Suppose there isn't and I will do it, how can I know from Seaside/Pier how
many people is "connected" to my website?
Thanks a lot and good weekend!
Mariano
Name: Pier-Links-damiencassou.5
Author: damiencassou
Time: 23 July 2009, 3:07:55 pm
UUID: ef7aab23-fe3f-4cb0-9ee5-b85d531aaeeb
Ancestors: Pier-Links-lr.4
- Use a common superclass for all links (they all had the same #urlEntry method)
- Write a #urlParameters method inside this class to extract the
parameters passed to the link
- Use that to allow people to use Youtube parameters defined in
http://code.google.com/apis/youtube/player_parameters.html
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Lambdas are relegated to relative obscurity until Java makes them
popular by not having them." James Iry