Where can we find this information as a newbie?
Stef |
shows you all projects registered (not just on sthub) shows you a list of all public repositories in sthub (not always equivalent to a project) and yes… this information is not very public right now :( Esteban
|
Esteban about how to add projects to catalog page. Could you add examples of those methods ? For example are they suppose to return values ? How should they be defined ? I want to add info for my project EphestosOn Tue, Apr 7, 2015 at 3:03 PM, Esteban Lorenzano <[hidden email]> wrote:
|
yes, they have to return certain values:
:) explanation could be better… but right now I cannot change it… I will put it in my todo. Esteban
|
do the first and second return strings ? for the third one I will need more info. is it an array of literals like ? On Tue, Apr 7, 2015 at 3:33 PM, Esteban Lorenzano <[hidden email]> wrote:
|
Example with Cocoon: You can also look on the configuration of other application like Pillar etc...catalogContactInfo ^ 'The creator of Cocoon is Stephan Ducasse with the help of Cyril Ferlicot. The website is at *http://smalltalkhub.com/#!/~PharoExtras/Cocoon/*.' catalogDescription ^ 'An application configuration system using JSON. I manage a set of properties. I can contains other sub-configurations. If the configuration don''t find an information it will look up in his parent.' catalogKeywords ^ #(cocoon configuration manager documentation) On 7 April 2015 at 14:47, kilon alios <[hidden email]> wrote:
-- Cheers Cyril Ferlicot |
thank you Cyril :) On Tue, Apr 7, 2015 at 3:51 PM, Cyril Ferlicot <[hidden email]> wrote:
|
In reply to this post by CyrilFerlicot
Le 07/04/2015 14:51, Cyril Ferlicot a écrit :
> Example with Cocoon: > > catalogContactInfo > ^ 'The creator of Cocoon is Stephan Ducasse with the help of Cyril > Ferlicot. > The website is at *http://smalltalkhub.com/#!/~PharoExtras/Cocoon/*.' > > catalogDescription > ^ 'An application configuration system using JSON. I manage a set > of properties. I can contains other sub-configurations. If the > configuration don''t find an information it will look up in his parent.' > > catalogKeywords > ^ #(cocoon configuration manager documentation) I have some code which uses the catalog keywords to classify a configuration inside the Alt Browser tree of packages categories. But I'm thinking of removing it; it isn't connected to Metacello, and it really should be to work properly. Thierry > > You can also look on the configuration of other application like Pillar > etc... > > On 7 April 2015 at 14:47, kilon alios <[hidden email] > <mailto:[hidden email]>> wrote: > > do the first and second return strings ? > > for the third one I will need more info. > is it an array of literals like > > ^#( #python #database #pharo4 ) > > ? > > > On Tue, Apr 7, 2015 at 3:33 PM, Esteban Lorenzano > <[hidden email] <mailto:[hidden email]>> wrote: > > yes, they have to return certain values: > > catalogDescription ^ A small paragraph describing your project. > catalogContactInfo ^ Contact information such as email, mailing > lists and website. > catalogKeywords ^ An array of keys to better index your project > > :) > > explanation could be better… but right now I cannot change it… I > will put it in my todo. > > Esteban > > >> On 07 Apr 2015, at 14:13, kilon alios <[hidden email] >> <mailto:[hidden email]>> wrote: >> >> Esteban about how to add projects to catalog page. Could you >> add examples of those methods ? For example are they suppose >> to return values ? How should they be defined ? >> >> I want to add info for my project Ephestos >> >> On Tue, Apr 7, 2015 at 3:03 PM, Esteban Lorenzano >> <[hidden email] <mailto:[hidden email]>> wrote: >> >> http://catalog.pharo.org <http://catalog.pharo.org/> >> shows you all projects registered (not just on sthub) >> >> http://smalltalkhub.com/list >> shows you a list of all public repositories in sthub (not >> always equivalent to a project) >> >> and yes… this information is not very public right now :( >> >> Esteban >> >> >>> On 04 Apr 2015, at 18:58, stepharo <[hidden email] >>> <mailto:[hidden email]>> wrote: >>> >>> Where can we find this information as a newbie? >>> >>> Stef >>> >> >> > > > > > > -- > Cheers > Cyril Ferlicot |
In reply to this post by CyrilFerlicot
Thanks Cyril,
The class that contain the catalog methods must be named 'Catalog' or something special? Cheers, Offray El 07/04/15 a las 07:51, Cyril Ferlicot escribió: > Example with Cocoon: > > catalogContactInfo > ^ 'The creator of Cocoon is Stephan Ducasse with the help of Cyril Ferlicot. > The website is at *http://smalltalkhub.com/#!/~PharoExtras/Cocoon/*.' > > catalogDescription > ^ 'An application configuration system using JSON. I manage a set of > properties. I can contains other sub-configurations. If the configuration don''t > find an information it will look up in his parent.' > > catalogKeywords > ^ #(cocoon configuration manager documentation) > > You can also look on the configuration of other application like Pillar etc... > > On 7 April 2015 at 14:47, kilon alios <[hidden email] > <mailto:[hidden email]>> wrote: > > do the first and second return strings ? > > for the third one I will need more info. > is it an array of literals like > > ^#( #python #database #pharo4 ) > > ? > > > On Tue, Apr 7, 2015 at 3:33 PM, Esteban Lorenzano <[hidden email] > <mailto:[hidden email]>> wrote: > > yes, they have to return certain values: > > catalogDescription ^ A small paragraph describing your project. > catalogContactInfo ^ Contact information such as email, mailing lists > and website. > catalogKeywords ^ An array of keys to better index your project > > :) > > explanation could be better… but right now I cannot change it… I will > put it in my todo. > > Esteban > > >> On 07 Apr 2015, at 14:13, kilon alios <[hidden email] >> <mailto:[hidden email]>> wrote: >> >> Esteban about how to add projects to catalog page. Could you add >> examples of those methods ? For example are they suppose to return >> values ? How should they be defined ? >> >> I want to add info for my project Ephestos >> >> On Tue, Apr 7, 2015 at 3:03 PM, Esteban Lorenzano <[hidden email] >> <mailto:[hidden email]>> wrote: >> >> http://catalog.pharo.org <http://catalog.pharo.org/> >> shows you all projects registered (not just on sthub) >> >> http://smalltalkhub.com/list >> shows you a list of all public repositories in sthub (not always >> equivalent to a project) >> >> and yes… this information is not very public right now :( >> >> Esteban >> >> >>> On 04 Apr 2015, at 18:58, stepharo <[hidden email] >>> <mailto:[hidden email]>> wrote: >>> >>> Where can we find this information as a newbie? >>> >>> Stef >>> >> >> > > > > > > -- > Cheers > Cyril Ferlicot > |
Just put it into the 'ConfigurationOfYourProject' class. Class side. On 7 April 2015 at 16:50, Offray Vladimir Luna Cárdenas <[hidden email]> wrote: Thanks Cyril, -- Cheers Cyril Ferlicot |
Ohh Ok. I need to learn more metacello/monticello to make this, but
thanks for pointing it. Cheers, Offray El 07/04/15 a las 09:58, Cyril Ferlicot escribió: > Just put it into the 'ConfigurationOfYourProject' class. Class side. > > On 7 April 2015 at 16:50, Offray Vladimir Luna Cárdenas <[hidden email] > <mailto:[hidden email]>> wrote: > > Thanks Cyril, > > The class that contain the catalog methods must be named 'Catalog' or > something special? > > Cheers, > > Offray > > El 07/04/15 a las 07:51, Cyril Ferlicot escribió: > > Example with Cocoon: > > catalogContactInfo > ^ 'The creator of Cocoon is Stephan Ducasse with the help of > Cyril Ferlicot. > The website is at > *http://smalltalkhub.com/#!/~__PharoExtras/Cocoon/* > <http://smalltalkhub.com/#!/~PharoExtras/Cocoon/*>.' > > catalogDescription > ^ 'An application configuration system using JSON. I manage a set of > properties. I can contains other sub-configurations. If the > configuration don''t > find an information it will look up in his parent.' > > catalogKeywords > ^ #(cocoon configuration manager documentation) > > You can also look on the configuration of other application like Pillar > etc... > > On 7 April 2015 at 14:47, kilon alios <[hidden email] > <mailto:[hidden email]> > <mailto:[hidden email] <mailto:[hidden email]>>__> wrote: > > do the first and second return strings ? > > for the third one I will need more info. > is it an array of literals like > > ^#( #python #database #pharo4 ) > > ? > > > On Tue, Apr 7, 2015 at 3:33 PM, Esteban Lorenzano > <[hidden email] <mailto:[hidden email]> > <mailto:[hidden email] <mailto:[hidden email]>>> wrote: > > yes, they have to return certain values: > > catalogDescription ^ A small paragraph describing your > project. > catalogContactInfo ^ Contact information such as email, > mailing lists > and website. > catalogKeywords ^ An array of keys to better index your > project > > :) > > explanation could be better… but right now I cannot change it… > I will > put it in my todo. > > Esteban > > > On 07 Apr 2015, at 14:13, kilon alios > <[hidden email] <mailto:[hidden email]> > <mailto:[hidden email] > <mailto:[hidden email]>>__> wrote: > > Esteban about how to add projects to catalog page. Could > you add > examples of those methods ? For example are they suppose to > return > values ? How should they be defined ? > > I want to add info for my project Ephestos > > On Tue, Apr 7, 2015 at 3:03 PM, Esteban Lorenzano > <[hidden email] <mailto:[hidden email]> > <mailto:[hidden email] <mailto:[hidden email]>>> > wrote: > > http://catalog.pharo.org <http://catalog.pharo.org/> > shows you all projects registered (not just on sthub) > > http://smalltalkhub.com/list > shows you a list of all public repositories in sthub > (not always > equivalent to a project) > > and yes… this information is not very public right now :( > > Esteban > > > On 04 Apr 2015, at 18:58, stepharo > <[hidden email] <mailto:[hidden email]> > <mailto:[hidden email] > <mailto:[hidden email]>>> wrote: > > Where can we find this information as a newbie? > > Stef > > > > > > > > > -- > Cheers > Cyril Ferlicot > > > > > > > -- > Cheers > Cyril Ferlicot > |
Free forum by Nabble | Edit this page |