Lukas Renggli | 5 Apr 2011 18:08
Picon
Gravatar

Re: adding style with images to pier

Hi Esteban,

sorry for the slow reply.

> 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.

Use something like (from the default style of Pier):

     background: url(/pier/environment/pier.png?view=PRDownloadView);

If you refer to 'background.png' Pier will serve a HTML page.

> Also... I would like to add some meta information (a couple of <link> rels), and no idea how to do it... any idea?

Embed a Seaside component that implements #updateRoot: and generates the links.

Lukas

--

-- 
Lukas Renggli
www.lukas-renggli.ch

_______________________________________________
Magritte, Pier and Related Tools ...
(Continue reading)

Norbert Hartl | 14 Apr 2011 15:17
Gravatar

RSS filter by tags

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

Attachment (pier-rss-filter.1.cs): application/octet-stream, 1160 bytes
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Norbert Hartl | 14 Apr 2011 15:31
Gravatar

Re: RSS filter by tags

Er,

and if you use the changeset you can add a paramter tags to your feed url.

http://norbert.hartl.name/blog/?view=PBEntriesRssView&tags=smalltalk

gives all posts that are tagged with smalltalk. The parameter can take multiple tags separated by comma (,)

Norbert
Am 14.04.2011 um 15:17 schrieb Norbert Hartl:

> 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
> 
> <pier-rss-filter.1.cs>_______________________________________________
> Magritte, Pier and Related Tools ...
> https://www.iam.unibe.ch/mailman/listinfo/smallwiki

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

(Continue reading)

Lukas Renggli | 14 Apr 2011 19:27
Picon
Gravatar

Re: RSS filter by tags

Hi Norbert,

I merged your change into the latest blog package. I made it also work
for comments and fixed a bug related to the limit of posts.

Lukas

On 14 April 2011 15:31, Norbert Hartl <norbert <at> hartl.name> wrote:
> Er,
>
> and if you use the changeset you can add a paramter tags to your feed url.
>
> http://norbert.hartl.name/blog/?view=PBEntriesRssView&tags=smalltalk
>
> gives all posts that are tagged with smalltalk. The parameter can take multiple tags separated by comma (,)
>
> Norbert
> Am 14.04.2011 um 15:17 schrieb Norbert Hartl:
>
>> 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
>>
(Continue reading)

Norbert Hartl | 14 Apr 2011 19:35
Gravatar

Re: RSS filter by tags

Simply great!

thanks,

Norbert

Am 14.04.2011 um 19:27 schrieb Lukas Renggli:

> Hi Norbert,
> 
> I merged your change into the latest blog package. I made it also work
> for comments and fixed a bug related to the limit of posts.
> 
> Lukas
> 
> On 14 April 2011 15:31, Norbert Hartl <norbert <at> hartl.name> wrote:
>> Er,
>> 
>> and if you use the changeset you can add a paramter tags to your feed url.
>> 
>> http://norbert.hartl.name/blog/?view=PBEntriesRssView&tags=smalltalk
>> 
>> gives all posts that are tagged with smalltalk. The parameter can take multiple tags separated by comma (,)
>> 
>> Norbert
>> Am 14.04.2011 um 15:17 schrieb Norbert Hartl:
>> 
>>> 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.
(Continue reading)

xekoukou | 18 Apr 2011 14:47
Picon

Independent Contractor to develop Site


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.

--
(Continue reading)

Davorin Rusevljan | 21 Apr 2011 23:19
Picon
Gravatar

Export - Import in latest Pier 2 Jenkins Build

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 <at> 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?
> --
(Continue reading)

Davorin Rusevljan | 21 Apr 2011 23:27
Picon
Gravatar

Re: Export - Import in latest Pier 2 Jenkins Build

On Thu, Apr 21, 2011 at 11:19 PM, Davorin Rusevljan
<davorin.rusevljan <at> gmail.com> wrote:
> Hello,
>
> I have downloaded latest one click Pier2 from
> jenkins.lukas-renggli.ch

that is:

Build #498 (2011.04.21 18:28:14)

Davorin Rusevljan
http://www.cloud208.com/
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

Dennis Schetinin | 22 Apr 2011 06:20
Picon

Re: Export - Import in latest Pier 2 Jenkins Build

Pier-Pharo-Persistency-lr.19 from http://source.lukas-renggli.ch/pier2 works for me.

2011/4/22 Davorin Rusevljan <davorin.rusevljan <at> gmail.com>
On Thu, Apr 21, 2011 at 11:19 PM, Davorin Rusevljan
<davorin.rusevljan <at> gmail.com> wrote:
> Hello,
>
> I have downloaded latest one click Pier2 from
> jenkins.lukas-renggli.ch

that is:

Build #498 (2011.04.21 18:28:14)

Davorin Rusevljan
http://www.cloud208.com/
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki



--
Dennis Schetinin
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Davorin Rusevljan | 22 Apr 2011 09:11
Picon
Gravatar

Re: Export - Import in latest Pier 2 Jenkins Build

On Fri, Apr 22, 2011 at 6:20 AM, Dennis Schetinin <chaetal <at> gmail.com> wrote:
> Pier-Pharo-Persistency-lr.19 from http://source.lukas-renggli.ch/pier2 works
> for me.

That is the one I have in one click image.

I have putted self halt in: PRExportImportWidget>>export:

and it seems that I do not land in this method when button Export is clicked?

now I am pretty certain that I am doing something trivially wrong.

Davorin Rusevljan
http://www.cloud208.com/

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

Gmane