Welcome, Guest. Please login or register.

Author Topic: Sputnik - internet browser  (Read 11415 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline marcik

  • Newbie
  • *
  • Join Date: May 2006
  • Posts: 4
    • Show all replies
Re: Sputnik - internet browser
« on: October 15, 2006, 07:05:52 PM »
Quote
Aweb is for example already open source and the task of adding modern features to this browser would be significantly less than porting firefox + depedencies.


No, it won't be. You'd need to rewritte whole AWeb engine from scratch to make it CSS, DOM, etc, aware.
 

Offline marcik

  • Newbie
  • *
  • Join Date: May 2006
  • Posts: 4
    • Show all replies
Re: Sputnik - internet browser
« Reply #1 on: October 15, 2006, 07:48:05 PM »
Quote
Can you tell a bit more about its features compared to a modern navigator like Firefox?


When it comes to rendering engine capabilities it's more or less at the same level as Firefox (there are some differences but they are rather minor. FF supports more 'odds' standards and is a bit more tollerant for a broken pages, while Sputnik engine (WebCore) has more complete CSS implementation. Both or them can be called a modern engines). When it comes to user-friendlines of browsers itself... Well, Sputnik don't have any at the moment ;-)
 

Offline marcik

  • Newbie
  • *
  • Join Date: May 2006
  • Posts: 4
    • Show all replies
Re: Sputnik - internet browser
« Reply #2 on: October 18, 2006, 10:26:51 AM »
Quote
Wouldn't it be better to try and make all 'plugins' datatypes instead so they can be used anywhere? It's very doable.


Making a Flash-datatype isn't the smartest idea.

About a second post:

Colani1200 already posted a link to main homepage, with some screenshots, but you can also watch a movie from a Sputnik presentation in Germany last week - http://meeting2006.morphosi.net/JakubKassim-Sputnik2.mov
 

Offline marcik

  • Newbie
  • *
  • Join Date: May 2006
  • Posts: 4
    • Show all replies
Re: Sputnik - internet browser
« Reply #3 on: October 18, 2006, 03:48:55 PM »
Quote
if he has somehow built it all together he'd have to release the source to the whole thing to comply with the LGPL.


LGPL states otherwise. Static linking with LGPL code doesn't mean that whole sources must be published.