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

  • 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
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 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. [...]


[...] 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

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
|

[...] 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 [...]



[...] „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 [...]


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


[...] 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 [...]


[...] 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. [...]


[...] Mozilla has released a new project called Weave, which granted I haven’t done as much research as I want, looks as thought it will offer me the [...]


[...] se pretende integrar soluciones de Mozilla como Places (nueva gestión de historial y favoritos) o Weave (gestión de información personal entre [...]


01.24.2008
David

You guys do realize that black on black and dark gray on black is fairly unreadable, right?


[...] em desenvolvimento há meses e será integrado ao programa do desktop ou notebook com a tecnologia Weave de [...]


[...] Mozilla Weave 0.1.16 -Backup and synchronise your Firefox 3 bookmarks [...]


[...] Mozilla has released a new project called Weave, which granted I haven’t done as much research as I want, looks as thought it will offer me the [...]


[...] chips would be delicious too).”Rating: ★ ★ ★ ★ ★ Tags: recipesMozilla Labs » Blog Archive » Introducing WeaveIt’s always exciting to see Mozilla working on something—especially when that something [...]


[...] Original post by Mozilla gunning for universal bookmarks and browsing history with project Weave | Uncategorized | On… [...]


[...] Mozilla Weave that pushes browser metadata such as bookmarks, history and customizations into “a [...]


[...] many sites are speculating that these new mobile browsers will provide bookmark syncing through Weave, Mozilla’s new project for data and metadata portability. This is likely since mobile syncing was [...]


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


02.04.2008
lfirefox

Thanks for your post. I have posted it in german into Firefox Blog.


[...] “just work” from the desktop side. The version he had on his N810 had Adblock Plus and Weave running. He was also talking about the different potential “users” of Mozilla. [...]


02.07.2008
orange

Now Opera lets you synchronize every part of your life: Synch your Speed Dial and Bookmarks through My Opera; take your bookmarks with you on your phone, or add Opera-power to your game consoles and experience the Internet Channel.

So???????


[...] many sites are speculating that these new mobile browsers will provide bookmark syncing through Weave, Mozilla’s new project for data and metadata portability. This is likely since mobile syncing [...]


02.11.2008
Mozilla’dan Weave

[...] platform için Mozilla 2008 yılında bir de API yayınlamayı planlıyor. detaylı bilgi için buraya bakabilirsiniz. Etiketler: Bilgisayar, [...]


[...] E’ chiaro che chi passa dalla versione 2 a questa beta probabilmente deve dire addio ad alcuni plugin, ma non penso siano poi molti. Per chi usa Google Browser Sync c’è l’alternativa: si tratta di Weave Sync. [...]


02.12.2008
Herman

It’s a great idea!! :D I hope it supports OpenID !!


02.17.2008
Weave « Vertibars

[...] in fabric. It’s better in firefox. I can finally forget about my bookmarks! Back them up with weave. This entry was written by ryanbytes, posted on February 17, 2008 at 4:49 pm, filed under [...]


[...] undrar litet hur det kommer att funka med Weave och om det kommer att vara lätt att importera länkar från exempelvis Delicious. Det ser ut som [...]


[...] the big boys Amazon, Google, Microsoft and Mozilla owning the market with web services (think Amazon’s S3 and Mozilla’s Weave) [...]


[...] desktop, Personas for Firefox, un’estensione per l’aggiunta temi leggeri al browser, e Weave, un’ulteriore estensione abbinata ad un servizio online Mozilla-hosted per una più [...]


[...] lançamento de aplicações para registro pessoal de sua movimentação na rede, como o Weave da Mozilla, e o sucesso de padrões como o APML — um OPML que registra dados de atenção [...]


[...] Mills’ devroom talk on Mozilla Weave generated a lot of discussion. Dan got people thinking of ways to build on [...]


[...] pour la forme: et blah blah bla [...]


[...] Mills opowiedział o Mozilla Labs Weave – projekcie, którego celem jest doprowadzenie do sytuacji, w której bez względu na to, na [...]


02.26.2008
Prashant

One feature that I wanted in Firefox was to save a webpage as PDF file (as in openoffice)


[...] the ability to back up important files, have bookmarks and address books floating ‘in a cloud’ like the mozilla Weave Project. [...]


[...] 2008 FrOSCon Mozilla Europe Mozilla Weave EuroPython 2008 Re:publica 2008 Sorrento Sprint [...]


[...] another Mozilla post: this time it’s Weave. I’d run across this extension/service back in December, but wasn’t running the needed [...]


[...] أمس .. أطلقت Mozilla, الشركة التي تقف وراء المتصفح الشهير Firefox, أولى خدماتها [...]


[...] a better browser. The steps beyond the “vanilla browser” experience primarily involve Weave, mobile, Firefox as a platform, and Statistics. These are the four that John thinks about a [...]


[...] 点击进入 随机文章:温碧霞低胸秀性感 郑嘉颖泳儿亲密耳语连老美都想要的梦露 ** !卢巧音音乐会热辣上演 造型百变无惧走光 俄《文化战略基金》:中印俄“战略铁三角”面临解体! 肌肤光滑的极品小女人,青涩中开放整个 Yo2 上的相关文章:Yahoo: Yahoo 更新 My Web 2.0 Web 2.0 编程思想:16条法则 Web 2.0 十大赢家 Web 2.0 十大输家 Web 2.0 编程思想:16条法则 Tags: Web 2.0 [...]


[...] 点击进入 随机文章: 王乐泉放狠话,中央杀 ** 给台独看 胡总在东西两线强硬出牌,对美国小布什大声说不! 中国高官放话:五千亿国际热钱想来去自由连门都没有! 收台倒计时:理性分析中美俄日博弈台海之战! 中国二炮专攻超大城市的秘密“天女散花”型战略导弹 整个 Yo2 上的相关文章:Yahoo: Yahoo 更新 My Web 2.0 Web 2.0 编程思想:16条法则 Web 2.0 十大赢家 Web 2.0 十大输家 Web 2.0 编程思想:16条法则 Tags: Web 2.0 [...]


[...] 点击进入 随机文章:超嫩的女孩予你的天使诱惑在校女大学生自拍永远留在20岁嫩白少女的极致大胆出位一搏 搜狐博客3.1版发布,高调推出搜狐开放平台! 安倍头疼,外交面临重大难题整个 Yo2 上的相关文章:Yahoo: Yahoo 更新 My Web 2.0 Web 2.0 编程思想:16条法则 Web 2.0 十大赢家 Web 2.0 十大输家 Web 2.0 编程思想:16条法则 Tags: Web 2.0 [...]


[...] 点击进入 随机文章: 战云密布:台湾特工倾巢出动 将这样暗语发往对岸! 秋天的童话jar小说下载 PDFHammer——在线PDF文件编辑器 在线图片Mushup拍拍乐新版网站(Bata)正式上线! BlogBackupr:在线多平台博客备份利器 整个 Yo2 上的相关文章:Yahoo: Yahoo 更新 My Web 2.0 Web 2.0 编程思想:16条法则 Web 2.0 十大赢家 Web 2.0 十大输家 Web 2.0 编程思想:16条法则 Tags: Web 2.0 [...]


[...] platform için Mozilla 2008 yılında bir de API yayınlamayı planlıyor. detaylı bilgi için buraya [...]



03.26.2008
Shree Mulay

Opera Browser already does this; in built feature! NO NEED TO DOWNLOAD ANY NEW SOFTWARE OR EXTENSION, TOO!!! Opera KICKS ASS!


[...] Weave is an application that instead pushes websites to the desktop they are pushed to the web. Mozilla wants to keep the users experience where ever they go, meaning syncronizing bookmarks, home-pages, favorites, and passwords to an online service that they can access anywhere no matter what operating system. As more and more people are using different machines more often has become much more important. No Comment [...]


03.29.2008
diş beyazlatma

teşekkürler işe yaradı ;)


[...] Mozilla Weave [...]


[...] think it is very late move from Mozilla to venture into this project called Weave, which will centralized my data ( all type of bookmarks, RSS feeds and preferences) to one authetic [...]


[...] Mozilla Labs » Blog Archive » Introducing Weave Lots of interesting ideas in this, one to watch. (tags: firefox mozilla users web innovation) [...]


[...] – 9:04 am – The Mozilla Corporation has announced its entry into web-based services with Weave, which allows Firefox users to store their settings and bookmarks on Mozilla’s servers. While the [...]


[...] Weave, a differenza di Prism, è una tecnologia orientata al web che rivoluziona il concetto di navigazione, rendendolo veramente personale e portabile. I preferiti, i segnalibri, le password e così via, non saranno più legati al computer in uso ma all’utente stesso che sarà in grado di averli sempre con se, indipendentemente dal dispositivo utilizzato, sia esso un cellulare, un portatile o un pc della propria LAN. [...]


[...] alta functionalitate mentionata de Beard se numeste Weave, care permite crearea si stocarea online a unui profil de utilizator, care sa-i ofere acestuia o [...]


[...] it sounds good to me and I’ll give it a try when it’s ready… Read the full story here… addthis_pub = ‘YOUR-ACCOUNT-ID’; addthis_logo = [...]


[...] Weave extends the browser in the other direction: Not toward the desktop, but instead into the Internet. Mozilla wants an individual’s browsing experience to stay with them no matter what machine they are on. That means synchronizing bookmarks, home pages, favorites, and passwords to an online service that the user can attach to when he or she fires up the browser. As more people move between browsing machines (their laptop and their mobile phone, for example, or between different PCs), this will become more important. [...]


[...] bereits ein erstes build mit der Versionsnummer 0.1 als plugin fuer den firefox 3. project blog HIER Installation HIER __________________ MysysProfile! -> in krze meine HP (bin mit dem design [...]


[...] Mozilla Labs » Blog Archive » Introducing Weave 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 free (tags: firefox internet web2.0 networking online) [...]


[...] The two main features that were mentioned were called ‘Prism’, and ‘Weave’. [...]


[...] the web). Her need when she is mobile, is to access this exact content from her phone. Yeah, that feature must [...]


[...] more informaton on these concepts, check out the post on the blog. [...]


[...] Maybe there won’t be a new GBS. Perhaps it was someone’s 20% time project, and that someone has since cashed out and moved to Amsterdam and stopped caring about browser plugins. Luckily, that doesn’t matter anymore, because now we have Weave. [...]


[...] at the US Embassy in New Delhi. I’ll be joining the team at Mozilla Labs to hack on Weave, beginning May 19. This summer is going to be really fun, because apart from the awesomeness of [...]


[...] While Mozilla has given no indication that it intends to charge for web services in the future, its Weave project (which aims to explore “the blending of the desktop and the Web through deeper [...]


[...] de bookmarks (será chamado de Places e terá uma dinâmica bem diferente), a integração com o Mozilla Weave e o uso da nova versão do Gecko vão tornar o browser ainda mais fácil de usar e rápido na [...]


[...] think it is very late move from Mozilla to venture into this project called Weave, which will centralized my data ( all type of bookmarks, RSS feeds and preferences) to one authetic [...]


[...] 4′ün üzerinde en çok durulan diğer özelliği ise “Weave“. Weave sayesinde kişiye özel ayarlan bilgisayar yerine kullanıcı adı üzerine [...]


[...] is not and quite possibly will not be compatible with Firefox 3 any time soon. Enter Mozilla Labs Weave. This promises to be a very good replacement to GBS and possibly so much more. So far it meets my [...]


05.23.2008
music

It’s a great idea!! :D I hope it supports OpenID !!


05.23.2008
Darren

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


[...] 3+。这里可以了解更多关于weave的信息。 昨天Mozilla Labs的Weave [...]


[...] The extension even allows for developers to extend Weave for their own applications but you can read more about that, and Weave’s many other features, on the Mozilla Labs blog. [...]


[...] I downloaded Mozilla’s newest beta software, Weave, (latest version 0.1.28 available here – poorly reviewed here) that promised to synchronize my [...]


[...] Mozilla Labs anunciou uma nova ferramenta experimentar que tem como objetivo tornar mais fácil o acesso e o [...]


[...] the past week at Labs, many of us have been sprinting on getting Weave to release 0.2, which aims to be able to allow users to sync all their information between multiple [...]


[...] Weave is an experimental prototype from Mozilla Labs that integrates online services with Firefox. [...]


05.30.2008
reny

Is the server-side code for this available for download?


[...] little background here, Weave encrypts data to keep it safe (duh). One of the primary goals of Weave is to ensure security of [...]


[...] Googling a bit, I found many people complimenting a new Mozilla project for browser syncing called, Weave. After a quick install, I found Weave to work almost flawlessly. I just finished installing it on [...]


[...] Après pour ce qui est du partage de bookmarks, pourquoi pas… Ca peut être sympa… Bref, c’est un bon début et je pense que la fondation Mozilla nous étonnera bientôt avec Weave et ses webservices… [...]


[...] you can use the same sites on both machines. But, now Mozilla have introduced the first version of Weave, the Firefox synchroniser that syncs absolutely EVERYTHING on your browser to a server over at [...]


[...] Mozilla Weave’s Website: As the Web continues to evolve and more of our lives move online, we believe that Web [...]


[...] nutzen. Bis so etwas erscheint empfehle ich Foxmarks, bzw. Foxmarks mit dem eigenen Server – denn Weave ist einfach noch nicht [...]


[...] Mozilla Weave de Mozilla Labs – Ofrece la sincronicación entre varios ordenadores de los favoritos y el historial. Tan pronto lo pruebe, os cuento como me va. [...]


[...] naher Zukunft dürfte es sogar eine Lösung aus dem Hause Mozilla geben: Weave. Momentan ist Weave zwar noch in einem frühen Prototyp-Stadium – eben erst wurde die Version 0.2 [...]


[...] I’m still lacking a more comprehensive browser sync solution. Some people are touting Weave, an entire browser syncing platform that Mozilla introduced back in December. But it’s a 0.1 [...]


[...] von Opera Link ist ein Account bei Opera. Ein fast identisches Ziel verfolgt Mozilla mit dem Weave-Projekt, das derzeit als experimentelle Erweiterung für Firefox 3 zum Download bereit steht. Im [...]


[...] non sarà più sviluppato. Non ho molta voglia di mettermi a sperimentare con altri oggetti (come weave, che è proprio agli inizi) e non mi accontento dei bookmark: mi piace ritrovarmi i tab aperti, i [...]


[...] Opera Link haben die Entwickler nun ein Gegenstück zu Mozillas Weave-Projekt geschaffen. Beide Features ermöglichen es, Lesezeichen, Notizen und einzelne Einstellungen [...]


[...] currently no other options for multi-machine session restoration. Though relatively new, not even Weave, Mozilla’s homegrown web services integrator, supports such a feature, though it seems it [...]


06.15.2008
music lover

[…] Actually I also lack more all-round decision for synchronization of a browser. […]


[...] It does have the advantage that you can sync it to your own server if you want though. Long term Mozilla Weave looks like it could be the best option, but it seems a little young right [...]


[...] personally am gonna have a look at Mozillas Weave which looks pretty interesting so we shall see. At the end of the day as long as my bookmarks and [...]


06.22.2008
azjerry

Tried to download Weave but
The labs forum is currently down for maintenance please check back soon.


[...] service to provide this synchronization together with sharing options and much more. Details of Weave are available on the Mozilla [...]


[...] de Firefox 3. Como consecuencia, muchos usuarios de GBS probaron la versión alpha de la extensión Mozilla Weave y quedaron contentos con ella (soporta Firefox 3), por lo que ahora no ven por qué han de volver a [...]


[...] Weave 0.1.30 (本家リンク) [...]


[...] Weave (http://labs.mozilla.com/2007/12/introducing-weave/) from Mozilla Labs – Offers bookmark and history synchronization across [...]


[...] ho passato i miei bookmarks in pasto a Foxmarks ed ora proverò il progetto Weave, anche se moooolto beta, però mi stuzzica assai. Qualcuno si è cimentato con il tool di mozilla? [...]


[...] First Google announces that they are consigning their Browser Sync project to the grave and the fans that liked GBS started wailing and gnashing their teeth in despair.   This was good news to Mozilla who are currently developing their own browser sync project called Weave. [...]


[...] Sync is no longer available for download. Instead, to get similar functionality, we suggest using Mozilla Weave, Google Toolbar for Firefox, or Foxmarks. Support for current Google Browser Sync users will [...]


[...] On that page, Google points to a few alternatives, like Mozilla Weave. While that project looks promising, I find myself reluctant to install 0.1 ‘early [...]


07.01.2008
Weave

[...] One important area for exploration is the blending of the desktop and the web through deeper integration of the browser with online services. Check out Weave! [...]


[...] Sync is no longer available for download. Instead, to get similar functionality, we suggest using Mozilla Weave, Google Toolbar for Firefox, or Foxmarks. Support for current Google Browser Sync users will [...]


07.01.2008
Barry Auerbach

Until I installed Weave 0.2 tonight (7/1/08), I had been able to log into my banking website, but now the site won’t accept what I enter. I can, however, enter that site using Internet Explorer. What gives, and how do I fix it?


[...] tus marcadores favoritos de Firefox en diferentes PCs sincroniza tus marcadores Mozilla Labs, ha presentadola nueva versin 0.2 de la extensin Weave, que nos permite tener sincronizados entre [...]



[...] Weave as it’s called runs in the background of Firefox and will upload your data (encrypted) to Mozilla’s secure servers where it can be accessed, retrieved and synchronised again with your other computers. So far Weave is capable of synchronising Bookmarks, Browsing History, Cookies, Saved Passwords, Tabs and Saved Form Data. In future releases you’ll be able to synchronise Extensions, Themes, Search Plugins and Microformats too. [...]


[...] Google Browser Sync ist Vergangenheit. Mit Einführung des Firefox 3 hat sich das nützliche Tool verabschiedet. Doch es gibt Hoffnung am Addon-Himmel: Weave [...]


[...] – ainda decepcionante Arquivado em: GNU/Linux, ubuntu — hamacker @ 10:55 Weave é um complemento de serviços online para o mozilla firefox cuja promessa é agregar alguns [...]


[...] Mozilla Weave Project [...]


07.03.2008
Arnab Bose

Seems good, only it is too slow. Firefox takes about 5-15 minutes to close when I ‘weave’ all 5 components book marks, history, tabs, passwords, cookies. This is way more than any acceptable limit.

Will start using as soon as the time is reduced to a manageable amount.


[...] télécharger Mozilla Weave, c’est par [...]


Excellent – picks up where Google BrowserSync leaves off for FF3 and pushes the envelope.


[...] Involved or Explore for More Information Home Page | Discussion [...]


[...] alternativas en el mercado como Foxmarks), pero viniendo de donde viene…[Vía ArsTechnica]Read | Permalink | Email this | Comments You can follow any responses to [...]


[...] alternativas en el mercado como Foxmarks), pero viniendo de donde viene…[Vía ArsTechnica]Read | Permalink | Email [...]


[...] Mozilla Weave es una potente extensión que pretende mantener todas las configuraciones y preferencias del usuario siempre disponibles sin importar a donde vayas. Por supuesto, la idea no es nada nueva, pero vieniendo de los chicos de Mozilla, es todo un suceso. Por el momento, Weave aún está en fase experimental (incluso es posible descargarlo). La idea nació a finales del 2007, pero al ritmo en que trabaja está gente, podríamos esperar un RC en cualquier momento. Por cierto, solo funciona para Firefox 3. [...]


07.05.2008
alessandro

I read through the early posts, and I saw some discussion about user privacy, however I have a more specific concern which I don’t know if has been addressed:
- if a user wants to maintain privacy for their online activity, they can currently choose to clean (or not to record in the first place) all the private browsing data. Will users be able to do the same thing with Weave? Specifically, what guarantees exist to the user that their browsing data saved in the “cloud” isn’t accessed by others without their permission? If a user had previously allowed a third-party application to use some of their data, how can the user control which data is accessed by this application, while keeping the rest of their data completely private?
Example: If a person uses their computer at work to read the press and access their online credit card accounts during their lunch break, how can this person make sure that either: the history of their activity during their lunch break cannot be accessed by any third party in a way that this activity can be traced back to the specific user, OR that this browsing data is never recorded anywhere.
It would be neat if the browser came with an easy-to-click button that allowed any user to switch between private browsing (where nobody else but me can tell what my activity on the internet was), and times when it is ok to share certain information about my browsing.


[...] Weave Site [...]


[...] Mozilla vient justement de sortir une première version (très très en développement) de Weave, immatriculée 0.2. A ne pas utiliser pour travailler ou bien à vos risques et périls [...]


[...] on the new Mozilla Weave product, yet another cloud computing initiative, gone awry? Is it really a good idea to save your [...]


07.07.2008
had

just installed.. and works fine!


07.08.2008
youtube downloader

Try TubeTilla, it’s a free youtube downloader and converter.


[...] point à l’autre. (favoris Internet, mots de passe, historique, cookies, etc… à voir projet béta Weave de Mozilla) Et au fur et à mesure qu’on embarque toutes nos données dans la machine Google (que [...]


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


[...] a sync upgrade Seems like sychronization is the newest killer app out there. First, Mozilla Weave comes up with the ability to synchronize Firefox settings between computers. Second, the Foxmarks [...]


[...] Version 0.2 wird das Synchronisations-Plugin für den Webbrowser Mozilla Firefox 3 langsam erwachsen. Mit einiger Verspätung erschien [...]


[...] and passwords. Foxmarks, which I switched over to, only supports syncing bookmarks, so far. And the Mozilla’s Weave project is still in an early beta stage. So it’s nice to hear on the official Google open source blog [...]


[...] to give it the benefit of the doubt because I think it could turn into quite a good tool but man, Mozillas Weave is soooooooooooooo [...]


[...] Weave est un “futur” outil de Mozilla Labs. Pas tout jeune puisqu’il est apparu durant l’année 2007 mais très prometteur. L’idée de Weave est très simple. En quelques mots, il vous permettra de synchroniser vos données de navigation via Internet. Le but étant de disposer d’un espace partagé (un petit nuage) sur le net qui stockera vos informations personnelles : [...]


[...] de mucho probar me decanté por Weave de Mozilla Labs, no porque era la mejor, sino que lo hice porque es de Mozilla y les tengo fe a [...]


installed , works fine.

Thanks for the post :)


07.10.2008
Justin

Everytime I go to register, it gives me a server error.



07.10.2008
David Kleiner

The latest Weave add-on upgrade doesn’t install on ppc mac os x 10.5.4 powerbook. This is for 0.1.30 to 0.2.2


07.12.2008
Alias Node

Can we get an updated roadmap?


07.13.2008
iade

finally I can use Weave 0.24 under ubuntu 8.04…
1) install weave 0.20 and run setup wizard
2) upgrade to latest weave version

bye


[...] Weave – ブックマークを同期。次期バージョンではクッキーやパスワードも同期できるようになるそうです。 [...]


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


07.15.2008
Allan Ogg

I’m currently running verion 0.2.0. but the update to version 0.2.4 doesn’t install on my PPC mac running 10.4.11. Are you now excluding the PPC architecture?


07.16.2008
Asgaroth

I can’t sign in today..
It tells me “Invalid username/password”
Yesterday all works fine


07.16.2008
Erich

I am getting the same issue. “Invalid username/password.” It worked fine yesterday!


07.17.2008
tArKi

Same problem for me. Some days ago I could sign in, but know my username seems to be invalid.


[...] am in desperate need of syncing technologies! Mozilla Weave which basically carbon copies your Firefox install wherever you are via an online account, [...]


[...] enkel nog maar je bladwijzers te synchroniseren. Gelukkig niet als het van Mozilla Labs af hangt: Weave, momenteel nog in beta, is een poging om browser metadata, persoonlijke data en gegevens die je in [...]


07.22.2008
"Da Man"

I am getting the same invalid username/password error


[...] 对于浏览器来说,在线服务已经成为改善用户体验的重要手段,很多扩展,例如早先的Google BrowserSync,Foxmarks 以及其他一些作品都证明了这一点。在多个Firefox实例之间同步书签,对于很多用户都是有吸引力的。而现在Firefox3和它的智能地址栏像烈火一 样迅速蔓延(不是双关语),书签和浏览历史对于用户的价值越来越高。Mozilla Weave在这方面应该能大有作为。 [...]


[...] Mozilla bietet sicheres Syncing mit Weave [...]


still getting invalid username/password error


08.01.2008
Macklin Chaffee

I work at library/home/dorm/lab and regularly use 3-4 different Computers with different OSs every day. This would save some emailing of information (from myself to myself).

This looks great, let’s see it in action!


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


[...] Comment on Introducing Weave by Antonio Leite Explore posts in the same categories: Медицинский уход [...]


[...] Comment on Introducing Weave by Antonio Leite [...]


[...] Comment on Introducing Weave by Antonio Leite [...]


[...] Introducing Weave [...]


[...] great work in innovations and new web technologies, one of the dreaming ideas that came true is Weave, its still in very early versions, but you can try [...]


08.06.2008
Sathya Narayanan

I can’t register! The set up says that there is a server error!!!!!!!


08.06.2008
Thomas

When are you opening op registrations again?
I have been trying for a week now, and I still get “try in a few days” :-(

After the FF 3 upgrade, my Google Bookmarks sync doesn’t work anymore, and really need a new alternative :-D

/Thomas


[...] Mozilla Labs [...]


08.08.2008
Remco

If you can’t wait, you can always create your own Weave WebDAV server. It’s much faster and from a security point-of-view it’s better to keep your data on your own server. Instructions at http://remcobressers.nl/2008/07/create-your-own-mozilla-weave-server/


08.11.2008
Sacman

Weave doesn’t work on Firefox 64bit (Minefield)


08.11.2008
rocketmouse

Aw! Just bring back Google Browser Sync for those of us who don’t \dabble\ (and don’t advertise in the comments…) It really worked cross-platform!


08.11.2008
Myrddin Emrys

Has Weave lost its coders? Are you running into technical difficulties?

An update would be nice.


[...] “Google Browser Sync” für Firefox 3 leider nicht mehr weiter entwickelt gibt es mit Mozilla Weave eine adäquate [...]


[...] people starting to think about the web on mobile in different ways. Joey was a catalyst to starting Weave. Commercial implementations of similar functions, such as beta of ZipClip, exist. And, from the [...]


[...] not be updated for Firefox 3.0. So the Mozilla Foundation announced that they were rolling out Weave, a Firefox plug-in that would do all that Browser Sync did (and more, some day in the future). [...]


[...] ik eigenlijk ook een goeie manier vinden om firefox bookmarks en settings te syncen met de laptop. Mozilla Weave, ja, maar ik heb geen account weten te bemachtigen en mijn host laat geen webdav toe. Heb het [...]


[...] FF 進到三版以後,mozilla 自己有自行規劃的同步軟體weave,還有其他的 extension 也是同樣功能,google 自己也將它整合進 toolbar [...]


[...] allows you to store items in the Cloud. Go here (weave) to see [...]


[...] change to Firefox. It’s a huge win. Another benefit is that it can work seamlessly with Weave in the future—which will be especially useful for calling up information that you were just [...]


08.23.2008
W.T. Phuck

LAME! Jump on it already. Now that BrowserSync will be extinct, and everyone is being directed to find another solution… still no update on this registration issue. It’s been months. Get on the goddamn ball. Every comment for the last two weeks has been strictly linkbacks to a blog about an experimental FF extension that doesn’t even work yet. Don’t believe the hype.


08.24.2008
HeffeQue

Oh my… this project is dead :-( What will I use instead of GoogleBrowserSync? :-/


[...] Mozilla Weave – personlig webbläsarhistorik som lagras online. [...]


08.24.2008
Lasse

I agree with Hubert – I read the page, twice, and still can’t figure out exactly what Weave will do for me. Maybe you can explain it just a little less abstractly.


08.25.2008
Paul

I’ve been a user of a couple of the demo iterations of weave.. And have just downloaded and installed the latest update 0.2.6.. And have now run out of active email addresses (and usernames) to use when I create my login..

Can a delete existing account function be created, because I’m now one user who can’t access the weave demo currently..


[...] Weave是Mozilla Labs在2007年12月21号推出的增强用户对Firefox的使用体验的一个扩展。这个扩展可以实现本地数据与在线同步保存、备份,支持浏览历史和书签和cookie的在线保存,但是仅支持Firefox 3+。这里可以了解更多关于weave的信息。 [...]


[...] Mozilla Weave [...]


[...] long time ago I tried Weave (0.1 version) and I left behind in a second, but I don’t remembered [...]


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


[...] am trying to create an account with Weave, which seems a very interesting idea. But i am not able to create an account. I tried repeatedly [...]


[...] there is a long wait until Weave is released. Web applications will stay in the browser for a while, however with a proper analysis [...]


[...] 现在看来,要控制互联网的内容已经是不现实的事情了。不过Mozilla却正在做另一件类似的事,去控制互联网的入口。把本来受限于一台计算机上的事情搬到互联网上(那个简直没法用的weave);进一步包围用户的互联网应用,而且尽可能的开放(ubiquity),让所有人都能很方便地用他们各自习惯的服务,前提是只要用Firefox的浏览器;而Firefox3.1中TraceMonkey的目标是为了进一步缩短互联网应用与桌面软件之间体验的差距。所有的一切都使用没有版权限制的开源技术,吸引着一批本来就极端忠实的开发者。 [...]


[...] bookmarks. Tab Mix Plus has some session persistence, but only on the same machine. I checked out Mozilla Weave but it is in the very early stages, and right now they aren’t accepting any more users [...]


[...] tried WEAVE by Mozilla, a Firefox Add-on still in beta. It stopped working, so then I had to set up my own [...]


[...] recently announced Weave, a new web platform that will store users’ browser metadata in a cloud environment for access [...]


[...] Mozilla Weave is an experimental project from Mozilla Labs aiming to synchronize information of Firefox browser (like bookmarks, saved passwords, tabs, history…) across different computers using a simple extension. [...]


09.01.2008
Firefox Fan

When will the basic set of optional Mozilla-hosted online services be launched?


[...] to the Internet, is treated as a source of value for the Net itself. And let me give one example: Mozilla Weave, which has been developed against the following Big [...]


[...] Mozilla Weave ไอเดียประมาณ online service ที่ให้เราสามารถ sync และแบ็คอัพข้อมูลจากการใช้เว็บของเราไม่ว่าจะเป็น history, bookmark, cookies หรือแม้กระทั่งเนื้อหาฟอร์ม ไว้บนเซิร์ฟเวอร์ได้ ตอนแรกผมเข้าใจว่าคล้ายๆ mobile.me ของแอปเปิล แต่ Mozilla เปิดซอร์สโค้ดด้วย หมายความว่าเราตั้งเซิร์ฟเวอร์ซิงค์เองก็ได้ น่าจะมีคนเอาไปต่อยอดทำบริการดีๆ ออกมาได้นะเนี่ย [...]


[...] Mozilla Weave – um projeto de browser que tem o objetivo de integrar desktop, navegador e serviços [...]


[...] Weave On Your Own Server Weave is an extension for Firefox that allows you to back up and synchronize your bookmarks, open tabs, [...]


[...] 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.” [Lire le commentaire de Louis Naugès] [...]


[...] de facilitar que internet sigui més obert i més participatiu. Així, està creant Weave, una eina que ens permetrà fer moltes de les coses que ens permet fer Google, però protegint les [...]


[...] Sync is no longer available for download. Instead, to get similar functionality, we suggest using Mozilla Weave, Google Toolbar for Firefox, or Foxmarks. Support for current Google Browser Sync users will [...]


09.03.2008
Cédric

Hi,

I get an “server error” on step 3.

I tried several times, but still getting this message, anybody can help me?

Thanks,


[...] de fournir les fonctions adéquats comme par exemple de la synchronisation de préférences (comme Mozilla Weave) ou de données personnelles (comme [...]


[...] recently announced Weave, a new web platform that will store users' browser metadata in a cloud environment for access [...]


[...] me this week though and that forced me to find another that I’m liking better already.  The Mozilla Weave extension is a work-in-progress by the Firefox folks for keeping browser bookmarks and other [...]


[...] this week though and that forced me to find another that I’m liking better already.  The Mozilla Weave extension is a work-in-progress by the Firefox folks for keeping browser bookmarks and other [...]


09.10.2008
sabrinus

Hi,

i need something that syncs cookies like Google Browser Sync does.

When will Weave be available?
I cant see any progress.

regards


09.11.2008
future Weaver

je n’en percevois aucun non plus. ca vient quands, alors… ?


09.11.2008
Maziar

It’s been a long time. When weave will be back on the track again?


[...] History, Password Syncing: While extensions like Foxmarks and Weave can sync your browser data over the internet between computers, some browsers are starting to ship [...]


[...] History, Password Syncing: While extensions like Foxmarks and Weave can sync your browser data over the internet between computers, some browsers are starting to ship [...]


[...] synching bookmarks only and want Google Browser Sync Support, I highly recommend having a look at Mozilla Weave. Its still in beta and carries the usual disclaimer of any beta product, however once released, its [...]


09.18.2008
Superspecial.si

Wonderful. Works fine!


[...] for 2008-09-19 Filed under: del.icio.us — cinchel @ 6:00 am Mozilla Labs » Blog Archive » Introducing Weave (tags: mozilla firefox interesting) • • [...]


[...] Comment on Introducing Weave by When the Sky is Full of 0’s and 1 … [...]


[...] Comment on Introducing Weave by When the Sky is Full of 0’s and 1 … [...]


[...] Comment on Introducing Weave by 2008 Mazda MX5 Miata “Drivers Seat” [...]


[...] [1] Introducing Weave [2] I principi organizzativi [3] I casi d’uso [4] Weave 0.1 for Firefox 3.0b2pre or greater, [...]


[...] que és senzill d’emprar i és multiplataforma. Però la cosa serà més fàcil quan surti Mozilla Weave, que ens permetrà sincronitzar tota la informació del nostre navegador Firefox, des de qualsevol [...]


[...] Comment on Introducing Weave by lordv.blog » W(e)ave your hands .. [...]


[...] Weave is an extension for Firefox that allows you to back up and synchronize your bookmarks, open tabs, passwords and form entries across multiple computers. It’s a nifty little plug-in that takes up the slack for the much loved (and dearly departed) Google Browser Sync. Unfortunately, the Weave extension and service are in beta testing mode, and the backend servers that Mozilla uses to make Weave work are usually overwhelmed, making synchronization as slow as molasses. To make matters worse, the Mozilla servers are frequently taken offline for various reasons, so not only is synching slow, it doesn’t even work much of the time. [...]


10.13.2008
Watashidesu

The idea proposed of all email being kept on ones own computer is O.K. until you come to wanting your emails from a different computer then unless you’ve left your computer on and gone abroad, you can’t access your emails. So I must admit that I think it’s better as it is with your ability to delete anything as you wish.
Watashidesu.


[...] in sync. And, frankly, there’s not a lot of competition. Firefox’s own Weave project is still stuck at the 0.1 beta point and I haven’t seen any action with Google’s now abandoned but open sourced [...]


[...] attendant Weave (l’extension qui devrait tout casser), partager ses marques-pages et les retrouver facilement [...]


[...] comment on introducing sway by the7thart -st regis home … [...]


[...] anderem wurde von Mozilla das Projekt Weave gestartet, um Bookmarks und Passwörter zwischen verschiedenen Computern zu [...]


[...] Comment on Introducing Weave by lordv.blog » W(e)ave your hands .. « В Хабаровске родился ребенок-гигант весом 6 килограммов – Е.И. Копышев: новости Белоруссии по материалам БЕЛТА – КПРФ » [...]


11.18.2008
Krishna

Got this link from Google Browser Sync. Wanted to try it out. Also can someone tell me if Mozilla is available for Symbian mobiles yet?

Krishna from keepwrite.com


[...] Mozbackup passwords, bookmarks, add-ons, plugins and the like. It’s all anyone can do until Weave is up and running [...]


[...] Comment on Introducing Weave by Neil Phillips’ blog » moving home Mozbackup passwords, bookmarks, add-ons, plugins and the like. It’s all anyone can do until Weave is up and running [...] [...]


[...] faisait un petit moment que j’entendais parler de l’extension mozilla labs weave, le système de synchronisation de profils firefox. Et c’est tout à fait par hasard que [...]


[...] 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.04.2008
guillaume

Mozilla weave is great BUT there’s a fundamental feature that it’s lacking of:

KEEP THE LIST OF THE USER’S EXTENSIONS ON THE SERVER SIDE AS WELL!!!

Whenever the user logs in, all its missing extensions are proposed to be installed, right here, right now.


12.17.2008
Tiago

Firefox 3.0.5 crash when Weave 0.2.7 is enable. Disable it if you use 3.0.5


12.23.2008
Eric

Confirmed what Tiago is saying, getting segmentation fault when attempting to start Firefox 3.0.5 with Weave 0.2.7.


[...] Weave is a Mozilla Labs’ project to develop a coherent framework and platform for deeply integrating online services with the browser. Our goals are to enhance the Firefox user experience, increase user control over their personal information, and provide new opportunities for developers to build innovative online experiences. [...]


01.12.2009
sgrenier

I just wnat to know which license Weave is distributed?


02.04.2009
Don Dwiggins

Pardon me if this has been mentioned before:

I use two Firefox instances: one for my work activities, and one for personal. I use them both on the same computer, but I do want to keep them separate. I’d like Weave to understand and respect that, so I can have not just “My Firefox” but “My Personal Firefox” and “My Work Firefox”. As an extension of this, it’d be nice to be able to selectively carry e.g. bookmark folders across the two.


02.13.2009
Binh Truong

I am fan of Opera, I think Firefox should support Notes as Opera, Notes in Opera can sync so user can use everywhere.


02.26.2009
FeRD

@guillaume: The FEBE Firefox extension (https://addons.mozilla.org/en-US/firefox/addon/2109) has functionality to address exactly the issue you raise — it claims to “actually rebuild your extensions individually into installable .xpi files. Now you can easily synchronize your office and home browsers.” (From the summary at addons.mozilla.org.)

I’ve been using FEBE for general profile-backup purposes for a month or so, but haven’t personally tried out the extension-management functionality… sounds worth looking into if you need to keep multiple browser installations in extension-sync, though.

As for selectively syncing various folders of bookmarks, Foxmarks added that functionality at some point not too long ago — they call it “Sync Profiles”. You can (for example) define profiles for “Work” and “Home” browsers, and designate bookmarks folders that should not (or should only) be sync’d for different profiles.

I’ve been using Foxmarks for a VERY long time, and it would be hard to overstate how awesome I think it is. I originally installed back in the days of the Firefox 1.5 -> 2.0 journey, to protect against that annoying bug where Ffox occasionally just blanked a profile’s personal/historical data w/o warning — I was tired of losing my bookmarks and just wanted them archived somewhere outside the browser! The fact that it became my ONE consolidated bookmark set, and was always the SAME no matter which computer I was on or what OS I was booted into… actually that was just an added bonus. (But quickly made it painfully obvious how much time and effort I’d been wasting before, storing things locally — the POINT of a bookmark is to have some page readily & quickly available if I need it again. Which it really isn’t when there’s a good chance I’ll be in another browser instance.)

Plus there are times — not very often, maybe once every couple of months or so — I’ll find myself somewhere random mentioning this great page I’d seen, or someone will be looking for info that I know I found on an obscure site. Conversations that invariably used to end, “Yeah, I know I bookmarked it… I’ll try and remember to send you the link when I get home.” (Hah.) Now, it’s just “here, I’ll pull it up for you”… a quick trip to my.foxmarks.com from anywhere == instant gratification.

I’m not saying Foxmarks itself is perfect. (And no, I don’t work there.) It’s had hiccups, and there are valid reasons for some people to have privacy concerns or need richer functionality. (My own needs aren’t too demanding: I signed up on 2006-05-28, looks like, and almost 3 years later I’m only at revision 448.) My bookmarks also aren’t closely-guarded state secrets, it took me all of maybe 3 minutes to decide that it really didn’t matter where my bookmarks might be spread… not even the couple of URLs I stored with authentication data embedded, for various reasons. *shrug*

(That was back when installing Foxmarks automatically meant everything was exposed, it’s nice to know that now certain things can be protected w/ profiles… I still haven’t bothered, tho.)

When I saw that there was a plugin for syncing to Google Bookmarks, I figured THAT would eventually eclipse Foxmarks — I went with Foxmarks initially only because at the time it was really the only option. I’m as surprised as anyone that I accidentally picked the right horse.

History syncing would still be nice, sure… Weave and Google Bookmarks both looked like promising candidates to take syncing to the next level and make it more extensive, robust, and intelligent. But everybody trying to do full-history syncing is apparently finding it real hard to do right, and do well… or really at all. Foxmarks doesn’t do a LOT, but it does it in a pretty much invisible, automatic, and intuitive way that actually proves ASTONISHINGLY useful as a result.


02.26.2009
FeRD

Whoops, neglected to mention that second part of my response was actually directed @Don Dwiggins.


03.04.2009
mmarino

Anyone else unable to sign in to the service? I haven’t been able to connect for awhile now, and it reports an invalid username and/or password, even though I am 100% certain that the ones I am using are correct.


03.05.2009
Jon Tara

I’m afraid in my case Weave is a total failure.

I installed Firefox 3.1b2 and the current Weave on XP and Mac OS. The Mac is new, and I hadn’t bookmarked anything there. The XP is “mature”, and had a lot of bookmarks.

I enabled only bookmarks, and did an initial sync on both machines. The bookmarks from the XP machine transferred to my Macbook, and all seemed well.

I then proceeded to start organizing my bookmarks on XP (remember, it is “mature” – a lot of old and un-categorized bookmarks). Bookmarks I moved seem to have been transferred OK. But ones that I deleted were not always deleted on the Mac. Some were, some weren’t.

However, something else much more serious has occurred. I have a recursive mess! I previously had nothing under “unsorted bookmarks” on both machines. I’ve always added new uncategorized bookmarks in the main bookmark menu. I dunno at what Firefox version “unsorted bookmarks” appeared, but I’ve never used it, and my browser has always defaulted to adding bookmarks to the main menu.

Now, I have a second copy of all of my bookmarks (from the very top level “All Bookmarks” down) under “unsorted bookmarks”. And…. at the bottom of that, yet another copy of all of my bookmarks under another “unsorted bookmarks” entry. Ad infinitum. Well, I don’t really know if it is ad-infinitum, because I don’t have the patience to drill-down and see how far it goes.

But it looks to me like it’s turtles all the way down.

I think it’s best to revert to Firefox 3.06 (or 3.07) and recover my bookmarks from backup media. Not useful, and quite scary at this point. Disappointing, to say the least, at a point after more than a year of development.

Hey, I know it’s beta, alpha, or less, but…

Ugh, now I’m confused where my bookmarks are or how I’m going to get them back the way they were. My bookmarks.html is dated 1/4/2009, and backup dated 1/4/2009. So this is not where they are. There’s a bookmarkbackups directory in my profile, and that has an html file from 1/4/2009, and several json files with various dates up to the present. The json files are all around the same size, so no apparent growth.

I’m guessing, then, that my bookmark file is not actually growing, but that this is some sort of bug that makes the display code recursively display the bookmark directory structure endlessly.

But where the heck are my bookmarks kept? Is the bookmark file no longer used once you are using Weave?

It may be helpful to know how I have my bookmarks organized. Most of them live in the Bookmarks Toolbar. I have about 10 folders there, some of them with many subfolders. I put new bookmarks in the main bookmark menu, and eventually move them to to toolbar folders. As I said, I NEVER use “unsorted bookmarks”.


03.22.2009
Mike

Is the Weave project dead? I haven’t seen an update in a long time.


05.07.2009
Jim Gaudet

Welcome to the Cloud…


06.16.2009
Julio Souza

I miss Weave updates…


06.16.2009
Rob

Hmm I wonder where Google got there ‘Wave’ service idea from ;-)