From hedleyroos at gmail.com Sat Feb 16 09:58:22 2008 From: hedleyroos at gmail.com (Hedley Roos) Date: Sat, 16 Feb 2008 10:58:22 +0200 Subject: [Kss-devel] KSS push Message-ID: <776caf8b0802160058me432b43ybd3b3c7cbc233a78@mail.gmail.com> I saw on Reinout van Rees's blog that he and a few others got kss push working at a sprint. What is the state of push currently? From gotcha at bubblenet.be Sat Feb 16 14:59:20 2008 From: gotcha at bubblenet.be (Godefroid Chapelle) Date: Sat, 16 Feb 2008 14:59:20 +0100 Subject: [Kss-devel] KSS push In-Reply-To: <776caf8b0802160058me432b43ybd3b3c7cbc233a78@mail.gmail.com> References: <776caf8b0802160058me432b43ybd3b3c7cbc233a78@mail.gmail.com> Message-ID: <47B6EC38.5070207@bubblenet.be> Hedley Roos wrote: > I saw on Reinout van Rees's blog that he and a few others got kss push > working at a sprint. What is the state of push currently? Jean-Nicolas Bes (drjnut) is the main developer. I think he can best describe the state. AFAIK, it is not production ready. But I am sure he can use help... -- Godefroid Chapelle (aka __gotcha) http://bubblenet.be From ree at ree.hu Thu Feb 28 11:16:04 2008 From: ree at ree.hu (Balazs Ree) Date: Thu, 28 Feb 2008 11:16:04 +0100 Subject: [Kss-devel] science-sprint. Where is Kss enabled AutocompleteWidget?? References: <20080226061953.M51030@zitelab.dk> Message-ID: On Tue, 26 Feb 2008 07:25:21 +0100, Niels Steen Krogh wrote: > In the sciencesprint-wrap-up > (http://plone.org/news/science-and-doc-sprint-wrap-up) a kss enabled > Autocompleetewidget is mentioned with a link to the code. But I really > can't find anything kss/autocompletewidget in the code behind the link. > Maybe I just didn't look good enough? > The plugin still needs more work and documentation to make it accessible for everyone in Plone. (Big warning: it comes with a working Zope example but it lacks the Plone example. So: it will require an effort to deploy it in Plone at first.) If you however volunteer to help with this, here is the description: It's in a Bazaar (bzr) repository, hosted on Launchpad. Why Bazaar? We started the ~kissbooth group on Launchpad to fulfill a similar role for kss, as the Collective has for Plone. Bazaar and Launchpad are a nice combination to enable easy development and management of kss plugins and extensions in an open way. If you are familiar with svn (and I am sure you are), you will find this bazaar tutorial extremely useful. It will make all your possible uncertainty about Bazaar dissolve in ten minutes: https://help.ubuntu.com/community/EasyBazaar Now to answer to your question: The homepage of the plugin is: https://launchpad.net/kss.plugin.livesearch To check out the branch with bzr, you can use: bzr branch lp:kss.plugin.livesearch The same using the full url: bzr branch http://bazaar.launchpad.net/~kissbooth/kss.plugin.livesearch/trunk/ Alternately: if you want to use it from buildout, you can use the following configuration: [src-pub] recipe = gf.recipe.bzr urls= http://bazaar.launchpad.net/~kissbooth/kss.plugin.livesearch/trunk/ kss.plugin.livesearch In addition you will also need to make sure the plugin is known to the Zope instance, by adding these to your [instance] section: eggs= ... kss.plugin.livesearch zcml= ... kss.plugin.livesearch The demo examples can be run with kss.demo (not included in default Plone, so it needs to be installed as well). Best wishes, -- Balazs Ree