ryzom / ryzomcore

Ryzom Core is the open-source project related to the Ryzom game. This community repository is synchronized with the Ryzom Forge repository, based on the Core branch.
https://wiki.ryzom.dev
GNU Affero General Public License v3.0
330 stars 89 forks source link

Replace LibWWW with Berkelium #22

Closed ryzom-pipeline closed 9 years ago

ryzom-pipeline commented 11 years ago

Original report by Matt Raykowski (Bitbucket: [Matt Raykowski](https://bitbucket.org/Matt Raykowski), ).


We need to replace LibWWW with an alternative. Berkelium (an open source alternative to Awesomium) provides native Chromium in-game. We should:

ryzom-pipeline commented 11 years ago

Original comment by aquiles (Bitbucket: aquiles, GitHub: aquiles).


Never heard of it before, but looks good and ingame chrome is tempting :)

ryzom-pipeline commented 11 years ago

Original comment by Arne Babenhauserheide (Bitbucket: ArneBab, GitHub: ArneBab).


The libwww issue is a blocker for integration of Ryzom into the Gentoo tree: https://bugs.gentoo.org/475278

(just as information and to say that it would be really cool if you could get libwww replaced!)

ryzom-pipeline commented 11 years ago

Original comment by Jan Boon (Bitbucket: [Jan Boon](https://bitbucket.org/Jan Boon), ).


How about just using libcurl for the http and libxml2 for the html parsing? We already depend on both those libraries.

ryzom-pipeline commented 11 years ago

Original comment by Cédric Ochs (Bitbucket: [Cédric OCHS](https://bitbucket.org/Cédric OCHS), ).


I agree with Kaetemi and it'll be easier to implement without breaking compatiblity with current code :)

ryzom-pipeline commented 10 years ago

Original comment by hasufell NA (Bitbucket: hasufell, GitHub: hasufell).


What's the status on this?

ryzom-pipeline commented 10 years ago

Original comment by Matt Raykowski (Bitbucket: [Matt Raykowski](https://bitbucket.org/Matt Raykowski), ).


We have a Google Summer of Code Student who is going to try and implement either WebKit or Chromiun Embedded Framework.

ryzom-pipeline commented 9 years ago

Original comment by Meelis Mägi (Bitbucket: [Meelis Mägi](https://bitbucket.org/Meelis Mägi), ).


libwww is now replaced with libxml2+curl

ryzom-pipeline commented 9 years ago

Original comment by Cédric Ochs (Bitbucket: [Cédric OCHS](https://bitbucket.org/Cédric OCHS), ).


That's an amazing job @nimetu :D Thank you so much !

ryzom-pipeline commented 9 years ago

Original comment by Meelis Mägi (Bitbucket: [Meelis Mägi](https://bitbucket.org/Meelis Mägi), ).


issue #249 replaces this