Diego Lont | 16 Apr 2013 10:20
Picon

QCMagritte

Hi all,

On the PharoConf I demonstrated the work I did for Friedrich Dominicus (Q Software) in Magritte, adding
some dynamic stuff (i.e. dynamic columns, groups that can collapse, automatic values). As announced, he
will make this open source, and I will clean up code, make more tests, a demo project and some documentation
to make it more useable.

I added a project QCMagritte on smalltalk hub. I will announce when there is significant progress.

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

Damien Cassou | 8 Apr 2013 09:51
Picon
Gravatar

[ANN] Pharo VM packages and PPA for Ubuntu

Dear Pharo and Ubuntu users,

Nicolas Petton and I are proud to announce Ubuntu packages for the
Pharo VM. Installing the pharo vm is now just a matter of:

sudo add-apt-repository ppa:cassou/pharo
sudo apt-get update
sudo apt-get install pharo-vm

With this package, you get:

- the latest pharo vm as a 'pharo' binary in the PATH
- all plugins and libraries (native boost, freetype, ssl, ...)
- file association so you can just double-click on pharo images
- pharo icons visible everywhere (on image files, on ALT+TAB...)
- PharoV10.sources and PharoV20.sources

Please fill bug reports on https://pharo.fogbugz.com.

This package is currently only available for Ubuntu 12.10 Quantal.
Fill a bug report if you want me to package it for another version of
Ubuntu.

--
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without
losing enthusiasm."
Winston Churchill
(Continue reading)

Damien Cassou | 6 Mar 2013 19:18
Picon
Gravatar

Merging Gutemberg with Pier-Book

Hi,

I believe the recently announced Gutemberg project could be merge with Pier-Book. What do you think?

--
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without losing enthusiasm."
Winston Churchill
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Damien Cassou | 6 Mar 2013 19:17
Picon
Gravatar

[ANN] Writing books with Gutemberg

Hi,

Stéphane and I have been working on Gutemberg, a tool that converts
books written using the Pier syntax to PDF documents and HTML pages.

http://www.smalltalkhub.com/#!/~DamienCassou/Pier-Gutemberg

This project is partially supported by ESUG http://www.esug.org/.

We are proud to announce the first alpha version of Gutemberg. This
alpha version has a nearly-complete PDF exporter and a
basically-working HTML exporter.

We use Inria infrastructure to build one example book:
https://ci.inria.fr/pharo-contribution/job/PharoForTheEnterprise/.

The long term goal is to facilitate collaborative book editing. We
don't want to impose a web browser and an active Internet connection.


--
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without losing enthusiasm."
Winston Churchill
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Damien Cassou | 6 Mar 2013 19:16
Picon
Gravatar

Migrating to SmalltalkHub

Hi,

I think it would be nice to move magritte, pier and their addons to SmalltalkHub so that we don't rely on Lukas' web servers anymore. Lukas agrees but believe it should be the decision of the people who make Magritte and Pier today. I can do it if you want to. I will create a MagritteAndPier team.

--
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without losing enthusiasm."
Winston Churchill
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
sergio t. ruiz | 5 Mar 2013 05:20
Picon

download link for a file..


i have several audio files (podcasts) that i would like to provide a download link for using pier syntax..

something link *file download>+file_asset*

and also via url:

http://www.thoseoptimizeguys.com/Audio/TOGPodcastEpi013/

i would like to present a the link to download the referenced file. 

any ideas?

thanks! 

----
peace,
sergio
photographer, journalist, visionary

http://www.ThoseOptimizeGuys.com
http://www.CodingForHire.com
http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101

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

Tudor Girba | 23 Feb 2013 23:34
Gravatar

pier 3 help

Hi,

I migrated one site to the latest Pier. It looked quite fine locally, but when deployed, all sorts of
problems popped up to the point that it is hardly useable.

If anyone is interested in joining forces to track things down, please let me know.

Cheers,
Doru

--
www.tudorgirba.com

"It's not what we do that matters most, it's how we do it."

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

Carl Hans | 19 Feb 2013 12:41
Picon
Picon

CSS-question concerning a PIER-image running on seasidehosting...


Dear all,

first of all I have to admit that I obviously do not fully understand how PIER deals with external files. I’ve developed a (non-commercial) website which I want to run via www.seasidehosting.st – a really great service.

I’ve added Randomizer to my website and it works with static files/resources that I’ve uploaded to the resources directory on the seasidehosting server. So far so good - but I still have a problem with a CSS-File that I have created for the website. In my development environment (on my computer) everything looks good. After uploading the image to the seasidehosting server some things (e.g. the main menu) looks very different. Obviously I didn’t “connect” my CSS-file correctly to the uploaded PIER-image.

Do I have to apply the FileLibrary for getting the access to the CSS-file? Within the “setting”-area for the PIER-components only local files can be specified for the associated CSS-files.

I’ve tried so many things up to now with no result – so I would be really grateful for any help in this matter.

Many thanks in advance and best wishes

Carl  

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Peter H. Meadows | 31 Jan 2013 16:16

installing Pier in Pharo2

I want to learn/play with Pier.
Starting with Pharo 20500 image, I loaded seaside30 and pier3 from the configurations browser. (ignored some warnings).
Then I do:
PRPierFrame registerAsApplication: 'emptyPier' kernel: PRPierFrame exampleEmpty .

but I get WARequestContextNotFound error.

How can I make it work? Should I be using seaside2.8? What is the difference between pier2 and pier3?

thx.
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Yanni Chiu | 22 Jan 2013 21:05
Favicon

iCal port to Magritte3

I just started to look at ical on squeaksource, and am happy to find 
it's actively being worked on.

Is anyone working on porting iCalMagritte to Magritte3?
Should I do it, and call it iCalMagritte3? Then we'd have two dev 
streams to maintain.

There are some minor problems with the code.

- ICalChronos-PaulDeBruicker.5 is not in the repository (maybe lost to a 
squeaksource restart)
- the test class StafferDateAndTime is not defined anywhere (maybe it's 
in the missing package)

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

Geert Claes | 15 Jan 2013 14:08
Picon
Gravatar

Magritte On Toast

For the Magritte'ers :)  from  <at> 5thvillage -
http://in.5thvillage.com/p/335872298872215167_582820/

<http://forum.world.st/file/n4663503/4d3a9e863abc11e2868f22000a1f97ea_7.jpg> 

--
View this message in context: http://forum.world.st/Magritte-On-Toast-tp4663503.html
Sent from the Magritte, Pier and Related Tools mailing list archive at Nabble.com.
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki


Gmane