[Product-Developers] Status of PloneJobBoard

14 Messages Forum Options Options
Embed this topic
Permalink
Ricardo Alves-2
[Product-Developers] Status of PloneJobBoard
Reply Threaded MoreMore options
Print post
Permalink
Hi!

For a project I'm currently working on, I need a job board solution.
Years ago, I implemented a JobMarket product, similar to PloneJobBoard,
but with a more strict location policy, i.e. offers/postings need to be
inside the board and applications/responses inside the offers. It also
supports CVs associated to users and used to fill the application form.
Now I would like to use something actively developed and maintained by
the community.

I looked at PloneJobBoard in the collective, and noticed there are no
developments for the last two years. Is there anyone working on this
product? What future developments should it have?

I'm not sure if I start a new project (collective.jobmarket) that would
make more use of the component architecture, or if I continue the
development of PloneJobBoard for Plone3...


Any thoughts,


Ricardo

--
Ricardo Alves <rsa@...>
Eurotux <http://www.eurotux.com>


_______________________________________________
Product-Developers mailing list
Product-Developers@...
http://lists.plone.org/mailman/listinfo/product-developers
Martin Aspeli-2
Re: [Product-Developers] Status of PloneJobBoard
Reply Threaded MoreMore options
Print post
Permalink

Ricardo Alves-2 wrote:
Hi!

For a project I'm currently working on, I need a job board solution.
Years ago, I implemented a JobMarket product, similar to PloneJobBoard,
but with a more strict location policy, i.e. offers/postings need to be
inside the board and applications/responses inside the offers. It also
supports CVs associated to users and used to fill the application form.
Now I would like to use something actively developed and maintained by
the community.

I looked at PloneJobBoard in the collective, and noticed there are no
developments for the last two years. Is there anyone working on this
product? What future developments should it have?

I'm not sure if I start a new project (collective.jobmarket) that would
make more use of the component architecture, or if I continue the
development of PloneJobBoard for Plone3...
PloneJobBoard worked last time I worked on it, and is used in a few places, but it's a bit long in the tooth. If I were to start again, I wouldn't use Archetypes for job responses - I'd probably use formlib forms and lightweight data storage.

I don't know of anyone working on it, though it is brought up from time to time, so there probably is an interest in this type of product.

Martin
Michael Hierweck
Re: [Product-Developers] Status of PloneJobBoard
Reply Threaded MoreMore options
Print post
Permalink
Hi Martin,

Martin Aspeli wrote:
>
> PloneJobBoard worked last time I worked on it, and is used in a few places,
> but it's a bit long in the tooth. If I were to start again, I wouldn't use
> Archetypes for job responses - I'd probably use formlib forms and
> lightweight data storage.

what kind of "lightweight" storage would use you?

Michael

_______________________________________________
Product-Developers mailing list
Product-Developers@...
http://lists.plone.org/mailman/listinfo/product-developers
Martin Aspeli-2
[Product-Developers] Re: Status of PloneJobBoard
Reply Threaded MoreMore options
Print post
Permalink
Michael Hierweck wrote:
> Hi Martin,
>
> Martin Aspeli wrote:
>> PloneJobBoard worked last time I worked on it, and is used in a few places,
>> but it's a bit long in the tooth. If I were to start again, I wouldn't use
>> Archetypes for job responses - I'd probably use formlib forms and
>> lightweight data storage.
>
> what kind of "lightweight" storage would use you?

Probably just persistent objects maintained in a BTree, with custom
formlib/z3c.form forms to create new postings and custom views to render
responses in sensible ways.

Or perhaps plone.app.content-style content, if you really want editable
content objects.

Martin

--
Author of `Professional Plone Development`, a book for developers who
want to work with Plone. See http://martinaspeli.net/plone-book


_______________________________________________
Product-Developers mailing list
Product-Developers@...
http://lists.plone.org/mailman/listinfo/product-developers
Alexander Limi
[Product-Developers] Re: Status of PloneJobBoard
Reply Threaded MoreMore options
Print post
Permalink
In reply to this post by Ricardo Alves-2
On Mon, 21 Apr 2008 03:17:41 -0700, Ricardo Alves  
<rsa@...> wrote:

> I looked at PloneJobBoard in the collective, and noticed there are no  
> developments for the last two years. Is there anyone working on this  
> product? What future developments should it have?
>
> I'm not sure if I start a new project (collective.jobmarket) that would  
> make more use of the component architecture, or if I continue the  
> development of PloneJobBoard for Plone3...

Whatever you end up doing, keep us posted! We really want to add a job  
market to plone.net, we just haven't had any volunteers to champion it yet.

--
Alexander Limi · http://limi.net


_______________________________________________
Product-Developers mailing list
Product-Developers@...
http://lists.plone.org/mailman/listinfo/product-developers
Alexander Limi · http://limi.net

Dylan Jay-3
[Product-Developers] Re: Status of PloneJobBoard
Reply Threaded MoreMore options
Print post
Permalink
Alexander Limi wrote:

> On Mon, 21 Apr 2008 03:17:41 -0700, Ricardo Alves
> <rsa@...> wrote:
>
>> I looked at PloneJobBoard in the collective, and noticed there are no
>> developments for the last two years. Is there anyone working on this
>> product? What future developments should it have?
>>
>> I'm not sure if I start a new project (collective.jobmarket) that
>> would make more use of the component architecture, or if I continue
>> the development of PloneJobBoard for Plone3...
>
> Whatever you end up doing, keep us posted! We really want to add a job
> market to plone.net, we just haven't had any volunteers to champion it yet.

I really need this too. Why not just a new mailing list for now?

plone-jobs


Dylan.



_______________________________________________
Product-Developers mailing list
Product-Developers@...
http://lists.plone.org/mailman/listinfo/product-developers
Ricardo Alves-2
Re: [Product-Developers] Re: Status of PloneJobBoard
Reply Threaded MoreMore options
Print post
Permalink
Dylan Jay wrote:

> Alexander Limi wrote:
>> On Mon, 21 Apr 2008 03:17:41 -0700, Ricardo Alves <rsa@...>
>> wrote:
>>
>>> I looked at PloneJobBoard in the collective, and noticed there are
>>> no developments for the last two years. Is there anyone working on
>>> this product? What future developments should it have?
>>>
>>> I'm not sure if I start a new project (collective.jobmarket) that
>>> would make more use of the component architecture, or if I continue
>>> the development of PloneJobBoard for Plone3...
>>
>> Whatever you end up doing, keep us posted! We really want to add a
>> job market to plone.net, we just haven't had any volunteers to
>> champion it yet.
>

I started the development of a new product (called it
collective.jobmarket but it isn't in the collective yet - will be as
soon as the code is more stable). I should get back to it at the end of
this week though.

> I really need this too.

The idea is to make it flexible enough so it can be easily used in
different contexts.
Can you give me some insight about the uses case you want to address?

> Why not just a new mailing list for now?
>
> plone-jobs


-1

I think we have too many lists :)



Ricardo

--
Ricardo Alves <rsa@...>
Eurotux <http://www.eurotux.com>


_______________________________________________
Product-Developers mailing list
Product-Developers@...
http://lists.plone.org/mailman/listinfo/product-developers
Dylan Jay-3
[Product-Developers] Re: Status of PloneJobBoard
Reply Threaded MoreMore options
Print post
Permalink
Ricardo Alves wrote:

> Dylan Jay wrote:
>> Alexander Limi wrote:
>>> On Mon, 21 Apr 2008 03:17:41 -0700, Ricardo Alves
>>> <rsa@...> wrote:
>>>
>>>> I looked at PloneJobBoard in the collective, and noticed there are
>>>> no developments for the last two years. Is there anyone working on
>>>> this product? What future developments should it have?
>>>>
>>>> I'm not sure if I start a new project (collective.jobmarket) that
>>>> would make more use of the component architecture, or if I continue
>>>> the development of PloneJobBoard for Plone3...
>>>
>>> Whatever you end up doing, keep us posted! We really want to add a
>>> job market to plone.net, we just haven't had any volunteers to
>>> champion it yet.
>>
>
> I started the development of a new product (called it
> collective.jobmarket but it isn't in the collective yet - will be as
> soon as the code is more stable). I should get back to it at the end of
> this week though.
>
>> I really need this too.
>
> The idea is to make it flexible enough so it can be easily used in
> different contexts. Can you give me some insight about the uses case you
> want to address?

I'm looking for freelancers or companies that want to do small well
defined chunks of work, propably on the fixed price basis at first.
I'm not sure if it would work best asking for names and then contacting
them directly, or doing it elance style and putting project descriptions
and asking for quotes.


>> Why not just a new mailing list for now?
>>
>> plone-jobs
>
>
> -1
>
> I think we have too many lists :)

people who need more work subscribe. people that have work that needs
done post. Don't see what harm it does.





_______________________________________________
Product-Developers mailing list
Product-Developers@...
http://lists.plone.org/mailman/listinfo/product-developers
David Bain-5
Re: [Product-Developers] Re: Status of PloneJobBoard
Reply Threaded MoreMore options
Print post
Permalink
Personally, I think that more Plone providers should join places like elance, odesk.com etc...

Then there could be a link from the Plone.net site to a filtered search on "plone providers".

On Wed, Jun 4, 2008 at 6:58 AM, Dylan Jay <gmane@...> wrote:
Ricardo Alves wrote:
Dylan Jay wrote:
Alexander Limi wrote:
On Mon, 21 Apr 2008 03:17:41 -0700, Ricardo Alves <rsa@...> wrote:

I looked at PloneJobBoard in the collective, and noticed there are no developments for the last two years. Is there anyone working on this product? What future developments should it have?

I'm not sure if I start a new project (collective.jobmarket) that would make more use of the component architecture, or if I continue the development of PloneJobBoard for Plone3...

Whatever you end up doing, keep us posted! We really want to add a job market to plone.net, we just haven't had any volunteers to champion it yet.


I started the development of a new product (called it collective.jobmarket but it isn't in the collective yet - will be as soon as the code is more stable). I should get back to it at the end of this week though.

I really need this too.

The idea is to make it flexible enough so it can be easily used in different contexts. Can you give me some insight about the uses case you want to address?

I'm looking for freelancers or companies that want to do small well defined chunks of work, propably on the fixed price basis at first.
I'm not sure if it would work best asking for names and then contacting them directly, or doing it elance style and putting project descriptions and asking for quotes.



Why not just a new mailing list for now?

plone-jobs


-1

I think we have too many lists :)

people who need more work subscribe. people that have work that needs done post. Don't see what harm it does.






_______________________________________________
Product-Developers mailing list
Product-Developers@...
http://lists.plone.org/mailman/listinfo/product-developers


_______________________________________________
Product-Developers mailing list
Product-Developers@...
http://lists.plone.org/mailman/listinfo/product-developers
Dylan Jay-3
[Product-Developers] Re: Status of PloneJobBoard
Reply Threaded MoreMore options
Print post
Permalink
David Bain wrote:
> Personally, I think that more Plone providers should join places like
> elance, odesk.com <http://odesk.com> etc...

I like that idea too.

> Then there could be a link from the Plone.net site to a filtered search
> on "plone providers".
>
> On Wed, Jun 4, 2008 at 6:58 AM, Dylan Jay
> <gmane@...
> <mailto:gmane@...>> wrote:
>
>     Ricardo Alves wrote:
>
>         Dylan Jay wrote:
>
>             Alexander Limi wrote:
>
>                 On Mon, 21 Apr 2008 03:17:41 -0700, Ricardo Alves
>                 <rsa@...
>                 <mailto:rsa@...>> wrote:
>
>                     I looked at PloneJobBoard in the collective, and
>                     noticed there are no developments for the last two
>                     years. Is there anyone working on this product? What
>                     future developments should it have?
>
>                     I'm not sure if I start a new project
>                     (collective.jobmarket) that would make more use of
>                     the component architecture, or if I continue the
>                     development of PloneJobBoard for Plone3...
>
>
>                 Whatever you end up doing, keep us posted! We really
>                 want to add a job market to plone.net
>                 <http://plone.net>, we just haven't had any volunteers
>                 to champion it yet.
>
>
>
>         I started the development of a new product (called it
>         collective.jobmarket but it isn't in the collective yet - will
>         be as soon as the code is more stable). I should get back to it
>         at the end of this week though.
>
>             I really need this too.
>
>
>         The idea is to make it flexible enough so it can be easily used
>         in different contexts. Can you give me some insight about the
>         uses case you want to address?
>
>
>     I'm looking for freelancers or companies that want to do small well
>     defined chunks of work, propably on the fixed price basis at first.
>     I'm not sure if it would work best asking for names and then
>     contacting them directly, or doing it elance style and putting
>     project descriptions and asking for quotes.
>
>
>
>             Why not just a new mailing list for now?
>
>             plone-jobs
>
>
>
>         -1
>
>         I think we have too many lists :)
>
>
>     people who need more work subscribe. people that have work that
>     needs done post. Don't see what harm it does.
>
>
>
>
>
>
>     _______________________________________________
>     Product-Developers mailing list
>     Product-Developers@...
>     <mailto:Product-Developers@...>
>     http://lists.plone.org/mailman/listinfo/product-developers
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Product-Developers mailing list
> Product-Developers@...
> http://lists.plone.org/mailman/listinfo/product-developers




_______________________________________________
Product-Developers mailing list
Product-Developers@...
http://lists.plone.org/mailman/listinfo/product-developers
David Bain-5
Re: [Product-Developers] Re: Status of PloneJobBoard
Reply Threaded MoreMore options
Print post
Permalink
I'm partial to odesk, but I think this would save the trouble of having people divert efforts to adding yet another feature to plone.net. The hardest part would be encouraging and coordinating the mass sign up process to whatever service is agreed upon.

On Sun, Jun 8, 2008 at 10:38 AM, Dylan Jay <gmane@...> wrote:
David Bain wrote:
Personally, I think that more Plone providers should join places like elance, odesk.com <http://odesk.com> etc...

I like that idea too.

Then there could be a link from the Plone.net site to a filtered search on "plone providers".

On Wed, Jun 4, 2008 at 6:58 AM, Dylan Jay <gmane@... <mailto:gmane@...>> wrote:

   Ricardo Alves wrote:

       Dylan Jay wrote:

           Alexander Limi wrote:

               On Mon, 21 Apr 2008 03:17:41 -0700, Ricardo Alves
               <rsa@...
               <mailto:rsa@...>> wrote:

                   I looked at PloneJobBoard in the collective, and
                   noticed there are no developments for the last two
                   years. Is there anyone working on this product? What
                   future developments should it have?

                   I'm not sure if I start a new project
                   (collective.jobmarket) that would make more use of
                   the component architecture, or if I continue the
                   development of PloneJobBoard for Plone3...


               Whatever you end up doing, keep us posted! We really
               want to add a job market to plone.net
               <http://plone.net>, we just haven't had any volunteers

               to champion it yet.



       I started the development of a new product (called it
       collective.jobmarket but it isn't in the collective yet - will
       be as soon as the code is more stable). I should get back to it
       at the end of this week though.

           I really need this too.


       The idea is to make it flexible enough so it can be easily used
       in different contexts. Can you give me some insight about the
       uses case you want to address?


   I'm looking for freelancers or companies that want to do small well
   defined chunks of work, propably on the fixed price basis at first.
   I'm not sure if it would work best asking for names and then
   contacting them directly, or doing it elance style and putting
   project descriptions and asking for quotes.



           Why not just a new mailing list for now?

           plone-jobs



       -1

       I think we have too many lists :)


   people who need more work subscribe. people that have work that
   needs done post. Don't see what harm it does.






   _______________________________________________
   Product-Developers mailing list
   Product-Developers@...
   <mailto:Product-Developers@...> ------------------------------------------------------------------------


_______________________________________________
Product-Developers mailing list
Product-Developers@...
http://lists.plone.org/mailman/listinfo/product-developers




_______________________________________________
Product-Developers mailing list
Product-Developers@...
http://lists.plone.org/mailman/listinfo/product-developers


_______________________________________________
Product-Developers mailing list
Product-Developers@...
http://lists.plone.org/mailman/listinfo/product-developers
Stacey Fitzgerald (oDesk)
Re: [Product-Developers] Re: Status of PloneJobBoard
Reply Threaded MoreMore options
Print post
Permalink
Hi there,

Thanks for thinking of oDesk. As you may know, oDesk consists of both a job marketplace and a set of management tools to facilitate trustworthy, quality remote work. oDesk also handles time-logging and billing, so as a provider, your payment is guaranteed. We're very interested in supporting Plone developers, and your feedback is crucial.

We can set up a page devoted to Plone with information on hiring trends, available jobs/providers, and resources. An example of such a page can be seen here. Please let me know what you think of this idea, and send me any crucial Plone resources so we can make the page as useful as possible. I'll keep an eye on this thread, or you can email me at sfitzgerald@odesk.com.

Stacey Fitzgerald
oDesk

David Bain-5 wrote:
I'm partial to odesk, but I think this would save the trouble of having
people divert efforts to adding yet another feature to plone.net. The
hardest part would be encouraging and coordinating the mass sign up process
to whatever service is agreed upon.

On Sun, Jun 8, 2008 at 10:38 AM, Dylan Jay <gmane@dylanjay.com> wrote:

> David Bain wrote:
>
>> Personally, I think that more Plone providers should join places like
>> elance, odesk.com <http://odesk.com> etc...
>>
>
> I like that idea too.
>
>  Then there could be a link from the Plone.net site to a filtered search on
>> "plone providers".
>>
>> On Wed, Jun 4, 2008 at 6:58 AM, Dylan Jay <gmane@dylanjay.com <mailto:
>> gmane@dylanjay.com>> wrote:
>>
>>    Ricardo Alves wrote:
>>
>>        Dylan Jay wrote:
>>
>>            Alexander Limi wrote:
>>
>>                On Mon, 21 Apr 2008 03:17:41 -0700, Ricardo Alves
>>                <rsa@eurotux.com
>>                <mailto:rsa@eurotux.com>> wrote:
>>
>>                    I looked at PloneJobBoard in the collective, and
>>                    noticed there are no developments for the last two
>>                    years. Is there anyone working on this product? What
>>                    future developments should it have?
>>
>>                    I'm not sure if I start a new project
>>                    (collective.jobmarket) that would make more use of
>>                    the component architecture, or if I continue the
>>                    development of PloneJobBoard for Plone3...
>>
>>
>>                Whatever you end up doing, keep us posted! We really
>>                want to add a job market to plone.net
>>                <http://plone.net>, we just haven't had any volunteers
>>                to champion it yet.
>>
>>
>>
>>        I started the development of a new product (called it
>>        collective.jobmarket but it isn't in the collective yet - will
>>        be as soon as the code is more stable). I should get back to it
>>        at the end of this week though.
>>
>>            I really need this too.
>>
>>
>>        The idea is to make it flexible enough so it can be easily used
>>        in different contexts. Can you give me some insight about the
>>        uses case you want to address?
>>
>>
>>    I'm looking for freelancers or companies that want to do small well
>>    defined chunks of work, propably on the fixed price basis at first.
>>    I'm not sure if it would work best asking for names and then
>>    contacting them directly, or doing it elance style and putting
>>    project descriptions and asking for quotes.
>>
>>
>>
>>            Why not just a new mailing list for now?
>>
>>            plone-jobs
>>
>>
>>
>>        -1
>>
>>        I think we have too many lists :)
>>
>>
>>    people who need more work subscribe. people that have work that
>>    needs done post. Don't see what harm it does.
>>
>>
>>
>>
>>
>>
>>    _______________________________________________
>>    Product-Developers mailing list
>>    Product-Developers@lists.plone.org
>>    <mailto:Product-Developers@lists.plone.org>
>>    http://lists.plone.org/mailman/listinfo/product-developers
>>
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Product-Developers mailing list
>> Product-Developers@lists.plone.org
>> http://lists.plone.org/mailman/listinfo/product-developers
>>
>
>
>
>
> _______________________________________________
> Product-Developers mailing list
> Product-Developers@lists.plone.org
> http://lists.plone.org/mailman/listinfo/product-developers
>

_______________________________________________
Product-Developers mailing list
Product-Developers@lists.plone.org
http://lists.plone.org/mailman/listinfo/product-developers
David Bain-5
Re: [Product-Developers] Re: Status of PloneJobBoard
Reply Threaded MoreMore options
Print post
Permalink
Stacey,
So you know this is spooky right? :) You found this list because we mentioned oDesk?

On Fri, Jun 13, 2008 at 1:28 PM, Stacey Fitzgerald (oDesk) <sfitzgerald@...> wrote:

Hi there,

Thanks for thinking of oDesk. As you may know, oDesk consists of both a job
marketplace and a set of management tools to facilitate trustworthy, quality
remote work. oDesk also handles time-logging and billing, so as a provider,
your payment is guaranteed. We're very interested in supporting Plone
developers, and your feedback is crucial.

We can set up a page devoted to Plone with information on hiring trends,
available jobs/providers, and resources. An example of such a page can be
seen  http://www.odesk.com/trends/javascript here . Please let me know what
you think of this idea, and send me any crucial Plone resources so we can
make the page as useful as possible. I'll keep an eye on this thread, or you
can email me at sfitzgerald@....

Stacey Fitzgerald
oDesk


David Bain-5 wrote:
>
> I'm partial to odesk, but I think this would save the trouble of having
> people divert efforts to adding yet another feature to plone.net. The
> hardest part would be encouraging and coordinating the mass sign up
> process
> to whatever service is agreed upon.
>
> On Sun, Jun 8, 2008 at 10:38 AM, Dylan Jay <gmane@...> wrote:
>
>> David Bain wrote:
>>
>>> Personally, I think that more Plone providers should join places like
>>> elance, odesk.com <http://odesk.com> etc...
>>>
>>
>> I like that idea too.
>>
>>  Then there could be a link from the Plone.net site to a filtered search
>> on
>>> "plone providers".
>>>
>>> On Wed, Jun 4, 2008 at 6:58 AM, Dylan Jay <gmane@... <mailto:
>>> gmane@...>> wrote:
>>>
>>>    Ricardo Alves wrote:
>>>
>>>        Dylan Jay wrote:
>>>
>>>            Alexander Limi wrote:
>>>
>>>                On Mon, 21 Apr 2008 03:17:41 -0700, Ricardo Alves
>>>                <rsa@...
>>>                <mailto:rsa@...>> wrote:
>>>
>>>                    I looked at PloneJobBoard in the collective, and
>>>                    noticed there are no developments for the last two
>>>                    years. Is there anyone working on this product? What
>>>                    future developments should it have?
>>>
>>>                    I'm not sure if I start a new project
>>>                    (collective.jobmarket) that would make more use of
>>>                    the component architecture, or if I continue the
>>>                    development of PloneJobBoard for Plone3...
>>>
>>>
>>>                Whatever you end up doing, keep us posted! We really
>>>                want to add a job market to plone.net
>>>                <http://plone.net>, we just haven't had any volunteers
>>>                to champion it yet.
>>>
>>>
>>>
>>>        I started the development of a new product (called it
>>>        collective.jobmarket but it isn't in the collective yet - will
>>>        be as soon as the code is more stable). I should get back to it
>>>        at the end of this week though.
>>>
>>>            I really need this too.
>>>
>>>
>>>        The idea is to make it flexible enough so it can be easily used
>>>        in different contexts. Can you give me some insight about the
>>>        uses case you want to address?
>>>
>>>
>>>    I'm looking for freelancers or companies that want to do small well
>>>    defined chunks of work, propably on the fixed price basis at first.
>>>    I'm not sure if it would work best asking for names and then
>>>    contacting them directly, or doing it elance style and putting
>>>    project descriptions and asking for quotes.
>>>
>>>
>>>
>>>            Why not just a new mailing list for now?
>>>
>>>            plone-jobs
>>>
>>>
>>>
>>>        -1
>>>
>>>        I think we have too many lists :)
>>>
>>>
>>>    people who need more work subscribe. people that have work that
>>>    needs done post. Don't see what harm it does.
>>>
>>>
>>>
>>>
>>>
>>>
>>>    _______________________________________________
>>>    Product-Developers mailing list
>>>    Product-Developers@...
>>>    <mailto:Product-Developers@...>
>>>    http://lists.plone.org/mailman/listinfo/product-developers
>>>
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>> _______________________________________________
>>> Product-Developers mailing list
>>> Product-Developers@...
>>> http://lists.plone.org/mailman/listinfo/product-developers
>>>
>>
>>
>>
>>
>> _______________________________________________
>> Product-Developers mailing list
>> Product-Developers@...
>> http://lists.plone.org/mailman/listinfo/product-developers
>>
>
> _______________________________________________
> Product-Developers mailing list
> Product-Developers@...
> http://lists.plone.org/mailman/listinfo/product-developers
>
>

--
View this message in context: http://www.nabble.com/-Product-Developers--Status-of-PloneJobBoard-tp16807168s20094p17828674.html
Sent from the Product Developers mailing list archive at Nabble.com.


_______________________________________________


_______________________________________________
Product-Developers mailing list
Product-Developers@...
http://lists.plone.org/mailman/listinfo/product-developers
Alexander Limi
[Product-Developers] Re: Re: Status of PloneJobBoard
Reply Threaded MoreMore options