[Pharo-project] Pharo Sources Google Hit Ratio
I just figured you cannot use google to program in pharo!! At least my common approach is to use google to search for some code snippets in order to fill my overloaded brain. How about setting up a website, Browse Pharo, which has a simple UI for browsing the majority of the Pharo sources. Unlike squeaksource, it should be properly indexed by google, e.g. feature NICE and DESCRIPTIVE URLs. I do not know the exact circumstances of squeaksource's amazing low google index, but I think we can change this. m(^_-)m camillo
On 22. 02. 2011 09:11, Craig Latta wrote:
I do not know the exact circumstances of squeaksource's amazing low google index, but I think we can change this.
Set up some Seaside servers for Google to crawl?
New SqueakSource currently in development by Iliad guys will have nice REST-full Urls for the Smalltalk code. Google searchable therefore! Janko -- Janko Mivšek Aida/Web Smalltalk Web Application Server http://www.aidaweb.si
Am 2011-02-22 um 11:08 schrieb Janko Mivšek:
On 22. 02. 2011 09:11, Craig Latta wrote:
I do not know the exact circumstances of squeaksource's amazing low google index, but I think we can change this.
Set up some Seaside servers for Google to crawl?
New SqueakSource currently in development by Iliad guys will have nice REST-full Urls for the Smalltalk code. Google searchable therefore!
so will squeaksource3 so long, -tobias
Note that SqueakSource had restful source URLs and sitemaps from the very beginning. On Tuesday, 22 February 2011, Tobias Pape <Das.Linux@gmx.de> wrote:
Am 2011-02-22 um 11:08 schrieb Janko Mivšek:
On 22. 02. 2011 09:11, Craig Latta wrote:
I do not know the exact circumstances of squeaksource's amazing low google index, but I think we can change this.
  Set up some Seaside servers for Google to crawl?
New SqueakSource currently in development by Iliad guys will have nice REST-full Urls for the Smalltalk code. Google searchable therefore!
so will squeaksource3
so long, Â Â Â Â -tobias
-- Lukas Renggli www.lukas-renggli.ch
I meant the RESTfull Urls not only to the projects but to their code as well. Something like: http://code.world.st/Aida/WebSession.st for a whole class http://code.world.st/Aida/WebSession/lastRequest.st for a method. I didn't see something like that yet on SqueakSource, or I missed something? Janko On 22. 02. 2011 15:40, Lukas Renggli wrote:
Note that SqueakSource had restful source URLs and sitemaps from the very beginning.
On Tuesday, 22 February 2011, Tobias Pape <Das.Linux@gmx.de> wrote:
Am 2011-02-22 um 11:08 schrieb Janko Mivšek:
On 22. 02. 2011 09:11, Craig Latta wrote:
I do not know the exact circumstances of squeaksource's amazing low google index, but I think we can change this.
Set up some Seaside servers for Google to crawl?
New SqueakSource currently in development by Iliad guys will have nice REST-full Urls for the Smalltalk code. Google searchable therefore!
so will squeaksource3
so long, -tobias
-- Janko Mivšek Aida/Web Smalltalk Web Application Server http://www.aidaweb.si
Am 2011-02-22 um 16:21 schrieb Janko Mivšek:
I meant the RESTfull Urls not only to the projects but to their code as well. Something like:
http://code.world.st/Aida/WebSession.st for a whole class http://code.world.st/Aida/WebSession/lastRequest.st for a method.
I didn't see something like that yet on SqueakSource, or I missed something?
No, there is nothing like that yet. so long, -tobias
what is squeaksource3? when did it start? Stef
I do not know the exact circumstances of squeaksource's amazing low google index, but I think we can change this.
Set up some Seaside servers for Google to crawl?
New SqueakSource currently in development by Iliad guys will have nice REST-full Urls for the Smalltalk code. Google searchable therefore!
so will squeaksource3
so long, -tobias
we are close... - full smalltalk sources formatter for seaside - http://rubydoc.info/docs/yard/0.6.4/frames like interface todo: - fix some formatting issues for the st sources - get the urls fully working - adapt the javascript queries so I guess tomorrow or on saturday we will have a presentable version ready ;) m(^_-)m camillo On 2011-02-22, at 23:59, Stéphane Ducasse wrote:
what is squeaksource3? when did it start? Stef
I do not know the exact circumstances of squeaksource's amazing low google index, but I think we can change this.
Set up some Seaside servers for Google to crawl?
New SqueakSource currently in development by Iliad guys will have nice REST-full Urls for the Smalltalk code. Google searchable therefore!
so will squeaksource3
so long, -tobias
Some students at annecy started to produce yard but in pharo for pharo. I do not know where they are: herve verjus is their supervisors.
we are close... - full smalltalk sources formatter for seaside - http://rubydoc.info/docs/yard/0.6.4/frames like interface
todo: - fix some formatting issues for the st sources - get the urls fully working - adapt the javascript queries
so I guess tomorrow or on saturday we will have a presentable version ready ;)
m(^_-)m camillo
On 2011-02-22, at 23:59, Stéphane Ducasse wrote:
what is squeaksource3? when did it start? Stef
I do not know the exact circumstances of squeaksource's amazing low google index, but I think we can change this.
Set up some Seaside servers for Google to crawl?
New SqueakSource currently in development by Iliad guys will have nice REST-full Urls for the Smalltalk code. Google searchable therefore!
so will squeaksource3
so long, -tobias
Am 2011-02-22 um 23:59 schrieb Stéphane Ducasse:
what is squeaksource3? when did it start? Stef
I do not know the exact circumstances of squeaksource's amazing low google index, but I think we can change this.
Set up some Seaside servers for Google to crawl?
New SqueakSource currently in development by Iliad guys will have nice REST-full Urls for the Smalltalk code. Google searchable therefore!
so will squeaksource3
so long, -tobias
Squeaksource3 is at http://squeaksource.com/squeaksource3.html (when working) and a (manual, not-up-to-date) mirror at http://seaside.gemstone.com/ss/squeaksource3.html I started this thing around mid-last year in efforts to get SqueakSource working on Seaside3, Magritte2 and gemstone with Email support, while integrating the different squeaksource versions floating around. During that time I tried to make SqueakSource more Framework-like to enhance extensibility. Philippe and Dale contributed much to the current state. In the last 3 month, I had little time for this project, but I plan to be able to release an alpha or so in the next weeks. So Long, -Tobias
On Fri, Feb 25, 2011 at 10:14 AM, Tobias Pape <Das.Linux@gmx.de> wrote:
Am 2011-02-22 um 23:59 schrieb Stéphane Ducasse:
what is squeaksource3? when did it start? Stef
I do not know the exact circumstances of squeaksource's amazing low google index, but I think we can change this.
Set up some Seaside servers for Google to crawl?
New SqueakSource currently in development by Iliad guys will have nice REST-full Urls for the Smalltalk code. Google searchable therefore!
so will squeaksource3
so long, -tobias
Squeaksource3 is at http://squeaksource.com/squeaksource3.html (when working) and a (manual, not-up-to-date) mirror at http://seaside.gemstone.com/ss/squeaksource3.html
I started this thing around mid-last year in efforts to get SqueakSource working on Seaside3, Magritte2 and gemstone with Email support, while integrating the different squeaksource versions floating around. During that time I tried to make SqueakSource more Framework-like to enhance extensibility. Philippe and Dale contributed much to the current state. In the last 3 month, I had little time for this project, but I plan to be able to release an alpha or so in the next weeks.
Would be cool to have a webdesigner making this sexy :) Laurent.
So Long, -Tobias
On 2011-02-25, at 10:19, laurent laffont wrote:
On Fri, Feb 25, 2011 at 10:14 AM, Tobias Pape <Das.Linux@gmx.de> wrote:
Am 2011-02-22 um 23:59 schrieb Stéphane Ducasse:
what is squeaksource3? when did it start? Stef
I do not know the exact circumstances of squeaksource's amazing low google index, but I think we can change this.
Set up some Seaside servers for Google to crawl?
New SqueakSource currently in development by Iliad guys will have nice REST-full Urls for the Smalltalk code. Google searchable therefore!
so will squeaksource3
so long, -tobias
Squeaksource3 is at http://squeaksource.com/squeaksource3.html (when working) and a (manual, not-up-to-date) mirror at http://seaside.gemstone.com/ss/squeaksource3.html
I started this thing around mid-last year in efforts to get SqueakSource working on Seaside3, Magritte2 and gemstone with Email support, while integrating the different squeaksource versions floating around. During that time I tried to make SqueakSource more Framework-like to enhance extensibility. Philippe and Dale contributed much to the current state. In the last 3 month, I had little time for this project, but I plan to be able to release an alpha or so in the next weeks.
Would be cool to have a webdesigner making this sexy :
wasn't there a squeasource 2 which was nicely designed? camillo
Laurent.
So Long, -Tobias
Am 2011-02-25 um 10:23 schrieb Camillo Bruni:
[â¦]
Squeaksource3 is at http://squeaksource.com/squeaksource3.html (when working) and a (manual, not-up-to-date) mirror at http://seaside.gemstone.com/ss/squeaksource3.html
I started this thing around mid-last year in efforts to get SqueakSource working on Seaside3, Magritte2 and gemstone with Email support, while integrating the different squeaksource versions floating around. During that time I tried to make SqueakSource more Framework-like to enhance extensibility. Philippe and Dale contributed much to the current state. In the last 3 month, I had little time for this project, but I plan to be able to release an alpha or so in the next weeks.
Would be cool to have a webdesigner making this sexy :
wasn't there a squeasource 2 which was nicely designed?
camillo
Squeaksource 3 builds on Squeaksource 2 but is for seaside3+magritte2 and not seaside2.8+magritte1 so long, -tobias
Am 2011-02-25 um 10:19 schrieb laurent laffont:
On Fri, Feb 25, 2011 at 10:14 AM, Tobias Pape <Das.Linux@gmx.de> wrote: [â¦]
I started this thing around mid-last year in efforts to get SqueakSource working on Seaside3, Magritte2 and gemstone with Email support, while integrating the different squeaksource versions floating around. During that time I tried to make SqueakSource more Framework-like to enhance extensibility. Philippe and Dale contributed much to the current state. In the last 3 month, I had little time for this project, but I plan to be able to release an alpha or so in the next weeks.
Would be cool to have a webdesigner making this sexy :)
Laurent.
Full ACK. Alas, Iâm at most typographer and in no way web designer:/ So Long -Tobias
On Fri, Feb 25, 2011 at 12:38 PM, Tobias Pape <Das.Linux@gmx.de> wrote:
Am 2011-02-25 um 10:19 schrieb laurent laffont:
On Fri, Feb 25, 2011 at 10:14 AM, Tobias Pape <Das.Linux@gmx.de> wrote: [â¦]
I started this thing around mid-last year in efforts to get SqueakSource working on Seaside3, Magritte2 and gemstone with Email support, while integrating the different squeaksource versions floating around. During that time I tried to make SqueakSource more Framework-like to enhance extensibility. Philippe and Dale contributed much to the current state. In the last 3 month, I had little time for this project, but I plan to be able to release an alpha or so in the next weeks.
Would be cool to have a webdesigner making this sexy :)
Laurent.
Full ACK. Alas, Iâm at most typographer and in no way web designer:/
May be we can launch a SqueakSource design contest with a prize to be won at ESUG 2011 conference Laurent.
So Long -Tobias
Camillo Bruni wrote:
I just figured you cannot use google to program in pharo!! At least my common approach is to use google to search for some code snippets in order to fill my overloaded brain.
How about setting up a website, Browse Pharo, which has a simple UI for browsing the majority of the Pharo sources. Unlike squeaksource, it should be properly indexed by google, e.g. feature NICE and DESCRIPTIVE URLs. I do not know the exact circumstances of squeaksource's amazing low google index, but I think we can change this.
Maybe something like what Laurent made? http://magaloma.seasidehosting.st -- View this message in context: http://forum.world.st/Pharo-Sources-Google-Hit-Ratio-tp3318289p3318745.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
On 2011-02-22, at 09:21, Geert Claes wrote:
Camillo Bruni wrote:
I just figured you cannot use google to program in pharo!! At least my common approach is to use google to search for some code snippets in order to fill my overloaded brain.
How about setting up a website, Browse Pharo, which has a simple UI for browsing the majority of the Pharo sources. Unlike squeaksource, it should be properly indexed by google, e.g. feature NICE and DESCRIPTIVE URLs. I do not know the exact circumstances of squeaksource's amazing low google index, but I think we can change this.
Maybe something like what Laurent made?
yep this is very nice already. The only thing missing are the source code views. Are the sources/image available somwhere? That would be very nice... thanks m(^_-)m camillo
-- View this message in context: http://forum.world.st/Pharo-Sources-Google-Hit-Ratio-tp3318289p3318745.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
On Tue, Feb 22, 2011 at 10:27 AM, Camillo Bruni <camillo.bruni@inria.fr>wrote:
On 2011-02-22, at 09:21, Geert Claes wrote:
Camillo Bruni wrote:
I just figured you cannot use google to program in pharo!! At least my common approach is to use google to search for some code snippets in order to fill my overloaded brain.
How about setting up a website, Browse Pharo, which has a simple UI for browsing the majority of the Pharo sources. Unlike squeaksource, it
should
be properly indexed by google, e.g. feature NICE and DESCRIPTIVE URLs. I do not know the exact circumstances of squeaksource's amazing low google index, but I think we can change this.
Maybe something like what Laurent made?
yep this is very nice already. The only thing missing are the source code views.
Are the sources/image available somwhere? That would be very nice...
Source here, global read/write but newbie code (I did this to learn): http://www.squeaksource.com/SimpleWebDoc.html I can send you the image if you want. Laurent.
thanks
m(^_-)m camillo
-- View this message in context:
http://forum.world.st/Pharo-Sources-Google-Hit-Ratio-tp3318289p3318745.html
Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
On 2011-02-22, at 10:45, laurent laffont wrote:
On Tue, Feb 22, 2011 at 10:27 AM, Camillo Bruni <camillo.bruni@inria.fr>wrote:
On 2011-02-22, at 09:21, Geert Claes wrote:
Camillo Bruni wrote:
I just figured you cannot use google to program in pharo!! At least my common approach is to use google to search for some code snippets in order to fill my overloaded brain.
How about setting up a website, Browse Pharo, which has a simple UI for browsing the majority of the Pharo sources. Unlike squeaksource, it
should
be properly indexed by google, e.g. feature NICE and DESCRIPTIVE URLs. I do not know the exact circumstances of squeaksource's amazing low google index, but I think we can change this.
Maybe something like what Laurent made?
yep this is very nice already. The only thing missing are the source code views.
Are the sources/image available somwhere? That would be very nice...
Source here, global read/write but newbie code (I did this to learn): http://www.squeaksource.com/SimpleWebDoc.html
I can send you the image if you want.
Hey, perfect, I will try to extend it by the end of the week. camillo
Laurent.
thanks
m(^_-)m camillo
-- View this message in context:
http://forum.world.st/Pharo-Sources-Google-Hit-Ratio-tp3318289p3318745.html
Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
On Tue, Feb 22, 2011 at 10:59 AM, Camillo Bruni <camillo.bruni@inria.fr>wrote:
On 2011-02-22, at 10:45, laurent laffont wrote:
On Tue, Feb 22, 2011 at 10:27 AM, Camillo Bruni <camillo.bruni@inria.fr wrote:
On 2011-02-22, at 09:21, Geert Claes wrote:
Camillo Bruni wrote:
I just figured you cannot use google to program in pharo!! At least my common approach is to use google to search for some code snippets in order to fill my overloaded brain.
How about setting up a website, Browse Pharo, which has a simple UI
for
browsing the majority of the Pharo sources. Unlike squeaksource, it should be properly indexed by google, e.g. feature NICE and DESCRIPTIVE URLs. I do not know the exact circumstances of squeaksource's amazing low google index, but I think we can change this.
Maybe something like what Laurent made?
yep this is very nice already. The only thing missing are the source code views.
Are the sources/image available somwhere? That would be very nice...
Source here, global read/write but newbie code (I did this to learn): http://www.squeaksource.com/SimpleWebDoc.html
I can send you the image if you want.
Hey, perfect, I will try to extend it by the end of the week.
Cool ! feel free to ask. Laurent.
camillo
Laurent.
thanks
m(^_-)m camillo
-- View this message in context:
http://forum.world.st/Pharo-Sources-Google-Hit-Ratio-tp3318289p3318745.html
Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
I would like to have all the documentation and code on the web but no time to do it :) Stef On Feb 21, 2011, at 11:44 PM, Camillo Bruni wrote:
I just figured you cannot use google to program in pharo!! At least my common approach is to use google to search for some code snippets in order to fill my overloaded brain.
How about setting up a website, Browse Pharo, which has a simple UI for browsing the majority of the Pharo sources. Unlike squeaksource, it should be properly indexed by google, e.g. feature NICE and DESCRIPTIVE URLs. I do not know the exact circumstances of squeaksource's amazing low google index, but I think we can change this.
m(^_-)m camillo
participants (8)
-
Camillo Bruni -
Craig Latta -
Geert Claes -
Janko Mivšek -
laurent laffont -
Lukas Renggli -
Stéphane Ducasse -
Tobias Pape