Sorry, to make it clear: I didn't mean to change the notifier extension, but WiaB *itself*. So that when a wave changes and a blip is entered by another user, the WiaB code updates the page's title tag automatically. So the page title always contains the number of unread blips.
That is easy to do using JavaScript. Of course this only works if WiaB is an open browser tab. Martin Am Dienstag, 24. April 2012, 18:10:47 schrieb Yuri Z: > Not sure I understand what you mean. Can you maybe make the change and then > create a pull request to https://github.com/vega113/wave-notifier/tree/wiab > ? > > On Tue, Apr 24, 2012 at 5:44 PM, Martin Honermeyer > > <m...@strahlungsfrei.de>wrote: > > That's great, but wouldn't it be much easier to change the title tag, as > > Petter mentioned, like in Google Wave? So it displays "Wave in a Box (X)" > > instead of "Wave in a Box", "X" being the number of unread blips. That > > would > > work in all browsers, not only Chrome. > > > > Regards > > Martin > > > > Am Freitag, 20. April 2012, 18:49:11 schrieb Yuri Z: > > > I submitted the patch for code review and updated the Chrome extension > > > to > > > work with WIAB. > > > The modified extension code can be found at > > > https://github.com/vega113/wave-notifier/tree/wiab - it takes only to > > > change 2 lines of code to make it work with your own WIAB server. > > > I uploaded the Notifier for waveinabox.net to Chrome Web store - > > > > https://chrome.google.com/webstore/detail/eohgjmgbbmabofpghhcmhjopogideeac > > > > > On Fri, Apr 20, 2012 at 12:57 AM, Yuri Z <vega...@gmail.com> wrote: > > > > I think it shouldn't be a problem to let WIAB serve json data at > > > > /notification. Then we will be able to adapt the extension code to > > > > work > > > > with WIAB really easily. > > > > I ll try to work on a patch tomorrow. > > > > > > > > On Fri, Apr 20, 2012 at 12:30 AM, Petter Lundgren < > > > > spit_fir...@hotmail.com > > > > > > > wrote: > > > >> Hi, > > > >> > > > >> I'm wondering if there is any functionality in Apache Wave for > > > >> notifications similar to that of Google wave has directly on the > > > > Tab-bar > > > > > >> (a > > > >> simple number directly on the Tab so its easy to see if there's any > > > > new > > > > > >> messages) when there is an unread blip? > > > >> Or hypothetically support for an extension similar to for example > > > > this: > > > >> https://github.com/jeremys/Notifier-for-Google-Wave ? > > > >> From a quick glance at the source of that extension it seems to fetch > > > > a > > > > > >> json data structure of unread blips from google wave at > > > >> https://wave.google.com/wave/notification > > > >> Is there any such functionality in Apache wave? Or is it possible to > > > > do > > > > > >> something similar? > > > >> Im pretty new to this stuff, just got a test server up and running, > > > > and > > > > > >> im not sure where to look for stuff like this. > > > >> > > > >> Sorry if this is not the right place to post such questions. > > > >> > > > >> Best Regards > > > >> /Petter