Blog

Hot off the press — what’s fresh at the Labs.

Introducing Weave

As the Web continues to evolve and more of our lives move online, we believe that Web browsers like Firefox can and should do more to broker rich experiences while increasing user control over their data and personal information.

One important area for exploration is the blending of the desktop and the Web through deeper integration of the browser with online services.

We’re now launching a new project within Mozilla Labs to formally explore this integration. This project will be known as Weave and it will focus on finding ways to enhance the Firefox user experience, increase user control over personal information, and provide new opportunities for developers to build innovative online experiences.

Just like Mozilla enables massive innovation by making Firefox open on many levels, we will aim to do the same with Weave by developing an open extensible framework for services integration.

Organizing Principles

We’ve set out some basic organizing principles to help frame the approach that we’re going to explore. We will:

  • provide a basic set of optional Mozilla-hosted online services
  • ensure that it is easy for people to set up their own services with freely available open standards-based tools
  • provide users with the ability to fully control and customize their online experience, including whether and how their data should be shared with their family, their friends, and third-parties
  • respect individual privacy (e.g. client-side encryption by default with the ability to delegate access rights)
  • leverage existing open standards and propose new ones as needed
  • build a extensible architecture like Firefox



Overview of the Idea

  1. browser metadata is pushed into the cloud (e.g. bookmarks, history, customizations, etc.)
  2. this metadata is transparently reflected everywhere an individual gets online
  3. we provide a basic framework for easily sharing and delegating access to this metadata to friends, family and third-parties
  4. we build tools and APIs to extend this framework and to provide new user experiences

Use Cases

We’ve also developed some initial use cases that we’ll be exploring with Weave. To be clear, it’s not Mozilla’s intent to provide robust applications for, say, travel planning. We intend to provide the infrastructure and an consistent model for how a user can open up their browser metadata to friends and third-party applications. These use cases are just examples of the types of things we would like to explore, and have others build applications on top of.

Initial Roadmap

    Weave 0.1 (December 21, 2007)
    • basic framework and server-side in place for testing and experimentation
    • authentication with a single online service provider (e.g. labs.mozilla.com)
    • bookmark and history synchronization to the server from multiple clients
    • default encryption of all user data with a placeholder algorithm



    Weave 0.2 (Early 2008)

    • initial Web service APIs for developers to build on
    • user controls and ability to delegate (and revoke) access rights to specific bits of browser metadata
    • UI to enable sharing on applicable interfaces

Get Weave

  • Install Weave v0.1 for Firefox 3.0b2pre or greater, Windows/Mac/Linux
    Warning: This is an early prototype. Use at your own risk.

How to Get Involved

We’ll be rolling out prototypes of various components of the framework, gathering feedback and hosting a series of discussions and sessions on the Mozilla Labs site to plan, design, and further develop Weave.

  • Discuss, debate and add to the design in the Weave forum.
  • Join us in #labs on irc.mozilla.org.

Comments

[...] Weave v0.1 for Firefox 3.0b2pre or greater, Windows/Mac/Linux View: Full Story @ Mozilla [...]


12.21.2007
chandan

hmmm…. Now Mozilla wants to be social too.


12.22.2007
Gozala

:(

Registration is temporarily disabled.


12.22.2007
Dan

Sorry for the inconvenience; we set a cap on registrations to prevent our servers from being overloaded, and we hit it rather quickly.

We’ll evaluate whether to open up soon, but with folks generally away for the holidays we may hold on for a bit. We’ll stay in touch via the forums, so check them first!


[...] Sapevo che i Mozilla Lab con il progetto The Coop stessero lavorando ad un browser “sociale” (se guardate gli screenshot vi meraviglierete della somiglianza della UI con quella di flock), oggi leggo: [...]


12.22.2007
kL

Is that “Other Browser or Phone” an Opera Link service? It’d be nice if there was some interoperable standard there.


[...] informa Alex sobre un nuevo proyecto de la fundación Mozilla: se llama Weave, conceptualmente es una nube de metadatos (marcadores, historial de navegación, configuraciones, [...]


12.22.2007
publicfacing

How does Mozilla intend to get over the privacy of all this data being with/going through them? To be honest, I thought something like this from Mozilla would be more like Google Gears, except better. For instance: allowing a user to store all their e-mail data on their hard-drive, but to access it through Google Mail — that way, people get the security of “owning” their data, but use the Google Mail interface to interact with it.

Thus, users have their data and are free to do as they like with it, and Google Mail (or whoever) would have their coveted users and still be able to generate ad-revenue.

It just seems to make more sense that way. And utilizing things like OSX’s encrypted drives and Vista’s BitLocker, there’s also heightened security.


12.22.2007
Ralph

Is there any documentation?


12.22.2007
cbeard

@Ralph: Not yet. This isn’t anywhere near production yet, we have a basic prototype and an idea on how to evolve it. Join us in the forums where we’ll be building on the idea.


12.22.2007
cbeard

@publicfacing:

How does Mozilla intend to get over the privacy of all this data being with/going through them?

Mozilla is a public benefit organization and we’re all about promoting choice and innovation. To that end, our current thinking is that we will address this in three ways:

First, we’re going to require encryption by default. We’re using a temporary algorithm right now, while we sort out all the technical and legal issues. Remember: This is just a concept and a prototype at this point.

Second, we’re going to make it easy for people to setup their own servers and services using freely available tools. In the prototype, the server doesn’t have any intelligence and is WebDAV over HTTP.

Third, we’re going to make it all completely optional. If you really, really want to be sure that your data is protected the best possible way is keep full and complete control of it and encrypt it yourself on your own computer.

To be honest, I thought something like this from Mozilla would be more like Google Gears, except better.

We’re launching this project to explore this space. We have some ideas and an initial prototype that we can build upon, but the idea of Mozilla Labs is that it is a space for open shared collaboration and exploration of new ideas. Not just a place for gathering user feedback and early adoption.

We’re just getting started. This is but the first of many steps.

… allowing a user to store all their e-mail data on their hard-drive, but to access it through Google Mail — that way, people get the security of “owning” their data, but use the Google Mail interface to interact with it.

We’ve been working on enabling this use case for the whole of the Web through the standardization process.
http://www.whatwg.org/specs/web-apps/current-work/

You can do some of this today with Firefox using DOM Storage that we introduced in Firefox 2. It’s based upon the WhatWG specs.
http://developer.mozilla.org/en/docs/DOM:Storage

Firefox 3 will also support WHATWG online and offline events, which let applications and extensions detect whether or not there’s an active Internet connection, as well as to detect when the connection goes up and down.
http://developer.mozilla.org/en/docs/Online_and_offline_events

However, offline application and storage support doesn’t directly help achieve the Weave vision. The key is to find a way that allows for browser metadata to be accessible and persistent on the network so that it is accessible by your other browser instances as well as third-party add-ons even when you’re offline.

… would have their coveted users and still be able to generate ad-revenue.

We’re not planning on building applications or complex services ourselves, but rather providing a framework and consistent model for how users can access their Firefox experience from anywhere and open up their browser metadata to friends and third-party applications.

We imagine that there will be many ways that this can be achieved, and it likely involves supporting and providing compatibility to existing and emerging standards for network and service interoperability. This is part of what we’re starting to work on now, in the open, in Mozilla Labs. Everyone is welcome to participate.


[...] Mozilla Labs addthis_url = ‘http%3A%2F%2Fwww.zakeh.com%2F%3Fp%3D57′; addthis_title = [...]


12.22.2007
Jodie

im concerned about my privacy, i hope it will be protected


[...] Mozilla Labs Blog » Blog Archive » Introducing Weave  Annotated We’ve developed some ial use cases that we’ll be exploring with Weave. To [...]


[...] Mozilla Labs Notícias Relacionadas Mozilla Labs: Um laboratório de inovações e tecnologia →Fundação [...]


12.22.2007
Dan

@Gozala: we’ve re-enabled registration now, with a higher limit.


[...] on Mozilla jumping into “online services” earlier this month. Today, they quietly announced a new project called Weave, that allows you to take control of your metadata and store it on Mozilla servers, once you set up [...]


12.22.2007
Dan

@Jodie: User privacy is very important to us as well. See cbeard’s post above for a summary of our current approach to protect it. The two main points are:

* We currently encrypt on the client all data that gets placed on the server, with an encryption passphrase that only the user knows.

* We kept the server intentionally dumb and standards-based, so that anyone can set up a server for themselves and/or their friends or company.


[...] (via Mozilla Labs) [...]


12.22.2007
Ben Tremblay

Just a comment, by way of orienting concerns and intention: take this artifact as revealing: “https://labs.mozilla.com/forum/index.php/topic,392.0.html” … see what I’ve kvetching?

There are some things that really really really matter. (Not using too many fonts on a page comes to mind.) I’d like to suggest those as foundational … cognitive ergonimics meets IA and design.
What about the list that would include “human-readable URLs”? I’m not suggesting that any one of those are show-stoppers. I’m not even saying just that they should be taken as a meaningful list. My point is this: if we don’t adjust our internal “squelch” so that those considerations break out of the background noise and distraction then we have our squelch set too high.

Cognitive “schema” … what do we acknowledge (consciously or not” as “salient”? When we ignore enough of those “little quibbles” we find that our foundation crumbles. (Imagine concrete that was poured too wet or too dry … no matter how correct the design, it won’t carry the weight we need it to.)

Oh, and Merry Christmas!
–bentrem

p.s. allowing comment editing … just a little quibble?


12.22.2007
Hubert

I’m not sure if I’m just a bit slow, but what exactly does this thing DO? The opening gambit was very waffly and my eyes glazed over a bit from there! It talks about standards and online services and other Web 2.0 buzzwords, but I fail to see what Weave actually does!


[...] лабораториях Mozilla в Маунтан Вью разработали Weave - архитектуру для синхронизации персональных данных [...]


[...] sessiz sedasız yeni geliştirmekte olduğu açık web servisleri platformu Weave‘i [...]


[...] (the makers of Firefox) have introduced a new project they’re working on called Weave. Weave allows a user running Firefox 3, which is currently [...]


[...] Via | Mozilla Labs Blog [...]


[...] View [...]


12.22.2007
Cornick

what about protection?
here: http://rufino-city.myminicity.com/


12.22.2007
PAUL

Whats up with the goofy name? is it blacksploitatin? :D


[...] wound up in a package featuring a nice logo, Mozilla Weave (just launched) aims to explore “the blending of the desktop and the Web through deeper integration of the [...]


[...] Weave, vandaag aangekondigd door Mozilla, doet zo goed als hetzelfde, alleen is het verpakt in wat meer marketingpraat zoals: We’re now launching a new project within Mozilla Labs to formally explore this integration. This project will be known as Weave and it will focus on finding ways to enhance the Firefox user experience, increase user control over personal information, and provide new opportunities for developers to build innovative online experiences. Just like Mozilla enables massive innovation by making Firefox open on many levels, we will aim to do the same with Weave by developing an open extensible framework for services integration. [...]


12.22.2007
Ish

Please fix the performance and memory issues with Firefox. Otherwise all these other projects are going to stop having a userbase to draw upon and test ideas on. Firefox has become incredibly slow and sluggish.


[...] and do the blog re-design, etc, but the end-of-year stories keep coming in. Mozilla annouced Weave, a project within Mozilla Labs, earlier [...]


[...] information, and provide new opportunities for developers to build innovative online experiences.read more | digg story by TDL Source - Info digg_url = ‘http://revolt.colex.org/mozilla-announces-weave/’; [...]


[...] Mozilla Labs » Blog Archive » Introducing Weave - One important area for exploration is the blending of the desktop and the Web through deeper integration of the browser with online services. [...]


[...] Mozilla Labs via Mashable) Technorati Tags: [...]


[...] new initiative, Weave, is a new project that will store user information - like bookmarks, passwords, history, [...]


[...] Mozilla Labs » Blog Archive » Introducing Weave - One important area for exploration is the blending of the desktop and the Web through deeper integration of the browser with online services. [...]


[...] Mozilla Labs » Blog Archive » Introducing Weave - One important area for exploration is the blending of the desktop and the Web through deeper integration of the browser with online services. [...]


[...] Mozilla Labs » Blog Archive » Introducing Weave - One important area for exploration is the blending of the desktop and the Web through deeper integration of the browser with online services. [...]


[...] Mozilla Labs » Blog Archive » Introducing Weave - One important area for exploration is the blending of the desktop and the Web through deeper integration of the browser with online services. [...]


[...] Mozilla Labs » Blog Archive » Introducing Weave - One important area for exploration is the blending of the desktop and the Web through deeper integration of the browser with online services. [...]


[...] Mozilla Labs » Blog Archive » Introducing Weave - One important area for exploration is the blending of the desktop and the Web through deeper integration of the browser with online services. [...]


[...] Mozilla Labs » Blog Archive » Introducing Weave - One important area for exploration is the blending of the desktop and the Web through deeper integration of the browser with online services. [...]


[...] Mozilla Labs » Blog Archive » Introducing Weave - One important area for exploration is the blending of the desktop and the Web through deeper integration of the browser with online services. [...]


[...] 点击进入 [...]


[...] Mozilla Labs » Blog Archive » Introducing Weave - One important area for exploration is the blending of the desktop and the Web through deeper integration of the browser with online services. [...]


[...] 每个人的FireFox都长得不一样,要不要相互参考?Mozilla Labs刚刚发布了一个社会化FireFox扩展”Weave”.这款软件可以将你的FireFox metadata推到云中,包括书签,历史和设置等等,并且可以在任何一个地方轻松下载还原,还提供一个基础的框架用来与朋友,家庭和第三方共享. Mozilla制作了相关的API去扩展这个框架以加强用户体验,相信基于Weave的各种扩展很快会应运而生. 访问:Mozilla Labs - Weave [...]


[...] Mozilla实验室刚刚发布了一个新项目:Weave,其作用是提供一个用于新应用的框架,允许用户从任何地点(笔记本,台式机或者电话等)无缝访问网络服务,举个例子,你可以将自己的Firefox设置--书签,密码,参数等--放到Mozilla的服务器上,当你更换其他设备,比如手机或是另外一台电脑时,只需登录到自己的帐号即可同步Firefox的设置,你还可以同朋友们共享自己的书签等设置,这应该是Mozilla走向社会化网络应用的一个尝试,与Google实验室的很多产品一样,目前这个项目还只是“藏在深闺人不识”,而且只支持Firefox 3,如果你想尝尝鲜,可以到这里下载安装。 alimama_pid=”mm_10567846_624823_1114315″; alimama_titlecolor=”3D81EE”; alimama_descolor =”000000″; alimama_bgcolor=”FFFFFF”; alimama_bordercolor=”E6E6E6″; alimama_linkcolor=”008000″; alimama_bottomcolor=”FFFFFF”; alimama_anglesize=”0″; alimama_bgpic=”0″; alimama_icon=”1″; alimama_sizecode=”13″; alimama_width=250; alimama_height=60; alimama_type=2; 喜欢吗?  Loading … 分类:科技 firefox, mozilla, weave 1次阅读 科技 | 收藏 | 订阅 | 评论 | 引用 « 经典回顾一下 [...]


[...] Mozilla Labs » Blog Archive » Introducing Weave - One important area for exploration is the blending of the desktop and the Web through deeper integration of the browser with online services. [...]


12.22.2007
tehl4m3

feh


[...] other metadata. Just like Microsoft, Google, Yahoo and others, Mozilla wants its platform, called Weave, to serve as a kind of a Web operating system, managing basic services for users (more on [...]


[...] Se avete Firefox 3 beta potete provare ad usare il servizio a questo indirizzo. [...]


[...] project will be known as Weave and it will focus on finding ways to enhance the Firefox user experience, increase user control [...]


[...] read more | digg story [...]


[...] Labs Mozilla Etiquetas: Firefox, Mozilla Labs, Ubuntu Compártelo [...]


[...] people keep anticipating to see the future editions. Today i checked that they have announced about Mozilla Weave As the Web continues to evolve and more of our lives move online, we believe that Web browsers like [...]


[…] Mozilla Labs acaba de anunciar uma ferramenta de sincronização com o Firefox chamada Weave […]


12.22.2007
ITrush

Well this good news for all Mozilla Fanatics! just hoping for its reliability, ease of use and of course users privacy.

Nhick
http://www.itrush.com


12.22.2007
corlyon

Hope weave can be different.


Love the name, for historical purposes, please expand on how this one was chosen and what others were considered


[...] Mozilla Labs Blog » Blog Archive » Introducing Weave fascinating, and potentially relevant to Luis’ open services discussion. from my initial read, however, it does seem as if they’re a bit ambitious. (tags: mozilla weave open services standards online cloud) [...]


[...] Mozilla has announced the launch of Weave. Weave is being touted to push browser history, meta data and other information into the cloud. This means that all your browsing experience will be stored over internet and accessible to you. Mozilla has announced an extensible architecture much like firefox for weave. This means that third party extensions and softwares can be written and used to access our browsing data. Privacy should not be a concern since it will be an open source initiative which means malware, if any, will be identified and removed quickly. [...]


[...] Mozilla launches Weave. As the Web continues to evolve and more of our lives move online, we believe that Web browsers like Firefox can and should do more to broker rich experiences while increasing user control over their data and personal information. One important area for exploration is the blending of the desktop and the Web through deeper integration of the browser with online services. We’re now launching a new project within Mozilla Labs to formally explore this integration. This project will be known as Weave and it will focus on finding ways to enhance the Firefox user experience, increase user control over personal information, and provide new opportunities for developers to build innovative online experiences. © 1999-2007 Justin Blanton (e-mail)                    e v e r y t h i n g i s r e l a t i v e                    In partnership with [...]


12.22.2007
Pooran

doesn’t it make sense for Mozilla to support openid or any share authentication model instead of asking user’s email address and password?


12.22.2007
zaxonicate

yay 42


12.22.2007
zaxonicate

Mozilla: keeping the world in stiches


[...] Mozilla élargit son univers; après les applications de bureau comme Firefox et Thunderbird, voici l’apparition d’un service en ligne du nom de Weave. [...]


[...] Full Story MrPirate [...]


[...] by tacanderson The initiative, Weave, is a new project that will store user information - like bookmarks, passwords, history, [...]


12.23.2007
Thejesh GN

no open id support ?


[...] by tacanderson The iative, Weave, is a new project that will store user information - like bookmarks, passwords, history, [...]


[...] | Mozilla labs Tags: Firefox, Mozilla, online, perfilesOtras entradas que te pueden interesar…:Mozilla Prism, [...]


[...] دیروز سرویس جدیدی را ارائه کرده که با استفاده از این سرویس اطلاعات مربوط [...]


[...] 已经用了一段时间firefox 3 beta,今天看到google reader上好几个人介绍weave,于是到mozilla网站上注册了id,下载了weave的firefox [...]


[...] they are also adding a new web service called Weave. Weave is a way for users to store their username, passwords, bookmarks and preferences to invoke [...]


[...] labs.mozilla.com via: Read/Write Web [...]


12.23.2007
Me

Good boys, this is the way to go. Looking forward to what comes out of these labs…


[...] qu se trata? En palabras del blog-anuncio, de promocionar las experiencias ricas de usuario pero permitindole a este un mayor control sobre [...]


[...] 每个人的FireFox都长得不一样,要不要相互参考?Mozilla Labs刚刚发布了一个社会化FireFox扩展”Weave”.这款软件可以将你的FireFox metadata推到云中,包括书签,历史和设置等等,并且可以在任何一个地方轻松下载还原,还提供一个基础的框架用来与朋友,家庭和第三方共享. Mozilla制作了相关的API去扩展这个框架以加强用户体验,相信基于Weave的各种扩展很快会应运而生. 访问:Mozilla Labs - Weave [...]



[...] another boost to Mozilla, Mozilla has created a tool called Weave that lets users to automatic backup and restore settings of their Firefox browsers across multiple [...]


[...] Mozilla Labs Blog » Blog Archive » Introducing Weave  Annotated We’ve developed some ial use cases that we’ll be exploring with Weave. To be clear, it’s not Mozilla’s intent to provide robust applications for, say, travel planning. We intend to provide the infrastructure and an consistent model for how a user can open up their browser metadata to friends and third-party applications. These use cases are just examples of the types of things we would like to explore, and have others build applications on top of. [...]


[...] Para mas información sobre este proyecto: Mozilla Labs [...]


12.23.2007
VS Consulting Group

I presume you meant USE CASES not USES CASES.
Anyway the idea seems good, execution is to be seen. Plz dont screw up like Firefox 2.0. Hopefully 3.0 is good.Beta looks good :)


[...] think it is very late move from Mozilla to venture into this project called Weave, but only if it is done in user centric way and in time. As Google has already taken lead into this [...]


[...] has just announced a new initiative that on its face sounds a lot like Google Browser Sync. The project aim’s to give Firefox [...]


[...] Mozilla labs - Introducing Weabe | Vía: Error [...]


12.23.2007
Saurabh Kaushik

[..]I have been browsing Firefox plugin site for last two years…. for one very important solution to my Bookmarks Sync Up from Mozilla. All this while, I have tried Google Browser Sync and Foxmarks Bookmark Synchronizer. But I am never satisfied.

I always thought that this kind of user data management can be a big potential for building new services around and we have already numbers of Social bookmarking solutions (del.icio.us, technocrati, stumble upon) out there which makes me happy but confused (which one to use?) At this point of time, Web King, Google has already taken consolidated lead into this area with Browser Syn and Toolbar, it will be a hard to catch run for Mozilla. Reason, why would I change if experience with Google is increasingly satisfying!!![..]


[...] 23rd, 2007 (7:23am) Mike Gunderloy No Comments The latest project to come out of Mozilla Labs is Weave, which they describe somewhat fuzzily as enabling “the deeper integration of the browser with [...]


[...] Enlace | Mozilla Labs Introducing Weave [...]


[...] Mozilla Labs introduces Weave. These icons link to social bookmarking sites where readers can share and discover new web pages. [...]


[...] Mozilla Labs » Blog Archive » Introducing Weave One important area for exploration is the blending of the desktop and the Web through deeper integration of the browser with online services. (tags: mozilla firefox weave apps cloud) [...]


[...] و تاندربرد می پرداخت اما اکنون با ارائه ی سرویس جدید weave ٬ موزیلا پا به عرصه ی سرویس دهندگان آنلاین وب گذاشته [...]


[...] Labs launched a new online service called Weave yesterday. The idea behind Weave is that all your personal information such as bookmarks, passwords [...]


[...] labs 日前發表一個名為 Weave 的線上服務,會為 Firefox [...]


[...] Labs launched a new online service called Weave yesterday. The idea behind Weave is that all your personal information such as bookmarks, passwords [...]


[...] Weaving the Web The Mozilla Labs Weave project site says, “As the Web continues to evolve and more of our lives move online, we believe that Web [...]


[...] en vrac sur diigo 12/23/2007 Mozilla Labs » Blog Archive » Introducing Weave  Annotated [...]


[...] nueva extensión desarrollada por Mozilla Labs nos permitirá integrar en Firefox un cliente que sincronizará nuestros datos con el servidor de [...]


[...] deba ser Mozilla quien actúe como hub de los datos del usuario, es una lástima no leer nada en el anuncio del proyecto sobre el uso de OpenId para identificar usuarios o de OAuth para el control del acceso a datos. [...]


[...] feature to its desktop and mobile clients. Now Mozilla tests a similar service called Weave, that’s available as an extension for Firefox 3 Beta 2, but unlike Opera and Maxthon, [...]


12.23.2007
chaos

Great model for data mining! Yee ha!!


12.23.2007
|

[...] tool is being developed that may help in some small part in getting there. The tool is called Weave from Mozilla [...]


[...] bookmark-sync tool for awhile now, and Opera recently added one to its browser. Where will Mozilla’s Weave sit in this landscape of [...]


12.23.2007
Dan

@chaos, the Weave extension encrypts user data on the client and uploads encrypted blobs of data. So data mining is *not* something we are going for.

We feel that user privacy is important, and we are considering *requiring* encryption to use Mozilla’s Weave servers. (if you set up your own server, you can do whatever you want, obviously).


[...] (via Mozilla Labs) Lien permanent: [...]


[...] Mozilla Labs » Introducing Weave [...]


[...] http://labs.mozilla.com/2007/12/introducing-weave/ Tags: Mozilla, przeglądarki internetowe [...]


[...] http://labs.mozilla.com/2007/12/introducing-weave/ für Firefox ab Version 3 [...]


[...] „Weave  erfahren will oder die Testversion schon mal ausprobieren möchte, der kann sich auf <http://labs.mozilla.com/2007/12/introducing-weave/> [...]


[...] | Anuncio llevado a cabo por Mozilla Labs. | + Info: [...]


[...] Mozilla Labs » Blog Archive » Introducing Weave - One important area for exploration is the blending of the desktop and the Web through deeper integration of the browser with online services. [...]


[...] sessiz sedasız yeni geliştirmekte olduğu açık web servisleri platformu Weave‘i [...]



[...] (via Mozilla Labs) [...]


12.26.2007
Wijnand

Sounds great and it looks like it could become an alternative for M$-Sharepoint. I am interested in ‘other browser’. As a M$ developer (and a Firefox user) it would be nice to extend Weave with (web) services or use API’s to interact with Weave (using .NET).


12.26.2007
vw

looking forward to these web 2.0 features


[...] Labs introduced a new project called Weave.  The goal of this project is to enhance the Firefox user experience, increase user control over [...]


[...] Labs ha svelato un nuovo progetto, chiamato “Weave“, che mira all’integrazione di Firefox 3 con i servizi online. Gli utenti Firefox [...]


[...] informarte más al respecto descargando la beta 1 de Weave (sólo disponible para Firefox 3 beta2), o bien leyendo los casos de uso [...]


[...] Mozilla Labs » Blog Archive » Introducing [...]


[...] décembre, 2007 in web 2.0 Tags: Beta, firefox, Mozilla Weaves Mozilla Weaves est un nouveau service en version Bêta qui permet de centraliser et de sauvegarder vos favoris, [...]


[...] "Weave" will Mozilla den FireFox-Benutzern das Leben leichter und angenehmer machen, die oft von [...]


[...] Mozilla has launched Weave, a new project within Mozilla labs that aims to provide optional online services for Firefox (standards-based of course). So it looks like even Mozilla is getting into the web services ‘thing.’ [via TechCrunch] [...]


12.27.2007
jason

Privacy would definitely be a big issue… It is Mozilla though… they’re the best…


[...] de la simple collection de services en ligne. Il a été dévoilé la semaine dernière sur un blog de Mozilla. Nous y apprenons qu’une API devrait être disponible au début de l’année 2008 et va [...]


[...] свежий проект от Mozilla Labs, Weave, преследует цель синхронизировать ваши закладки, [...]


[...] Online-Dienste anbieten können. Die Architektur soll wie bei Firefox erweiterbar sein. Weave 0.1 gibt es zur Vorschau für Windows, MacOS X und Linux. Wer den Online-Dienst testen möchte, benötigt [...]


12.27.2007
DJ

So why can’t this be used with Firefox 2.X? I’ve tried Firefox 3 and I’m sorry but it is a piece of shit.


[...] recently read about a new Mozilla Labs project called Weave.  The basic premise is that it will store information securely on Mozilla’s servers.  [...]



[...] so I read the description for Mozilla Weave incorrectly. When I first skimmed the headline and description on a blog [...]


[...] - Applications are becoming seamlessly integrated within browsers - Remember The Milk for Gmail, Google Reader - Social networks are decentralising - Social Graph, DiSo - Browsers are just starting to share metadata across social networks - Weave [...]


[...] where Mozilla comes into play. They’ve just launched a prototype of Weave. The 0.1 version offers Firefox users the possibility to save browser related [...]


12.28.2007
TakeIT2

I am wondering if this is similar to the roaming profiles in the Mozilla Suite? What are the similarities and major differences?

The first thing that strikes me as a good thing is the client side encryption. Not having checked Weave out yet in practice, is the data tunnel secure through the entire session, or just the login transaction?

Does this all mean that folks are expanding the profile management project? If so could they add an import export feature to the suite & specifically email apps that can migrate from mozilla application to another? The hoops you have to jump through now are more complex than just pointing the mozilla app at your profile folder.


[...] tavsiye ederim, zira Mozilla ar-ge çalışmaları son sürat sürmekte… İlk olarak Weave adlı sık kullanılanlar, geçmiş ve şifreler gibi kişisel bilgilerine istediği yerden erişim [...]


[...] okay if you are in a few channels… not so good when you are in 20+ And a newcomer of sorts - Mozilla Weave - which requires Mozilla Firefox 3.0 (which is currently in beta or nightlies only) any basically [...]


[...] “Mozilla Weave” has been introduced as a Mozilla Labs product. Mozilla Labs somehow is churning out [...]


12.29.2007
Gordon Wilson

Please could you all give adobe a hand and ,turn out a c++ developement environment ,using Firefox.


12.29.2007
Jon Pritchard

By the looks of it, this is exactly what Mozilla has and will be needing to accomplish in the next two-years as a timeframe. With the proliferation of multiple internet connected devices, there needs to be a management for all a user’s personal data and way to share it on these multiple internet connected devices.

Good work. Mozilla Labs is increasingly revolutionary. How do you have the time to do all this whilst still pushing Firefox 3?! Mind boggling.


[...] lanzó Weave, su primer servicio online, que permite almacenar las informaciones de navegación del usuario en [...]


[...] Mozilla似乎想向Maxthon学习,也向用户提供一些社会化服务。Weave前几天发布了0.1版本。这两天正好在尝试FF3,顺便也试用了一下这个Weave。 [...]


[...] information, and provide new opportunities for developers to build innovative online experiences.read more | digg [...]


[...] has launched yet another project from its labs: Mozilla Labs Weave: As the Web continues to evolve and more of our lives move online, we believe that Web browsers [...]


[...] Mozilla似乎想向Maxthon学习,也向用户提供一些社会化服务。Weave前几天发布了0.1版本。这两天正好在尝试FF3,顺便也试用了一下这个Weave。 [...]


[...] has launched yet another project from its labs: Mozilla Labs Weave: As the Web continues to evolve and more of our lives move online, we believe that Web browsers [...]


[...] projet en est ses dbuts, mais un programme dtaill est dj affich sur le site des Mozilla Labs. Les utilisateurs pourront grer et personnaliser leur exprience en ligne , en autorisant [...]


[...] has launched yet another project from its labs: Mozilla Labs Weave: As the Web continues to evolve and more of our lives move online, we believe that Web browsers [...]


[...] has launched yet another project from its labs: Mozilla Labs Weave: As the Web continues to evolve and more of our lives move online, we believe that Web browsers [...]


[...] nueva extensión desarrollada por Mozilla Labs nos permitirá integrar en Firefox un cliente que sincronizará nuestros datos con el servidor de [...]


12.31.2007
Mozilla Weave

[...] της Mozilla έχουν ανακοινώσει εδώ και κάποιες μέρες το Mozilla Weave, το οποίο σαν ιδέα ακούγεται πολύ ενδιαφέρουσα, ωστόσο [...]


[...] has launched yet another project from its labs: Mozilla Labs Weave: As the Web continues to evolve and more of our lives move online, we believe that Web browsers [...]


[...] feature to its desktop and mobile clients. Now Mozilla tests a similar service called Weave, that’s available as an extension for Firefox 3 Beta 2, but unlike Opera and Maxthon, [...]


[...] Introducing Weave, where all your browser metadata gets pushed onto the cloud making your settings, favorites, etc. portable to anywhere you want (the cloud is all around us). Spread the word! [...]


[...] recently launched a new online service called Weave. Weave allows you to store settings and other data so that it can be used across multiple devices. [...]


[...] Here’s the product [...]


[...] new project called Weave is an exciting new add-on to Mozilla’s popular browser Firefox. While in its infancy, the [...]


[...] | Error500 Enlace | Mozilla Labs: Introducing Weave Enlace | Mozilla [...]


[...] presenta un nuovo progetto che sarà conosciuto come Weave e che si concentrerà sulla ricerca di metodi utili per migliorare l’esperienza degli utenti [...]


[...] Labs lanzó su servicio de cloud computing llamado Weave, la idea es tener todos los bookmarks, historiales sincronizados en la cuenta de Weave a travéz de [...]


[...] Take Your Browsing Experience With You: Mozilla Labs The Mozilla Labs team are certainly racking out the releases - Prism, Personas, Joey, the Coop and now Weave! [...]


[...] Mozilla já está trabalhando com objetivos neste sentido, no seu projeto Mozilla Weave, um experiência com o browser e serviços online, tanto [...]


[...] a également lancé un projet expérimental du nom de Mozilla Labs Weave (En), dont on a en revanche pas parlé sur BeFox par manque de temps. Il s’agit d’un [...]



[...] Mozilla élargit son univers; après les applications de bureau comme Firefox et Thunderbird, voici l’apparition d’un service en ligne du nom de Weave. [...]


[...] 看来Mozilla公司已经不再满足于只是做工具提供商,很有可能他们会进军在线服务这项领域。近日Mozilla实验室推出了一项称之为Weave的在线服务,该服务可以让用户通过Firefox浏览器在线同步例如书签、密码等等个人资料。用户可以先上传自己的书签或个人资料至Mozilla的Weave服务器,然后就可以随时随地在任何一台电脑或手机上使用相关内容了。同时Weave 还提供了一个基础开放框架,可让其他的开发商利用这些信息开发出相应在线应用程序,从而可进一步加强并改善FireFox的用户体验度。 [...]


01.05.2008
John Public

Is the server-side code for this available for download? I wouldnt mind using something like this, but I would want to be able to host the server end of it myself, rather than have it on someone else’s machine.


01.05.2008
James Ward

My mail server is rejecting the registration verification email:

Jan 5 09:12:57 temple postfix/smtpd[17070]: connect from webheads01.sj.mozilla.com[63.245.208.134]
Jan 5 09:12:58 temple postfix/smtpd[17070]: NOQUEUE: reject: RCPT from webheads01.sj.mozilla.com[63.245.208.134]: 550 5.7.1 : Helo command rejected: Host not found; from= to= proto=ESMTP helo=

Can you guys fix this?

Thanks.

-James


01.05.2008
Dave Crossland

“We kept the server intentionally dumb and standards-based, so that anyone can set up a server for themselves and/or their friends or company.”

Where can we download the server software, or where can we find instructions for how to configure one using existing generic server software?


[...] | Mozilla Labs Blog [...]


[...] up on firefox now :’(  only resaon I use now for the google syn ( I haven’t play with Weave) and firefox poratble works well with USB disks than Opera. Opera have lot of cool feactures like [...]


01.05.2008
free_loader

Everything including themes and add ons can be backed up? that’s just awesome!


[...] Mozilla Weave est un nouveau service en version Bêta qui permet de centraliser et de sauvegarder vos favoris, historiques, préférences, personnalisations et mots de passe sur les serveurs de Mozilla, ce qui vous permettra par la suite de retrouver le tout sur n’importe quel ordinateur de par le monde et connécté sur le net. [...]


[...] Mozilla Labs anunciou uma nova ferramental que tem como objetivo tornar mais fcil o acesso e o controle do [...]


[...] with me wherever I am is pretty nice. Mozilla announced a new product that does just that. Here is where you can find out [...]


01.06.2008
music

very interesting.
i’m adding in RSS Reader


[...] information, and provide new opportunities for developers to build innovative online experiences.read more | digg [...]


01.07.2008
Freddie

Freddie…

The pen is really mightier than the sword, as you have proven here….


[...] başladı. Mozilla geçen hafta weave adı verdiği yeni bir web servisi sunmaya başladı. Weave‘in ana fikri ise bookmarklar, şifreler ve bunun gibi kişisel bilgilerin Firefox üzerinden [...]



[...] to come: Support for Mozilla Weave (previous story), which is basically the Firefox browser without its toolbars — a nice [...]


01.10.2008
Braintrove.com

The idea is certainly not new. However, while I don’t mind favorites and customizations being uploaded, I don’t necessarily like the idea of history being uploaded. There’s too much security risk with this.


[...] tools hands down. Etnies Custom Shoe Builder - These make my plain black Etnies Artos look bland. Firefox Weave - What Firefox has in the works for the future of online interaction. addthis_url = [...]


[...] de la simple collection de services en ligne. Il a été dévoilé la semaine dernière sur un blog de Mozilla. J’y ai appris qu’une API devrait être disponible au début de l’année 2008 et va [...]


[...] were very happy to see Mozilla’s recent announcement about the new Weave project. The goal of the project is to take various personalized data and push [...]


[...] 看来Mozilla公司已经不再满足于只是做工具提供商,很有可能他们会进军在线服务这项领域。近日Mozilla实验室推出了一项称之为Weave的在线服务,该服务可以让用户通过Firefox浏览器在线同步例如书签、密码等等个人资料。用户可以先上传自己的书签或个人资料至Mozilla的Weave服务器,然后就可以随时随地在任何一台电脑或手机上使用相关内容了。同时Weave 还提供了一个基础开放框架,可让其他的开发商利用这些信息开发出相应在线应用程序,从而可进一步加强并改善FireFox的用户体验度。Mozilla公司表示,Weave计划的目的,是要在客户端软件和WEB之间实现更加紧密的融合,融合的手段是一系列在线服务。根据Mozilla实验室的Chris Beard描述,这项服务的目标是:提供一组基本的Mozilla基金会支持的网上服务。确保它能够方便的完成用户的定制的服务,并免费提供。使用者可以完全控制并定制自己的在线体验,包括是否公开个人资料,是否向朋友或第三方共享这些资料。为Firefox火狐浏览器建立一个可扩展架构必须注意的是,该服务目前只能运行于Firefox 3.0 beta 2上面,在使用该服务之前用户需先注册一个Mozilla帐号,随后根据邮件中的提示激活并安装相应的插件,重启后就可开始使用该服务。 [...]


[...] Weave é uma ferramenta experimental que está a ser desenvolvida pela Mozilla Labs e que tem como objectivo melhorar a experiência do utilizador do Firefox permitindo-lhe controlar [...]


01.14.2008
Jack

Jack…

of your contacts and get them under you as soon…


Hot Garden Fountain Freak…

I love that to, but my hubby doesnt want it, that is really to bad….


[...] Mozilla, Weave adını verdiği yeni servisini tanıttı. [...]


01.17.2008
fadern

Thanks


[...] labs recently announced a new project titled ‘Weave‘. The intention being to enable users to have a single source of access for their browser [...]


[...] with Opera for now. We will see if the stable Firefox 3 with Weave will have a chance at converting me [...]


[...] Labs ha svelato un nuovo progetto, chiamato “Weave“, che mira all’integrazione di Firefox 3 con i servizi online. Gli utenti Firefox [...]


01.20.2008
maniacOtaku

Will this be something like “hosted Fx profiles”?
So, when I open any Fox, I get a login screen and have all of my bookmarks, extensions, userChrome.css and userContent.css immediately without installing?


01.20.2008
Kadabra

I hope FireFox 3 will enable all the options of the HTTP protocol to let us put all this big web stuff back on the REST track…


[...] Weave is an open infrastructure and data exchange model that may eventually be, to online applications, what Firefox is to plug-ins. [...]