Slashdot Mirror


Flock, the Web 2.0 Browser?

escay writes "Cardinal, the Beta 1 version of Firefox-based browser Flock, was released Tuesday with many polished features. Some of the features include drag-and-drop photo uploading for Flickr and Photobucket, an in-built RSS aggregator, direct blogging tool, and shared favorites/bookmarks. In step with Web 2.0 philosophy, Flock provides a rich user-centric experience, making it easier to bring information to the user and vice versa. It is available for Linux/Mac/Windows, and you can download it here. (And for those of you trying to get Flash working in Firefox on an AMD64 Linux machine, try this and be pleasantly surprised!)"

2 of 263 comments (clear)

  1. Web 2.0 Browser Eh... by Psychotext · · Score: 5, Funny

    ...just to be clear, will this still be backwards compatible with the old version of the web?

    --
    People that believe in their opinions don't post AC.
  2. Wow... it's already in Fedora!? by Erisian+Pope · · Score: 5, Funny

    It seems that it has some really sweet features for locking files. Though I have to admit I don't see quite how to use it to browse the web.
    flock (util-linux 2.13-pre7)
    Usage: flock [-sxun][-w #] fd#
    flock [-sxon][-w #] file [-c] command...
    -s --shared Get a shared lock
    -x --exclusive Get an exclusive lock
    -u --unlock Remove a lock
    -n --nonblock Fail rather than wait
    -w --timeout Wait for a limited amount of time
    -o --close Close file descriptor before running command
    -c --command Run a single command string through the shell
    -h --help Display this text
    -V --version Display version