„WBN” változatai közötti eltérés

Innen: MIA
(Új oldal, tartalma: „= (Web Bundle) = Entry created on 2019-09-10 02:08:11 ( 5 years ago ) Last updated on 2023-02-13 01:32:36 ( 2 years ago ) Bundled HTTP Exchanges represent a collectio…”)
 
 
(3 közbenső módosítás ugyanattól a szerkesztőtől nincs mutatva)
1. sor: 1. sor:
 
= (Web Bundle) =
 
= (Web Bundle) =
   
  +
A W3C szervezet WICG (Web Incubator Community Group) munkacsoportja által kidolgozott formátum weboldalak és az azokat alkotó egyéb elemek egyetlen fájlban való tárolására az egyszerű megosztás, illetve az offline használat céljából. A .wbn kiterjesztésű fájlok valójában átnevezett .cbor állományok. A Concise Binary Object Representation formátum a JSON-hoz hasonló, de a szöveg mellett bináris adatok is tárolhatók benne és digitális aláírással is ellátható. A Google 2019-től 2023 elejéig támogatta a WBN szabványt, ezért az akkor kiadott Chrome verziókban megnyithatók voltak a .wbn kiterjesztésű állományok, amennyiben engedélyeztük ezt a kísérleti státuszban levő funkciót, sőt a WBN fájlok generálásához is készült Chrome plug-in. A [[WABAC]] is képes volt a .wbn fájlok megjelenítésére és annak utódja, a [[ReplayWeb.page]] esetében is felmerült ennek a beépítése, de jelenleg nincs a támogatott formátumok között.
Entry created on 2019-09-10 02:08:11 ( 5 years ago )
 
Last updated on 2023-02-13 01:32:36 ( 2 years ago )
 
 
Bundled HTTP Exchanges represent a collection of HTTP exchanges. An HTTP exchange is a pair of HTTP request/response. It can include signatures with the semantics of Signed HTTP Exchanges, or not.
 
 
This feature allows Chrome to navigate into Bundled HTTP Exchanges, i.e. browser can navigate into a page whose entire resources (including main and sub resources) are bundled in a Bundled Exchange. It is expected to enable easy sharing and offline browsing of a web site.
 
 
What is a WBN file?
 
A WBN file is a website saved as a single file. It contains all of the website's content, including webpages, images, fonts, scripts, and other assets. The WBN format was created by the Web Incubator Community Group (WICG).
 
 
More Information
 
Screenshot of a .wbn file in Web Archive Browsing Advanced Client
 
WBN file open in Web Archive Browsing Advanced Client
 
In the interest of making websites and web apps easier to share and open offline, developers within WICG, an offshoot of the World Wide Web Consotrium (W3C), created the WBN format. Saving a website in the WBN format packages all that website's files into a single file, which a user can then share over Bluetooth, Wi-Fi, or a local network. Theoretically, other users can then open the WBN file in their web browser to access the website it contains, without connecting to the Internet.
 
 
Each WBN file is a renamed Concise Binary Object Representation (CBOR) file, which uses the .wbn extension instead of the .cbor extension. CBOR files are similar to .JSON files, except they store data primarily in a binary format, rather than as plain text.
 
 
NOTE: Google removed Chrome's support for WBN files in February 2023. It is possible that Google may restore Chrome's support for WBN files in the future.
 
 
Web Bundle Web Bundles are a WebPlatform.org incubating proposal for a collection of http resources, each of which can be signed or unsigned.[11] Web bundles can be directly loaded by Chrome/Chromium if enabled[12] and displayed the same as if they had been loaded directly over http.
 
 
   
 
----
 
----
  +
* [https://github.com/google/webbundle A Web bundles a GitHub-on]
 
* [https://github.com/WICG/webpackage/tree/main/go/bundle A go/bundle a GitHub-on]
 
* [https://github.com/WICG/webpackage/tree/main/go/bundle A go/bundle a GitHub-on]
  +
* [https://www.sitepen.com/blog/welcome-to-web-bundles Welcome to Web Bundles]
 
* [https://fileinfo.com/extension/wbn FileInfo.com - .WBN File Extension]
 
* [https://fileinfo.com/extension/wbn FileInfo.com - .WBN File Extension]
  +
* [https://www.ietf.org/archive/id/draft-ietf-wpack-bundled-responses-01.html IETF Network Working Group: Web Bundles]
 
* [https://developer.chrome.com/docs/web-platform/web-bundles Yusuke Utsunomiya - Kenji Baheux: Get started with Web Bundles]
 
* [https://developer.chrome.com/docs/web-platform/web-bundles Yusuke Utsunomiya - Kenji Baheux: Get started with Web Bundles]
* [https://chromestatus.com/feature/5377722941440000 Navigation to Bundled Exchanges (No longer pursuing)]
 
* [https://www.youtube.com/watch?v=rs-3R0ji6dA Bundled Exchanges (also known as Web Bundles) - user-to-user sharing demo]
 
   
 
[[Category:FORMÁTUMOK]]
 
[[Category:FORMÁTUMOK]]

A lap jelenlegi, 2024. augusztus 30., 16:32-kori változata

(Web Bundle)

A W3C szervezet WICG (Web Incubator Community Group) munkacsoportja által kidolgozott formátum weboldalak és az azokat alkotó egyéb elemek egyetlen fájlban való tárolására az egyszerű megosztás, illetve az offline használat céljából. A .wbn kiterjesztésű fájlok valójában átnevezett .cbor állományok. A Concise Binary Object Representation formátum a JSON-hoz hasonló, de a szöveg mellett bináris adatok is tárolhatók benne és digitális aláírással is ellátható. A Google 2019-től 2023 elejéig támogatta a WBN szabványt, ezért az akkor kiadott Chrome verziókban megnyithatók voltak a .wbn kiterjesztésű állományok, amennyiben engedélyeztük ezt a kísérleti státuszban levő funkciót, sőt a WBN fájlok generálásához is készült Chrome plug-in. A WABAC is képes volt a .wbn fájlok megjelenítésére és annak utódja, a ReplayWeb.page esetében is felmerült ennek a beépítése, de jelenleg nincs a támogatott formátumok között.