Improving Pharo By Example
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ? What is the process ?
Hi. Here is a repo for updated version of Pharo by example https://github.com/SquareBracketAssociates/UpdatedPharoByExample and it should be done in Pillar. Iâve added you to the team, so feel free to contribute. Uko On 02 May 2014, at 12:22, kilon alios <kilon.alios@gmail.com> wrote:
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
Thank you Yuriy I have tried to follow the installation instructions before on my iMAC but I was not successful installing wget. I tried building wget myself and it failed with errors, I tried using a binary of wget that I found online that failed too. But I will give it another try today when I get home where my macs are and share with you the exact errors I am experiencing. On Fri, May 2, 2014 at 1:29 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Hi.
Here is a repo for updated version of Pharo by example https://github.com/SquareBracketAssociates/UpdatedPharoByExample and it should be done in Pillar.
Iâve added you to the team, so feel free to contribute.
Uko
On 02 May 2014, at 12:22, kilon alios <kilon.alios@gmail.com> wrote:
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
try using curl instead of wget, as it comes installed by default. the key is using the -O option http://www.thegeekstuff.com/2012/07/wget-curl/ On 02 May 2014, at 13:15, kilon alios <kilon.alios@gmail.com> wrote:
Thank you Yuriy
I have tried to follow the installation instructions before on my iMAC but I was not successful installing wget. I tried building wget myself and it failed with errors, I tried using a binary of wget that I found online that failed too.
But I will give it another try today when I get home where my macs are and share with you the exact errors I am experiencing.
On Fri, May 2, 2014 at 1:29 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote: Hi.
Here is a repo for updated version of Pharo by example https://github.com/SquareBracketAssociates/UpdatedPharoByExample and it should be done in Pillar.
Iâve added you to the team, so feel free to contribute.
Uko
On 02 May 2014, at 12:22, kilon alios <kilon.alios@gmail.com> wrote:
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
thank you sven, I was talking about the *.sh files that are part of the installation process and they use wget. You mean edit those files and replace wget with curl ? I have tested curl and fortunately its included with Mavericks. On Fri, May 2, 2014 at 2:31 PM, Sven Van Caekenberghe <sven@stfx.eu> wrote:
try using curl instead of wget, as it comes installed by default. the key is using the -O option
http://www.thegeekstuff.com/2012/07/wget-curl/
On 02 May 2014, at 13:15, kilon alios <kilon.alios@gmail.com> wrote:
Thank you Yuriy
I have tried to follow the installation instructions before on my iMAC but I was not successful installing wget. I tried building wget myself and it failed with errors, I tried using a binary of wget that I found online that failed too.
But I will give it another try today when I get home where my macs are and share with you the exact errors I am experiencing.
On Fri, May 2, 2014 at 1:29 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote: Hi.
Here is a repo for updated version of Pharo by example https://github.com/SquareBracketAssociates/UpdatedPharoByExample and it should be done in Pillar.
Iâve added you to the team, so feel free to contribute.
Uko
On 02 May 2014, at 12:22, kilon alios <kilon.alios@gmail.com> wrote:
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
On 02 May 2014, at 13:47, kilon alios <kilon.alios@gmail.com> wrote:
thank you sven, I was talking about the *.sh files that are part of the installation process and they use wget. You mean edit those files and replace wget with curl ? I have tested curl and fortunately its included with Mavericks.
Ah, yes, if its in scripts that you are supposed to run, then that is different. If it is not too much work you could edit the scripts, or try to do manually what is in them.
On Fri, May 2, 2014 at 2:31 PM, Sven Van Caekenberghe <sven@stfx.eu> wrote: try using curl instead of wget, as it comes installed by default. the key is using the -O option
http://www.thegeekstuff.com/2012/07/wget-curl/
On 02 May 2014, at 13:15, kilon alios <kilon.alios@gmail.com> wrote:
Thank you Yuriy
I have tried to follow the installation instructions before on my iMAC but I was not successful installing wget. I tried building wget myself and it failed with errors, I tried using a binary of wget that I found online that failed too.
But I will give it another try today when I get home where my macs are and share with you the exact errors I am experiencing.
On Fri, May 2, 2014 at 1:29 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote: Hi.
Here is a repo for updated version of Pharo by example https://github.com/SquareBracketAssociates/UpdatedPharoByExample and it should be done in Pillar.
Iâve added you to the team, so feel free to contribute.
Uko
On 02 May 2014, at 12:22, kilon alios <kilon.alios@gmail.com> wrote:
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
2014-05-02 13:15 GMT+02:00 kilon alios <kilon.alios@gmail.com>:
Thank you Yuriy
I have tried to follow the installation instructions before on my iMAC but I was not successful installing wget. I tried building wget myself and it failed with errors, I tried using a binary of wget that I found online that failed too.
But I will give it another try today when I get home where my macs are and share with you the exact errors I am experiencing.
Hi kilon, which OS version? It worked for me on OS 10.6 with these : cd wget-1.15/ ./configure --with-ssl=openssl make sudo make install The make part did not finish, but rather failed with an error. Never mind, it was while generating doc, because could not find gettext. Just proceeding with install worked for me. Nicolas
On Fri, May 2, 2014 at 1:29 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com>wrote:
Hi.
Here is a repo for updated version of Pharo by example https://github.com/SquareBracketAssociates/UpdatedPharoByExample and it should be done in Pillar.
Iâve added you to the team, so feel free to contribute.
Uko
On 02 May 2014, at 12:22, kilon alios <kilon.alios@gmail.com> wrote:
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
There is some black magic with wget. I think you have to install command line tools which get uninstalled on every update. Also if I remember correctly, Iâve installed it with home-brew. Uko On 02 May 2014, at 13:15, kilon alios <kilon.alios@gmail.com> wrote:
Thank you Yuriy
I have tried to follow the installation instructions before on my iMAC but I was not successful installing wget. I tried building wget myself and it failed with errors, I tried using a binary of wget that I found online that failed too.
But I will give it another try today when I get home where my macs are and share with you the exact errors I am experiencing.
On Fri, May 2, 2014 at 1:29 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote: Hi.
Here is a repo for updated version of Pharo by example https://github.com/SquareBracketAssociates/UpdatedPharoByExample and it should be done in Pillar.
Iâve added you to the team, so feel free to contribute.
Uko
On 02 May 2014, at 12:22, kilon alios <kilon.alios@gmail.com> wrote:
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
Ok Nicolas I followed its advice and it looks like you are correct.Wget get error on make but make install seemed to worked. But I am getting an error connecting to the servers is Inria servers down today ? this is the error kilon-imac:UpdatedPharoByExample kilon$ ./download.sh --2014-05-03 11:49:15-- https://ci.inria.fr/pharo-contribution/job/Pier3BookOnPharo20/lastSuccessful... Resolving ci.inria.fr... 193.51.193.223 Connecting to ci.inria.fr|193.51.193.223|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2014-05-03 11:49:16 ERROR 404: Not Found. Yuriy thanks for the advice I have command line tools because I am building Blender the 3d open source app on my iMac. I tried before installing wget with homebrew it failed too. On Fri, May 2, 2014 at 3:25 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
There is some black magic with wget. I think you have to install command line tools which get uninstalled on every update. Also if I remember correctly, Iâve installed it with home-brew.
Uko
On 02 May 2014, at 13:15, kilon alios <kilon.alios@gmail.com> wrote:
Thank you Yuriy
I have tried to follow the installation instructions before on my iMAC but I was not successful installing wget. I tried building wget myself and it failed with errors, I tried using a binary of wget that I found online that failed too.
But I will give it another try today when I get home where my macs are and share with you the exact errors I am experiencing.
On Fri, May 2, 2014 at 1:29 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com>wrote:
Hi.
Here is a repo for updated version of Pharo by example https://github.com/SquareBracketAssociates/UpdatedPharoByExample and it should be done in Pillar.
Iâve added you to the team, so feel free to contribute.
Uko
On 02 May 2014, at 12:22, kilon alios <kilon.alios@gmail.com> wrote:
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
trying to get the file from my web browser gives me an error too so either the link is dead or servers are down, or something else ? at least looks like wget is working :) On Sat, May 3, 2014 at 11:53 AM, kilon alios <kilon.alios@gmail.com> wrote:
Ok Nicolas I followed its advice and it looks like you are correct.Wget get error on make but make install seemed to worked.
But
I am getting an error connecting to the servers is Inria servers down today ?
this is the error
kilon-imac:UpdatedPharoByExample kilon$ ./download.sh
--2014-05-03 11:49:15-- https://ci.inria.fr/pharo-contribution/job/Pier3BookOnPharo20/lastSuccessful...
Resolving ci.inria.fr... 193.51.193.223
Connecting to ci.inria.fr|193.51.193.223|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-05-03 11:49:16 ERROR 404: Not Found.
Yuriy thanks for the advice I have command line tools because I am building Blender the 3d open source app on my iMac. I tried before installing wget with homebrew it failed too.
On Fri, May 2, 2014 at 3:25 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com>wrote:
There is some black magic with wget. I think you have to install command line tools which get uninstalled on every update. Also if I remember correctly, Iâve installed it with home-brew.
Uko
On 02 May 2014, at 13:15, kilon alios <kilon.alios@gmail.com> wrote:
Thank you Yuriy
I have tried to follow the installation instructions before on my iMAC but I was not successful installing wget. I tried building wget myself and it failed with errors, I tried using a binary of wget that I found online that failed too.
But I will give it another try today when I get home where my macs are and share with you the exact errors I am experiencing.
On Fri, May 2, 2014 at 1:29 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com>wrote:
Hi.
Here is a repo for updated version of Pharo by example https://github.com/SquareBracketAssociates/UpdatedPharoByExample and it should be done in Pillar.
Iâve added you to the team, so feel free to contribute.
Uko
On 02 May 2014, at 12:22, kilon alios <kilon.alios@gmail.com> wrote:
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
so anyone willing to help me ? I tried once today again I get the same error. Kilon-iMac:UpdatedPharoByExample kilon$ ./download.sh --2014-05-05 21:21:16-- https://ci.inria.fr/pharo-contribution/job/Pier3BookOnPharo20/lastSuccessful... Resolving ci.inria.fr... 193.51.193.223 Connecting to ci.inria.fr|193.51.193.223|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2014-05-05 21:21:17 ERROR 404: Not Found. On Sat, May 3, 2014 at 12:06 PM, kilon alios <kilon.alios@gmail.com> wrote:
trying to get the file from my web browser gives me an error too so either the link is dead or servers are down, or something else ? at least looks like wget is working :)
On Sat, May 3, 2014 at 11:53 AM, kilon alios <kilon.alios@gmail.com>wrote:
Ok Nicolas I followed its advice and it looks like you are correct.Wget get error on make but make install seemed to worked.
But
I am getting an error connecting to the servers is Inria servers down today ?
this is the error
kilon-imac:UpdatedPharoByExample kilon$ ./download.sh
--2014-05-03 11:49:15-- https://ci.inria.fr/pharo-contribution/job/Pier3BookOnPharo20/lastSuccessful...
Resolving ci.inria.fr... 193.51.193.223
Connecting to ci.inria.fr|193.51.193.223|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-05-03 11:49:16 ERROR 404: Not Found.
Yuriy thanks for the advice I have command line tools because I am building Blender the 3d open source app on my iMac. I tried before installing wget with homebrew it failed too.
On Fri, May 2, 2014 at 3:25 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com>wrote:
There is some black magic with wget. I think you have to install command line tools which get uninstalled on every update. Also if I remember correctly, Iâve installed it with home-brew.
Uko
On 02 May 2014, at 13:15, kilon alios <kilon.alios@gmail.com> wrote:
Thank you Yuriy
I have tried to follow the installation instructions before on my iMAC but I was not successful installing wget. I tried building wget myself and it failed with errors, I tried using a binary of wget that I found online that failed too.
But I will give it another try today when I get home where my macs are and share with you the exact errors I am experiencing.
On Fri, May 2, 2014 at 1:29 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com>wrote:
Hi.
Here is a repo for updated version of Pharo by example https://github.com/SquareBracketAssociates/UpdatedPharoByExample and it should be done in Pillar.
Iâve added you to the team, so feel free to contribute.
Uko
On 02 May 2014, at 12:22, kilon alios <kilon.alios@gmail.com> wrote:
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
Ok, now Iâm looking into this On 05 May 2014, at 20:23, kilon alios <kilon.alios@gmail.com> wrote:
so anyone willing to help me ? I tried once today again I get the same error.
Kilon-iMac:UpdatedPharoByExample kilon$ ./download.sh
--2014-05-05 21:21:16-- https://ci.inria.fr/pharo-contribution/job/Pier3BookOnPharo20/lastSuccessful...
Resolving ci.inria.fr... 193.51.193.223
Connecting to ci.inria.fr|193.51.193.223|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-05-05 21:21:17 ERROR 404: Not Found.
On Sat, May 3, 2014 at 12:06 PM, kilon alios <kilon.alios@gmail.com> wrote: trying to get the file from my web browser gives me an error too so either the link is dead or servers are down, or something else ? at least looks like wget is working :)
On Sat, May 3, 2014 at 11:53 AM, kilon alios <kilon.alios@gmail.com> wrote: Ok Nicolas I followed its advice and it looks like you are correct.Wget get error on make but make install seemed to worked.
But
I am getting an error connecting to the servers is Inria servers down today ?
this is the error
kilon-imac:UpdatedPharoByExample kilon$ ./download.sh
--2014-05-03 11:49:15-- https://ci.inria.fr/pharo-contribution/job/Pier3BookOnPharo20/lastSuccessful...
Resolving ci.inria.fr... 193.51.193.223
Connecting to ci.inria.fr|193.51.193.223|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-05-03 11:49:16 ERROR 404: Not Found.
Yuriy thanks for the advice I have command line tools because I am building Blender the 3d open source app on my iMac. I tried before installing wget with homebrew it failed too.
On Fri, May 2, 2014 at 3:25 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote: There is some black magic with wget. I think you have to install command line tools which get uninstalled on every update. Also if I remember correctly, Iâve installed it with home-brew.
Uko
On 02 May 2014, at 13:15, kilon alios <kilon.alios@gmail.com> wrote:
Thank you Yuriy
I have tried to follow the installation instructions before on my iMAC but I was not successful installing wget. I tried building wget myself and it failed with errors, I tried using a binary of wget that I found online that failed too.
But I will give it another try today when I get home where my macs are and share with you the exact errors I am experiencing.
On Fri, May 2, 2014 at 1:29 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote: Hi.
Here is a repo for updated version of Pharo by example https://github.com/SquareBracketAssociates/UpdatedPharoByExample and it should be done in Pillar.
Iâve added you to the team, so feel free to contribute.
Uko
On 02 May 2014, at 12:22, kilon alios <kilon.alios@gmail.com> wrote:
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
thank you :) On Mon, May 5, 2014 at 9:52 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Ok, now Iâm looking into this
On 05 May 2014, at 20:23, kilon alios <kilon.alios@gmail.com> wrote:
so anyone willing to help me ? I tried once today again I get the same error.
Kilon-iMac:UpdatedPharoByExample kilon$ ./download.sh
--2014-05-05 21:21:16-- https://ci.inria.fr/pharo-contribution/job/Pier3BookOnPharo20/lastSuccessful...
Resolving ci.inria.fr... 193.51.193.223
Connecting to ci.inria.fr|193.51.193.223|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-05-05 21:21:17 ERROR 404: Not Found.
On Sat, May 3, 2014 at 12:06 PM, kilon alios <kilon.alios@gmail.com>wrote:
trying to get the file from my web browser gives me an error too so either the link is dead or servers are down, or something else ? at least looks like wget is working :)
On Sat, May 3, 2014 at 11:53 AM, kilon alios <kilon.alios@gmail.com>wrote:
Ok Nicolas I followed its advice and it looks like you are correct.Wget get error on make but make install seemed to worked.
But
I am getting an error connecting to the servers is Inria servers down today ?
this is the error
kilon-imac:UpdatedPharoByExample kilon$ ./download.sh
--2014-05-03 11:49:15-- https://ci.inria.fr/pharo-contribution/job/Pier3BookOnPharo20/lastSuccessful...
Resolving ci.inria.fr... 193.51.193.223
Connecting to ci.inria.fr|193.51.193.223|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-05-03 11:49:16 ERROR 404: Not Found.
Yuriy thanks for the advice I have command line tools because I am building Blender the 3d open source app on my iMac. I tried before installing wget with homebrew it failed too.
On Fri, May 2, 2014 at 3:25 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com>wrote:
There is some black magic with wget. I think you have to install command line tools which get uninstalled on every update. Also if I remember correctly, Iâve installed it with home-brew.
Uko
On 02 May 2014, at 13:15, kilon alios <kilon.alios@gmail.com> wrote:
Thank you Yuriy
I have tried to follow the installation instructions before on my iMAC but I was not successful installing wget. I tried building wget myself and it failed with errors, I tried using a binary of wget that I found online that failed too.
But I will give it another try today when I get home where my macs are and share with you the exact errors I am experiencing.
On Fri, May 2, 2014 at 1:29 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com>wrote:
Hi.
Here is a repo for updated version of Pharo by example https://github.com/SquareBracketAssociates/UpdatedPharoByExample and it should be done in Pillar.
Iâve added you to the team, so feel free to contribute.
Uko
On 02 May 2014, at 12:22, kilon alios <kilon.alios@gmail.com> wrote:
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
Please try to update to the latest version and execute scripts again (maybe even after deleting untracked files) Uko On 05 May 2014, at 21:35, kilon alios <kilon.alios@gmail.com> wrote:
thank you :)
On Mon, May 5, 2014 at 9:52 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote: Ok, now Iâm looking into this
On 05 May 2014, at 20:23, kilon alios <kilon.alios@gmail.com> wrote:
so anyone willing to help me ? I tried once today again I get the same error.
Kilon-iMac:UpdatedPharoByExample kilon$ ./download.sh
--2014-05-05 21:21:16-- https://ci.inria.fr/pharo-contribution/job/Pier3BookOnPharo20/lastSuccessful...
Resolving ci.inria.fr... 193.51.193.223
Connecting to ci.inria.fr|193.51.193.223|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-05-05 21:21:17 ERROR 404: Not Found.
On Sat, May 3, 2014 at 12:06 PM, kilon alios <kilon.alios@gmail.com> wrote: trying to get the file from my web browser gives me an error too so either the link is dead or servers are down, or something else ? at least looks like wget is working :)
On Sat, May 3, 2014 at 11:53 AM, kilon alios <kilon.alios@gmail.com> wrote: Ok Nicolas I followed its advice and it looks like you are correct.Wget get error on make but make install seemed to worked.
But
I am getting an error connecting to the servers is Inria servers down today ?
this is the error
kilon-imac:UpdatedPharoByExample kilon$ ./download.sh
--2014-05-03 11:49:15-- https://ci.inria.fr/pharo-contribution/job/Pier3BookOnPharo20/lastSuccessful...
Resolving ci.inria.fr... 193.51.193.223
Connecting to ci.inria.fr|193.51.193.223|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-05-03 11:49:16 ERROR 404: Not Found.
Yuriy thanks for the advice I have command line tools because I am building Blender the 3d open source app on my iMac. I tried before installing wget with homebrew it failed too.
On Fri, May 2, 2014 at 3:25 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote: There is some black magic with wget. I think you have to install command line tools which get uninstalled on every update. Also if I remember correctly, Iâve installed it with home-brew.
Uko
On 02 May 2014, at 13:15, kilon alios <kilon.alios@gmail.com> wrote:
Thank you Yuriy
I have tried to follow the installation instructions before on my iMAC but I was not successful installing wget. I tried building wget myself and it failed with errors, I tried using a binary of wget that I found online that failed too.
But I will give it another try today when I get home where my macs are and share with you the exact errors I am experiencing.
On Fri, May 2, 2014 at 1:29 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote: Hi.
Here is a repo for updated version of Pharo by example https://github.com/SquareBracketAssociates/UpdatedPharoByExample and it should be done in Pillar.
Iâve added you to the team, so feel free to contribute.
Uko
On 02 May 2014, at 12:22, kilon alios <kilon.alios@gmail.com> wrote:
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
it worked like a charm , thank you very much Yuriy. Problem solved. Now I need to figure out how to use the system but thats for tomorrow. Will be back with any question I may have. On Mon, May 5, 2014 at 10:38 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Please try to update to the latest version and execute scripts again (maybe even after deleting untracked files)
Uko
On 05 May 2014, at 21:35, kilon alios <kilon.alios@gmail.com> wrote:
thank you :)
On Mon, May 5, 2014 at 9:52 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com>wrote:
Ok, now Iâm looking into this
On 05 May 2014, at 20:23, kilon alios <kilon.alios@gmail.com> wrote:
so anyone willing to help me ? I tried once today again I get the same error.
Kilon-iMac:UpdatedPharoByExample kilon$ ./download.sh
--2014-05-05 21:21:16-- https://ci.inria.fr/pharo-contribution/job/Pier3BookOnPharo20/lastSuccessful...
Resolving ci.inria.fr... 193.51.193.223
Connecting to ci.inria.fr|193.51.193.223|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-05-05 21:21:17 ERROR 404: Not Found.
On Sat, May 3, 2014 at 12:06 PM, kilon alios <kilon.alios@gmail.com>wrote:
trying to get the file from my web browser gives me an error too so either the link is dead or servers are down, or something else ? at least looks like wget is working :)
On Sat, May 3, 2014 at 11:53 AM, kilon alios <kilon.alios@gmail.com>wrote:
Ok Nicolas I followed its advice and it looks like you are correct.Wget get error on make but make install seemed to worked.
But
I am getting an error connecting to the servers is Inria servers down today ?
this is the error
kilon-imac:UpdatedPharoByExample kilon$ ./download.sh
--2014-05-03 11:49:15-- https://ci.inria.fr/pharo-contribution/job/Pier3BookOnPharo20/lastSuccessful...
Resolving ci.inria.fr... 193.51.193.223
Connecting to ci.inria.fr|193.51.193.223|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-05-03 11:49:16 ERROR 404: Not Found.
Yuriy thanks for the advice I have command line tools because I am building Blender the 3d open source app on my iMac. I tried before installing wget with homebrew it failed too.
On Fri, May 2, 2014 at 3:25 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com>wrote:
There is some black magic with wget. I think you have to install command line tools which get uninstalled on every update. Also if I remember correctly, Iâve installed it with home-brew.
Uko
On 02 May 2014, at 13:15, kilon alios <kilon.alios@gmail.com> wrote:
Thank you Yuriy
I have tried to follow the installation instructions before on my iMAC but I was not successful installing wget. I tried building wget myself and it failed with errors, I tried using a binary of wget that I found online that failed too.
But I will give it another try today when I get home where my macs are and share with you the exact errors I am experiencing.
On Fri, May 2, 2014 at 1:29 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com>wrote:
Hi.
Here is a repo for updated version of Pharo by example https://github.com/SquareBracketAssociates/UpdatedPharoByExample and it should be done in Pillar.
Iâve added you to the team, so feel free to contribute.
Uko
On 02 May 2014, at 12:22, kilon alios <kilon.alios@gmail.com> wrote:
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
You are welcome and thanks for enthusiasm! On 05 May 2014, at 22:25, kilon alios <kilon.alios@gmail.com> wrote:
it worked like a charm , thank you very much Yuriy. Problem solved. Now I need to figure out how to use the system but thats for tomorrow. Will be back with any question I may have.
On Mon, May 5, 2014 at 10:38 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote: Please try to update to the latest version and execute scripts again (maybe even after deleting untracked files)
Uko
On 05 May 2014, at 21:35, kilon alios <kilon.alios@gmail.com> wrote:
thank you :)
On Mon, May 5, 2014 at 9:52 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote: Ok, now Iâm looking into this
On 05 May 2014, at 20:23, kilon alios <kilon.alios@gmail.com> wrote:
so anyone willing to help me ? I tried once today again I get the same error.
Kilon-iMac:UpdatedPharoByExample kilon$ ./download.sh
--2014-05-05 21:21:16-- https://ci.inria.fr/pharo-contribution/job/Pier3BookOnPharo20/lastSuccessful...
Resolving ci.inria.fr... 193.51.193.223
Connecting to ci.inria.fr|193.51.193.223|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-05-05 21:21:17 ERROR 404: Not Found.
On Sat, May 3, 2014 at 12:06 PM, kilon alios <kilon.alios@gmail.com> wrote: trying to get the file from my web browser gives me an error too so either the link is dead or servers are down, or something else ? at least looks like wget is working :)
On Sat, May 3, 2014 at 11:53 AM, kilon alios <kilon.alios@gmail.com> wrote: Ok Nicolas I followed its advice and it looks like you are correct.Wget get error on make but make install seemed to worked.
But
I am getting an error connecting to the servers is Inria servers down today ?
this is the error
kilon-imac:UpdatedPharoByExample kilon$ ./download.sh
--2014-05-03 11:49:15-- https://ci.inria.fr/pharo-contribution/job/Pier3BookOnPharo20/lastSuccessful...
Resolving ci.inria.fr... 193.51.193.223
Connecting to ci.inria.fr|193.51.193.223|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-05-03 11:49:16 ERROR 404: Not Found.
Yuriy thanks for the advice I have command line tools because I am building Blender the 3d open source app on my iMac. I tried before installing wget with homebrew it failed too.
On Fri, May 2, 2014 at 3:25 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote: There is some black magic with wget. I think you have to install command line tools which get uninstalled on every update. Also if I remember correctly, Iâve installed it with home-brew.
Uko
On 02 May 2014, at 13:15, kilon alios <kilon.alios@gmail.com> wrote:
Thank you Yuriy
I have tried to follow the installation instructions before on my iMAC but I was not successful installing wget. I tried building wget myself and it failed with errors, I tried using a binary of wget that I found online that failed too.
But I will give it another try today when I get home where my macs are and share with you the exact errors I am experiencing.
On Fri, May 2, 2014 at 1:29 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote: Hi.
Here is a repo for updated version of Pharo by example https://github.com/SquareBracketAssociates/UpdatedPharoByExample and it should be done in Pillar.
Iâve added you to the team, so feel free to contribute.
Uko
On 02 May 2014, at 12:22, kilon alios <kilon.alios@gmail.com> wrote:
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
Well I am more than happy to help, I am even willing to add some new Chapters especially for newcomers and non coders as I have done already with my video tutorials and of course port the existing chapters to Pharo 3 I love Pharo I want to see it succed especially with non pro coders like me. For that good documentation is a must have. Ok now I need to get this started, I try to compile the book but it complains that i dont have pdflatex. So how this works ? Have you made a guide about people like me that are not familiar with Pier or Latex or whatelse is used ? if not are there any links I should be looking at ? Do I need to learn latex or Pier syntax is enough ? Also your links to the sample pier file is dead as are the other links too. If you can help me get started I am more than willing to help you expand the Pharo documentation Lets do this :) On Mon, May 5, 2014 at 11:44 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
You are welcome and thanks for enthusiasm!
On 05 May 2014, at 22:25, kilon alios <kilon.alios@gmail.com> wrote:
it worked like a charm , thank you very much Yuriy. Problem solved. Now I need to figure out how to use the system but thats for tomorrow. Will be back with any question I may have.
On Mon, May 5, 2014 at 10:38 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com>wrote:
Please try to update to the latest version and execute scripts again (maybe even after deleting untracked files)
Uko
On 05 May 2014, at 21:35, kilon alios <kilon.alios@gmail.com> wrote:
thank you :)
On Mon, May 5, 2014 at 9:52 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com>wrote:
Ok, now Iâm looking into this
On 05 May 2014, at 20:23, kilon alios <kilon.alios@gmail.com> wrote:
so anyone willing to help me ? I tried once today again I get the same error.
Kilon-iMac:UpdatedPharoByExample kilon$ ./download.sh
--2014-05-05 21:21:16-- https://ci.inria.fr/pharo-contribution/job/Pier3BookOnPharo20/lastSuccessful...
Resolving ci.inria.fr... 193.51.193.223
Connecting to ci.inria.fr|193.51.193.223|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-05-05 21:21:17 ERROR 404: Not Found.
On Sat, May 3, 2014 at 12:06 PM, kilon alios <kilon.alios@gmail.com>wrote:
trying to get the file from my web browser gives me an error too so either the link is dead or servers are down, or something else ? at least looks like wget is working :)
On Sat, May 3, 2014 at 11:53 AM, kilon alios <kilon.alios@gmail.com>wrote:
Ok Nicolas I followed its advice and it looks like you are correct.Wget get error on make but make install seemed to worked.
But
I am getting an error connecting to the servers is Inria servers down today ?
this is the error
kilon-imac:UpdatedPharoByExample kilon$ ./download.sh
--2014-05-03 11:49:15-- https://ci.inria.fr/pharo-contribution/job/Pier3BookOnPharo20/lastSuccessful...
Resolving ci.inria.fr... 193.51.193.223
Connecting to ci.inria.fr|193.51.193.223|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-05-03 11:49:16 ERROR 404: Not Found.
Yuriy thanks for the advice I have command line tools because I am building Blender the 3d open source app on my iMac. I tried before installing wget with homebrew it failed too.
On Fri, May 2, 2014 at 3:25 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com>wrote:
There is some black magic with wget. I think you have to install command line tools which get uninstalled on every update. Also if I remember correctly, Iâve installed it with home-brew.
Uko
On 02 May 2014, at 13:15, kilon alios <kilon.alios@gmail.com> wrote:
Thank you Yuriy
I have tried to follow the installation instructions before on my iMAC but I was not successful installing wget. I tried building wget myself and it failed with errors, I tried using a binary of wget that I found online that failed too.
But I will give it another try today when I get home where my macs are and share with you the exact errors I am experiencing.
On Fri, May 2, 2014 at 1:29 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com>wrote:
Hi.
Here is a repo for updated version of Pharo by example https://github.com/SquareBracketAssociates/UpdatedPharoByExampleand it should be done in Pillar.
Iâve added you to the team, so feel free to contribute.
Uko
On 02 May 2014, at 12:22, kilon alios <kilon.alios@gmail.com> wrote:
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
Yes, that README is dead long time (for now you may find the one from Enterprise book more useful https://github.com/SquareBracketAssociates/PharoForTheEnterprise-english/blo...). We are working on a book workflow and will provide a better documentation soon. You need pdflatex to compile pdf from latex. Also you should check https://github.com/DamienCassou/pillar-documentation to understand how pillar works. In 2 words: put your chapter in a dedicated dir in pillar-format file. Include it in pillar.conf file, then compile.sh will generate both html, latex, markdown versions for your chapter and a book with all chapters. Feel free to ask for more. Uko On 06 May 2014, at 18:52, kilon alios <kilon.alios@gmail.com> wrote:
Well I am more than happy to help, I am even willing to add some new Chapters especially for newcomers and non coders as I have done already with my video tutorials and of course port the existing chapters to Pharo 3
I love Pharo I want to see it succed especially with non pro coders like me. For that good documentation is a must have.
Ok now I need to get this started, I try to compile the book but it complains that i dont have pdflatex.
So how this works ?
Have you made a guide about people like me that are not familiar with Pier or Latex or whatelse is used ?
if not are there any links I should be looking at ?
Do I need to learn latex or Pier syntax is enough ?
Also your links to the sample pier file is dead as are the other links too.
If you can help me get started I am more than willing to help you expand the Pharo documentation
Lets do this :)
On Mon, May 5, 2014 at 11:44 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote: You are welcome and thanks for enthusiasm!
On 05 May 2014, at 22:25, kilon alios <kilon.alios@gmail.com> wrote:
it worked like a charm , thank you very much Yuriy. Problem solved. Now I need to figure out how to use the system but thats for tomorrow. Will be back with any question I may have.
On Mon, May 5, 2014 at 10:38 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote: Please try to update to the latest version and execute scripts again (maybe even after deleting untracked files)
Uko
On 05 May 2014, at 21:35, kilon alios <kilon.alios@gmail.com> wrote:
thank you :)
On Mon, May 5, 2014 at 9:52 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote: Ok, now Iâm looking into this
On 05 May 2014, at 20:23, kilon alios <kilon.alios@gmail.com> wrote:
so anyone willing to help me ? I tried once today again I get the same error.
Kilon-iMac:UpdatedPharoByExample kilon$ ./download.sh
--2014-05-05 21:21:16-- https://ci.inria.fr/pharo-contribution/job/Pier3BookOnPharo20/lastSuccessful...
Resolving ci.inria.fr... 193.51.193.223
Connecting to ci.inria.fr|193.51.193.223|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-05-05 21:21:17 ERROR 404: Not Found.
On Sat, May 3, 2014 at 12:06 PM, kilon alios <kilon.alios@gmail.com> wrote: trying to get the file from my web browser gives me an error too so either the link is dead or servers are down, or something else ? at least looks like wget is working :)
On Sat, May 3, 2014 at 11:53 AM, kilon alios <kilon.alios@gmail.com> wrote: Ok Nicolas I followed its advice and it looks like you are correct.Wget get error on make but make install seemed to worked.
But
I am getting an error connecting to the servers is Inria servers down today ?
this is the error
kilon-imac:UpdatedPharoByExample kilon$ ./download.sh
--2014-05-03 11:49:15-- https://ci.inria.fr/pharo-contribution/job/Pier3BookOnPharo20/lastSuccessful...
Resolving ci.inria.fr... 193.51.193.223
Connecting to ci.inria.fr|193.51.193.223|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-05-03 11:49:16 ERROR 404: Not Found.
Yuriy thanks for the advice I have command line tools because I am building Blender the 3d open source app on my iMac. I tried before installing wget with homebrew it failed too.
On Fri, May 2, 2014 at 3:25 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote: There is some black magic with wget. I think you have to install command line tools which get uninstalled on every update. Also if I remember correctly, Iâve installed it with home-brew.
Uko
On 02 May 2014, at 13:15, kilon alios <kilon.alios@gmail.com> wrote:
Thank you Yuriy
I have tried to follow the installation instructions before on my iMAC but I was not successful installing wget. I tried building wget myself and it failed with errors, I tried using a binary of wget that I found online that failed too.
But I will give it another try today when I get home where my macs are and share with you the exact errors I am experiencing.
On Fri, May 2, 2014 at 1:29 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote: Hi.
Here is a repo for updated version of Pharo by example https://github.com/SquareBracketAssociates/UpdatedPharoByExample and it should be done in Pillar.
Iâve added you to the team, so feel free to contribute.
Uko
On 02 May 2014, at 12:22, kilon alios <kilon.alios@gmail.com> wrote:
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
Yuriy, maybe the script could check if pdflatex is present and if not, ignore the pdf generation? The pdf will be generated by the build server so we don't really care. Moreover, one of the goals doing pillar was to avoid asking everyone to install LaTeX which is quite large. What do you think? On Sat, May 3, 2014 at 10:53 AM, kilon alios <kilon.alios@gmail.com> wrote:
Ok Nicolas I followed its advice and it looks like you are correct.Wget get error on make but make install seemed to worked.
But
I am getting an error connecting to the servers is Inria servers down today ?
this is the error
kilon-imac:UpdatedPharoByExample kilon$ ./download.sh
--2014-05-03 11:49:15-- https://ci.inria.fr/pharo-contribution/job/Pier3BookOnPharo20/lastSuccessful...
Resolving ci.inria.fr... 193.51.193.223
Connecting to ci.inria.fr|193.51.193.223|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-05-03 11:49:16 ERROR 404: Not Found.
Yuriy thanks for the advice I have command line tools because I am building Blender the 3d open source app on my iMac. I tried before installing wget with homebrew it failed too.
On Fri, May 2, 2014 at 3:25 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
There is some black magic with wget. I think you have to install command line tools which get uninstalled on every update. Also if I remember correctly, I've installed it with home-brew.
Uko
On 02 May 2014, at 13:15, kilon alios <kilon.alios@gmail.com> wrote:
Thank you Yuriy
I have tried to follow the installation instructions before on my iMAC but I was not successful installing wget. I tried building wget myself and it failed with errors, I tried using a binary of wget that I found online that failed too.
But I will give it another try today when I get home where my macs are and share with you the exact errors I am experiencing.
On Fri, May 2, 2014 at 1:29 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Hi.
Here is a repo for updated version of Pharo by example https://github.com/SquareBracketAssociates/UpdatedPharoByExample and it should be done in Pillar.
I've added you to the team, so feel free to contribute.
Uko
On 02 May 2014, at 12:22, kilon alios <kilon.alios@gmail.com> wrote:
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
-- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
On 06 May 2014, at 21:26, Damien Cassou <damien.cassou@gmail.com> wrote:
Yuriy, maybe the script could check if pdflatex is present and if not, ignore the pdf generation? The pdf will be generated by the build server so we don't really care. Moreover, one of the goals doing pillar was to avoid asking everyone to install LaTeX which is quite large. What do you think?
I completely agree. Iâll try to take a look as soon as I have some time. Uko
On Sat, May 3, 2014 at 10:53 AM, kilon alios <kilon.alios@gmail.com> wrote:
Ok Nicolas I followed its advice and it looks like you are correct.Wget get error on make but make install seemed to worked.
But
I am getting an error connecting to the servers is Inria servers down today ?
this is the error
kilon-imac:UpdatedPharoByExample kilon$ ./download.sh
--2014-05-03 11:49:15-- https://ci.inria.fr/pharo-contribution/job/Pier3BookOnPharo20/lastSuccessful...
Resolving ci.inria.fr... 193.51.193.223
Connecting to ci.inria.fr|193.51.193.223|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-05-03 11:49:16 ERROR 404: Not Found.
Yuriy thanks for the advice I have command line tools because I am building Blender the 3d open source app on my iMac. I tried before installing wget with homebrew it failed too.
On Fri, May 2, 2014 at 3:25 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
There is some black magic with wget. I think you have to install command line tools which get uninstalled on every update. Also if I remember correctly, I've installed it with home-brew.
Uko
On 02 May 2014, at 13:15, kilon alios <kilon.alios@gmail.com> wrote:
Thank you Yuriy
I have tried to follow the installation instructions before on my iMAC but I was not successful installing wget. I tried building wget myself and it failed with errors, I tried using a binary of wget that I found online that failed too.
But I will give it another try today when I get home where my macs are and share with you the exact errors I am experiencing.
On Fri, May 2, 2014 at 1:29 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Hi.
Here is a repo for updated version of Pharo by example https://github.com/SquareBracketAssociates/UpdatedPharoByExample and it should be done in Pillar.
I've added you to the team, so feel free to contribute.
Uko
On 02 May 2014, at 12:22, kilon alios <kilon.alios@gmail.com> wrote:
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
Thanks for the help Uko just for your information emacs pillar mode gives me errors on make && make install "In end of data: package-build.el:1197:1:Warning: the following functions are not known to be defined: package-desc-extras, package-desc-name, package-desc-summary, package-desc-version Wrote /Users/kilon/.emacs.d/.cask/24.3.1/bootstrap/package-build-20140427.357/package-build.elc Done (Total of 3 files compiled, 1 skipped) Cannot open load file: subst-ksc make: *** [pillar.elc] Error 255" I opened a pillar file it says its opened on Git-master (LaTex W) On Tue, May 6, 2014 at 11:30 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
On 06 May 2014, at 21:26, Damien Cassou <damien.cassou@gmail.com> wrote:
Yuriy, maybe the script could check if pdflatex is present and if not, ignore the pdf generation? The pdf will be generated by the build server so we don't really care. Moreover, one of the goals doing pillar was to avoid asking everyone to install LaTeX which is quite large. What do you think?
I completely agree. Iâll try to take a look as soon as I have some time.
Uko
On Sat, May 3, 2014 at 10:53 AM, kilon alios <kilon.alios@gmail.com>
wrote:
Ok Nicolas I followed its advice and it looks like you are correct.Wget get error on make but make install seemed to worked.
But
I am getting an error connecting to the servers is Inria servers down today ?
this is the error
kilon-imac:UpdatedPharoByExample kilon$ ./download.sh
--2014-05-03 11:49:15--
https://ci.inria.fr/pharo-contribution/job/Pier3BookOnPharo20/lastSuccessful...
Resolving ci.inria.fr... 193.51.193.223
Connecting to ci.inria.fr|193.51.193.223|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-05-03 11:49:16 ERROR 404: Not Found.
Yuriy thanks for the advice I have command line tools because I am
building
Blender the 3d open source app on my iMac. I tried before installing wget with homebrew it failed too.
On Fri, May 2, 2014 at 3:25 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
There is some black magic with wget. I think you have to install
command
line tools which get uninstalled on every update. Also if I remember correctly, I've installed it with home-brew.
Uko
On 02 May 2014, at 13:15, kilon alios <kilon.alios@gmail.com> wrote:
Thank you Yuriy
I have tried to follow the installation instructions before on my iMAC but I was not successful installing wget. I tried building wget myself and it failed with errors, I tried using a binary of wget that I found online that failed too.
But I will give it another try today when I get home where my macs are and share with you the exact errors I am experiencing.
On Fri, May 2, 2014 at 1:29 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Hi.
Here is a repo for updated version of Pharo by example https://github.com/SquareBracketAssociates/UpdatedPharoByExample and
it
should be done in Pillar.
I've added you to the team, so feel free to contribute.
Uko
On 02 May 2014, at 12:22, kilon alios <kilon.alios@gmail.com> wrote:
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
ok I made my first commit just now I added the Preface chapter, looks ok. Just the first page. It asked me to merge my commit, dont know why, I hope I did not mess anything up, I am not very experienced with git so bare with me. I have 2 questions a) The page I am porting from PBE has a footnote, does Pier have a syntax for footnotes ? b) Why Pier does not wrap text ? On Tue, May 6, 2014 at 11:49 PM, kilon alios <kilon.alios@gmail.com> wrote:
Thanks for the help Uko
just for your information emacs pillar mode gives me errors on make && make install
"In end of data:
package-build.el:1197:1:Warning: the following functions are not known to be
defined: package-desc-extras, package-desc-name, package-desc-summary,
package-desc-version
Wrote /Users/kilon/.emacs.d/.cask/24.3.1/bootstrap/package-build-20140427.357/package-build.elc
Done (Total of 3 files compiled, 1 skipped)
Cannot open load file: subst-ksc
make: *** [pillar.elc] Error 255"
I opened a pillar file it says its opened on Git-master (LaTex W)
On Tue, May 6, 2014 at 11:30 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com>wrote:
On 06 May 2014, at 21:26, Damien Cassou <damien.cassou@gmail.com> wrote:
Yuriy, maybe the script could check if pdflatex is present and if not, ignore the pdf generation? The pdf will be generated by the build server so we don't really care. Moreover, one of the goals doing pillar was to avoid asking everyone to install LaTeX which is quite large. What do you think?
I completely agree. Iâll try to take a look as soon as I have some time.
Uko
On Sat, May 3, 2014 at 10:53 AM, kilon alios <kilon.alios@gmail.com>
wrote:
Ok Nicolas I followed its advice and it looks like you are correct.Wget get error on make but make install seemed to worked.
But
I am getting an error connecting to the servers is Inria servers down today ?
this is the error
kilon-imac:UpdatedPharoByExample kilon$ ./download.sh
--2014-05-03 11:49:15--
https://ci.inria.fr/pharo-contribution/job/Pier3BookOnPharo20/lastSuccessful...
Resolving ci.inria.fr... 193.51.193.223
Connecting to ci.inria.fr|193.51.193.223|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-05-03 11:49:16 ERROR 404: Not Found.
Yuriy thanks for the advice I have command line tools because I am
building
Blender the 3d open source app on my iMac. I tried before installing wget with homebrew it failed too.
On Fri, May 2, 2014 at 3:25 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
There is some black magic with wget. I think you have to install
command
line tools which get uninstalled on every update. Also if I remember correctly, I've installed it with home-brew.
Uko
On 02 May 2014, at 13:15, kilon alios <kilon.alios@gmail.com> wrote:
Thank you Yuriy
I have tried to follow the installation instructions before on my iMAC but I was not successful installing wget. I tried building wget myself and it failed with errors, I tried using a binary of wget that I found online that failed too.
But I will give it another try today when I get home where my macs are and share with you the exact errors I am experiencing.
On Fri, May 2, 2014 at 1:29 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Hi.
Here is a repo for updated version of Pharo by example https://github.com/SquareBracketAssociates/UpdatedPharoByExampleand it should be done in Pillar.
I've added you to the team, so feel free to contribute.
Uko
On 02 May 2014, at 12:22, kilon alios <kilon.alios@gmail.com> wrote:
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
On 06 May 2014, at 23:45, kilon alios <kilon.alios@gmail.com> wrote:
ok I made my first commit just now
I added the Preface chapter, looks ok. Just the first page.
It asked me to merge my commit, dont know why, I hope I did not mess anything up, I am not very experienced with git so bare with me.
Everything is fine. Iâve made some big changes, thatâs why it asked for merge.
I have 2 questions
a) The page I am porting from PBE has a footnote, does Pier have a syntax for footnotes ?
As far as I know, for now itâs not supported.
b) Why Pier does not wrap text ?
What do you mean by this? Uko
On Tue, May 6, 2014 at 11:49 PM, kilon alios <kilon.alios@gmail.com> wrote: Thanks for the help Uko
just for your information emacs pillar mode gives me errors on make && make install
"In end of data: package-build.el:1197:1:Warning: the following functions are not known to be
defined: package-desc-extras, package-desc-name, package-desc-summary,
package-desc-version
Wrote /Users/kilon/.emacs.d/.cask/24.3.1/bootstrap/package-build-20140427.357/package-build.elc
Done (Total of 3 files compiled, 1 skipped)
Cannot open load file: subst-ksc
make: *** [pillar.elc] Error 255"
I opened a pillar file it says its opened on Git-master (LaTex W)
On Tue, May 6, 2014 at 11:30 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
On 06 May 2014, at 21:26, Damien Cassou <damien.cassou@gmail.com> wrote:
Yuriy, maybe the script could check if pdflatex is present and if not, ignore the pdf generation? The pdf will be generated by the build server so we don't really care. Moreover, one of the goals doing pillar was to avoid asking everyone to install LaTeX which is quite large. What do you think?
I completely agree. Iâll try to take a look as soon as I have some time.
Uko
On Sat, May 3, 2014 at 10:53 AM, kilon alios <kilon.alios@gmail.com> wrote:
Ok Nicolas I followed its advice and it looks like you are correct.Wget get error on make but make install seemed to worked.
But
I am getting an error connecting to the servers is Inria servers down today ?
this is the error
kilon-imac:UpdatedPharoByExample kilon$ ./download.sh
--2014-05-03 11:49:15-- https://ci.inria.fr/pharo-contribution/job/Pier3BookOnPharo20/lastSuccessful...
Resolving ci.inria.fr... 193.51.193.223
Connecting to ci.inria.fr|193.51.193.223|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-05-03 11:49:16 ERROR 404: Not Found.
Yuriy thanks for the advice I have command line tools because I am building Blender the 3d open source app on my iMac. I tried before installing wget with homebrew it failed too.
On Fri, May 2, 2014 at 3:25 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
There is some black magic with wget. I think you have to install command line tools which get uninstalled on every update. Also if I remember correctly, I've installed it with home-brew.
Uko
On 02 May 2014, at 13:15, kilon alios <kilon.alios@gmail.com> wrote:
Thank you Yuriy
I have tried to follow the installation instructions before on my iMAC but I was not successful installing wget. I tried building wget myself and it failed with errors, I tried using a binary of wget that I found online that failed too.
But I will give it another try today when I get home where my macs are and share with you the exact errors I am experiencing.
On Fri, May 2, 2014 at 1:29 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Hi.
Here is a repo for updated version of Pharo by example https://github.com/SquareBracketAssociates/UpdatedPharoByExample and it should be done in Pillar.
I've added you to the team, so feel free to contribute.
Uko
On 02 May 2014, at 12:22, kilon alios <kilon.alios@gmail.com> wrote:
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
Wraping text is basically aligning text to the edges of the window. Text remains aligned even when the window gets resized.If you look at PBE pdf you will see its wraped. It definetly makes text look better. Wraped text is also known as justified text. ΣÏÎ¹Ï 7 ÎÎ±Ï 2014 1:24 Ï.μ., ο ÏÏήÏÏÎ·Ï "Yuriy Tymchuk" <yuriy.tymchuk@me.com> ÎγÏαÏε:
On 06 May 2014, at 23:45, kilon alios <kilon.alios@gmail.com> wrote:
ok I made my first commit just now
I added the Preface chapter, looks ok. Just the first page.
It asked me to merge my commit, dont know why, I hope I did not mess anything up, I am not very experienced with git so bare with me.
Everything is fine. Iâve made some big changes, thatâs why it asked for merge.
I have 2 questions
a) The page I am porting from PBE has a footnote, does Pier have a syntax for footnotes ?
As far as I know, for now itâs not supported.
b) Why Pier does not wrap text ?
What do you mean by this?
Uko
On Tue, May 6, 2014 at 11:49 PM, kilon alios <kilon.alios@gmail.com>wrote:
Thanks for the help Uko
just for your information emacs pillar mode gives me errors on make && make install
"In end of data:
package-build.el:1197:1:Warning: the following functions are not known to be
defined: package-desc-extras, package-desc-name, package-desc-summary,
package-desc-version
Wrote /Users/kilon/.emacs.d/.cask/24.3.1/bootstrap/package-build-20140427.357/package-build.elc
Done (Total of 3 files compiled, 1 skipped)
Cannot open load file: subst-ksc
make: *** [pillar.elc] Error 255"
I opened a pillar file it says its opened on Git-master (LaTex W)
On Tue, May 6, 2014 at 11:30 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com>wrote:
On 06 May 2014, at 21:26, Damien Cassou <damien.cassou@gmail.com> wrote:
Yuriy, maybe the script could check if pdflatex is present and if not, ignore the pdf generation? The pdf will be generated by the build server so we don't really care. Moreover, one of the goals doing pillar was to avoid asking everyone to install LaTeX which is quite large. What do you think?
I completely agree. Iâll try to take a look as soon as I have some time.
Uko
On Sat, May 3, 2014 at 10:53 AM, kilon alios <kilon.alios@gmail.com>
wrote:
Ok Nicolas I followed its advice and it looks like you are correct.Wget get error on make but make install seemed to worked.
But
I am getting an error connecting to the servers is Inria servers down today ?
this is the error
kilon-imac:UpdatedPharoByExample kilon$ ./download.sh
--2014-05-03 11:49:15--
https://ci.inria.fr/pharo-contribution/job/Pier3BookOnPharo20/lastSuccessful...
Resolving ci.inria.fr... 193.51.193.223
Connecting to ci.inria.fr|193.51.193.223|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-05-03 11:49:16 ERROR 404: Not Found.
Yuriy thanks for the advice I have command line tools because I am
building
Blender the 3d open source app on my iMac. I tried before installing wget with homebrew it failed too.
On Fri, May 2, 2014 at 3:25 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
There is some black magic with wget. I think you have to install
command
line tools which get uninstalled on every update. Also if I remember correctly, I've installed it with home-brew.
Uko
On 02 May 2014, at 13:15, kilon alios <kilon.alios@gmail.com> wrote:
Thank you Yuriy
I have tried to follow the installation instructions before on my iMAC but I was not successful installing wget. I tried building wget myself and it failed with errors, I tried using a binary of wget that I found online that failed too.
But I will give it another try today when I get home where my macs are and share with you the exact errors I am experiencing.
On Fri, May 2, 2014 at 1:29 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Hi.
Here is a repo for updated version of Pharo by example https://github.com/SquareBracketAssociates/UpdatedPharoByExampleand it should be done in Pillar.
I've added you to the team, so feel free to contribute.
Uko
On 02 May 2014, at 12:22, kilon alios <kilon.alios@gmail.com>
wrote:
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
For me it is like that: https://space.zeo.net/g/d639 On 07 May 2014, at 00:32, kilon alios <kilon.alios@gmail.com> wrote:
Wraping text is basically aligning text to the edges of the window. Text remains aligned even when the window gets resized.If you look at PBE pdf you will see its wraped. It definetly makes text look better. Wraped text is also known as justified text.
ΣÏÎ¹Ï 7 ÎÎ±Ï 2014 1:24 Ï.μ., ο ÏÏήÏÏÎ·Ï "Yuriy Tymchuk" <yuriy.tymchuk@me.com> ÎγÏαÏε:
On 06 May 2014, at 23:45, kilon alios <kilon.alios@gmail.com> wrote:
ok I made my first commit just now
I added the Preface chapter, looks ok. Just the first page.
It asked me to merge my commit, dont know why, I hope I did not mess anything up, I am not very experienced with git so bare with me.
Everything is fine. Iâve made some big changes, thatâs why it asked for merge.
I have 2 questions
a) The page I am porting from PBE has a footnote, does Pier have a syntax for footnotes ?
As far as I know, for now itâs not supported.
b) Why Pier does not wrap text ?
What do you mean by this?
Uko
On Tue, May 6, 2014 at 11:49 PM, kilon alios <kilon.alios@gmail.com> wrote: Thanks for the help Uko
just for your information emacs pillar mode gives me errors on make && make install
"In end of data: package-build.el:1197:1:Warning: the following functions are not known to be
defined: package-desc-extras, package-desc-name, package-desc-summary,
package-desc-version
Wrote /Users/kilon/.emacs.d/.cask/24.3.1/bootstrap/package-build-20140427.357/package-build.elc
Done (Total of 3 files compiled, 1 skipped)
Cannot open load file: subst-ksc
make: *** [pillar.elc] Error 255"
I opened a pillar file it says its opened on Git-master (LaTex W)
On Tue, May 6, 2014 at 11:30 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
On 06 May 2014, at 21:26, Damien Cassou <damien.cassou@gmail.com> wrote:
Yuriy, maybe the script could check if pdflatex is present and if not, ignore the pdf generation? The pdf will be generated by the build server so we don't really care. Moreover, one of the goals doing pillar was to avoid asking everyone to install LaTeX which is quite large. What do you think?
I completely agree. Iâll try to take a look as soon as I have some time.
Uko
On Sat, May 3, 2014 at 10:53 AM, kilon alios <kilon.alios@gmail.com> wrote:
Ok Nicolas I followed its advice and it looks like you are correct.Wget get error on make but make install seemed to worked.
But
I am getting an error connecting to the servers is Inria servers down today ?
this is the error
kilon-imac:UpdatedPharoByExample kilon$ ./download.sh
--2014-05-03 11:49:15-- https://ci.inria.fr/pharo-contribution/job/Pier3BookOnPharo20/lastSuccessful...
Resolving ci.inria.fr... 193.51.193.223
Connecting to ci.inria.fr|193.51.193.223|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-05-03 11:49:16 ERROR 404: Not Found.
Yuriy thanks for the advice I have command line tools because I am building Blender the 3d open source app on my iMac. I tried before installing wget with homebrew it failed too.
On Fri, May 2, 2014 at 3:25 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
There is some black magic with wget. I think you have to install command line tools which get uninstalled on every update. Also if I remember correctly, I've installed it with home-brew.
Uko
On 02 May 2014, at 13:15, kilon alios <kilon.alios@gmail.com> wrote:
Thank you Yuriy
I have tried to follow the installation instructions before on my iMAC but I was not successful installing wget. I tried building wget myself and it failed with errors, I tried using a binary of wget that I found online that failed too.
But I will give it another try today when I get home where my macs are and share with you the exact errors I am experiencing.
On Fri, May 2, 2014 at 1:29 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Hi.
Here is a repo for updated version of Pharo by example https://github.com/SquareBracketAssociates/UpdatedPharoByExample and it should be done in Pillar.
I've added you to the team, so feel free to contribute.
Uko
On 02 May 2014, at 12:22, kilon alios <kilon.alios@gmail.com> wrote:
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
What the ..... This is wrapped. Weird it displays it unwraped to me. Oh well as long as the final verson from inria is wraped its fine. ΣÏÎ¹Ï 7 ÎÎ±Ï 2014 1:39 Ï.μ., ο ÏÏήÏÏÎ·Ï "Yuriy Tymchuk" <yuriy.tymchuk@me.com> ÎγÏαÏε:
For me it is like that: https://space.zeo.net/g/d639
On 07 May 2014, at 00:32, kilon alios <kilon.alios@gmail.com> wrote:
Wraping text is basically aligning text to the edges of the window. Text remains aligned even when the window gets resized.If you look at PBE pdf you will see its wraped. It definetly makes text look better. Wraped text is also known as justified text. ΣÏÎ¹Ï 7 ÎÎ±Ï 2014 1:24 Ï.μ., ο ÏÏήÏÏÎ·Ï "Yuriy Tymchuk" <yuriy.tymchuk@me.com> ÎγÏαÏε:
On 06 May 2014, at 23:45, kilon alios <kilon.alios@gmail.com> wrote:
ok I made my first commit just now
I added the Preface chapter, looks ok. Just the first page.
It asked me to merge my commit, dont know why, I hope I did not mess anything up, I am not very experienced with git so bare with me.
Everything is fine. Iâve made some big changes, thatâs why it asked for merge.
I have 2 questions
a) The page I am porting from PBE has a footnote, does Pier have a syntax for footnotes ?
As far as I know, for now itâs not supported.
b) Why Pier does not wrap text ?
What do you mean by this?
Uko
On Tue, May 6, 2014 at 11:49 PM, kilon alios <kilon.alios@gmail.com>wrote:
Thanks for the help Uko
just for your information emacs pillar mode gives me errors on make && make install
"In end of data:
package-build.el:1197:1:Warning: the following functions are not known to be
defined: package-desc-extras, package-desc-name, package-desc-summary,
package-desc-version
Wrote /Users/kilon/.emacs.d/.cask/24.3.1/bootstrap/package-build-20140427.357/package-build.elc
Done (Total of 3 files compiled, 1 skipped)
Cannot open load file: subst-ksc
make: *** [pillar.elc] Error 255"
I opened a pillar file it says its opened on Git-master (LaTex W)
On Tue, May 6, 2014 at 11:30 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com>wrote:
On 06 May 2014, at 21:26, Damien Cassou <damien.cassou@gmail.com> wrote:
Yuriy, maybe the script could check if pdflatex is present and if not, ignore the pdf generation? The pdf will be generated by the build server so we don't really care. Moreover, one of the goals doing pillar was to avoid asking everyone to install LaTeX which is quite large. What do you think?
I completely agree. Iâll try to take a look as soon as I have some time.
Uko
On Sat, May 3, 2014 at 10:53 AM, kilon alios <kilon.alios@gmail.com>
wrote:
Ok Nicolas I followed its advice and it looks like you are correct.Wget get error on make but make install seemed to worked.
But
I am getting an error connecting to the servers is Inria servers down today ?
this is the error
kilon-imac:UpdatedPharoByExample kilon$ ./download.sh
--2014-05-03 11:49:15--
https://ci.inria.fr/pharo-contribution/job/Pier3BookOnPharo20/lastSuccessful...
Resolving ci.inria.fr... 193.51.193.223
Connecting to ci.inria.fr|193.51.193.223|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-05-03 11:49:16 ERROR 404: Not Found.
Yuriy thanks for the advice I have command line tools because I am
building
Blender the 3d open source app on my iMac. I tried before installing wget with homebrew it failed too.
On Fri, May 2, 2014 at 3:25 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
There is some black magic with wget. I think you have to install
command
line tools which get uninstalled on every update. Also if I remember correctly, I've installed it with home-brew.
Uko
On 02 May 2014, at 13:15, kilon alios <kilon.alios@gmail.com> wrote:
Thank you Yuriy
I have tried to follow the installation instructions before on my iMAC but I was not successful installing wget. I tried building wget myself and it failed with errors, I tried using a binary of wget that I found online that failed too.
But I will give it another try today when I get home where my macs are and share with you the exact errors I am experiencing.
On Fri, May 2, 2014 at 1:29 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com
wrote:
Hi.
Here is a repo for updated version of Pharo by example https://github.com/SquareBracketAssociates/UpdatedPharoByExampleand it should be done in Pillar.
I've added you to the team, so feel free to contribute.
Uko
On 02 May 2014, at 12:22, kilon alios <kilon.alios@gmail.com>
wrote:
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
By the way is your link the pdf or the html version ? Cause I was talking about html version. What the ..... This is wrapped. Weird it displays it unwraped to me. Oh well as long as the final verson from inria is wraped its fine. ΣÏÎ¹Ï 7 ÎÎ±Ï 2014 1:39 Ï.μ., ο ÏÏήÏÏÎ·Ï "Yuriy Tymchuk" <yuriy.tymchuk@me.com> ÎγÏαÏε:
For me it is like that: https://space.zeo.net/g/d639
On 07 May 2014, at 00:32, kilon alios <kilon.alios@gmail.com> wrote:
Wraping text is basically aligning text to the edges of the window. Text remains aligned even when the window gets resized.If you look at PBE pdf you will see its wraped. It definetly makes text look better. Wraped text is also known as justified text. ΣÏÎ¹Ï 7 ÎÎ±Ï 2014 1:24 Ï.μ., ο ÏÏήÏÏÎ·Ï "Yuriy Tymchuk" <yuriy.tymchuk@me.com> ÎγÏαÏε:
On 06 May 2014, at 23:45, kilon alios <kilon.alios@gmail.com> wrote:
ok I made my first commit just now
I added the Preface chapter, looks ok. Just the first page.
It asked me to merge my commit, dont know why, I hope I did not mess anything up, I am not very experienced with git so bare with me.
Everything is fine. Iâve made some big changes, thatâs why it asked for merge.
I have 2 questions
a) The page I am porting from PBE has a footnote, does Pier have a syntax for footnotes ?
As far as I know, for now itâs not supported.
b) Why Pier does not wrap text ?
What do you mean by this?
Uko
On Tue, May 6, 2014 at 11:49 PM, kilon alios <kilon.alios@gmail.com>wrote:
Thanks for the help Uko
just for your information emacs pillar mode gives me errors on make && make install
"In end of data:
package-build.el:1197:1:Warning: the following functions are not known to be
defined: package-desc-extras, package-desc-name, package-desc-summary,
package-desc-version
Wrote /Users/kilon/.emacs.d/.cask/24.3.1/bootstrap/package-build-20140427.357/package-build.elc
Done (Total of 3 files compiled, 1 skipped)
Cannot open load file: subst-ksc
make: *** [pillar.elc] Error 255"
I opened a pillar file it says its opened on Git-master (LaTex W)
On Tue, May 6, 2014 at 11:30 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com>wrote:
On 06 May 2014, at 21:26, Damien Cassou <damien.cassou@gmail.com> wrote:
Yuriy, maybe the script could check if pdflatex is present and if not, ignore the pdf generation? The pdf will be generated by the build server so we don't really care. Moreover, one of the goals doing pillar was to avoid asking everyone to install LaTeX which is quite large. What do you think?
I completely agree. Iâll try to take a look as soon as I have some time.
Uko
On Sat, May 3, 2014 at 10:53 AM, kilon alios <kilon.alios@gmail.com>
wrote:
Ok Nicolas I followed its advice and it looks like you are correct.Wget get error on make but make install seemed to worked.
But
I am getting an error connecting to the servers is Inria servers down today ?
this is the error
kilon-imac:UpdatedPharoByExample kilon$ ./download.sh
--2014-05-03 11:49:15--
https://ci.inria.fr/pharo-contribution/job/Pier3BookOnPharo20/lastSuccessful...
Resolving ci.inria.fr... 193.51.193.223
Connecting to ci.inria.fr|193.51.193.223|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-05-03 11:49:16 ERROR 404: Not Found.
Yuriy thanks for the advice I have command line tools because I am
building
Blender the 3d open source app on my iMac. I tried before installing wget with homebrew it failed too.
On Fri, May 2, 2014 at 3:25 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
There is some black magic with wget. I think you have to install
command
line tools which get uninstalled on every update. Also if I remember correctly, I've installed it with home-brew.
Uko
On 02 May 2014, at 13:15, kilon alios <kilon.alios@gmail.com> wrote:
Thank you Yuriy
I have tried to follow the installation instructions before on my iMAC but I was not successful installing wget. I tried building wget myself and it failed with errors, I tried using a binary of wget that I found online that failed too.
But I will give it another try today when I get home where my macs are and share with you the exact errors I am experiencing.
On Fri, May 2, 2014 at 1:29 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com
wrote:
Hi.
Here is a repo for updated version of Pharo by example https://github.com/SquareBracketAssociates/UpdatedPharoByExampleand it should be done in Pillar.
I've added you to the team, so feel free to contribute.
Uko
On 02 May 2014, at 12:22, kilon alios <kilon.alios@gmail.com>
wrote:
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
On 07 May 2014, at 00:48, kilon alios <kilon.alios@gmail.com> wrote:
By the way is your link the pdf or the html version ? Cause I was talking about html version.
True. Will put on ToDo list.
What the ..... This is wrapped. Weird it displays it unwraped to me. Oh well as long as the final verson from inria is wraped its fine.
ΣÏÎ¹Ï 7 ÎÎ±Ï 2014 1:39 Ï.μ., ο ÏÏήÏÏÎ·Ï "Yuriy Tymchuk" <yuriy.tymchuk@me.com> ÎγÏαÏε: For me it is like that: https://space.zeo.net/g/d639
On 07 May 2014, at 00:32, kilon alios <kilon.alios@gmail.com> wrote:
Wraping text is basically aligning text to the edges of the window. Text remains aligned even when the window gets resized.If you look at PBE pdf you will see its wraped. It definetly makes text look better. Wraped text is also known as justified text.
ΣÏÎ¹Ï 7 ÎÎ±Ï 2014 1:24 Ï.μ., ο ÏÏήÏÏÎ·Ï "Yuriy Tymchuk" <yuriy.tymchuk@me.com> ÎγÏαÏε:
On 06 May 2014, at 23:45, kilon alios <kilon.alios@gmail.com> wrote:
ok I made my first commit just now
I added the Preface chapter, looks ok. Just the first page.
It asked me to merge my commit, dont know why, I hope I did not mess anything up, I am not very experienced with git so bare with me.
Everything is fine. Iâve made some big changes, thatâs why it asked for merge.
I have 2 questions
a) The page I am porting from PBE has a footnote, does Pier have a syntax for footnotes ?
As far as I know, for now itâs not supported.
b) Why Pier does not wrap text ?
What do you mean by this?
Uko
On Tue, May 6, 2014 at 11:49 PM, kilon alios <kilon.alios@gmail.com> wrote: Thanks for the help Uko
just for your information emacs pillar mode gives me errors on make && make install
"In end of data: package-build.el:1197:1:Warning: the following functions are not known to be
defined: package-desc-extras, package-desc-name, package-desc-summary,
package-desc-version
Wrote /Users/kilon/.emacs.d/.cask/24.3.1/bootstrap/package-build-20140427.357/package-build.elc
Done (Total of 3 files compiled, 1 skipped)
Cannot open load file: subst-ksc
make: *** [pillar.elc] Error 255"
I opened a pillar file it says its opened on Git-master (LaTex W)
On Tue, May 6, 2014 at 11:30 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
On 06 May 2014, at 21:26, Damien Cassou <damien.cassou@gmail.com> wrote:
Yuriy, maybe the script could check if pdflatex is present and if not, ignore the pdf generation? The pdf will be generated by the build server so we don't really care. Moreover, one of the goals doing pillar was to avoid asking everyone to install LaTeX which is quite large. What do you think?
I completely agree. Iâll try to take a look as soon as I have some time.
Uko
On Sat, May 3, 2014 at 10:53 AM, kilon alios <kilon.alios@gmail.com> wrote:
Ok Nicolas I followed its advice and it looks like you are correct.Wget get error on make but make install seemed to worked.
But
I am getting an error connecting to the servers is Inria servers down today ?
this is the error
kilon-imac:UpdatedPharoByExample kilon$ ./download.sh
--2014-05-03 11:49:15-- https://ci.inria.fr/pharo-contribution/job/Pier3BookOnPharo20/lastSuccessful...
Resolving ci.inria.fr... 193.51.193.223
Connecting to ci.inria.fr|193.51.193.223|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-05-03 11:49:16 ERROR 404: Not Found.
Yuriy thanks for the advice I have command line tools because I am building Blender the 3d open source app on my iMac. I tried before installing wget with homebrew it failed too.
On Fri, May 2, 2014 at 3:25 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
There is some black magic with wget. I think you have to install command line tools which get uninstalled on every update. Also if I remember correctly, I've installed it with home-brew.
Uko
On 02 May 2014, at 13:15, kilon alios <kilon.alios@gmail.com> wrote:
Thank you Yuriy
I have tried to follow the installation instructions before on my iMAC but I was not successful installing wget. I tried building wget myself and it failed with errors, I tried using a binary of wget that I found online that failed too.
But I will give it another try today when I get home where my macs are and share with you the exact errors I am experiencing.
On Fri, May 2, 2014 at 1:29 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Hi.
Here is a repo for updated version of Pharo by example https://github.com/SquareBracketAssociates/UpdatedPharoByExample and it should be done in Pillar.
I've added you to the team, so feel free to contribute.
Uko
On 02 May 2014, at 12:22, kilon alios <kilon.alios@gmail.com> wrote:
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
On Wed, May 7, 2014 at 12:48 AM, kilon alios <kilon.alios@gmail.com> wrote:
By the way is your link the pdf or the html version ? Cause I was talking about html version.
that's just a CSS thing then. I guess each author has to choose whether they want justification or not. By default, Pillar uses bootstrap to format the HTML document. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
On Tue, May 6, 2014 at 10:49 PM, kilon alios <kilon.alios@gmail.com> wrote:
just for your information emacs pillar mode gives me errors on make && make install
in Emacs, you don't have to execute make at all. Just do M-x package-install and select Pillar. If Pillar is not in the list, you need to read http://melpa.milkbox.net/#/getting-started -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
ok here is my latest commit log "finished the Preface chapter, looks ok , but I may make corrections later on. I removed a dead link and also removed tooltip icon from original PBE cause it display it in seperate space from the text so it does not work as it should. Please note also that I found a bug with todo annotation @@ it keeps outputing to html though it should not. Another thing to note as I have informed people in irc is that paragraphs do not intend as they should(space in front of them) in html output. I have also add additional info for the Pharo community like irc, and stackoverflow. I have replaced the reference to squeak source with smalltalkhub and I did some other minor corrections here and there that should be evident by the commit log." so Preface chapter is finished, moving on to next chapter. Will keep an eye on this one to make sure it has no errors inside. On Wed, May 7, 2014 at 12:06 PM, Damien Cassou <damien.cassou@gmail.com>wrote:
On Tue, May 6, 2014 at 10:49 PM, kilon alios <kilon.alios@gmail.com> wrote:
just for your information emacs pillar mode gives me errors on make && make install
in Emacs, you don't have to execute make at all. Just do M-x package-install and select Pillar. If Pillar is not in the list, you need to read http://melpa.milkbox.net/#/getting-started
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
also please note that link you provide in Github readme in "This book is continuously built on an Inria Jenkins server<https://ci.inria.fr/pharo-contribution/job/UpdatedPharoByExample/>." is dead it would be nice to have access to the build and the pdf version :) On Wed, May 7, 2014 at 6:26 PM, kilon alios <kilon.alios@gmail.com> wrote:
ok here is my latest commit log
"finished the Preface chapter, looks ok , but I may make corrections later on. I removed a dead link and also removed tooltip icon from original PBE cause it display it in seperate space from the text so it does not work as it should. Please note also that I found a bug with todo annotation @@ it keeps outputing to html though it should not. Another thing to note as I have informed people in irc is that paragraphs do not intend as they should(space in front of them) in html output. I have also add additional info for the Pharo community like irc, and stackoverflow. I have replaced the reference to squeak source with smalltalkhub and I did some other minor corrections here and there that should be evident by the commit log."
so Preface chapter is finished, moving on to next chapter. Will keep an eye on this one to make sure it has no errors inside.
On Wed, May 7, 2014 at 12:06 PM, Damien Cassou <damien.cassou@gmail.com>wrote:
On Tue, May 6, 2014 at 10:49 PM, kilon alios <kilon.alios@gmail.com> wrote:
just for your information emacs pillar mode gives me errors on make && make install
in Emacs, you don't have to execute make at all. Just do M-x package-install and select Pillar. If Pillar is not in the list, you need to read http://melpa.milkbox.net/#/getting-started
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
I donât think that itâs being built now. Thatâs one more thing on TODO list. Uko On 07 May 2014, at 17:39, kilon alios <kilon.alios@gmail.com> wrote:
also please note that link you provide in Github readme in "This book is continuously built on an Inria Jenkins server." is dead
it would be nice to have access to the build and the pdf version :)
On Wed, May 7, 2014 at 6:26 PM, kilon alios <kilon.alios@gmail.com> wrote: ok here is my latest commit log
"finished the Preface chapter, looks ok , but I may make corrections later on. I removed a dead link and also removed tooltip icon from original PBE cause it display it in seperate space from the text so it does not work as it should. Please note also that I found a bug with todo annotation @@ it keeps outputing to html though it should not. Another thing to note as I have informed people in irc is that paragraphs do not intend as they should(space in front of them) in html output. I have also add additional info for the Pharo community like irc, and stackoverflow. I have replaced the reference to squeak source with smalltalkhub and I did some other minor corrections here and there that should be evident by the commit log."
so Preface chapter is finished, moving on to next chapter. Will keep an eye on this one to make sure it has no errors inside.
On Wed, May 7, 2014 at 12:06 PM, Damien Cassou <damien.cassou@gmail.com> wrote: On Tue, May 6, 2014 at 10:49 PM, kilon alios <kilon.alios@gmail.com> wrote:
just for your information emacs pillar mode gives me errors on make && make install
in Emacs, you don't have to execute make at all. Just do M-x package-install and select Pillar. If Pillar is not in the list, you need to read http://melpa.milkbox.net/#/getting-started
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
This is really cool that people want to update the Pharo by Example book. This is a really an important task and it will have a real impact. You can also reduce the number of screenshots or point related to the interaction. What would be good is to make the automated tests working again because we could spot if we got some regressions. Stef
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
Yes I think reducing screenshots makes sense, especially the ones that do not directly explain the tools. Reducing them will make it easier to update PBE in the future. I am also very interested in automating the screenshot process as has been suggested in another thread, if we able to do this that will reduce the time to update PBE in future massively. I will try to simplify PBE so its much easier to update without sacrificing quality for the viewer. Obviously screenshots are essential. I am also viewing your TODO you have linked on the Readme. I have updated the Readme so that links to Damien's Documentation of Pillar and also to Pharo for the Enterprise , obviously anyone who wants to contribute must be aware of both of these things. I also added Chapter 1 - Quick Tour in Pharo. Just the first part , the chapter is of course still a WIP. I am not so sure what you mean about automated tests, are they for the example code ? I am all for automation. On Mon, May 5, 2014 at 11:08 PM, stepharo <stepharo@free.fr> wrote:
This is really cool that people want to update the Pharo by Example book. This is a really an important task and it will have a real impact. You can also reduce the number of screenshots or point related to the interaction.
What would be good is to make the automated tests working again because we could spot if we got some regressions.
Stef
How I can help improve Pharo by Example , add chapters and update current
ones for Pharo 3 ?
What is the process ?
Ok, so for now updated PBE should not complain about absence of pdflatex Uko On 07 May 2014, at 21:10, kilon alios <kilon.alios@gmail.com> wrote:
Yes I think reducing screenshots makes sense, especially the ones that do not directly explain the tools. Reducing them will make it easier to update PBE in the future. I am also very interested in automating the screenshot process as has been suggested in another thread, if we able to do this that will reduce the time to update PBE in future massively.
I will try to simplify PBE so its much easier to update without sacrificing quality for the viewer. Obviously screenshots are essential.
I am also viewing your TODO you have linked on the Readme.
I have updated the Readme so that links to Damien's Documentation of Pillar and also to Pharo for the Enterprise , obviously anyone who wants to contribute must be aware of both of these things.
I also added Chapter 1 - Quick Tour in Pharo. Just the first part , the chapter is of course still a WIP.
I am not so sure what you mean about automated tests, are they for the example code ?
I am all for automation.
On Mon, May 5, 2014 at 11:08 PM, stepharo <stepharo@free.fr> wrote: This is really cool that people want to update the Pharo by Example book. This is a really an important task and it will have a real impact. You can also reduce the number of screenshots or point related to the interaction.
What would be good is to make the automated tests working again because we could spot if we got some regressions.
Stef
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
indeed it does not. Tried it no mention of pdflatex. however I am getting loads of warnings , even before your commit I assume you guys are aware of this, but just in case "./compile.sh Generating files for all chapters The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete *** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete *** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete *** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete *** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete *** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete *** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete *** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete *** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete *** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete *** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete Done kilon-imac:UpdatedPharoByExample kilon$ ./compile.sh Generating files for all chapters The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete *** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete *** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete *** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete *** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete *** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete *** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete *** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete *** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete *** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete *** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete Done kilon-imac:UpdatedPharoByExample kilon$ " On Wed, May 7, 2014 at 10:50 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Ok, so for now updated PBE should not complain about absence of pdflatex
Uko
On 07 May 2014, at 21:10, kilon alios <kilon.alios@gmail.com> wrote:
Yes I think reducing screenshots makes sense, especially the ones that do not directly explain the tools. Reducing them will make it easier to update PBE in the future. I am also very interested in automating the screenshot process as has been suggested in another thread, if we able to do this that will reduce the time to update PBE in future massively.
I will try to simplify PBE so its much easier to update without sacrificing quality for the viewer. Obviously screenshots are essential.
I am also viewing your TODO you have linked on the Readme.
I have updated the Readme so that links to Damien's Documentation of Pillar and also to Pharo for the Enterprise , obviously anyone who wants to contribute must be aware of both of these things.
I also added Chapter 1 - Quick Tour in Pharo. Just the first part , the chapter is of course still a WIP.
I am not so sure what you mean about automated tests, are they for the example code ?
I am all for automation.
On Mon, May 5, 2014 at 11:08 PM, stepharo <stepharo@free.fr> wrote:
This is really cool that people want to update the Pharo by Example book. This is a really an important task and it will have a real impact. You can also reduce the number of screenshots or point related to the interaction.
What would be good is to make the automated tests working again because we could spot if we got some regressions.
Stef
How I can help improve Pharo by Example , add chapters and update
current ones for Pharo 3 ?
What is the process ?
I also added Chapter 1 - Quick Tour in Pharo. Just the first part , the chapter is of course still a WIP.
I am not so sure what you mean about automated tests, are they for the example code ?
if you see in the tex when we have example we also have a tag that indicates that the code can be extracted and run. I do not remember but oscar did a script and we where able to automatically verify that all the simple examples were correctly working with a version of Pharo. Now in Pillar we should introduce the notion of tag to support at the word level. - index - comment - citation
I am all for automation.
On Mon, May 5, 2014 at 11:08 PM, stepharo <stepharo@free.fr <mailto:stepharo@free.fr>> wrote:
This is really cool that people want to update the Pharo by Example book. This is a really an important task and it will have a real impact. You can also reduce the number of screenshots or point related to the interaction.
What would be good is to make the automated tests working again because we could spot if we got some regressions.
Stef
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
I found a bug in Pillar syntax when I type 3 + 4 , it seems like it takes + as part of the pillar syntax and uses latex syntax and when it tries to generate the pdf it fails so I am forced now to type it as raw text like this : {{{3+4}}} also I would like the ability to have a dark background for text like we do with smalltalk syntax . Pharo Tour chapters proceeds well, I compile to both latex html and pdf , I see no problems so far with my text, I copy my text directly from the latex files of the original PBE in github. I also improved the Readme. On Thu, May 8, 2014 at 9:16 AM, stepharo <stepharo@free.fr> wrote:
I also added Chapter 1 - Quick Tour in Pharo. Just the first part , the chapter is of course still a WIP.
I am not so sure what you mean about automated tests, are they for the example code ?
if you see in the tex when we have example we also have a tag that indicates that the code can be extracted and run. I do not remember but oscar did a script and we where able to automatically verify that all the simple examples were correctly working with a version of Pharo.
Now in Pillar we should introduce the notion of tag to support at the word level. - index - comment - citation
I am all for automation.
On Mon, May 5, 2014 at 11:08 PM, stepharo <stepharo@free.fr> wrote:
This is really cool that people want to update the Pharo by Example book. This is a really an important task and it will have a real impact. You can also reduce the number of screenshots or point related to the interaction.
What would be good is to make the automated tests working again because we could spot if we got some regressions.
Stef
How I can help improve Pharo by Example , add chapters and update
current ones for Pharo 3 ?
What is the process ?
On 10 May 2014, at 17:01, kilon alios <kilon.alios@gmail.com> wrote:
I found a bug in Pillar syntax
when I type 3 + 4 , it seems like it takes + as part of the pillar syntax and uses latex syntax and when it tries to generate the pdf it fails so I am forced now to type it as raw text like this : {{{3+4}}}
Itâs not a bug, itâs a feature :). Iâd suggest you to use something like ==inline code== for wrapping of ââitalicâ'.
also I would like the ability to have a dark background for text like we do with smalltalk syntax .
I donât really understand what you need. If you need to style the result, it should be done outside of pillar.
Pharo Tour chapters proceeds well, I compile to both latex html and pdf , I see no problems so far with my text, I copy my text directly from the latex files of the original PBE in github.
I also improved the Readme.
On Thu, May 8, 2014 at 9:16 AM, stepharo <stepharo@free.fr> wrote:
I also added Chapter 1 - Quick Tour in Pharo. Just the first part , the chapter is of course still a WIP.
I am not so sure what you mean about automated tests, are they for the example code ?
if you see in the tex when we have example we also have a tag that indicates that the code can be extracted and run. I do not remember but oscar did a script and we where able to automatically verify that all the simple examples were correctly working with a version of Pharo.
Now in Pillar we should introduce the notion of tag to support at the word level. - index - comment - citation
I am all for automation.
On Mon, May 5, 2014 at 11:08 PM, stepharo <stepharo@free.fr> wrote: This is really cool that people want to update the Pharo by Example book. This is a really an important task and it will have a real impact. You can also reduce the number of screenshots or point related to the interaction.
What would be good is to make the automated tests working again because we could spot if we got some regressions.
Stef
How I can help improve Pharo by Example , add chapters and update current ones for Pharo 3 ?
What is the process ?
Thanks Damien and Yuriy On Sat, May 10, 2014 at 6:51 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
On 10 May 2014, at 17:01, kilon alios <kilon.alios@gmail.com> wrote:
I found a bug in Pillar syntax
when I type 3 + 4 , it seems like it takes + as part of the pillar syntax and uses latex syntax and when it tries to generate the pdf it fails so I am forced now to type it as raw text like this : {{{3+4}}}
Itâs not a bug, itâs a feature :). Iâd suggest you to use something like ==inline code== for wrapping of ââitalicâ'.
also I would like the ability to have a dark background for text like we do with smalltalk syntax .
I donât really understand what you need. If you need to style the result, it should be done outside of pillar.
Pharo Tour chapters proceeds well, I compile to both latex html and pdf , I see no problems so far with my text, I copy my text directly from the latex files of the original PBE in github.
I also improved the Readme.
On Thu, May 8, 2014 at 9:16 AM, stepharo <stepharo@free.fr> wrote:
I also added Chapter 1 - Quick Tour in Pharo. Just the first part , the chapter is of course still a WIP.
I am not so sure what you mean about automated tests, are they for the example code ?
if you see in the tex when we have example we also have a tag that indicates that the code can be extracted and run. I do not remember but oscar did a script and we where able to automatically verify that all the simple examples were correctly working with a version of Pharo.
Now in Pillar we should introduce the notion of tag to support at the word level. - index - comment - citation
I am all for automation.
On Mon, May 5, 2014 at 11:08 PM, stepharo <stepharo@free.fr> wrote:
This is really cool that people want to update the Pharo by Example book. This is a really an important task and it will have a real impact. You can also reduce the number of screenshots or point related to the interaction.
What would be good is to make the automated tests working again because we could spot if we got some regressions.
Stef
How I can help improve Pharo by Example , add chapters and update
current ones for Pharo 3 ?
What is the process ?
ok people I think I made pillar angry :D I dont why, maybe I said something I should not have said, maybe I pushed her too much , maybe I smell too bad but since yesterday she compiles but refuses to cooperate with me. In detail each time I try to use pillar syntax lets say "!! Finding classes" instead of seeing the syntax and compile to something like "1.2 Finding classes" it compiles it as it is "!! Finding classes" , it does the same thing with other pillar syntax too. I tried to redownload the repo , and reinstall pier and recompile from scratch again it does the same things. You can replicate this by cloning the UpdatedPharoByExample github repo and just go to PharoTour.pier and add "!! Something something" and compile. The problem is evident in both the pdfs and hmtl outputs. Please help me make pillar friendly again, tell her I apologize and I lover her very much :) On Sat, May 10, 2014 at 7:09 PM, kilon alios <kilon.alios@gmail.com> wrote:
Thanks Damien and Yuriy
On Sat, May 10, 2014 at 6:51 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com>wrote:
On 10 May 2014, at 17:01, kilon alios <kilon.alios@gmail.com> wrote:
I found a bug in Pillar syntax
when I type 3 + 4 , it seems like it takes + as part of the pillar syntax and uses latex syntax and when it tries to generate the pdf it fails so I am forced now to type it as raw text like this : {{{3+4}}}
Itâs not a bug, itâs a feature :). Iâd suggest you to use something like ==inline code== for wrapping of ââitalicâ'.
also I would like the ability to have a dark background for text like we do with smalltalk syntax .
I donât really understand what you need. If you need to style the result, it should be done outside of pillar.
Pharo Tour chapters proceeds well, I compile to both latex html and pdf , I see no problems so far with my text, I copy my text directly from the latex files of the original PBE in github.
I also improved the Readme.
On Thu, May 8, 2014 at 9:16 AM, stepharo <stepharo@free.fr> wrote:
I also added Chapter 1 - Quick Tour in Pharo. Just the first part , the chapter is of course still a WIP.
I am not so sure what you mean about automated tests, are they for the example code ?
if you see in the tex when we have example we also have a tag that indicates that the code can be extracted and run. I do not remember but oscar did a script and we where able to automatically verify that all the simple examples were correctly working with a version of Pharo.
Now in Pillar we should introduce the notion of tag to support at the word level. - index - comment - citation
I am all for automation.
On Mon, May 5, 2014 at 11:08 PM, stepharo <stepharo@free.fr> wrote:
This is really cool that people want to update the Pharo by Example book. This is a really an important task and it will have a real impact. You can also reduce the number of screenshots or point related to the interaction.
What would be good is to make the automated tests working again because we could spot if we got some regressions.
Stef
How I can help improve Pharo by Example , add chapters and update
current ones for Pharo 3 ?
What is the process ?
On Mon, May 12, 2014 at 4:51 PM, kilon alios <kilon.alios@gmail.com> wrote:
Please help me make pillar friendly again, tell her I apologize and I lover her very much :)
did you find a solution or do you still need help? Please send a private email -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
no I did not, but I gave up cause copying from latex files is 10 times the work. I dont mind continue contributing but I have to first fix this bug , and second find an easier way to do this . If I could compile the tex file to pure text would make life easier. But first I need to solve this problem with pillar. Will message privately. On Mon, May 19, 2014 at 6:34 PM, Damien Cassou <damien.cassou@gmail.com>wrote:
On Mon, May 12, 2014 at 4:51 PM, kilon alios <kilon.alios@gmail.com> wrote:
Please help me make pillar friendly again, tell her I apologize and I lover her very much :)
did you find a solution or do you still need help? Please send a private email
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
On Sat, May 10, 2014 at 5:01 PM, kilon alios <kilon.alios@gmail.com> wrote:
when I type 3 + 4 , it seems like it takes + as part of the pillar syntax and uses latex syntax and when it tries to generate the pdf it fails so I am forced now to type it as raw text like this : {{{3+4}}}
you can use eith ==3 + 4== for fixed-width font or 3 \+ 4 for normal text -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
I fixed that! On 10/5/14 18:06, Damien Cassou wrote:
On Sat, May 10, 2014 at 5:01 PM, kilon alios <kilon.alios@gmail.com <mailto:kilon.alios@gmail.com>> wrote:
when I type 3 + 4 , it seems like it takes + as part of the pillar syntax and uses latex syntax and when it tries to generate the pdf it fails so I am forced now to type it as raw text like this : {{{3+4}}}
you can use eith ==3 + 4== for fixed-width font or 3 \+ 4 for normal text
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
participants (6)
-
Damien Cassou -
kilon alios -
Nicolas Cellier -
stepharo -
Sven Van Caekenberghe -
Yuriy Tymchuk