├── .gitignore ├── .scribejs.json ├── CONTRIBUTING.md ├── LICENSE.md ├── Meetings ├── F2F │ ├── 2017.06.NYC.md │ ├── 2017.11.Burlingame.md │ ├── 2018.05.Toronto.md │ ├── 2018.10.Lyon.md │ ├── 2019.05.Cambridge.md │ └── 2019.09.Fukuoka.md ├── Minutes │ ├── 2017 │ │ ├── 2017-06-22-minutes.md │ │ ├── 2017-06-23-minutes.md │ │ ├── 2017-06-26-minutes.md │ │ ├── 2017-07-10-minutes.md │ │ ├── 2017-07-17-minutes.md │ │ ├── 2017-07-24-minutes.md │ │ ├── 2017-07-31-minutes.md │ │ ├── 2017-08-07-minutes.md │ │ ├── 2017-08-14-minutes.md │ │ ├── 2017-08-21-minutes.md │ │ ├── 2017-08-28-minutes.md │ │ ├── 2017-09-11-minutes.md │ │ ├── 2017-09-18-minutes.md │ │ ├── 2017-09-25-minutes.md │ │ ├── 2017-10-02-minutes.md │ │ ├── 2017-10-16-minutes.md │ │ ├── 2017-10-23-minutes.md │ │ ├── 2017-11-06-minutes.md │ │ ├── 2017-11-07-minutes.md │ │ ├── 2017-11-13-minutes.md │ │ ├── 2017-11-20-minutes.md │ │ ├── 2017-11-27-minutes.md │ │ ├── 2017-12-04-minutes.md │ │ ├── 2017-12-11-minutes.md │ │ └── 2017-12-18-minutes.md │ ├── 2018 │ │ ├── 2018-01-08-minutes.md │ │ ├── 2018-01-22-minutes.md │ │ ├── 2018-01-29-minutes.md │ │ ├── 2018-02-05-minutes.md │ │ ├── 2018-02-12-minutes.md │ │ ├── 2018-02-26-minutes.md │ │ ├── 2018-03-05-minutes.md │ │ ├── 2018-03-12-minutes.md │ │ ├── 2018-03-16-atf-minutes.md │ │ ├── 2018-03-16-pwg-manifest.md │ │ ├── 2018-03-26-pwg.md │ │ ├── 2018-04-09-pwg.md │ │ ├── 2018-04-16-pwg.md │ │ ├── 2018-04-23-pwg.md │ │ ├── 2018-04-30-pwg.md │ │ ├── 2018-05-07-pwg.md │ │ ├── 2018-05-21-pwg.md │ │ ├── 2018-05-30-pwg.md │ │ ├── 2018-05-31-pwg.md │ │ ├── 2018-06-04-pwg.md │ │ ├── 2018-06-11-pwg.md │ │ ├── 2018-06-18-pwg.md │ │ ├── 2018-06-25-pwg.md │ │ ├── 2018-07-02-pwg.md │ │ ├── 2018-07-09-pwg.md │ │ ├── 2018-07-23-pwg.md │ │ ├── 2018-07-30-pwg.md │ │ ├── 2018-08-20-pwg.md │ │ ├── 2018-08-27-pwg.md │ │ ├── 2018-09-10-pwg.md │ │ ├── 2018-09-17-pwg.md │ │ ├── 2018-10-01-pwg.md │ │ ├── 2018-10-08-pwg.md │ │ ├── 2018-10-15-pwg.md │ │ ├── 2018-10-22-pwg.md │ │ ├── 2018-10-23-pwg.md │ │ ├── 2018-11-05-pwg.md │ │ ├── 2018-11-12-pwg.md │ │ ├── 2018-11-19-pwg.md │ │ ├── 2018-11-26-pwg.md │ │ ├── 2018-12-03-pwg.md │ │ ├── 2018-12-10-pwg.md │ │ ├── 2018-12-14-pwg-audio.md │ │ └── 2018-12-17-pwg.md │ ├── 2019 │ │ ├── 2019-01-07-pwg.md │ │ ├── 2019-01-14-pwg.md │ │ ├── 2019-01-28-pwg.md │ │ ├── 2019-02-04-pwg.md │ │ ├── 2019-02-08-pwg.md │ │ ├── 2019-02-11-pwg.md │ │ ├── 2019-02-25-pwg.md │ │ ├── 2019-03-04-pwg.md │ │ ├── 2019-03-11-pwg.md │ │ ├── 2019-03-18-pwg.md │ │ ├── 2019-03-25-pwg.md │ │ ├── 2019-04-01-pwg.md │ │ ├── 2019-04-08-pwg.md │ │ ├── 2019-04-15-pwg.md │ │ ├── 2019-04-29-pwg.md │ │ ├── 2019-05-06-pwg.md │ │ ├── 2019-05-07-pwg.md │ │ ├── 2019-05-20-pwg.md │ │ ├── 2019-06-03-pwg.md │ │ ├── 2019-06-10-pwg.md │ │ ├── 2019-06-17-pwg.md │ │ ├── 2019-06-24-pwg.md │ │ ├── 2019-07-01-pwg.md │ │ ├── 2019-07-08-pwg.md │ │ ├── 2019-07-29-pwg.md │ │ ├── 2019-08-05-pwg.md │ │ ├── 2019-08-12-pwg.md │ │ ├── 2019-08-19-pwg.md │ │ ├── 2019-08-26-pwg.md │ │ ├── 2019-09-09-pwg.md │ │ ├── 2019-09-16-pwg.md │ │ ├── 2019-09-17-pwg.md │ │ ├── 2019-09-30-pwg.md │ │ ├── 2019-10-07-pwg.md │ │ ├── 2019-10-14-pwg.md │ │ ├── 2019-10-21-pwg.md │ │ ├── 2019-11-04-pwg.md │ │ ├── 2019-11-11-pwg.md │ │ ├── 2019-11-18-pwg.md │ │ ├── 2019-12-02-pwg.md │ │ └── 2019-12-09-pwg.md │ ├── 2020 │ │ ├── 2020-01-06-pwg.md │ │ ├── 2020-01-27-pwg.md │ │ ├── 2020-02-03-pwg.md │ │ ├── 2020-03-02-pwg.md │ │ ├── 2020-03-23-pwg.md │ │ ├── 2020-04-06-pwg.md │ │ ├── 2020-04-27-pwg.md │ │ ├── 2020-06-08-pwg.md │ │ ├── 2020-06-29-pwg.md │ │ ├── 2020-07-27-pwg.md │ │ ├── 2020-08-24-pwg.md │ │ └── 2020-09-14-pwg.md │ ├── 2022 │ │ ├── 2022-01-19-pwg.md │ │ └── 2022-02-16-pwg.md │ └── index.md └── index.md ├── Misc ├── Boston_F2F │ ├── F2F_Boston_2019_PBG.pdf │ └── lcf │ │ ├── assets │ │ ├── 0C09EB62-8135-4C02-9AE8-E1B7AFD2DDAF │ │ │ ├── 0C09EB62-8135-4C02-9AE8-E1B7AFD2DDAF.json │ │ │ ├── 0C09EB62-8135-4C02-9AE8-E1B7AFD2DDAF.jsonp │ │ │ ├── assets │ │ │ │ ├── 0C09EB62-8135-4C02-9AE8-E1B7AFD2DDAF.pdf │ │ │ │ └── 0C09EB62-8135-4C02-9AE8-E1B7AFD2DDAF.pdfp │ │ │ └── thumbnail.jpeg │ │ ├── 16826687-F284-4731-B7FD-611F3E967E5C │ │ │ ├── 16826687-F284-4731-B7FD-611F3E967E5C.json │ │ │ ├── 16826687-F284-4731-B7FD-611F3E967E5C.jsonp │ │ │ ├── assets │ │ │ │ ├── 16826687-F284-4731-B7FD-611F3E967E5C.pdf │ │ │ │ └── 16826687-F284-4731-B7FD-611F3E967E5C.pdfp │ │ │ └── thumbnail.jpeg │ │ ├── 2841BE76-A88B-4765-A7EF-1520B00F56E6 │ │ │ ├── 2841BE76-A88B-4765-A7EF-1520B00F56E6.json │ │ │ ├── 2841BE76-A88B-4765-A7EF-1520B00F56E6.jsonp │ │ │ ├── assets │ │ │ │ ├── 2841BE76-A88B-4765-A7EF-1520B00F56E6.pdf │ │ │ │ └── 2841BE76-A88B-4765-A7EF-1520B00F56E6.pdfp │ │ │ └── thumbnail.jpeg │ │ ├── 8CD7CCE6-AE14-488E-9FC4-589F903E0D40 │ │ │ ├── 8CD7CCE6-AE14-488E-9FC4-589F903E0D40.json │ │ │ ├── 8CD7CCE6-AE14-488E-9FC4-589F903E0D40.jsonp │ │ │ ├── assets │ │ │ │ ├── 8CD7CCE6-AE14-488E-9FC4-589F903E0D40.pdf │ │ │ │ └── 8CD7CCE6-AE14-488E-9FC4-589F903E0D40.pdfp │ │ │ └── thumbnail.jpeg │ │ ├── D9498FA7-760B-4130-AC96-94A5B0BC1C85 │ │ │ ├── D9498FA7-760B-4130-AC96-94A5B0BC1C85.json │ │ │ ├── D9498FA7-760B-4130-AC96-94A5B0BC1C85.jsonp │ │ │ ├── assets │ │ │ │ ├── D9498FA7-760B-4130-AC96-94A5B0BC1C85.pdf │ │ │ │ └── D9498FA7-760B-4130-AC96-94A5B0BC1C85.pdfp │ │ │ └── thumbnail.jpeg │ │ ├── E15E13E6-6296-4E9E-BCA3-610ABEB48732 │ │ │ ├── E15E13E6-6296-4E9E-BCA3-610ABEB48732.json │ │ │ ├── E15E13E6-6296-4E9E-BCA3-610ABEB48732.jsonp │ │ │ ├── assets │ │ │ │ ├── E15E13E6-6296-4E9E-BCA3-610ABEB48732.pdf │ │ │ │ └── E15E13E6-6296-4E9E-BCA3-610ABEB48732.pdfp │ │ │ └── thumbnail.jpeg │ │ ├── E90EE7A4-D5B6-43B3-8AA5-4302D351FA2A │ │ │ ├── E90EE7A4-D5B6-43B3-8AA5-4302D351FA2A.json │ │ │ ├── E90EE7A4-D5B6-43B3-8AA5-4302D351FA2A.jsonp │ │ │ ├── assets │ │ │ │ ├── E90EE7A4-D5B6-43B3-8AA5-4302D351FA2A.pdf │ │ │ │ └── E90EE7A4-D5B6-43B3-8AA5-4302D351FA2A.pdfp │ │ │ └── thumbnail.jpeg │ │ ├── F1BC8B68-B7A6-4C89-AA93-2B6223322E41 │ │ │ ├── F1BC8B68-B7A6-4C89-AA93-2B6223322E41.json │ │ │ ├── F1BC8B68-B7A6-4C89-AA93-2B6223322E41.jsonp │ │ │ ├── assets │ │ │ │ ├── F1BC8B68-B7A6-4C89-AA93-2B6223322E41.pdf │ │ │ │ └── F1BC8B68-B7A6-4C89-AA93-2B6223322E41.pdfp │ │ │ └── thumbnail.jpeg │ │ ├── header.json │ │ ├── header.jsonp │ │ ├── player │ │ │ ├── Acknowledgements.pdf │ │ │ ├── AnimationManager.js │ │ │ ├── DebuggingSupport.js │ │ │ ├── DisplayManager.js │ │ │ ├── Help.png │ │ │ ├── HelpPlacardController.js │ │ │ ├── KNTransitionSlide_Black.png │ │ │ ├── KNTransitionSwoosh_Shadow.png │ │ │ ├── KPFObjects.js │ │ │ ├── KeynoteDHTMLPlayer.css │ │ │ ├── KeynoteDHTMLPlayer.html │ │ │ ├── KeynoteDHTMLPlayer.js │ │ │ ├── NarrationManager.js │ │ │ ├── NavigatorController.js │ │ │ ├── OrientationController.js │ │ │ ├── ScriptManager.js │ │ │ ├── ShowController.js │ │ │ ├── SlideManager.js │ │ │ ├── SlideNumberController.js │ │ │ ├── StageManager.js │ │ │ ├── TSDAnimation.js │ │ │ ├── TextureManager.js │ │ │ ├── TouchController.js │ │ │ ├── Utilities.js │ │ │ ├── close_hi@2x.png │ │ │ ├── close_n@2x.png │ │ │ ├── close_p@2x.png │ │ │ ├── gl │ │ │ │ ├── KNWebGLObjects.js │ │ │ │ ├── KNWebGLParticleObjects.js │ │ │ │ ├── KNWebGLShader.js │ │ │ │ ├── KNWebGLUtil.js │ │ │ │ ├── ParameterGroup.js │ │ │ │ ├── TSDGLBloomEffect.js │ │ │ │ ├── TSDGLDataBuffer.js │ │ │ │ ├── TSDGLFrameBuffer.js │ │ │ │ └── TSDGLShader.js │ │ │ ├── kn-cloud_pd_help_btn-H@2x.png │ │ │ ├── kn-cloud_pd_help_btn-N@2x.png │ │ │ ├── kn-cloud_pd_help_btn-P@2x.png │ │ │ ├── left_arrow_mobile_d-hd.png │ │ │ ├── left_arrow_mobile_d.png │ │ │ ├── left_arrow_mobile_n-hd.png │ │ │ ├── left_arrow_mobile_n.png │ │ │ ├── pdfjs │ │ │ │ ├── bcmaps.js │ │ │ │ ├── pdf.js │ │ │ │ ├── pdf_worker.js │ │ │ │ └── web │ │ │ │ │ ├── cmaps │ │ │ │ │ ├── 78-EUC-H.bcmap │ │ │ │ │ ├── 78-EUC-V.bcmap │ │ │ │ │ ├── 78-H.bcmap │ │ │ │ │ ├── 78-RKSJ-H.bcmap │ │ │ │ │ ├── 78-RKSJ-V.bcmap │ │ │ │ │ ├── 78-V.bcmap │ │ │ │ │ ├── 78ms-RKSJ-H.bcmap │ │ │ │ │ ├── 78ms-RKSJ-V.bcmap │ │ │ │ │ ├── 83pv-RKSJ-H.bcmap │ │ │ │ │ ├── 90ms-RKSJ-H.bcmap │ │ │ │ │ ├── 90ms-RKSJ-V.bcmap │ │ │ │ │ ├── 90msp-RKSJ-H.bcmap │ │ │ │ │ ├── 90msp-RKSJ-V.bcmap │ │ │ │ │ ├── 90pv-RKSJ-H.bcmap │ │ │ │ │ ├── 90pv-RKSJ-V.bcmap │ │ │ │ │ ├── Add-H.bcmap │ │ │ │ │ ├── Add-RKSJ-H.bcmap │ │ │ │ │ ├── Add-RKSJ-V.bcmap │ │ │ │ │ ├── Add-V.bcmap │ │ │ │ │ ├── Adobe-CNS1-0.bcmap │ │ │ │ │ ├── Adobe-CNS1-1.bcmap │ │ │ │ │ ├── Adobe-CNS1-2.bcmap │ │ │ │ │ ├── Adobe-CNS1-3.bcmap │ │ │ │ │ ├── Adobe-CNS1-4.bcmap │ │ │ │ │ ├── Adobe-CNS1-5.bcmap │ │ │ │ │ ├── Adobe-CNS1-6.bcmap │ │ │ │ │ ├── Adobe-CNS1-UCS2.bcmap │ │ │ │ │ ├── Adobe-GB1-0.bcmap │ │ │ │ │ ├── Adobe-GB1-1.bcmap │ │ │ │ │ ├── Adobe-GB1-2.bcmap │ │ │ │ │ ├── Adobe-GB1-3.bcmap │ │ │ │ │ ├── Adobe-GB1-4.bcmap │ │ │ │ │ ├── Adobe-GB1-5.bcmap │ │ │ │ │ ├── Adobe-GB1-UCS2.bcmap │ │ │ │ │ ├── Adobe-Japan1-0.bcmap │ │ │ │ │ ├── Adobe-Japan1-1.bcmap │ │ │ │ │ ├── Adobe-Japan1-2.bcmap │ │ │ │ │ ├── Adobe-Japan1-3.bcmap │ │ │ │ │ ├── Adobe-Japan1-4.bcmap │ │ │ │ │ ├── Adobe-Japan1-5.bcmap │ │ │ │ │ ├── Adobe-Japan1-6.bcmap │ │ │ │ │ ├── Adobe-Japan1-UCS2.bcmap │ │ │ │ │ ├── Adobe-Korea1-0.bcmap │ │ │ │ │ ├── Adobe-Korea1-1.bcmap │ │ │ │ │ ├── Adobe-Korea1-2.bcmap │ │ │ │ │ ├── Adobe-Korea1-UCS2.bcmap │ │ │ │ │ ├── B5-H.bcmap │ │ │ │ │ ├── B5-V.bcmap │ │ │ │ │ ├── B5pc-H.bcmap │ │ │ │ │ ├── B5pc-V.bcmap │ │ │ │ │ ├── CNS-EUC-H.bcmap │ │ │ │ │ ├── CNS-EUC-V.bcmap │ │ │ │ │ ├── CNS1-H.bcmap │ │ │ │ │ ├── CNS1-V.bcmap │ │ │ │ │ ├── CNS2-H.bcmap │ │ │ │ │ ├── CNS2-V.bcmap │ │ │ │ │ ├── ETHK-B5-H.bcmap │ │ │ │ │ ├── ETHK-B5-V.bcmap │ │ │ │ │ ├── ETen-B5-H.bcmap │ │ │ │ │ ├── ETen-B5-V.bcmap │ │ │ │ │ ├── ETenms-B5-H.bcmap │ │ │ │ │ ├── ETenms-B5-V.bcmap │ │ │ │ │ ├── EUC-H.bcmap │ │ │ │ │ ├── EUC-V.bcmap │ │ │ │ │ ├── Ext-H.bcmap │ │ │ │ │ ├── Ext-RKSJ-H.bcmap │ │ │ │ │ ├── Ext-RKSJ-V.bcmap │ │ │ │ │ ├── Ext-V.bcmap │ │ │ │ │ ├── GB-EUC-H.bcmap │ │ │ │ │ ├── GB-EUC-V.bcmap │ │ │ │ │ ├── GB-H.bcmap │ │ │ │ │ ├── GB-V.bcmap │ │ │ │ │ ├── GBK-EUC-H.bcmap │ │ │ │ │ ├── GBK-EUC-V.bcmap │ │ │ │ │ ├── GBK2K-H.bcmap │ │ │ │ │ ├── GBK2K-V.bcmap │ │ │ │ │ ├── GBKp-EUC-H.bcmap │ │ │ │ │ ├── GBKp-EUC-V.bcmap │ │ │ │ │ ├── GBT-EUC-H.bcmap │ │ │ │ │ ├── GBT-EUC-V.bcmap │ │ │ │ │ ├── GBT-H.bcmap │ │ │ │ │ ├── GBT-V.bcmap │ │ │ │ │ ├── GBTpc-EUC-H.bcmap │ │ │ │ │ ├── GBTpc-EUC-V.bcmap │ │ │ │ │ ├── GBpc-EUC-H.bcmap │ │ │ │ │ ├── GBpc-EUC-V.bcmap │ │ │ │ │ ├── H.bcmap │ │ │ │ │ ├── HKdla-B5-H.bcmap │ │ │ │ │ ├── HKdla-B5-V.bcmap │ │ │ │ │ ├── HKdlb-B5-H.bcmap │ │ │ │ │ ├── HKdlb-B5-V.bcmap │ │ │ │ │ ├── HKgccs-B5-H.bcmap │ │ │ │ │ ├── HKgccs-B5-V.bcmap │ │ │ │ │ ├── HKm314-B5-H.bcmap │ │ │ │ │ ├── HKm314-B5-V.bcmap │ │ │ │ │ ├── HKm471-B5-H.bcmap │ │ │ │ │ ├── HKm471-B5-V.bcmap │ │ │ │ │ ├── HKscs-B5-H.bcmap │ │ │ │ │ ├── HKscs-B5-V.bcmap │ │ │ │ │ ├── Hankaku.bcmap │ │ │ │ │ ├── Hiragana.bcmap │ │ │ │ │ ├── KSC-EUC-H.bcmap │ │ │ │ │ ├── KSC-EUC-V.bcmap │ │ │ │ │ ├── KSC-H.bcmap │ │ │ │ │ ├── KSC-Johab-H.bcmap │ │ │ │ │ ├── KSC-Johab-V.bcmap │ │ │ │ │ ├── KSC-V.bcmap │ │ │ │ │ ├── KSCms-UHC-H.bcmap │ │ │ │ │ ├── KSCms-UHC-HW-H.bcmap │ │ │ │ │ ├── KSCms-UHC-HW-V.bcmap │ │ │ │ │ ├── KSCms-UHC-V.bcmap │ │ │ │ │ ├── KSCpc-EUC-H.bcmap │ │ │ │ │ ├── KSCpc-EUC-V.bcmap │ │ │ │ │ ├── Katakana.bcmap │ │ │ │ │ ├── LICENSE │ │ │ │ │ ├── NWP-H.bcmap │ │ │ │ │ ├── NWP-V.bcmap │ │ │ │ │ ├── RKSJ-H.bcmap │ │ │ │ │ ├── RKSJ-V.bcmap │ │ │ │ │ ├── Roman.bcmap │ │ │ │ │ ├── UniCNS-UCS2-H.bcmap │ │ │ │ │ ├── UniCNS-UCS2-V.bcmap │ │ │ │ │ ├── UniCNS-UTF16-H.bcmap │ │ │ │ │ ├── UniCNS-UTF16-V.bcmap │ │ │ │ │ ├── UniCNS-UTF32-H.bcmap │ │ │ │ │ ├── UniCNS-UTF32-V.bcmap │ │ │ │ │ ├── UniCNS-UTF8-H.bcmap │ │ │ │ │ ├── UniCNS-UTF8-V.bcmap │ │ │ │ │ ├── UniGB-UCS2-H.bcmap │ │ │ │ │ ├── UniGB-UCS2-V.bcmap │ │ │ │ │ ├── UniGB-UTF16-H.bcmap │ │ │ │ │ ├── UniGB-UTF16-V.bcmap │ │ │ │ │ ├── UniGB-UTF32-H.bcmap │ │ │ │ │ ├── UniGB-UTF32-V.bcmap │ │ │ │ │ ├── UniGB-UTF8-H.bcmap │ │ │ │ │ ├── UniGB-UTF8-V.bcmap │ │ │ │ │ ├── UniJIS-UCS2-H.bcmap │ │ │ │ │ ├── UniJIS-UCS2-HW-H.bcmap │ │ │ │ │ ├── UniJIS-UCS2-HW-V.bcmap │ │ │ │ │ ├── UniJIS-UCS2-V.bcmap │ │ │ │ │ ├── UniJIS-UTF16-H.bcmap │ │ │ │ │ ├── UniJIS-UTF16-V.bcmap │ │ │ │ │ ├── UniJIS-UTF32-H.bcmap │ │ │ │ │ ├── UniJIS-UTF32-V.bcmap │ │ │ │ │ ├── UniJIS-UTF8-H.bcmap │ │ │ │ │ ├── UniJIS-UTF8-V.bcmap │ │ │ │ │ ├── UniJIS2004-UTF16-H.bcmap │ │ │ │ │ ├── UniJIS2004-UTF16-V.bcmap │ │ │ │ │ ├── UniJIS2004-UTF32-H.bcmap │ │ │ │ │ ├── UniJIS2004-UTF32-V.bcmap │ │ │ │ │ ├── UniJIS2004-UTF8-H.bcmap │ │ │ │ │ ├── UniJIS2004-UTF8-V.bcmap │ │ │ │ │ ├── UniJISPro-UCS2-HW-V.bcmap │ │ │ │ │ ├── UniJISPro-UCS2-V.bcmap │ │ │ │ │ ├── UniJISPro-UTF8-V.bcmap │ │ │ │ │ ├── UniJISX0213-UTF32-H.bcmap │ │ │ │ │ ├── UniJISX0213-UTF32-V.bcmap │ │ │ │ │ ├── UniJISX02132004-UTF32-H.bcmap │ │ │ │ │ ├── UniJISX02132004-UTF32-V.bcmap │ │ │ │ │ ├── UniKS-UCS2-H.bcmap │ │ │ │ │ ├── UniKS-UCS2-V.bcmap │ │ │ │ │ ├── UniKS-UTF16-H.bcmap │ │ │ │ │ ├── UniKS-UTF16-V.bcmap │ │ │ │ │ ├── UniKS-UTF32-H.bcmap │ │ │ │ │ ├── UniKS-UTF32-V.bcmap │ │ │ │ │ ├── UniKS-UTF8-H.bcmap │ │ │ │ │ ├── UniKS-UTF8-V.bcmap │ │ │ │ │ ├── V.bcmap │ │ │ │ │ └── WP-Symbol.bcmap │ │ │ │ │ └── compatibility.js │ │ │ ├── prototype.js │ │ │ ├── right_arrow_mobile_d-hd.png │ │ │ ├── right_arrow_mobile_d.png │ │ │ ├── right_arrow_mobile_n-hd.png │ │ │ ├── right_arrow_mobile_n.png │ │ │ ├── spinner.png │ │ │ ├── string.js │ │ │ └── waiting_bezel.png │ │ └── thumbnail.jpeg │ │ └── index.html ├── presentations.md └── publishing.md ├── PublStatus.md ├── README.md ├── WorkMode ├── index.md └── newbie.md ├── _config.yml ├── _includes ├── aside.html ├── footer.html ├── header.html └── nav.html ├── _layouts ├── bare.html ├── default.html ├── home.html └── minutes.html ├── admin ├── CR │ ├── CRACAnnouncement.txt │ └── CRHPN.txt ├── FPWD-s │ ├── HPN.md │ ├── HPN201908.md │ ├── PreliminaryPublicationRequest.md │ ├── PubWGFPWD201801.md │ ├── PublicationRequest.md │ ├── PublicationRequest201908.md │ ├── PublicationRequestCR.txt │ ├── PublicationRequestLPF.txt │ ├── TransitionReq.md │ └── TransitionRequest201908.md ├── MaintenanceGroup │ ├── ACAnnouncement.txt │ ├── ac_review.txt │ └── w3m_request.txt ├── Notes │ └── publ_request.txt ├── PR │ ├── PRHPN.txt │ ├── ac announcement.txt │ ├── pr_request.md │ └── publ_request.txt └── REC │ ├── ACAnnouncement.txt │ ├── RECHPN.txt │ ├── dd.txt │ ├── preliminary_publ_request.txt │ └── publ_request.txt ├── assets ├── css │ ├── style-extras.css │ └── style.css ├── images │ ├── TPAC2017_Workflow_diagram.png │ ├── f2f_toronto_1st.jpg │ ├── f2f_toronto_2nd.jpg │ ├── publishingatw3c.png │ └── timeline.svg ├── js │ ├── hyphenate.min.js │ └── newsfeed.js ├── nicknames.json ├── publ_ack_config.json ├── publications │ └── manifest_audiobooks.epub └── scribejs_config.json ├── implementation ├── results.html └── under-construction.png ├── index.md ├── package.json └── w3c.json /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | _site/ 3 | telco.md 4 | assets/scribejs_config_local.json 5 | 6 | -------------------------------------------------------------------------------- /.scribejs.json: -------------------------------------------------------------------------------- 1 | { 2 | "group": "pwg", 3 | "nicknames": "assets/nicknames.json", 4 | "jekyll": "kd" 5 | } 6 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | 2 | Contributions to the Publishing Working Group repositories are intended to become part of Recommendation-track documents governed by the 3 | [W3C Patent Policy](http://www.w3.org/Consortium/Patent-Policy-20040205/) and 4 | [Document License](http://www.w3.org/Consortium/Legal/copyright-documents). To make substantive contributions to specifications, you must either participate 5 | in the relevant W3C Working Group or make a non-member patent licensing commitment. 6 | 7 | If you are not the sole contributor to a contribution (pull request), please identify all 8 | contributors in the pull request comment. 9 | 10 | To add a contributor (other than yourself, that's automatic), mark them one per line as follows: 11 | 12 | ``` 13 | +@github_username 14 | ``` 15 | 16 | If you added a contributor by mistake, you can remove them in a comment with: 17 | 18 | ``` 19 | -@github_username 20 | ``` 21 | 22 | If you are making a pull request on behalf of someone else but you had no part in designing the 23 | feature, you can remove yourself with the above syntax. 24 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | 2 | All documents in this Repository are licensed by contributors under the [W3C Software and Document License](http://www.w3.org/Consortium/Legal/copyright-software). 3 | -------------------------------------------------------------------------------- /Meetings/F2F/2017.06.NYC.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | # F2F Meeting in New York, June 22-23, 2017 6 | 7 | This is a joint meeting of the Working Group, the [Digital Publishing IG](https://www.w3.org/dpub/IG), and the [Publishing Business Group](https://www.w3.org/publishing/groups/publ-bg/). It concentrates, however, on WG issues only. 8 | 9 | Location: 10 | * Adobe Systems Incorporated, 11 | * 1540 Broadway, 17th floor, New York, NY 10036, 12 | * See [Google map](https://www.google.com/maps/place/1540+Broadway,+New+York,+NY+10036/@40.7575933,-73.9875012,17z/data=%214m5%213m4%211s0x89c25855a6e1d89b:0x23970bebb1d60849%218m2%213d40.7580769%214d-73.9848083). 13 | 14 | See also [meeting page on the DPUB IG Wiki](https://www.w3.org/dpub/IG/wiki/June_2017_F2F), which includes the agenda, list of participants, and dial-in possibilities. 15 | -------------------------------------------------------------------------------- /Meetings/F2F/2017.11.Burlingame.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | # F2F Meeting in Burlingame, CA, November 6-7, 2017 6 | 7 | The meeting is organized as part of the [W3C Technical Plenary](https://www.w3.org/2017/11/TPAC/). See that page for further details on the location, registration, etc. 8 | 9 | There is also a dial-in possibility, using the [same Telco setup](../gotomeetings) as for the WG weekly calls. 10 | 11 | (Note that the [W3C Publishing Summit 2017](https://www.w3.org/publishing/events/summit2017.html) also takes place at the same location on the Thursday and Friday of the same week. Participants need to register to the summit separately.) 12 | 13 | ## Agenda 14 | 15 | See the [separate document](https://docs.google.com/document/d/12J3Y3bb5fdPh1r2XH9YloINkNSxBJArocKY108sYCZ0/edit#) 16 | 17 | ## Minutes of the meeting: 18 | 19 | * 11-07: [Minutes](../Minutes/2017/2017-11-07-minutes.html) 20 | * 11-06: [Minutes](../Minutes/2017/2017-11-06-minutes.html) 21 | -------------------------------------------------------------------------------- /Meetings/F2F/2018.05.Toronto.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | # F2F Meeting in Toronto, May 30-31, 2018 6 | 7 | **Location**: 8 | * Rakuten Kobo 9 | * 135 Liberty St, Toronto, ON M6K 1Y7 10 | * See [Google map](https://www.google.nl/maps/place/135+Liberty+St,+Toronto,+ON+M6K+1Y7,+Canada/@43.6396798,-79.4233743,15z/data=!4m5!3m4!1s0x882b3507111f36b5:0xbc547fc483db4da4!8m2!3d43.6372845!4d-79.4234601?hl=en) 11 | 12 | **Some hotels**: 13 | 14 | Hotels (_figures in USD_). Listed here in order of what may be the best fit. The first one is 12 minutes from the office by car/cab, 15-20 minutes by transit or a 35-40 minute walk. As you are likely aware Toronto is big in a geographical sense. Kobo's office is significantly west of downtown but that’s where all the hotels are so I’d suggest something downtown, there’s really nothing right by the office. 15 | 16 | - [Hyatt Regency Toronto](https://toronto.regency.hyatt.com/en/hotel/home.html), $240, reasonably priced and a good location. Kobo has a negotiated rate, however, that may push down the price to under $200. If you are interested, please contact Wendy Reid ([wendy.reid@rakuten.com](mailto:wendy.reid@rakuten.com)). 17 | - [Executive Hotel Cosmopolitan Toronto](http://www.cosmotoronto.com/default.htm), $213, same as above but farther east 18 | - [Le Germain Hotel Toronto](http://www.legermainhotels.com/en/torontomercer/), $313, same approximate location as #1 but pricier 19 | - [Intercontinental Toronto Centre](http://www.torontocentre.intercontinental.com/#gref), $243, about 5 minutes south of King 20 | - [One King West Hotel & Residence](https://www.onekingwest.com/), $285, on King but farther East 21 | - [The Gladstone](http://www.gladstonehotel.com/), $197, unlikely to fit everyone but it’s a cool west end hotel near the office 22 | - [RADISSON ADMIRAL HOTEL Toronto-Harbourfront](https://www.radissonhotels.com/en-us/hotels/radisson-toronto-harbourfront-admiral), $215, a bit far south (maybe a 10 minute walk from King which you’d need to get up to in order to get across to the Kobo office) 23 | - [Super 8 Downtown Toronto](http://www.super8downtowntoronto.com/), does have rooms for less than $200USD. 24 | 25 | **Airport information** 26 | 27 | - “Billy Bishop” which is downtown on the water. It’s really easy to get in and out of as well as to and from the hotels. The catch is they tend to use smaller planes (those who don’t like flying might want to avoid it) and flight availability is not as good as Pearson. 28 | - “Pearson” which is North West of the city and where most of the flights come in to. It’s a pretty typical airport in terms of hassle and size. 29 | 30 | 31 | ## Agenda, Participants 32 | 33 | See [working document](https://docs.google.com/document/d/1Qe8Q8wMC1LKy_-JO-UCy8bFw4D4VN0si1Q5EPW9c-rY/edit) 34 | 35 | ## Meeting Minutes 36 | 37 | * 05-30: [Minutes](../Minutes/2018/2018-11-30-pwg.html) 38 | * 05-31: [Minutes](../Minutes/2018/2018-11-31-pwg.html) 39 | -------------------------------------------------------------------------------- /Meetings/F2F/2018.10.Lyon.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | # F2F Meeting in Lyon, France, October 22-23, 2018 6 | 7 | The meeting is organized as part of the [W3C Technical Plenary](https://www.w3.org/2018/10/TPAC/). See that page for further details on the location, registration, hotels, etc. 8 | 9 | There is also a dial-in possibility, using the [same Telco setup](../gotomeetings) as for the WG weekly calls. 10 | 11 | ## Agenda, Participants 12 | 13 | See [working document](https://docs.google.com/document/d/1Mt9PTcOdmrCwIsgfxbGMGjwHlUsySU01I0D4oBkSbcA/edit?usp=sharing) 14 | 15 | ## Meeting Minutes 16 | 17 | 18 | * 10-23: [Agenda](https://docs.google.com/document/d/1Mt9PTcOdmrCwIsgfxbGMGjwHlUsySU01I0D4oBkSbcA/edit), [Minutes](2018/2018-10-23-pwg.html) 19 | * 10-22: [Agenda](https://docs.google.com/document/d/1Mt9PTcOdmrCwIsgfxbGMGjwHlUsySU01I0D4oBkSbcA/edit), [Minutes](2018/2018-10-22-pwg.html) 20 | -------------------------------------------------------------------------------- /Meetings/F2F/2019.05.Cambridge.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | # F2F Meeting in Cambridge, MA, USA, May 6-7, 2019 6 | 7 | Location: [Google Cambridge Campus](http://tinyurl.com/ycxbvcj6), 355 Main St, Cambridge, MA 02142. 8 | 9 | There is also a dial-in possibility, using the [same Telco setup](../gotomeetings) as for the WG weekly calls. 10 | 11 | ## Agenda, Participants 12 | 13 | See [working document](https://docs.google.com/document/d/1-TB-_KCg97smmjcsbIVpi728qduOwESr3Og91-2Gtd4/edit). 14 | 15 | ## Meeting Minutes 16 | 17 | 18 | * 05-06: t.b.d. 19 | * 05-07: t.b.d. 20 | -------------------------------------------------------------------------------- /Meetings/F2F/2019.09.Fukuoka.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | # F2F Meeting in Fukuoka, Japan, September 16-17, 2018 6 | 7 | The meeting is organized as part of the [W3C Technical Plenary](https://www.w3.org/2019/09/TPAC/). See that page for further details on the location, registration, hotels, etc. 8 | 9 | There is also a dial-in possibility, using the [same Telco setup](../gotomeetings) as for the WG weekly calls. 10 | 11 | ## Agenda, Participants 12 | 13 | See [working document](https://docs.google.com/document/d/1Q8PUjzMY04peuYZdTkA6A0BBoFea_BSK4ygJlphkzh8/edit#heading=h.9kn2s1bey23f) 14 | 15 | ## Meeting Minutes 16 | 17 | -------------------------------------------------------------------------------- /Meetings/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | # Information on Meetings 6 | {: .no_toc} 7 | 8 | * TOC 9 | {:toc} 10 | 11 | ## Teleconferences 12 | 13 | As a maintenance group, this Working Group does not hold regular meetings. 14 | 15 | The Group also uses IRC for during the calls for minute taking, queue control, and general chit-chat. See the [separate page at W3C](https://www.w3.org/Project/IRC/) for further details. This Working Group uses the `#pwg` channel, and makes use of two bots on IRC: 16 | 17 | * `zakim` for queue control (see the separate [manual pages](https://www.w3.org/2001/12/zakim-irc-bot.html) for further details.) 18 | * `rrsagent` for scribing and minute generation (see the separate [manual pages](https://www.w3.org/2002/03/RRSAgent) on how to control the access rights and storage of the IRC logs, and the separate [`scribejs` features](https://github.com/w3c/scribejs/blob/master/features.md) for the scribe instructions). 19 | 20 | 21 | ## F2F meetings 22 | 23 | * [September 16-17, 2019, Fukuoka, Japan](./F2F/2019.09.Fukuoka) 24 | * [May 6-9, 2019, Cambridge, MA, USA](./F2F/2019.05.Cambridge) 25 | * [October 22-23, 2018, Lyon, France](./F2F/2018.10.Lyon) 26 | * [May 30-31, 2018, Toronto, Ontario, Canada](./F2F/2018.05.Toronto) 27 | * [November 6-7, 2017, Burlingame, CA, US](./F2F/2017.11.Burlingame) 28 | * [June 22-23, 2017, New-York, NY, USA](./F2F/2017.06.NYC) 29 | 30 | ## Meeting Minutes 31 | 32 | Meeting minutes (both for F2F and telcos) are listed [separately](./Minutes/). 33 | 34 | ### Minute taking 35 | 36 | Minutes are taken using IRC, and is based by a collective effort: one of the participants should be the scribe for (part of) a session. The `rrsagent` bot is used to archive the IRC log at the end of the call, and a separate tool (called [`scribejs`](https://github.com/w3c/scribejs/)) is used to generate the cleaned-up minutes that are published on the Working Group’s Web site. 37 | 38 | Minute taking and cleanup is greatly helped by: 39 | 40 | * the scribe should used a number conventions, documented [`scribejs` features](https://github.com/w3c/scribejs/blob/master/features.md) separately. 41 | * to help minute taking and cleaning them later, please use a consistent IRC handle; scribes should use that handle to identify the person speaking. `scribejs` automatically replaces the handle with the person’s full name, making the minutes more readable to outsiders. 42 | * note that in most IRC clients the `TAB` key can be used to expand to an existing irc handle 43 | 44 | * *Each participant should type `present+ ` (or simply `present+` for himself/herself) in the irc channel immediately upon joining the call.* (This will help the minute taker and improve the generated minutes.) 45 | 46 | ### Updating the minutes 47 | 48 | The minutes themselves are stored, in Markdown (more exactly in “Kremdown”) on the WG’s core [github repository](https://github.com/w3c/publ-wg) in the `Meetings/Minutes/2017`, `Meetings/Minutes/2018`, etc., folders. 49 | 50 | As described in the [separate page on our working mode](../WorkMode/index#telco), meeting minutes are considered as “Draft” until officially approved after five business days, usually at the subsequent meeting. During that period, if a participant requests a change in the minutes, he/she can issue, for example, a Pull Request with the proposed changes. 51 | -------------------------------------------------------------------------------- /Misc/Boston_F2F/F2F_Boston_2019_PBG.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/F2F_Boston_2019_PBG.pdf -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/0C09EB62-8135-4C02-9AE8-E1B7AFD2DDAF/assets/0C09EB62-8135-4C02-9AE8-E1B7AFD2DDAF.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/0C09EB62-8135-4C02-9AE8-E1B7AFD2DDAF/assets/0C09EB62-8135-4C02-9AE8-E1B7AFD2DDAF.pdf -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/0C09EB62-8135-4C02-9AE8-E1B7AFD2DDAF/thumbnail.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/0C09EB62-8135-4C02-9AE8-E1B7AFD2DDAF/thumbnail.jpeg -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/16826687-F284-4731-B7FD-611F3E967E5C/assets/16826687-F284-4731-B7FD-611F3E967E5C.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/16826687-F284-4731-B7FD-611F3E967E5C/assets/16826687-F284-4731-B7FD-611F3E967E5C.pdf -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/16826687-F284-4731-B7FD-611F3E967E5C/thumbnail.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/16826687-F284-4731-B7FD-611F3E967E5C/thumbnail.jpeg -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/2841BE76-A88B-4765-A7EF-1520B00F56E6/2841BE76-A88B-4765-A7EF-1520B00F56E6.json: -------------------------------------------------------------------------------- 1 | {"assets":{"BB41087FD2B458DBD5EEEBC2F9FE5BC1":{"type":"texture","index":1,"assetRequest":{"type":"slide","state":"contents","slide":"none"},"url":{"native":"assets\/2841BE76-A88B-4765-A7EF-1520B00F56E6.pdf"},"width":1024,"height":768},"DA40AF3B4859DFF49E262F695CD8416F":{"type":"texture","index":0,"assetRequest":{"type":"slide","state":"contents","slide":"none"},"url":{"native":"assets\/2841BE76-A88B-4765-A7EF-1520B00F56E6.pdf"},"width":1024,"height":768}},"events":[{"effects":[{"beginTime":0,"baseLayer":{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"objectID":"0","layers":[{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,-0.00049229876906403734,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"layers":[{"animations":[],"layers":[],"texturedRectangle":{"isBackgroundTexture":false,"singleTextureOpacity":1,"textureType":0,"textBaseline":0,"textXHeight":0,"isVerticalText":false},"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":0,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"texture":"BB41087FD2B458DBD5EEEBC2F9FE5BC1"},{"animations":[{"timeOffset":0,"from":{"scalar":false},"beginTime":0,"repeatCount":0,"fillMode":"both","property":"hidden","autoreverses":false,"duration":0.01,"to":{"scalar":true}}],"layers":[],"texturedRectangle":{"isBackgroundTexture":false,"singleTextureOpacity":1,"textureType":0,"textBaseline":0,"textXHeight":0,"isVerticalText":false},"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":0,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"texture":"DA40AF3B4859DFF49E262F695CD8416F"}]}]},"effects":[],"duration":0.01,"type":"transition","name":"none","objectID":"0"}],"automaticPlay":false,"hyperlinks":[],"accessibility":[{"text":"{ ... }","targetRectangle":{"y":173.10045068893814,"x":492.93532284200444,"width":137.75199999999995,"height":79.056533813476562}},{"text":"JSON Manifest","targetRectangle":{"y":286.11320757416087,"x":492.60875715399618,"width":198.1787109375,"height":40}},{"text":"Supplemental content","targetRectangle":{"y":596.27562485101146,"x":621.13586733925968,"width":290.888671875,"height":40}},{"text":"Audio content","targetRectangle":{"y":596.27562461934065,"x":305.44135922643403,"width":190.9130859375,"height":40}},{"text":"Cover","targetRectangle":{"y":286.11320709732388,"x":783.37815691165406,"width":80.8154296875,"height":40}},{"text":"Primary Entry Page","targetRectangle":{"y":282.41509404159967,"x":192.62166017856225,"width":262.001953125,"height":40}},{"text":"(optional)","targetRectangle":{"y":322.41509404159967,"x":258.38582033481225,"width":130.4736328125,"height":40}}],"baseLayer":{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"objectID":"0","layers":[{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,-0.00049229876906403734,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"layers":[{"animations":[],"layers":[],"texturedRectangle":{"isBackgroundTexture":false,"singleTextureOpacity":1,"textureType":0,"textBaseline":0,"textXHeight":0,"isVerticalText":false},"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":0,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"texture":"DA40AF3B4859DFF49E262F695CD8416F"}]}]}}]} -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/2841BE76-A88B-4765-A7EF-1520B00F56E6/2841BE76-A88B-4765-A7EF-1520B00F56E6.jsonp: -------------------------------------------------------------------------------- 1 | local_slide( {"name":"2841BE76-A88B-4765-A7EF-1520B00F56E6","json":{"assets":{"BB41087FD2B458DBD5EEEBC2F9FE5BC1":{"type":"texture","index":1,"assetRequest":{"type":"slide","state":"contents","slide":"none"},"url":{"native":"assets\/2841BE76-A88B-4765-A7EF-1520B00F56E6.pdf"},"width":1024,"height":768},"DA40AF3B4859DFF49E262F695CD8416F":{"type":"texture","index":0,"assetRequest":{"type":"slide","state":"contents","slide":"none"},"url":{"native":"assets\/2841BE76-A88B-4765-A7EF-1520B00F56E6.pdf"},"width":1024,"height":768}},"events":[{"effects":[{"beginTime":0,"baseLayer":{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"objectID":"0","layers":[{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,-0.00049229876906403734,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"layers":[{"animations":[],"layers":[],"texturedRectangle":{"isBackgroundTexture":false,"singleTextureOpacity":1,"textureType":0,"textBaseline":0,"textXHeight":0,"isVerticalText":false},"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":0,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"texture":"BB41087FD2B458DBD5EEEBC2F9FE5BC1"},{"animations":[{"timeOffset":0,"from":{"scalar":false},"beginTime":0,"repeatCount":0,"fillMode":"both","property":"hidden","autoreverses":false,"duration":0.01,"to":{"scalar":true}}],"layers":[],"texturedRectangle":{"isBackgroundTexture":false,"singleTextureOpacity":1,"textureType":0,"textBaseline":0,"textXHeight":0,"isVerticalText":false},"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":0,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"texture":"DA40AF3B4859DFF49E262F695CD8416F"}]}]},"effects":[],"duration":0.01,"type":"transition","name":"none","objectID":"0"}],"automaticPlay":false,"hyperlinks":[],"accessibility":[{"text":"{ ... }","targetRectangle":{"y":173.10045068893814,"x":492.93532284200444,"width":137.75199999999995,"height":79.056533813476562}},{"text":"JSON Manifest","targetRectangle":{"y":286.11320757416087,"x":492.60875715399618,"width":198.1787109375,"height":40}},{"text":"Supplemental content","targetRectangle":{"y":596.27562485101146,"x":621.13586733925968,"width":290.888671875,"height":40}},{"text":"Audio content","targetRectangle":{"y":596.27562461934065,"x":305.44135922643403,"width":190.9130859375,"height":40}},{"text":"Cover","targetRectangle":{"y":286.11320709732388,"x":783.37815691165406,"width":80.8154296875,"height":40}},{"text":"Primary Entry Page","targetRectangle":{"y":282.41509404159967,"x":192.62166017856225,"width":262.001953125,"height":40}},{"text":"(optional)","targetRectangle":{"y":322.41509404159967,"x":258.38582033481225,"width":130.4736328125,"height":40}}],"baseLayer":{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"objectID":"0","layers":[{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,-0.00049229876906403734,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"layers":[{"animations":[],"layers":[],"texturedRectangle":{"isBackgroundTexture":false,"singleTextureOpacity":1,"textureType":0,"textBaseline":0,"textXHeight":0,"isVerticalText":false},"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":0,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"texture":"DA40AF3B4859DFF49E262F695CD8416F"}]}]}}]}} ) -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/2841BE76-A88B-4765-A7EF-1520B00F56E6/assets/2841BE76-A88B-4765-A7EF-1520B00F56E6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/2841BE76-A88B-4765-A7EF-1520B00F56E6/assets/2841BE76-A88B-4765-A7EF-1520B00F56E6.pdf -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/2841BE76-A88B-4765-A7EF-1520B00F56E6/thumbnail.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/2841BE76-A88B-4765-A7EF-1520B00F56E6/thumbnail.jpeg -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/8CD7CCE6-AE14-488E-9FC4-589F903E0D40/assets/8CD7CCE6-AE14-488E-9FC4-589F903E0D40.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/8CD7CCE6-AE14-488E-9FC4-589F903E0D40/assets/8CD7CCE6-AE14-488E-9FC4-589F903E0D40.pdf -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/8CD7CCE6-AE14-488E-9FC4-589F903E0D40/thumbnail.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/8CD7CCE6-AE14-488E-9FC4-589F903E0D40/thumbnail.jpeg -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/D9498FA7-760B-4130-AC96-94A5B0BC1C85/assets/D9498FA7-760B-4130-AC96-94A5B0BC1C85.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/D9498FA7-760B-4130-AC96-94A5B0BC1C85/assets/D9498FA7-760B-4130-AC96-94A5B0BC1C85.pdf -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/D9498FA7-760B-4130-AC96-94A5B0BC1C85/thumbnail.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/D9498FA7-760B-4130-AC96-94A5B0BC1C85/thumbnail.jpeg -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/E15E13E6-6296-4E9E-BCA3-610ABEB48732/E15E13E6-6296-4E9E-BCA3-610ABEB48732.json: -------------------------------------------------------------------------------- 1 | {"assets":{"5B4D582381DEEE337808E57194156B35":{"type":"texture","index":0,"assetRequest":{"type":"slide","state":"contents","slide":"none"},"url":{"native":"assets\/E15E13E6-6296-4E9E-BCA3-610ABEB48732.pdf"},"width":1024,"height":768},"B5B6DA2F3485CDB84B912E1FDAE1E035":{"type":"texture","index":1,"assetRequest":{"type":"slide","state":"contents","slide":"none"},"url":{"native":"assets\/E15E13E6-6296-4E9E-BCA3-610ABEB48732.pdf"},"width":1024,"height":768}},"events":[{"effects":[{"beginTime":0,"baseLayer":{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"objectID":"0","layers":[{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,-0.00049229876906403734,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"layers":[{"animations":[],"layers":[],"texturedRectangle":{"isBackgroundTexture":false,"singleTextureOpacity":1,"textureType":0,"textBaseline":0,"textXHeight":0,"isVerticalText":false},"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":0,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"texture":"B5B6DA2F3485CDB84B912E1FDAE1E035"},{"animations":[{"timeOffset":0,"from":{"scalar":false},"beginTime":0,"repeatCount":0,"fillMode":"both","property":"hidden","autoreverses":false,"duration":0.01,"to":{"scalar":true}}],"layers":[],"texturedRectangle":{"isBackgroundTexture":false,"singleTextureOpacity":1,"textureType":0,"textBaseline":0,"textXHeight":0,"isVerticalText":false},"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":0,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"texture":"5B4D582381DEEE337808E57194156B35"}]}]},"effects":[],"duration":0.01,"type":"transition","name":"none","objectID":"0"}],"automaticPlay":false,"hyperlinks":[],"accessibility":[{"text":"Date","targetRectangle":{"y":697.5,"x":33.08837890625,"width":34.9892578125,"height":24}},{"text":"Lightweight Packaging Format","targetRectangle":{"y":548,"x":32,"width":840.44800080108644,"height":79.4638671875}}],"baseLayer":{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"objectID":"0","layers":[{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,-0.00049229876906403734,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"layers":[{"animations":[],"layers":[],"texturedRectangle":{"isBackgroundTexture":false,"singleTextureOpacity":1,"textureType":0,"textBaseline":0,"textXHeight":0,"isVerticalText":false},"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":0,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"texture":"5B4D582381DEEE337808E57194156B35"}]}]}}]} -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/E15E13E6-6296-4E9E-BCA3-610ABEB48732/E15E13E6-6296-4E9E-BCA3-610ABEB48732.jsonp: -------------------------------------------------------------------------------- 1 | local_slide( {"name":"E15E13E6-6296-4E9E-BCA3-610ABEB48732","json":{"assets":{"5B4D582381DEEE337808E57194156B35":{"type":"texture","index":0,"assetRequest":{"type":"slide","state":"contents","slide":"none"},"url":{"native":"assets\/E15E13E6-6296-4E9E-BCA3-610ABEB48732.pdf"},"width":1024,"height":768},"B5B6DA2F3485CDB84B912E1FDAE1E035":{"type":"texture","index":1,"assetRequest":{"type":"slide","state":"contents","slide":"none"},"url":{"native":"assets\/E15E13E6-6296-4E9E-BCA3-610ABEB48732.pdf"},"width":1024,"height":768}},"events":[{"effects":[{"beginTime":0,"baseLayer":{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"objectID":"0","layers":[{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,-0.00049229876906403734,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"layers":[{"animations":[],"layers":[],"texturedRectangle":{"isBackgroundTexture":false,"singleTextureOpacity":1,"textureType":0,"textBaseline":0,"textXHeight":0,"isVerticalText":false},"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":0,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"texture":"B5B6DA2F3485CDB84B912E1FDAE1E035"},{"animations":[{"timeOffset":0,"from":{"scalar":false},"beginTime":0,"repeatCount":0,"fillMode":"both","property":"hidden","autoreverses":false,"duration":0.01,"to":{"scalar":true}}],"layers":[],"texturedRectangle":{"isBackgroundTexture":false,"singleTextureOpacity":1,"textureType":0,"textBaseline":0,"textXHeight":0,"isVerticalText":false},"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":0,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"texture":"5B4D582381DEEE337808E57194156B35"}]}]},"effects":[],"duration":0.01,"type":"transition","name":"none","objectID":"0"}],"automaticPlay":false,"hyperlinks":[],"accessibility":[{"text":"Date","targetRectangle":{"y":697.5,"x":33.08837890625,"width":34.9892578125,"height":24}},{"text":"Lightweight Packaging Format","targetRectangle":{"y":548,"x":32,"width":840.44800080108644,"height":79.4638671875}}],"baseLayer":{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"objectID":"0","layers":[{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,-0.00049229876906403734,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"layers":[{"animations":[],"layers":[],"texturedRectangle":{"isBackgroundTexture":false,"singleTextureOpacity":1,"textureType":0,"textBaseline":0,"textXHeight":0,"isVerticalText":false},"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":0,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"texture":"5B4D582381DEEE337808E57194156B35"}]}]}}]}} ) -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/E15E13E6-6296-4E9E-BCA3-610ABEB48732/assets/E15E13E6-6296-4E9E-BCA3-610ABEB48732.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/E15E13E6-6296-4E9E-BCA3-610ABEB48732/assets/E15E13E6-6296-4E9E-BCA3-610ABEB48732.pdf -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/E15E13E6-6296-4E9E-BCA3-610ABEB48732/thumbnail.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/E15E13E6-6296-4E9E-BCA3-610ABEB48732/thumbnail.jpeg -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/E90EE7A4-D5B6-43B3-8AA5-4302D351FA2A/assets/E90EE7A4-D5B6-43B3-8AA5-4302D351FA2A.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/E90EE7A4-D5B6-43B3-8AA5-4302D351FA2A/assets/E90EE7A4-D5B6-43B3-8AA5-4302D351FA2A.pdf -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/E90EE7A4-D5B6-43B3-8AA5-4302D351FA2A/thumbnail.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/E90EE7A4-D5B6-43B3-8AA5-4302D351FA2A/thumbnail.jpeg -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/F1BC8B68-B7A6-4C89-AA93-2B6223322E41/F1BC8B68-B7A6-4C89-AA93-2B6223322E41.json: -------------------------------------------------------------------------------- 1 | {"assets":{"BB41087FD2B458DBD5EEEBC2F9FE5BC1":{"type":"texture","index":0,"assetRequest":{"type":"slide","state":"contents","slide":"none"},"url":{"native":"assets\/F1BC8B68-B7A6-4C89-AA93-2B6223322E41.pdf"},"width":1024,"height":768},"C81C07732995CFE67D0A2346D1973085":{"type":"texture","index":1,"assetRequest":{"type":"slide","state":"contents","slide":"none"},"url":{"native":"assets\/F1BC8B68-B7A6-4C89-AA93-2B6223322E41.pdf"},"width":1024,"height":768}},"events":[{"effects":[{"beginTime":0,"baseLayer":{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"objectID":"0","layers":[{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,-0.00049229876906403734,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"layers":[{"animations":[],"layers":[],"texturedRectangle":{"isBackgroundTexture":false,"singleTextureOpacity":1,"textureType":0,"textBaseline":0,"textXHeight":0,"isVerticalText":false},"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":0,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"texture":"C81C07732995CFE67D0A2346D1973085"},{"animations":[{"timeOffset":0,"from":{"scalar":false},"beginTime":0,"repeatCount":0,"fillMode":"both","property":"hidden","autoreverses":false,"duration":0.01,"to":{"scalar":true}}],"layers":[],"texturedRectangle":{"isBackgroundTexture":false,"singleTextureOpacity":1,"textureType":0,"textBaseline":0,"textXHeight":0,"isVerticalText":false},"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":0,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"texture":"BB41087FD2B458DBD5EEEBC2F9FE5BC1"}]}]},"effects":[],"duration":0.01,"type":"transition","name":"none","objectID":"0"}],"automaticPlay":false,"hyperlinks":[{"url":"https:\/\/raw.githack.com\/w3c\/pwpub\/master\/spec\/ocf-lite.html","targetRectangle":{"y":367,"x":81.999999523162842,"width":866.4111328125,"height":142}},{"url":"https:\/\/github.com\/w3c\/pwpub\/issues","targetRectangle":{"y":509,"x":81.999999523162842,"width":812.6767578125,"height":142}}],"accessibility":[{"text":"It can now be finalized very soon","targetRectangle":{"y":317,"x":72.000001430511475,"width":556.12109375,"height":50}},{"text":"Draft spec: https:\/\/raw.githack.com\/w3c\/pwpub\/master\/spec\/ocf-lite.html","targetRectangle":{"y":367,"x":81.999999523162842,"width":866.4111328125,"height":142}},{"text":"Open issues: https:\/\/github.com\/w3c\/pwpub\/issues","targetRectangle":{"y":509,"x":81.999999523162842,"width":812.6767578125,"height":142}},{"text":"Where we are","targetRectangle":{"y":76,"x":32,"width":385.72800034332272,"height":79.4638671875}}],"baseLayer":{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"objectID":"0","layers":[{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,-0.00049229876906403734,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"layers":[{"animations":[],"layers":[],"texturedRectangle":{"isBackgroundTexture":false,"singleTextureOpacity":1,"textureType":0,"textBaseline":0,"textXHeight":0,"isVerticalText":false},"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":0,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"texture":"BB41087FD2B458DBD5EEEBC2F9FE5BC1"}]}]}}]} -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/F1BC8B68-B7A6-4C89-AA93-2B6223322E41/F1BC8B68-B7A6-4C89-AA93-2B6223322E41.jsonp: -------------------------------------------------------------------------------- 1 | local_slide( {"name":"F1BC8B68-B7A6-4C89-AA93-2B6223322E41","json":{"assets":{"BB41087FD2B458DBD5EEEBC2F9FE5BC1":{"type":"texture","index":0,"assetRequest":{"type":"slide","state":"contents","slide":"none"},"url":{"native":"assets\/F1BC8B68-B7A6-4C89-AA93-2B6223322E41.pdf"},"width":1024,"height":768},"C81C07732995CFE67D0A2346D1973085":{"type":"texture","index":1,"assetRequest":{"type":"slide","state":"contents","slide":"none"},"url":{"native":"assets\/F1BC8B68-B7A6-4C89-AA93-2B6223322E41.pdf"},"width":1024,"height":768}},"events":[{"effects":[{"beginTime":0,"baseLayer":{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"objectID":"0","layers":[{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,-0.00049229876906403734,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"layers":[{"animations":[],"layers":[],"texturedRectangle":{"isBackgroundTexture":false,"singleTextureOpacity":1,"textureType":0,"textBaseline":0,"textXHeight":0,"isVerticalText":false},"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":0,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"texture":"C81C07732995CFE67D0A2346D1973085"},{"animations":[{"timeOffset":0,"from":{"scalar":false},"beginTime":0,"repeatCount":0,"fillMode":"both","property":"hidden","autoreverses":false,"duration":0.01,"to":{"scalar":true}}],"layers":[],"texturedRectangle":{"isBackgroundTexture":false,"singleTextureOpacity":1,"textureType":0,"textBaseline":0,"textXHeight":0,"isVerticalText":false},"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":0,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"texture":"BB41087FD2B458DBD5EEEBC2F9FE5BC1"}]}]},"effects":[],"duration":0.01,"type":"transition","name":"none","objectID":"0"}],"automaticPlay":false,"hyperlinks":[{"url":"https:\/\/raw.githack.com\/w3c\/pwpub\/master\/spec\/ocf-lite.html","targetRectangle":{"y":367,"x":81.999999523162842,"width":866.4111328125,"height":142}},{"url":"https:\/\/github.com\/w3c\/pwpub\/issues","targetRectangle":{"y":509,"x":81.999999523162842,"width":812.6767578125,"height":142}}],"accessibility":[{"text":"It can now be finalized very soon","targetRectangle":{"y":317,"x":72.000001430511475,"width":556.12109375,"height":50}},{"text":"Draft spec: https:\/\/raw.githack.com\/w3c\/pwpub\/master\/spec\/ocf-lite.html","targetRectangle":{"y":367,"x":81.999999523162842,"width":866.4111328125,"height":142}},{"text":"Open issues: https:\/\/github.com\/w3c\/pwpub\/issues","targetRectangle":{"y":509,"x":81.999999523162842,"width":812.6767578125,"height":142}},{"text":"Where we are","targetRectangle":{"y":76,"x":32,"width":385.72800034332272,"height":79.4638671875}}],"baseLayer":{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"objectID":"0","layers":[{"animations":[],"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,-0.00049229876906403734,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":251658240,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"layers":[{"animations":[],"layers":[],"texturedRectangle":{"isBackgroundTexture":false,"singleTextureOpacity":1,"textureType":0,"textBaseline":0,"textXHeight":0,"isVerticalText":false},"initialState":{"affineTransform":[1,0,0,1,0,0],"masksToBounds":false,"rotation":0,"scale":1,"position":{"pointX":512,"pointY":384},"width":1024,"sublayerTransform":[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],"contentsRect":{"y":0,"x":0,"width":1,"height":1},"opacity":1,"edgeAntialiasingMask":0,"height":768,"hidden":false,"anchorPoint":{"pointX":0.5,"pointY":0.5}},"texture":"BB41087FD2B458DBD5EEEBC2F9FE5BC1"}]}]}}]}} ) -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/F1BC8B68-B7A6-4C89-AA93-2B6223322E41/assets/F1BC8B68-B7A6-4C89-AA93-2B6223322E41.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/F1BC8B68-B7A6-4C89-AA93-2B6223322E41/assets/F1BC8B68-B7A6-4C89-AA93-2B6223322E41.pdf -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/F1BC8B68-B7A6-4C89-AA93-2B6223322E41/thumbnail.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/F1BC8B68-B7A6-4C89-AA93-2B6223322E41/thumbnail.jpeg -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/header.json: -------------------------------------------------------------------------------- 1 | {"autoplayTransitionDelay":5,"author":"","timestamp":"2019-35-6 15:5:9","loopSlideshow":0,"filename":"W3C Boston F2F May 2019","autoplayBuildDelay":2,"comment":"","title":"W3C Boston F2F May 2019","showMode":0,"creator":"Apple Keynote 9.0.1","slideList":["E15E13E6-6296-4E9E-BCA3-610ABEB48732","16826687-F284-4731-B7FD-611F3E967E5C","D9498FA7-760B-4130-AC96-94A5B0BC1C85","0C09EB62-8135-4C02-9AE8-E1B7AFD2DDAF","8CD7CCE6-AE14-488E-9FC4-589F903E0D40","2841BE76-A88B-4765-A7EF-1520B00F56E6","F1BC8B68-B7A6-4C89-AA93-2B6223322E41","E90EE7A4-D5B6-43B3-8AA5-4302D351FA2A"],"soundtrack":{"mode":0,"volume":1},"slideWidth":1024,"slideHeight":768,"slideCount":8,"majorVersion":1,"minorVersion":2,"fonts":["HelveticaNeue-Light","HelveticaNeue","Times-Roman","Helvetica","Palatino-Bold","Didot","Palatino-Italic","Palatino-Roman","Menlo-Regular"]} -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/header.jsonp: -------------------------------------------------------------------------------- 1 | local_header( {"autoplayTransitionDelay":5,"author":"","timestamp":"2019-35-6 15:5:9","loopSlideshow":0,"filename":"W3C Boston F2F May 2019","autoplayBuildDelay":2,"comment":"","title":"W3C Boston F2F May 2019","showMode":0,"creator":"Apple Keynote 9.0.1","slideList":["E15E13E6-6296-4E9E-BCA3-610ABEB48732","16826687-F284-4731-B7FD-611F3E967E5C","D9498FA7-760B-4130-AC96-94A5B0BC1C85","0C09EB62-8135-4C02-9AE8-E1B7AFD2DDAF","8CD7CCE6-AE14-488E-9FC4-589F903E0D40","2841BE76-A88B-4765-A7EF-1520B00F56E6","F1BC8B68-B7A6-4C89-AA93-2B6223322E41","E90EE7A4-D5B6-43B3-8AA5-4302D351FA2A"],"soundtrack":{"mode":0,"volume":1},"slideWidth":1024,"slideHeight":768,"slideCount":8,"majorVersion":1,"minorVersion":2,"fonts":["HelveticaNeue-Light","HelveticaNeue","Times-Roman","Helvetica","Palatino-Bold","Didot","Palatino-Italic","Palatino-Roman","Menlo-Regular"]} ) -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/Acknowledgements.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/Acknowledgements.pdf -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/AnimationManager.js: -------------------------------------------------------------------------------- 1 | var kKeyframeRule=window.CSSRule.WEBKIT_KEYFRAMES_RULE;var AnimationManager=Class.create({initialize:function(){var a=document.createElement("style");a.type="text/css";a.media="screen";document.getElementsByTagName("head")[0].appendChild(a);this.styleSheet=document.styleSheets[document.styleSheets.length-1];this.createdAnimations=new Object()},createAnimation:function(a){this.styleSheet.insertRule(kKeyframesPropertyName+" "+a+" {}",0);return this.styleSheet.cssRules[0]},deleteAllAnimations:function(){while(this.styleSheet.cssRules.length>0){this.styleSheet.deleteRule(0)}this.createdAnimations=new Object()},markAnimationsCreated:function(a){this.createdAnimations[a]=true},animationsCreated:function(a){return this.createdAnimations[a]}}); -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/Help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/Help.png -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/KNTransitionSlide_Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/KNTransitionSlide_Black.png -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/KNTransitionSwoosh_Shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/KNTransitionSwoosh_Shadow.png -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/KeynoteDHTMLPlayer.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Keynote 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 | 51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 | 70 | 71 | -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/OrientationController.js: -------------------------------------------------------------------------------- 1 | /* 2 | * OrientationController.js 3 | * Keynote HTML Player 4 | * 5 | * Responsibility: Tungwei Cheng 6 | * Copyright (c) 2009-2013 Apple Inc. All rights reserved. 7 | */ 8 | 9 | var kOrientationChangedEvent = "OrientationController:OrientationChangedEvent"; 10 | 11 | var OrientationController = Class.create({ 12 | initialize: function() { 13 | if (gDevice == kDeviceMobile) { 14 | Event.observe(window, "orientationchange", this.handleDeviceOrientationChangeEvent.bind(this)); 15 | this.handleDeviceOrientationChangeEvent(); 16 | } 17 | 18 | this.orientation = kOrientationUnknown; 19 | }, 20 | 21 | handleDeviceOrientationChangeEvent: function(event) { 22 | var orientationInDegrees = window.orientation; 23 | var newOrientation = kOrientationUnknown; 24 | 25 | if ((orientationInDegrees === 0) || (orientationInDegrees === 180)) { 26 | newOrientation = kOrientationPortrait; 27 | } else { 28 | newOrientation = kOrientationLandscape; 29 | } 30 | this.changeOrientation(newOrientation); 31 | }, 32 | 33 | changeOrientation: function(newOrientation) { 34 | this.orientation = newOrientation; 35 | 36 | document.fire(kOrientationChangedEvent, { 37 | orientation: this.orientation 38 | }); 39 | } 40 | }); 41 | -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/SlideManager.js: -------------------------------------------------------------------------------- 1 | var SlideManager=Class.create({initialize:function(c){this.header=c.header;this.slides={};for(var a=0,b=this.header.slideList.length;a0){this.hyperlinkPlane.removeChild(this.hyperlinkPlane.firstChild)}this.audioTrackOffset=this.audioTrackSpacer},handleStageSizeDidChangeEvent:function(a){this.stageWidth=a.memo.width;this.stageHeight=a.memo.height;this.adjustStageToFit(this.stage);this.adjustStageToFit(this.hyperlinkPlane)},handleShowSizeDidChangeEvent:function(a){this.showWidth=a.memo.width;this.showHeight=a.memo.height;this.adjustStageToFit(this.stage);this.adjustStageToFit(this.hyperlinkPlane);this.audioTrackIconSize=this.showHeight/4;this.audioTrackSpacer=this.audioTrackIconSize/4;this.audioTrackOffset=this.audioTrackSpacer},adjustStageToFit:function(b){if((this.showWidth!=0)&&(this.stageWidth!=0)){var d=this.stageHeight/this.showHeight;var f=this.stageWidth/this.showWidth;var a="scaleX("+f+") scaleY("+d+")";var e=20;var c=Math.tan(Math.PI/180*e/2)*15*(this.showWidth>this.showHeight?this.showHeight:this.showWidth);this.perspective=c;setElementProperty(b,kTransformOriginPropertyName,kTransformOriginCenterPropertyValue);setElementProperty(b,kTransformPropertyName,a);setElementProperty(b,kPerspectiveOriginPropertyName,kTransformOriginCenterPropertyValue);setElementProperty(b,kTransformStylePropertyName,kTransformStylePreserve3DPropertyValue);setElementPosition(b,(d-1)*this.showHeight/2,(f-1)*this.showWidth/2,this.showWidth,this.showHeight);document.fire(kStageIsReadyEvent,{})}},debugGetStageStatistics:function(){var a={numTextures:0,numPixels:0,numDegraded:0};this.debugRecursivelyWalkDomFrom(this.stage,a);return a}}); -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/TSDAnimation.js: -------------------------------------------------------------------------------- 1 | /* 2 | * TSDAnimation.js 3 | * Keynote HTML Player 4 | * 5 | * Created by Tungwei Cheng 6 | * Copyright (c) 2016 Apple Inc. All rights reserved. 7 | */ 8 | 9 | // Stuff from TSDAnimation.h 10 | 11 | // Common acceleration values. 12 | var KNAnimationActionAcceleration = { 13 | kSFXActionAccelerationNone: 0, 14 | kSFXActionAccelerationEaseIn: 1, 15 | kSFXActionAccelerationEaseOut: 2, 16 | kSFXActionAccelerationEaseBoth: 3, 17 | kSFXActionAccelerationCustom: 4 18 | }; 19 | 20 | //Standard action build effect names. 21 | var KNActionOpacityName = "apple:action-opacity"; 22 | var KNActionMotionPathName = "apple:action-motion-path"; 23 | var KNActionRotationName = "apple:action-rotation"; 24 | var KNActionScaleName = "apple:action-scale"; 25 | 26 | // Emphasis action build effect names. 27 | var KNActionPopName = "apple:action-pop"; 28 | var KNActionPulseName = "apple:action-pulse"; 29 | var KNActionBlinkName = "apple:action-blink"; 30 | var KNActionFlipName = "apple:action-flip"; 31 | var KNActionBounceName = "apple:action-bounce"; 32 | var KNActionJiggleName = "apple:action-jiggle"; 33 | 34 | //Global directions 35 | var KNDirection = { 36 | kKNDirectionNone: 0, 37 | kKNDirectionLeftToRight: 11, 38 | kKNDirectionRightToLeft: 12, 39 | kKNDirectionTopToBottom: 13, 40 | kKNDirectionBottomToTop: 14, 41 | kKNDirectionUpperLeftToBottomRight: 21, 42 | kKNDirectionUpperRightToBottomLeft: 22, 43 | kKNDirectionLowerLeftToUpperRight: 23, 44 | kKNDirectionLowerRightToUpperLeft: 24, 45 | kKNDirectionClockwise: 31, 46 | kKNDirectionCounterclockwise: 32, 47 | kKNDirectionIn: 41, 48 | kKNDirectionOut: 42, 49 | kKNDirectionUp: 43, 50 | kKNDirectionDown: 44, 51 | kKNDirectionStartToEnd: 51, 52 | kKNDirectionEndToStart: 52, 53 | kKNDirectionMiddleToEnds: 53, 54 | kKNDirectionEndsToMiddle: 54, 55 | kKNDirectionRandom: 91, 56 | kKNDirectionAlternating: 92, 57 | kKNDirectionSimultaneous: 93, 58 | kKNDirectionBCForward: 111, 59 | kKNDirectionBCBackward: 112, 60 | kKNDirectionBCRandom: 113, 61 | kKNDirectionBCCenter: 114, 62 | kKNDirectionBCEdges: 115, 63 | kKNDirectionGravity: 121, 64 | kKNDirectionNoGravity: 122 65 | }; 66 | 67 | // end of TSDAnimation.h 68 | 69 | // Stuff from TSDAnimation.m 70 | var kKNAnimationStringTypeNone = "None"; 71 | var kKNAnimationStringTypeBuildIn = "In"; 72 | var kKNAnimationStringTypeBuildOut = "Out"; 73 | var kKNAnimationStringTypeTransition = "Transition"; 74 | var kKNAnimationStringTypeActionBuild = "Action"; 75 | 76 | function KNEffectIsActionEffect(effect) { 77 | if ([KNActionOpacityName, KNActionMotionPathName, KNActionRotationName, KNActionScaleName].indexOf(effect) > -1) { 78 | return true; 79 | } else { 80 | return false; 81 | } 82 | } 83 | 84 | function KNEffectIsEmphasisEffect(effect) { 85 | if ([KNActionPopName, KNActionPulseName, KNActionBlinkName, KNActionFlipName, KNActionBounceName, KNActionJiggleName].indexOf(effect) > -1) { 86 | return true; 87 | } else { 88 | return false; 89 | } 90 | } 91 | 92 | // end of TSDAnimation.m 93 | -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/close_hi@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/close_hi@2x.png -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/close_n@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/close_n@2x.png -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/close_p@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/close_p@2x.png -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/gl/ParameterGroup.js: -------------------------------------------------------------------------------- 1 | /* 2 | * ParameterGroup.js 3 | * Keynote HTML Player 4 | * 5 | * Created by Tungwei Cheng 6 | * Copyright (c) 2018 Apple Inc. All rights reserved. 7 | */ 8 | 9 | var KNAnimParameterGroup = Class.create({ 10 | initialize: function(name) { 11 | this.parameterGroup = ParameterGroup[name]; 12 | 13 | this.animationCurves = {}; 14 | }, 15 | 16 | doubleForKey: function(key) { 17 | var result = this.parameterGroup[key].dblValue; 18 | 19 | if (!result) { 20 | result = this.parameterGroup[key]; 21 | } 22 | 23 | return result; 24 | }, 25 | 26 | boolForKey: function(key) { 27 | var result = this.parameterGroup[key].dblValue; 28 | 29 | if (!result) { 30 | result = this.parameterGroup[key]; 31 | } 32 | 33 | return result > 0; 34 | }, 35 | 36 | doubleForAnimationCurve: function(key, percent) { 37 | var path = this.pathForAnimationCurve(key); 38 | var result = path.yValueFromXValue(percent); 39 | 40 | return result; 41 | }, 42 | 43 | pathForAnimationCurve: function(key) { 44 | var bezierCurve = this.animationCurves[key]; 45 | 46 | if (!bezierCurve) { 47 | var parameter = this.parameterGroup[key]; 48 | bezierCurve = new CubicBezierPath(parameter.controlPoints[0], parameter.controlPoints[1]); 49 | 50 | this.animationCurves[key] = bezierCurve; 51 | } 52 | 53 | return bezierCurve; 54 | } 55 | }); 56 | 57 | // Bezier Curve with Newton's method for solving 58 | var CubicBezierPath = Class.create({ 59 | initialize: function(p1, p2) { 60 | var cx = this.cx = 3 * p1.x; 61 | var bx = this.bx = 3 * (p2.x - p1.x) - cx; 62 | var ax = this.ax = 1 - cx - bx; 63 | 64 | var cy = this.cy = 3 * p1.y; 65 | var by = this.by = 3 * (p2.y - p1.y) - cy; 66 | var ay = this.ay = 1 - cy - by; 67 | 68 | // loop 5 times maximum 69 | this.iteration = 5; 70 | 71 | // the tolerance accepted 72 | this.epsilon = 1e-4; 73 | }, 74 | 75 | bezierCurveX: function(t) { 76 | return t * (this.cx + t * (this.bx + t * this.ax)); 77 | }, 78 | 79 | bezierCurveY: function(t) { 80 | return t * (this.cy + t * (this.by + t * this.ay)); 81 | }, 82 | 83 | bezierCurveDerivativeX: function(t) { 84 | return this.cx + t * (2 * this.bx + 3 * this.ax * t); 85 | }, 86 | 87 | solveXForT: function(t) { 88 | var epsilon = this.epsilon; 89 | var x0 = t; 90 | var x1; 91 | 92 | for (var i = 0, length = this.iteration; i < length; i++) { 93 | x1 = this.bezierCurveX(x0) - t; 94 | 95 | if (Math.abs(x1) < epsilon) { 96 | break; 97 | } 98 | 99 | x0 = x0 - (x1 / this.bezierCurveDerivativeX(x0)); 100 | } 101 | 102 | return x0; 103 | }, 104 | 105 | yValueFromXValue: function(xValue) { 106 | return this.bezierCurveY(this.solveXForT(xValue)); 107 | } 108 | 109 | }); 110 | 111 | var ParameterGroup = { 112 | "Fireworks": { 113 | "FireworkSizeMax": 0.3, 114 | "FireworkDurationMax": 2, 115 | "ParticleTrailsDitherMax": 2, 116 | "SparkleStartTime": 0.5, 117 | "TextOpacityEndTime": 0.6, 118 | "ParticleTransparency": { 119 | "dblValue": 0, 120 | "controlPoints": [{"x": 1, "y": 0}, {"x": 0.718446, "y": 1}] 121 | }, 122 | "TextOpacityTiming": { 123 | "dblValue": 0, 124 | "controlPoints": [{"x": 1, "y": 0}, {"x": 0.825627, "y": 1}] 125 | }, 126 | "BloomBlurScale":4, 127 | "Gravity": 20, 128 | "ParticleBurstTiming": { 129 | "dblValue": 0, 130 | "controlPoints": [{"x": 0, "y": 1}, {"x": 0.551894, "y": 0.993738}] 131 | }, 132 | "ParticleSizeStart": 0.5, 133 | "ParticleTrailsDitherAmount": 0.5, 134 | "CenterBurstOpacity": 1, 135 | "BloomPower": 3, 136 | "ParticleSizeMax": 0.5, 137 | "ParticleSizeMin": 3, 138 | "CenterBurstScaleMin": 0.15, 139 | "TrailsFadeOutMax": 0.1, 140 | "CenterBurstScaleMax": 0.3, 141 | "TrailsFadeOutMin": 0.03, 142 | "TextOpacityBeginTime": 0.1, 143 | "ParticleCount": 200, 144 | "SparklePeriod": 13, 145 | "ParticleColorRandomness": 0.09, 146 | "FireworkSpeedMax": 1, 147 | "FireworkDurationMin": 1, 148 | "FireworkSizeMin": 0.15, 149 | "ParticleLifeSpanMinDuration": 0.5, 150 | "FireworkSpeedMin": 0.8, 151 | "FireworksCount": 2 152 | } 153 | }; 154 | -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/gl/TSDGLFrameBuffer.js: -------------------------------------------------------------------------------- 1 | /* 2 | * TSDGLFrameBuffer.js 3 | * Keynote HTML Player 4 | * 5 | * Created by Tungwei Cheng 6 | * Copyright (c) 2018 Apple Inc. All rights reserved. 7 | */ 8 | 9 | var TSDGLFrameBuffer = Class.create({ 10 | initialize: function(gl, size, textureCount) { 11 | this.gl = gl; 12 | 13 | // framebuffer size 14 | this.size = size; 15 | 16 | // number of framebuffer-attachable texture images 17 | this.textureCount = textureCount; 18 | 19 | // current texture index 20 | this.currentTextureIndex = 0; 21 | 22 | // create framebuffer-attachable texture images 23 | this.setupFramebuffer(gl, size, textureCount); 24 | }, 25 | 26 | setupFramebuffer: function(gl, size, textureCount) { 27 | // create and bind frame buffer object 28 | var buffer = this.buffer = gl.createFramebuffer(); 29 | 30 | gl.bindFramebuffer(gl.FRAMEBUFFER, buffer); 31 | 32 | var textures = this.textures = []; 33 | 34 | // set up framebuffer texture(s) 35 | for (var i = 0; i < textureCount; i++) { 36 | var texture = gl.createTexture(); 37 | 38 | // bind texture 39 | gl.bindTexture(gl.TEXTURE_2D, texture); 40 | 41 | gl.pixelStorei(gl.UNPACK_PREMULTIPLY_ALPHA_WEBGL, true); 42 | gl.pixelStorei(gl.UNPACK_FLIP_Y_WEBGL, false); 43 | 44 | // setup texture parameters 45 | gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_WRAP_S, gl.CLAMP_TO_EDGE); 46 | gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_WRAP_T, gl.CLAMP_TO_EDGE); 47 | gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_MIN_FILTER, gl.LINEAR); 48 | gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_MAG_FILTER, gl.LINEAR); 49 | 50 | // specify the texture size for memory allocation 51 | gl.texImage2D(gl.TEXTURE_2D, 0, gl.RGBA, size.width, size.height, 0, gl.RGBA, gl.UNSIGNED_BYTE, null); 52 | 53 | // unbind texture 54 | gl.bindTexture(gl.TEXTURE_2D, null); 55 | 56 | textures.push(texture); 57 | } 58 | 59 | // bind current texture to the framebuffer 60 | gl.framebufferTexture2D(gl.FRAMEBUFFER, gl.COLOR_ATTACHMENT0, gl.TEXTURE_2D, textures[this.currentTextureIndex], 0); 61 | 62 | // unbind framebuffer 63 | gl.bindFramebuffer(gl.FRAMEBUFFER, null); 64 | }, 65 | 66 | currentGLTexture: function() { 67 | var texture = this.textures[this.currentTextureIndex]; 68 | 69 | return texture; 70 | }, 71 | 72 | setCurrentTextureToNext: function() { 73 | var textureCount = this.textureCount; 74 | 75 | if (this.textureCount > 0) { 76 | var currentTextureIndex = this.currentTextureIndex; 77 | var nextTextureIndex = (currentTextureIndex + 1) % textureCount; 78 | 79 | this.currentTextureIndex = nextTextureIndex; 80 | 81 | // bind the framebuffer to the next texture 82 | this.bindFramebuffer(); 83 | } 84 | }, 85 | 86 | bindFramebuffer: function() { 87 | var gl = this.gl; 88 | 89 | //bind framebuffer 90 | gl.bindFramebuffer(gl.FRAMEBUFFER, this.buffer); 91 | 92 | // bind current texture 93 | gl.framebufferTexture2D(gl.FRAMEBUFFER, gl.COLOR_ATTACHMENT0, gl.TEXTURE_2D, this.textures[this.currentTextureIndex], 0); 94 | }, 95 | 96 | currentGLFramebuffer: function() { 97 | var gl = this.gl; 98 | var framebuffer = gl.getParameter(gl.FRAMEBUFFER_BINDING); 99 | 100 | return framebuffer; 101 | }, 102 | 103 | unbindFramebufferAndBindGLFramebuffer: function(currentGLFramebuffer) { 104 | var gl = this.gl; 105 | gl.bindFramebuffer(gl.FRAMEBUFFER, currentGLFramebuffer); 106 | } 107 | 108 | }); 109 | 110 | TSDGLFrameBuffer.currentGLFramebuffer = function(gl) { 111 | // use getParameter in WebGL as there is no getIntegerv implementation 112 | var framebuffer = gl.getParameter(gl.FRAMEBUFFER_BINDING); 113 | 114 | // this will return null if drawing buffer is the display default 115 | return framebuffer; 116 | }; 117 | -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/kn-cloud_pd_help_btn-H@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/kn-cloud_pd_help_btn-H@2x.png -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/kn-cloud_pd_help_btn-N@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/kn-cloud_pd_help_btn-N@2x.png -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/kn-cloud_pd_help_btn-P@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/kn-cloud_pd_help_btn-P@2x.png -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/left_arrow_mobile_d-hd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/left_arrow_mobile_d-hd.png -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/left_arrow_mobile_d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/left_arrow_mobile_d.png -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/left_arrow_mobile_n-hd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/left_arrow_mobile_n-hd.png -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/left_arrow_mobile_n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/left_arrow_mobile_n.png -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/78-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/78-EUC-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/78-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/78-EUC-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/78-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/78-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/78-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/78-RKSJ-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/78-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/78-RKSJ-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/78-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/78-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/78ms-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/78ms-RKSJ-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/78ms-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/78ms-RKSJ-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/83pv-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/83pv-RKSJ-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/90ms-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/90ms-RKSJ-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/90ms-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/90ms-RKSJ-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/90msp-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/90msp-RKSJ-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/90msp-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/90msp-RKSJ-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/90pv-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/90pv-RKSJ-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/90pv-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/90pv-RKSJ-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Add-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Add-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Add-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Add-RKSJ-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Add-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Add-RKSJ-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Add-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Add-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-CNS1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-CNS1-0.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-CNS1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-CNS1-1.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-CNS1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-CNS1-2.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-CNS1-3.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-CNS1-3.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-CNS1-4.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-CNS1-4.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-CNS1-5.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-CNS1-5.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-CNS1-6.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-CNS1-6.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-CNS1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-CNS1-UCS2.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-GB1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-GB1-0.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-GB1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-GB1-1.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-GB1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-GB1-2.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-GB1-3.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-GB1-3.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-GB1-4.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-GB1-4.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-GB1-5.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-GB1-5.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-GB1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-GB1-UCS2.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-Japan1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-Japan1-0.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-Japan1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-Japan1-1.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-Japan1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-Japan1-2.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-Japan1-3.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-Japan1-3.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-Japan1-4.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-Japan1-4.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-Japan1-5.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-Japan1-5.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-Japan1-6.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-Japan1-6.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-Japan1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-Japan1-UCS2.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-Korea1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-Korea1-0.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-Korea1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-Korea1-1.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-Korea1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-Korea1-2.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-Korea1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Adobe-Korea1-UCS2.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/B5-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/B5-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/B5pc-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/B5pc-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/B5pc-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/B5pc-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/CNS-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/CNS-EUC-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/CNS-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/CNS-EUC-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/CNS1-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/CNS1-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/CNS1-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/CNS1-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/CNS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/CNS2-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/CNS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/CNS2-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/ETHK-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/ETHK-B5-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/ETHK-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/ETHK-B5-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/ETen-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/ETen-B5-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/ETen-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/ETen-B5-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/ETenms-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/ETenms-B5-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/ETenms-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/ETenms-B5-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/EUC-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/EUC-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Ext-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Ext-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Ext-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Ext-RKSJ-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Ext-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Ext-RKSJ-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Ext-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Ext-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GB-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GB-EUC-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GB-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GB-EUC-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GB-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GB-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GB-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GB-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GBK-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GBK-EUC-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GBK-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GBK-EUC-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GBK2K-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GBK2K-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GBK2K-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GBK2K-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GBKp-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GBKp-EUC-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GBKp-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GBKp-EUC-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GBT-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GBT-EUC-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GBT-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GBT-EUC-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GBT-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GBT-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GBT-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GBT-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GBTpc-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GBTpc-EUC-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GBTpc-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GBTpc-EUC-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GBpc-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GBpc-EUC-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GBpc-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/GBpc-EUC-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/HKdla-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/HKdla-B5-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/HKdla-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/HKdla-B5-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/HKdlb-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/HKdlb-B5-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/HKdlb-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/HKdlb-B5-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/HKgccs-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/HKgccs-B5-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/HKgccs-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/HKgccs-B5-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/HKm314-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/HKm314-B5-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/HKm314-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/HKm314-B5-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/HKm471-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/HKm471-B5-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/HKm471-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/HKm471-B5-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/HKscs-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/HKscs-B5-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/HKscs-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/HKscs-B5-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Hankaku.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Hankaku.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Hiragana.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Hiragana.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/KSC-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/KSC-EUC-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/KSC-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/KSC-EUC-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/KSC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/KSC-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/KSC-Johab-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/KSC-Johab-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/KSC-Johab-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/KSC-Johab-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/KSC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/KSC-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/KSCms-UHC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/KSCms-UHC-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/KSCms-UHC-HW-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/KSCms-UHC-HW-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/KSCms-UHC-HW-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/KSCms-UHC-HW-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/KSCms-UHC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/KSCms-UHC-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/KSCpc-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/KSCpc-EUC-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/KSCpc-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/KSCpc-EUC-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Katakana.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Katakana.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/LICENSE: -------------------------------------------------------------------------------- 1 | %%Copyright: ----------------------------------------------------------- 2 | %%Copyright: Copyright 1990-2009 Adobe Systems Incorporated. 3 | %%Copyright: All rights reserved. 4 | %%Copyright: 5 | %%Copyright: Redistribution and use in source and binary forms, with or 6 | %%Copyright: without modification, are permitted provided that the 7 | %%Copyright: following conditions are met: 8 | %%Copyright: 9 | %%Copyright: Redistributions of source code must retain the above 10 | %%Copyright: copyright notice, this list of conditions and the following 11 | %%Copyright: disclaimer. 12 | %%Copyright: 13 | %%Copyright: Redistributions in binary form must reproduce the above 14 | %%Copyright: copyright notice, this list of conditions and the following 15 | %%Copyright: disclaimer in the documentation and/or other materials 16 | %%Copyright: provided with the distribution. 17 | %%Copyright: 18 | %%Copyright: Neither the name of Adobe Systems Incorporated nor the names 19 | %%Copyright: of its contributors may be used to endorse or promote 20 | %%Copyright: products derived from this software without specific prior 21 | %%Copyright: written permission. 22 | %%Copyright: 23 | %%Copyright: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 24 | %%Copyright: CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 25 | %%Copyright: INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 26 | %%Copyright: MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 27 | %%Copyright: DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 28 | %%Copyright: CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 29 | %%Copyright: SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 30 | %%Copyright: NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 31 | %%Copyright: LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 32 | %%Copyright: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 33 | %%Copyright: CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 34 | %%Copyright: OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 35 | %%Copyright: SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 36 | %%Copyright: ----------------------------------------------------------- 37 | -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/NWP-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/NWP-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/NWP-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/NWP-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/RKSJ-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/RKSJ-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Roman.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/Roman.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniCNS-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniCNS-UCS2-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniCNS-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniCNS-UCS2-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniCNS-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniCNS-UTF16-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniCNS-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniCNS-UTF16-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniCNS-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniCNS-UTF32-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniCNS-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniCNS-UTF32-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniCNS-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniCNS-UTF8-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniCNS-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniCNS-UTF8-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniGB-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniGB-UCS2-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniGB-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniGB-UCS2-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniGB-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniGB-UTF16-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniGB-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniGB-UTF16-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniGB-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniGB-UTF32-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniGB-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniGB-UTF32-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniGB-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniGB-UTF8-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniGB-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniGB-UTF8-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS-UCS2-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS-UCS2-HW-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS-UCS2-HW-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS-UCS2-HW-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS-UCS2-HW-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS-UCS2-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS-UTF16-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS-UTF16-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS-UTF32-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS-UTF32-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS-UTF8-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS-UTF8-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS2004-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS2004-UTF16-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS2004-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS2004-UTF16-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS2004-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS2004-UTF32-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS2004-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS2004-UTF32-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS2004-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS2004-UTF8-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS2004-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJIS2004-UTF8-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJISPro-UCS2-HW-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJISPro-UCS2-HW-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJISPro-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJISPro-UCS2-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJISPro-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJISPro-UTF8-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJISX0213-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJISX0213-UTF32-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJISX0213-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJISX0213-UTF32-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJISX02132004-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJISX02132004-UTF32-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJISX02132004-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniJISX02132004-UTF32-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniKS-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniKS-UCS2-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniKS-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniKS-UCS2-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniKS-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniKS-UTF16-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniKS-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniKS-UTF16-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniKS-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniKS-UTF32-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniKS-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniKS-UTF32-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniKS-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniKS-UTF8-H.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniKS-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/UniKS-UTF8-V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/V.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/WP-Symbol.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/pdfjs/web/cmaps/WP-Symbol.bcmap -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/right_arrow_mobile_d-hd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/right_arrow_mobile_d-hd.png -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/right_arrow_mobile_d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/right_arrow_mobile_d.png -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/right_arrow_mobile_n-hd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/right_arrow_mobile_n-hd.png -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/right_arrow_mobile_n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/right_arrow_mobile_n.png -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/spinner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/spinner.png -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/player/waiting_bezel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/player/waiting_bezel.png -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/assets/thumbnail.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/Misc/Boston_F2F/lcf/assets/thumbnail.jpeg -------------------------------------------------------------------------------- /Misc/Boston_F2F/lcf/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /Misc/presentations.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | # Public Presentations on the WG’s activities 6 | 7 | ## 2018 8 | 9 | * [“Les 10 ans des Assises du livre numérique”](https://www.sne.fr/evenement_sne/les-10-ans-des-assises-du-livre-numerique/), in Paris, France, 2018-12-03 (Ivan Herman). Slides are available in French in [Keynote](https://www.w3.org/2018/Talks/Assises-IH/Presentation.key) and in [PDF](https://www.w3.org/2018/Talks/Assises-IHPresentation.pdf), as well as in English in [Keynote](https://www.w3.org/2018/Talks/Assises-IH/Presentation_en.key) and in [PDF](https://www.w3.org/2018/Talks/Assises-IHPresentation_en.pdf). 10 | * [“Die Bühne für Strategie, Prozesse und Produktion, Frankfurter Buchmesse 2018”](https://catalog.services.book-fair.com/de/veranstaltungen/veranstaltungsuebersicht/veranstaltung/action_eventcalendar/detail/controller_eventcalendar/Eventcalendar/objid_eventcalendar/1019/), in Frankfurt, Germany, 2018-12-03 (Ivan Herman). Slides are available in [Keynote](https://www.w3.org/2018/Talks/Frankfurt-IH/Presentation.key) and in [PDF](https://www.w3.org/2018/Talks/Frankfurt-IH/Presentation.pdf). 11 | * [“ebookcraft 2018”](http://techforum.booknetcanada.ca/ebookcraft/) in Toronto, ON, Canada, 2018-03-22 (Tzviya Siegman and Karen Myers). Slides are available in [PDF](https://www.w3.org/2018/Talks/Ebookcraft/Talk.pdf). 12 | 13 | ## 2017 14 | 15 | * [“EdTech Conference 2017”](http://cte.santillanatn.com/en/index.php) in Madrid, Spain, 2017-11-16 (Ivan Herman). Slides are available in [Keynote](https://www.w3.org/2017/Talks/Madrid-IH/Presentation.key) and in [PDF](https://www.w3.org/2017/Talks/Madrid-IH/Presentation.pdf). 16 | * W3C Project Review, 2017-10-10 (Tzviya Siegman). Slides are available in [PDF](https://www.w3.org/2017/10/PWGSlides10.2017.pdf). 17 | -------------------------------------------------------------------------------- /Misc/publishing.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | # The practicalities of the self-publishing process for Working Drafts 6 | {: .no_toc} 7 | 8 | > **This guide is only valid for the publication of regular Working Drafts. Ie, not for FPWD, nor for Candidate Recommendations and beyond.** 9 | 10 | Publishing the group’s Working Drafts is done via a combination of GitHub and a W3C tool called [Echidna](https://github.com/w3c/echidna/wiki). The high-level points to remember are described below. (All the examples use the `wpub` repository as an example, the other repositories are set up in a similar fashion.) 11 | 12 | 1. There is a top-level folder called `snapshot` in the repository. This folder contains the document to be published. This folder contains the final document as generated from `respec`, plus the dependencies like CSS files and/or images. 13 | 2. There is a separate _branch_ in the repository called `publish_wd`. 14 | 3. Every time the `master` branch is merged **_into_** `publish_wd` (and pushed to the repository) the document is picked up from the `snapshot`, and is automatically published on the W3C site as the "latest version" of the official Working Draft. 15 | 16 | What this means in practice that the group can publish a Working Draft as often as its desires without any intervention from the W3C staff. 17 | 18 | The details of the process are below. 19 | 20 | * TOC 21 | {:toc} 22 | 23 | 24 | ## Prepare the `respec` source 25 | 26 | The `respecConfig` content must be adapted. Most of these are to be set only once. 27 | 28 | 1. The data of each editor _must_ include the `w3cid` field, identifying the person in the W3C database. This number appears on the page of the person’s profile page at W3C; alternatively, the staff contact can find it. 29 | 2. Update the value of [`previousPublishDate`](https://github.com/w3c/respec/wiki/previousPublishDate) in `respecConfig` every time a publication happens. The value of `previousMaturity` should be kept on `WD`. 30 | 31 | ## Generate the final version of the document 32 | 33 | The value of [`specStatus`](https://github.com/w3c/respec/wiki/specStatus) should _not_ be changed in the source; it should remain `ED`. Instead, when addressing the editor’s draft, use the following URL (or its local equivalent if you use a local server): [https://w3c.github.io/wpub/?specStatus=WD&publishDate=2017-12-05](https://w3c.github.io/wpub/?specStatus=WD&publishDate=2017-12-05) (setting the publication date as appropriate). Using this URL overwrites the values defined in `respecConfig` and the result is in the right Working Draft format. Use then the standard `respec` mechanism to generate the final HTML to be put into `snapshot` folder. 34 | 35 | ## Modify (if necessary) the Echidna manifest 36 | 37 | There is a top level file called ECHIDNA in the snapshot folder. This contains a list of files to be included in the final publication. This file must be modified if new dependences have been added since the last publication. 38 | 39 | (This group would call this file the resource list…) 40 | 41 | ## Check the document 42 | 43 | It is _required_ to run the document through the [W3C pubrules’ checker](https://www.w3.org/pubrules/) and _recommended_ to run it through the [W3C link checker](https://validator.w3.org/checklink). For both cases, the URL to the snapshot folder’s content should be used: [https://w3c.github.io/wpub/snapshot/](https://w3c.github.io/wpub/snapshot/). 44 | 45 | Note that, if the ECHIDNA file is incomplete (i.e., some resources are _not_ listed though the file is in the snapshot), the link checker will be successful and, nevertheless, the final publication may miss some links (the relevant resource is not copied to the target directory on the W3C server). You should always check whether the content of ECHIDNA is correct (or, alternatively, run the link checker once in a while on the published document rather than the snapshot). 46 | 47 | ## Merge the `master` branch into the `publish_wd` branch 48 | 49 | You should probably do this on your local machine, using your preferred GitHub interface. Commit the changes onto Github. 50 | 51 | You are done; the new version should appear as [https://www.w3.org/TR/wpub/](https://www.w3.org/TR/wpub/). It is worth checking the [`public-tr-notifications`](https://lists.w3.org/Archives/Public/public-tr-notifications/) mailing list archive to see if everything is o.k.; successful publications or errors are sent to that list. 52 | -------------------------------------------------------------------------------- /PublStatus.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | # Publication status and milestones of the Working Group documents 6 | {: no_toc} 7 | 8 | ## Latest versions of documents 9 | 10 | ### Active documents 11 | 12 | | Document | Latest official release | Editors’ Draft | Repository | Note | 13 | |----------|:-----------------------:|:--------------:|:----------:|:---:| 14 | | Publication Manifest | [Rec](https://www.w3.org/TR/pub-manifest/) | [ed](https://w3c.github.io/pub-manifest/) | [pub-manifest](https://github.com/w3c/pub-manifest/) | Rec-track | 15 | | Audiobooks | [Rec](https://www.w3.org/TR/audiobooks/) | [ed](https://w3c.github.io/audiobooks/) | [audiobooks](https://github.com/w3c/audiobooks/) | Rec-track | 16 | | Lightweight Packaging Format | [Note](https://www.w3.org/TR/lpf/) | [ed](https://w3c.github.io/lpf/) | [lpf](https://github.com/w3c/lpf/) | Not rec-track 17 | {: .zebra} 18 | 19 | Note: these documents can also be downloaded as an [EPUB 3.2 publication](https://www.w3.org/publishing/groups/publ-wg/assets/publications/manifest_audiobooks.epub) containing all three specifications. 20 | 21 | 22 | ### Closed Documents 23 | 24 | | Document | Latest official release | Editors’ Draft | Repository | Note | 25 | |----------|:-----------------------:|:--------------:|:----------:|:----:| 26 | | Web Publications Use Cases and Requirements | [Note](https://www.w3.org/TR/pwp-ucr/) | [ed](https://w3c.github.io/dpub-pwp-ucr/)| [dpub-pwp-ucr/](https://github.com/w3c/dpub-pwp-ucr/) | Published as a Note, not pursued | 27 | | Web Publications—Manifest and Structure | [Note](https://www.w3.org/TR/wpub/) | [ed](https://w3c.github.io/wpub/) | [wpub](https://github.com/w3c/wpub/) | Published as a Note, not pursued 28 | | Web Annotation Extensions for Web Publications | [Note](https://www.w3.org/TR/wpub-ann/) | [ed](https://w3c.github.io/wpub-ann/) | [publ-loc](https://github.com/w3c/wpub-ann/) | Not pursued actively | 29 | | Packaged Web Publications | [Note](https://www.w3.org/TR/pwpub/) | [ed](https://w3c.github.io/pwpub/) | [pwpub](https://github.com/w3c/pwpub/) | Pending on the W3C Web Packaging work | 30 | | DPUB ARIA 2.0 | (none) | ([ed](https://w3c.github.io/dpub-aria-2.0/))† | [dpub-aria-2.0](https://github.com/w3c/dpub-aria-2.0) | On hold of [ARIA 1.2](https://w3c.github.io/aria/) | 31 | {: .zebra} 32 | 33 | 34 | 35 | The Editors’ drafts are managed in GitHub repositories; the list of those repositories is available on the [GitHub index page](https://github.com/search?q=topic%3Apubl-wg+org%3Aw3c&type=Repositories). 36 | 37 | ## Major planned milestones 38 | 39 | The milestones [have been updated](https://www.w3.org/publishing/groups/publ-wg/Meetings/Minutes/2019/2019-08-05-pwg#section1), compared to the [charter](https://www.w3.org/2017/04/publ-wg-charter/#deliverables), on the 8th of August, 2019. 40 | 41 | 42 | * Publication Manifest: 43 | * First Public Working Draft (FPWD): Q3 2019 (✓) 44 | * Candidate Recommendation (CR): Q4 2019 (✓) 45 | * Proposed Recommendation (PR): Q4 2020 (✓) 46 | * Recommendation (REC): Q4 2020 47 | * Audiobooks: 48 | * First Public Working Draft (FPWD): Q1 2019 (✓) 49 | * Candidate Recommendation (CR): Q4 2019 (✓) 50 | * Proposed Recommendation (PR): Q4 2020 (✓) 51 | * Recommendation (REC): Q4 2020 52 | * Lightweight Packaging Format (LPF): 53 | * First Public Working Draft (FPWD): Q3 2019 (✓) 54 | * Working Group Note: Q4 2019 (✓) 55 | * Web Publications—Manifest and Structure: 56 | * First Public Working Draft (FPWD): Q4 2017 (✓) 57 | * Working Group Note: Q3 2019 (✓) 58 | * Web Annotation Extensions for Web Publications 59 | * First Public Working Draft (FPWD): Q4 2017 (✓) 60 | * Working Group Note: Q4 2020 (✓) 61 | * DPUB-ARIA 2.0: 62 | * On hold pending the timeline of the [ARIA 1.2](https://w3c.github.io/aria/) work 63 | 64 | ![Milestones shown on a horizontal timeline](https://www.w3.org/publishing/groups/publ-wg/assets/images/timeline.svg) 65 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | ![W3C Logo](https://www.w3.org/Icons/w3c_home) 3 | 4 | > **This Working Group has been closed on the 20th of June 2023. The maintenance of the WG documents have been taken over by the 5 | [Publishing Maintenance Working Group](https://www.w3.org/groups/wg/pm).** 6 | 7 | # W3C Audiobooks (formerly Publishing) Working Group 8 | 9 | This is the repository for the home page of the W3C Publishing Working Group: 10 | 11 | https://www.w3.org/publishing/groups/publ-wg/ 12 | 13 | (That URL is redirected to the `w3c.github.io` view of this repository.) 14 | 15 | ## Specifications 16 | 17 | GitHub repositories are linked from each specification. 18 | 19 | ## Contributing to the Publishing Working Group Repositories 20 | 21 | Use the standard fork, branch, and pull request workflow to propose changes to the specification. Please make branch names informative—by including the issue or bug number for example. 22 | 23 | Editorial changes that improve the readability of the spec or correct spelling or grammatical mistakes are welcome. 24 | 25 | Please read [CONTRIBUTING.md](CONTRIBUTING.md), about licensing contributions. 26 | 27 | ## Tools 28 | 29 | Generating weekly minutes is done via the 30 | [scribejs](https://github.com/w3c/scribejs) script and some additional 31 | configuration settings provided in this repo (see `.scribejs.json`). 32 | 33 | To use this repository's scribejs setup first install the tools... 34 | 35 | ```bash 36 | $ npm install 37 | ``` 38 | 39 | Then run the following (with date 40 | information changed to match your scenario): 41 | 42 | ```bash 43 | $ npm run scribejs -- -d 2018-07-09 -o Meetings/Minutes/2018/2018-07-09-pwg.md 44 | ``` 45 | 46 | This will request the IRC logs for the correct channel and convert them into 47 | the Kramdown (a more feature rich form of Markdown) with settings to match this 48 | repositories other documents. 49 | 50 | If you need to make edits to the IRC log before generating the output (due to 51 | incorrect scribenick or similar), you can download the W3C logs from URLs such 52 | as `https://www.w3.org/2018/07/09-pwg-irc.txt`. Once downloaded, you can 53 | reference that input document directly (rather than using the automagic 54 | date-based retrieval). 55 | 56 | For example: 57 | 58 | ```bash 59 | $ curl https://www.w3.org/2018/07/09-pwg-irc.txt > 2018-07-09-pwg-irc.txt 60 | $ npm run scribejs -- 2018-07-09-pwg-irc.txt -d 2018-07-09 -o Meetings/Minutes/2018/2018-07-09-pwg.md 61 | ``` 62 | Edit the .txt file and repeat the `npm run scribejs` line as necessary. Once 63 | finished, you can commit the `.md` file and delete the `.txt` file (or keep it 64 | for your records). 65 | -------------------------------------------------------------------------------- /WorkMode/newbie.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | # Welcome to the Publishing Working Group 5 | {: .no_toc} 6 | 7 | This document includes some information for new members ("*Newbies*") of the Publication Working Group (PWG). 8 | 9 | Members of the WG, **especially new members** are encouraged to help maintain this document. 10 | 11 | * TOC 12 | {:toc} 13 | 14 | The Working Group’s home page is: [https://www.w3.org/publishing/groups/publ-wg/](https://www.w3.org/publishing/groups/publ-wg/). Looking at the left and right column of the page gives you lots of further information. Especially, the group's *Work Mode* is described in the [*WorkMode*](index) document and it includes information about how the WG operates, including links to the WG's various resources. 15 | 16 | ## Meetings 17 | 18 | The group holds a weekly teleconference; see [the separate page](../Meetings/) for the timing and the dial-in details. 19 | 20 | ## Github 21 | 22 | The group operates mostly on [GitHub](index#github): that is where the specifications are developed, where issues are discussed. Even these pages are in a GitHub repository (look at the bottom for the reference). It is therefore important to familiarize yourself, at least at a basic level, with this tool. (If you are new to Github, the [*“Introduction to Basic GitHub Contribution”*](https://iherman.github.io/misc-notes/docs/BasicGitHubContributionIntro) may be of help.) 23 | 24 | Once you have your GitHub account name, **send this name to ivan@w3.org, or to one of the chairs**, who will add you to the Working Group’s GitHub team” (in Github‘s jargon). That would give you the possibility of being asked personally to review or being assigned to issues, or editing the wiki pages. 25 | 26 | You should also "link" your GitHub account to your W3C account; this can be done by going to the [relevant page](https://www.w3.org/users/myprofile/connectedaccounts) on your account. Doing so ensures that the various W3C specific tools can check your identity whether you use your W3C account or your GitHub account. As an example, if you do a Pull Request on one of the Recommendation track documents on GitHub, the system would know that you are bona fide Working Group member, which means that the possible IPR issues are properly handled by virtue of your institution’s Working Group membership. 27 | 28 | ## IRC 29 | 30 | Meetings usually use [IRC](index#irc) as a tool for queue control and minute taking (and general chit-chat). You should also send to ivan@w3.org your preferred IRC nickname (or nicknames, if you use several of those). The goal is to improve the readability of the meeting minutes, so that third parties could also understand whose comments and remarks are in the minutes. Actually, in case you are already a seasoned Github user: the nicknames are stored (of course:-) in [file on GitHub](https://github.com/w3c/publ-wg/blob/master/assets/nicknames.json), meaning that you can simply make a pull request providing with with your nickname(s) instead of a mail. 31 | 32 | ## Specifications in Progress 33 | 34 | A list of the group’s specifications, including the publication status of each spec, can be found in the group’s [*PubStatus* document](https://www.w3.org/publishing/groups/publ-wg/PublStatus). 35 | 36 | ## New WG Member Introductions 37 | 38 | Although it isn’t required, **new WG members are encouraged to send a short introductory e-mail to the WG's Public mail list** ([public-publ-wg@w3.org](https://lists.w3.org/Archives/Public/public-publ-wg/)) or the group’s Member-only list ([member-publ-wg@w3.org](https://lists.w3.org/Archives/Member/member-publ-wg/)). The introduction should include your area(s) of interest. 39 | 40 | ## Questions, Comments, Issues, etc.? 41 | 42 | Please contact the group's Chairs and staff contacts (using the [group-publ-wg-chairs@w3.org](mailto:group-publ-wg-chairs@w3.org) list) — *at any time* — if you have any questions, issues, concerns, etc. about the Working Group. 43 | 44 | ## Resources 45 | 46 | If you are unfamiliar with processes and roles within the Consortium; there is an [introduction course](http://lists.w3.org/Archives/Public/www-archive/2014Apr/0026.html) available which takes little over an hour and a half to complete. 47 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | #theme: jekyll-theme-minimal 2 | markdown: kramdown 3 | kramdown: 4 | input: GFM 5 | hard_wrap: false 6 | highlighter: rouge 7 | exclude: 8 | - Gemfile 9 | - Gemfile.lock 10 | -------------------------------------------------------------------------------- /_includes/aside.html: -------------------------------------------------------------------------------- 1 | 2 | 23 | -------------------------------------------------------------------------------- /_includes/footer.html: -------------------------------------------------------------------------------- 1 | 9 | -------------------------------------------------------------------------------- /_includes/header.html: -------------------------------------------------------------------------------- 1 |
2 | 11 |
12 | -------------------------------------------------------------------------------- /_includes/nav.html: -------------------------------------------------------------------------------- 1 | 47 | -------------------------------------------------------------------------------- /_layouts/bare.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | W3C Audiobooks Working Group 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 17 | 34 | 35 | 36 | {% include header.html %} 37 |
38 |
39 |

40 | 41 | 42 | 43 |
44 | Audiobooks Working Group 45 |

46 | {{ content }} 47 |
48 |
49 | {% include footer.html %} 50 | 51 | 52 | 53 | -------------------------------------------------------------------------------- /_layouts/default.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | W3C Audiobooks Working Group 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 18 | 24 | 25 | 26 | {% include header.html %} 27 |
28 | {% include nav.html %} 29 |
30 |

31 | 32 | 33 | 34 |
35 | Audiobooks Working Group 36 |

37 | {{ content }} 38 |
39 | {% include aside.html %} 40 |
41 | {% include footer.html %} 42 | 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /_layouts/home.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | W3C Audiobooks Working Group 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | {% if page.json-ld %} 14 | 15 | {% endif %} 16 | 17 | 20 | 21 | 22 | 23 | 24 | {% include header.html %} 25 |
26 | {% include nav.html %} 27 |
28 |

29 | 30 | 31 | 32 |
33 | Audiobooks Working Group 34 |

35 |
36 | {{ content }} 37 |
38 | 42 |
43 | {% include aside.html %} 44 |
45 | {% include footer.html %} 46 | 47 | 48 | 49 | 50 | -------------------------------------------------------------------------------- /_layouts/minutes.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Audiobooks Meeting {{ page.date }} 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 17 | 34 | 53 | 54 | 55 | {% include header.html %} 56 |
57 | {% include nav.html %} 58 |
59 |

60 | 61 | 62 | 63 |

64 | {{ content }} 65 |
66 |
67 | {% include footer.html %} 68 | 69 | 70 | 71 | -------------------------------------------------------------------------------- /admin/CR/CRACAnnouncement.txt: -------------------------------------------------------------------------------- 1 | [DRAFT] Publication Manifest and Audiobooks are W3C Candidate Recommendations (Call for Implementations) 2 | -------------------------------------------------------------------------------------------------------- 3 | 4 | 5 | Dear Advisory Committee Representative, 6 | Chairs, 7 | 8 | I am pleased to announce that the following documents are now Candidate Recommendations: 9 | 10 | Publication Manifest 11 | https://www.w3.org/TR/2019/CR-pub-manifest-20191205/ 12 | 13 | Audiobooks 14 | https://www.w3.org/TR/2019/CR-audiobooks-20191205/ 15 | 16 | The approval and publication are in response to this transition request: 17 | https://github.com/w3c/transitions/issues/190 18 | 19 | The group welcomes feedback by 31 March 2020 via issues raised in: 20 | https://github.com/w3c/pub-manifest/issues/ 21 | https://github.com/w3c/audiobooks/issues/ 22 | 23 | Patent disclosures relevant to this specification may be found on the 24 | Publishing Working Group's patent disclosure page in conformance 25 | with W3C policy: 26 | https://www.w3.org/2004/01/pp-impl/100074/status 27 | 28 | This Call for Implementations follows section 6.4 "Candidate 29 | Recommendation" of the W3C Process Document: 30 | https://www.w3.org/2019/Process-20190301/#candidate-rec 31 | 32 | 33 | Thank you, 34 | 35 | For Tim Berners-Lee, Director, and 36 | Philippe Le Hégaret, Project Management Lead; 37 | Xueyuan Jia, W3C Marketing & Communications 38 | 39 | ============================= 40 | Quoting from 41 | Publication Manifest 42 | W3C Candidate Recommendation 5 December 2019 43 | 44 | This version: 45 | https://www.w3.org/TR/2019/CR-pub-manifest-20191205/ 46 | Latest published version: 47 | https://www.w3.org/TR/pub-manifest/ 48 | 49 | Abstract 50 | This specification defines a general manifest format for expressing information about a digital publication. It uses [schema.org] metadata augmented to include various structural properties about publications, serialized in [json-ld11], to enable interoperability between publishing formats while accommodating variances in the information that needs to be expressed. 51 | 52 | Quoting from 53 | Audiobooks 54 | W3C Candidate Recommendation 5 December 2019 55 | 56 | This version: 57 | https://www.w3.org/TR/2019/CR-audiobooks-20191205/ 58 | Latest published version: 59 | https://www.w3.org/TR/audiobooks/ 60 | 61 | Abstract: 62 | This specification describes the requirements for the creation of audiobooks, using a profile of the Publication Manifest specification. 63 | -------------------------------------------------------------------------------- /admin/CR/CRHPN.txt: -------------------------------------------------------------------------------- 1 | Subject: [DRAFT HPN] Candidate Recommendations published for Publishing Manifest and Audiobooks. 2 | 3 | ---------------------------- 4 | 5 |

The Publishing Working Group has just published a Candidate Recommendation for two documents, namely:

6 | 7 | 11 | 12 |

The Group has also published an accompanying Working Group Note:

13 | 14 | 17 | 18 |

Candidate Recommendation means that the Working Group considers the technical design to be complete, and is seeking implementation feedback on the documents. The group is keen to get comments and implementation experiences on these specifications as issues raised in the the documents’ respective Github repositories (see the document headers for the exact references).

19 | 20 |

The group expects to satisfy the implementation goals (i.e., at least two, independent implementations for each of the test cases) by March 31, 2020.

21 | -------------------------------------------------------------------------------- /admin/FPWD-s/HPN.md: -------------------------------------------------------------------------------- 1 | ## First Public Working Draft: Web Publications, Packaged Web Publications, and Web Annotation Extensions for Web Publications 2 | 3 | The [W3C Publishing Working Group](https://www.w3.org/publishing/groups/publ-wg/) has published three First Public Working Drafts today. 4 | 5 | * The [Web Publications](https://www.w3.org/TR/2018/WD-wpub-20180104) defines a collection of information that describes the structure of Web Publications such that user agents can provide user experiences well-suited to reading publications, such as sequential navigation and offline reading. This information set includes the default reading order, a list of resources, and publication-wide metadata. 6 | 7 | * The [Packaged Web Publications](https://www.w3.org/TR/2018/WD-pwpub-20180104) defines a packaging format for combining the resources of a Web Publication [wpub] into a single portable file. 8 | 9 | * The [Web Annotation Extensions for Web Publications](https://www.w3.org/TR/2018/WD-wpub-ann-20180104) extends the foundational model that has been developed in the [Web Annotation Model](https://www.w3.org/TR/annotation-model/) Recommendation by adding selector types applicable to collective resources and a new model component for describing positions in text and byte streams. 10 | 11 | The Working Group welcomes comments via the GitHub repository issues (see the respective documents’ headers for the reference of the repositories). 12 | 13 | -------------------------------------------------------------------------------- /admin/FPWD-s/HPN201908.md: -------------------------------------------------------------------------------- 1 | ## First Public Working Draft: Publication Manifest 2 | 3 | The [W3C Publishing Working Group](https://www.w3.org/publishing/groups/publ-wg/) has published a [First Public Working Draft on Publication Manifest](https://www.w3.org/TR/pub-manifest) today. This specification defines a general manifest format for expressing information about a digital publication. It uses [schema.org](https://schema.org) metadata augmented to include various structural properties about publications, serialized in [JSON-LD](https://www.w3.org/TR/json-ld/), to enable interoperability between publishing formats while accommodating variances in the information that needs to be expressed. 4 | 5 | This manifest format had originally been developed as part of larger work on [Web Publications](https://www.w3.org/TR/wpub/). As a result of some recent discussions, the publication schedule of the group has been modified and, while the Web Publication has been published as a Working Group Note, the Publication Manifest has become a stand-alone, recommendation track document. See a [separate blog by Wendy Reid](https://www.w3.org/blog/2019/08/changes-to-the-publication-schedule-for-the-publishing-working-group/) on the backgrounds of this decision. 6 | 7 | 8 | -------------------------------------------------------------------------------- /admin/FPWD-s/PreliminaryPublicationRequest.md: -------------------------------------------------------------------------------- 1 | To be sent as soon as the documents pass pubrules 2 | ---- 3 | 4 | Denis, 5 | 6 | This is just a preliminary publication request. The Publishing Working Group has requested a FPWD transition for three documents[1], to be published on the Thursday, 4 of January. The three documents are: 7 | 8 | - Web Publications: 9 | - Packaged Web Publications: 10 | - Web Annotation Extensions for Web Publications 11 | 12 | The three documents snapshots are already available 13 | 14 | - https://w3c.github.io/wpub/snapshot/ 15 | - https://w3c.github.io/pwpub/snapshot/ 16 | - https://w3c.github.io/wpub-ann/snapshot/ 17 | 18 | All three documents go through pubrule's checker as well as the link checker. 19 | 20 | I will put them on the /TR/2018/ as soon as we have the Director's decision alongside the official publication request. 21 | 22 | Thank you! 23 | 24 | Ivan 25 | 26 | [1] https://lists.w3.org/Archives/Member/chairs/2017OctDec/0203.html 27 | -------------------------------------------------------------------------------- /admin/FPWD-s/PubWGFPWD201801.md: -------------------------------------------------------------------------------- 1 | # Publishing WG Publishes 3 FPWDs 2 | The Publishing Working Group is pleased to announce the publication of three first public working drafts: 3 | - Web Publications: 4 | https://www.w3.org/TR/2018/WD-wpub-20180104 5 | - Packaged Web Publications: 6 | https://www.w3.org/TR/2018/WD-pwpub-20180104 7 | - Web Annotation Extensions for Web Publications 8 | https://www.w3.org/TR/2018/WD-wpub-ann-20180104 9 | 10 | These are the first publications of the [Publishing Working Group](https://www.w3.org/publishing/groups/publ-wg), and we welcome feedback. 11 | 12 | Web Publication defines a collection of information that describes the structure of Web Publications such that user agents can provide user experiences well-suited to reading publications, such as sequential navigation and offline reading. This information set includes the default reading order, a list of resources, and publication-wide metadata. Packaged Web Publications defines a method for containing those publications for distribution, sharing, or archiving. Web Annotation Extensions for Web Publications provides an extension to the selector types in the existing [Web Annotations Data Model](https://www.w3.org/TR/annotation-model/) for PWP. 13 | 14 | We have published these documents with many open issues. We seek feedback from the community on several issues and we hope to see your comments in GitHub on the issues identified in the documents. 15 | 16 | ## Web Publications 17 | 18 | Visit the [WP GitHub repo](https://github.com/w3c/wpub/) to review the open issues or file new ones. We are particularly interested in your comments on the following issues: 19 | 20 | * [Integration with Web App Manifest](http://www.w3.org/TR/2018/WD-wpub-20180104/#rel-wam) 21 | * [Supporting Web Publications in browsers](http://www.w3.org/TR/2018/WD-wpub-20180104/#wp-lifecycle) 22 | * [The nature of the Web Publication address](http://www.w3.org/TR/2018/WD-wpub-20180104/#wp-address) 23 | 24 | ## Packaged Web Publications 25 | 26 | You can find PWP on GitHub as well at [PWP GitHub Repo](https://github.com/w3c/pwpub/). This document is really just a skeleton specification at this point, and we are looking for input. They key decision, regarding which packaging format will be used, as addressed in an [editor's note](https://w3c.github.io/pwpub/#packaging) in the document, has not been made yet. Please offer your insights. 27 | 28 | ## Web Annotation Extensions for Web Publications 29 | This document relies on existing selection techniques, providing a common model and syntax defined by the [Web Annotation Data Model](https://www.w3.org/TR/annotation-model/). To avoid confusion, we have not reproduced the Web Annotations data model, simply referred to it. Please provide feedback about this extension at https://github.com/w3c/wpub-ann. 30 | 31 | In the coming weeks, we plan to add examples, prototypes, and implementations. If you would like to contribute, please comment in GitHub or contact the Publishing Working Group at [public-publ-wg@w3.org](mailto:public-publ-wg@w3.org). -------------------------------------------------------------------------------- /admin/FPWD-s/PublicationRequest.md: -------------------------------------------------------------------------------- 1 | To be sent to the webmaster, comm team, coralie, xueyuan, & WG chairs when the DD is available. 2 | 3 | ---- 4 | 5 | 6 | (Coralie, Xueyuan, this is for information only; I will send you the HPN news draft separately) 7 | 8 | Denis, 9 | 10 | This is an official publication request for the publication of three Publishing on the Web Documents as First Public Working Drafts. The publication date is the 04 of January, 2018. The transition request for FPWD has been issued in: 11 | - https://lists.w3.org/Archives/Member/chairs/2017OctDec/0203.html 12 | 13 | the Director's approval is in: 14 | - https://lists.w3.org/Archives/Member/chairs/2017OctDec/0206.html 15 | 16 | 17 | The documents are as follows 18 | ---------------------------- 19 | 20 | - Web Publications: 21 | - https://www.w3.org/TR/2018/WD-wpub-20180104 22 | - Packaged Web Publications: 23 | - https://www.w3.org/TR/2018/WD-pwpub-20180104 24 | - Web Annotation Extensions for Web Publications 25 | - https://www.w3.org/TR/2018/WD-wpub-ann-20180104 26 | 27 | 28 | Abstract and Status Sections 29 | ---------------------------- 30 | 31 | See the previous URL-s 32 | 33 | The document have already been installed; they all pass pubrules and the link checker. 34 | 35 | The right 'bucket' on our TR page for the documents is "Digital Publishing". 36 | 37 | Thanks! 38 | 39 | Ivan 40 | -------------------------------------------------------------------------------- /admin/FPWD-s/PublicationRequest201908.md: -------------------------------------------------------------------------------- 1 | To be sent to the webmaster, comm team, coralie, xueyuan, & WG chairs when the DD is available. 2 | 3 | ---- 4 | 5 | 6 | (Coralie, Xueyuan, this is for information only; I will send you the HPN news draft separately) 7 | 8 | Denis, 9 | 10 | This is an official publication request for the publication of a First Public Working Draft for the Publishing Working Group. The publication date is the 27 of February, 2019. The transition request for FPWD has been issued in: 11 | - https://lists.w3.org/Archives/Member/chairs/2019JulSep/0037.html 12 | 13 | the Director's approval is in: 14 | - https://lists.w3.org/Archives/Member/chairs/2019JulSep/0038.html 15 | 16 | 17 | The documents is: 18 | ----------------- 19 | 20 | - Publication Manifest: 21 | - https://www.w3.org/TR/2019/WD-pub-manifest-20190827 22 | 23 | 24 | Abstract and Status Sections 25 | ---------------------------- 26 | 27 | See the previous URL. 28 | 29 | IPR Status 30 | ---------- 31 | 32 | This document has been extracted from: 33 | - Web Publications: https://www.w3.org/TR/wpub/ 34 | 35 | which used to be a Rec-track document and is now a WG Note. The new document is what was called "Part I" of the old one, with some editorial changes. This means that the IPR commitments for the old document[1] should be automatically valid for the new one, too. 36 | 37 | The document has already been installed; it passes pubrules and the link checker, except for the usage rel=publication. This has been entered as an exception for the /TR/wpub case, this exception should now be set for /TR/pub-manifest, too. 38 | 39 | The right 'bucket' on our TR page for the documents is "Digital Publishing". 40 | 41 | Thanks! 42 | 43 | Ivan 44 | 45 | [1] https://www.w3.org/2004/01/pp-impl/100074/status 46 | 47 | 48 | -------------------------------------------------------------------------------- /admin/FPWD-s/PublicationRequestCR.txt: -------------------------------------------------------------------------------- 1 | To be sent to the webmaster, comm team, coralie, xueyuan, & WG chairs when the DD is available. 2 | 3 | ---- 4 | 5 | Denis, 6 | 7 | This is an official publication request for the publication of two Candidate Recommendations on behalf of the Publishing Working Group. The publication date is the 05 of December, 2019. The transition request for CR has been issued in: 8 | - https://github.com/w3c/transitions/issues/190 9 | 10 | the Director's approval is in: 11 | - https://github.com/w3c/transitions/issues/190#issuecomment-557687866 12 | 13 | 14 | The documents are as follows: 15 | ---------------------------- 16 | 17 | - Publication Manifest: 18 | - https://www.w3.org/TR/2019/CR-pub-manifest-20191205/ 19 | - Audiobooks 20 | - https://www.w3.org/TR/2019/CR-audiobooks-20191205/ 21 | 22 | Abstract and Status Sections 23 | ---------------------------- 24 | 25 | See the previous URL-s. 26 | 27 | The documents have already been installed. 28 | 29 | Thanks! 30 | 31 | Ivan 32 | -------------------------------------------------------------------------------- /admin/FPWD-s/PublicationRequestLPF.txt: -------------------------------------------------------------------------------- 1 | To be sent to the webmaster, comm team, coralie, xueyuan, & WG chairs when the DD is available. 2 | 3 | ---- 4 | 5 | 6 | (Coralie, Xueyuan, this is for information only; I will send you the HPN news draft separately) 7 | 8 | Denis, 9 | 10 | This is an official publication request for the publication of a Working Group First Public Note on behalf of the Publishing Working Group. The publication date is the 05 of December, 2019. The transition request for FPWD has been issued in: 11 | - https://github.com/w3c/transitions/issues/191 12 | 13 | the Director's approval is in: 14 | - https://github.com/w3c/transitions/issues/191#issuecomment-556332069 15 | 16 | 17 | The document is as follows: 18 | ---------------------------- 19 | 20 | - Lightweight Packaging Format (LPF): 21 | - https://www.w3.org/TR/2019/NOTE-lpf-20191205/ 22 | 23 | Abstract and Status Sections 24 | ---------------------------- 25 | 26 | See the previous URL-s. 27 | 28 | The right 'bucket' on our TR page for the documents is "Digital Publishing". 29 | 30 | The document have already been installed. The link checker passes, but the pubrules checker gives a strange error. It asks for the status section to include an attribute "data-deliverer" (it is the first time I see this requirement) and misses the status section. I did add the data attribute, but it continues to complain about the missing status section (which is there). I have the impression that this is a checker error; please advise. (The error message refers to a

element, while respec generates a

, may that be the problem?) 31 | 32 | One more note: the publication of this note will be synchronized with the publication of two CR documents: 33 | 34 | https://github.com/w3c/transitions/issues/190 35 | 36 | we will delay the publication of the CR until this publication is done. Xueyuan, Coralie, the announcement texts I will send you cover all three documents. 37 | 38 | Thanks! 39 | 40 | Ivan 41 | -------------------------------------------------------------------------------- /admin/FPWD-s/TransitionReq.md: -------------------------------------------------------------------------------- 1 | % send to plh@w3.org, swick@w3.org, cc w3t-comm@w3.org, chairs@w3.org, group-publ-wg-chairs@w3.org 2 | 3 | # Transition Request: three documents of the Publishing Working Group to FPWD 4 | 5 | Philippe and Ralph, 6 | 7 | The Web Publication Working Group has resolved [1-3] to request publication of a FPWD of: 8 | 9 | - Web Publications: 10 | - https://w3c.github.io/wpub/snapshot/ 11 | - Packaged Web Publications: 12 | - https://w3c.github.io/pwpub/snapshot/ 13 | - Web Annotation Extensions for Web Publications 14 | - https://w3c.github.io/wpub-ann/snapshot/ 15 | 16 | Since this is the first publication of these documents, please also approve the shortnames: wpub, pwpub, and wpub-ann, respectively. 17 | 18 | The estimated publication date is 4 January 2018. 19 | 20 | Note that the third document (Annotation Extensions) is not explicitly listed in the WG's charter[4]. That document is a 'spin-off' from the first document (Web Publication); the group judged that keeping it in the original document could, editorially, create an imbalance for that specification. (The charter[4] allows for such splits.) 21 | 22 | There were no Formal Objections to publishing these FPWDs. 23 | 24 | This request is sent per "How to Organize a Technical Report Transition" [4]. 25 | 26 | For the co-Chairs of the Web Publications Working Group, 27 | Ivan Herman 28 | 29 | 30 | - [1] https://www.w3.org/publishing/groups/publ-wg/Meetings/Minutes/2017/2017-12-04-minutes.html#resolution2 31 | - [2] https://www.w3.org/publishing/groups/publ-wg/Meetings/Minutes/2017/2017-12-11-minutes.html#resolution2 32 | - [3] https://www.w3.org/publishing/groups/publ-wg/Meetings/Minutes/2017/2017-12-04-minutes.html#resolution3 33 | - [4] https://www.w3.org/2017/04/publ-wg-charter/#deliverables 34 | - [5] https://www.w3.org/Guide/transitions?profile=FPWD 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /admin/FPWD-s/TransitionRequest201908.md: -------------------------------------------------------------------------------- 1 | % send to plh@w3.org cc w3t-comm@w3.org, chairs@w3.org, group-publ-wg-chairs@w3.org, swick@w3.org, 2 | 3 | # Transition Request: one document of the Publishing Working Group to FPWD 4 | 5 | Philippe and Ralph, 6 | 7 | The Web Publication Working Group has resolved [1] to request publication of a FPWD of: 8 | 9 | - Publication Manifest: 10 | - https://w3c.github.io/pub-manifest/?specStatus=FPWD 11 | 12 | 13 | Since this is the first publication of these documents, please also approve the shortname: pub-manifest. The estimated publication date is 27 August 2019. 14 | 15 | Note that this document has been extracted from: 16 | - Web Publications: https://www.w3.org/TR/wpub/ 17 | 18 | which used to be a Rec-track document and is now a WG Note. Essentially, the new document is what was called "Part I" of the old one, with a number of editorial changes. This means that the IPR commitments for the old document[2] should be automatically valid for the new one, too. 19 | 20 | There were no Formal Objections to publishing this FPWD. 21 | 22 | This request is sent per "How to Organize a Technical Report Transition" [3]. 23 | 24 | For the co-Chairs of the Web Publications Working Group, 25 | Ivan Herman 26 | 27 | 28 | - [1] https://www.w3.org/publishing/groups/publ-wg/Meetings/Minutes/2019/2019-08-19-minutes.html#resolution2 29 | - [2] https://www.w3.org/2004/01/pp-impl/100074/status 30 | - [3] https://www.w3.org/Guide/transitions?profile=FPWD 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /admin/MaintenanceGroup/ACAnnouncement.txt: -------------------------------------------------------------------------------- 1 | Dear Advisory Committee Representative, 2 | Chairs, 3 | 4 | The Director is pleased to announce the approval of the Audiobooks Working Group charter: 5 | https://www.w3.org/2020/11/audiobooks-wg-charter.html 6 | 7 | The group is chartered through 31 December 2022. 8 | 9 | With the successful publication of the Publication Manifest and the Audiobooks Recommendations by the Publishing Working Group[1], the mission of the Audiobooks Working Group is to maintain these Recommendations and related Working Group Notes. 10 | 11 | This Working Group is a continuation of the previous Publishing Working Group[2], with a similar scope and a reduced focus. 12 | 13 | Please use the following form to join the group. The form will also instruct you how to nominate participants: 14 | https://www.w3.org/2004/01/pp-impl/100074/join 15 | 16 | Because the group is rechartered under the new Patent Policy 2020, current participants of the Publishing Working Group[2] will need to rejoin the group. 17 | 18 | The Working Group Chair are Garth Conboy (Google), Wendy Reid (Rakuten, Inc.), and Tzviya Siegman (John Wiley & Sons., Inc.). Team Contact is Ivan Herman for a total of 0.05 FTE. 19 | 20 | More information about the Audiobooks Working Group can be found on the group’s home page: 21 | https://www.w3.org/publishing/groups/publ-wg/ 22 | 23 | ----------------------------- 24 | Results of Charter Call for Review 25 | ----------------------------- 26 | 27 | We called for charter review on 1 October 2020: 28 | https://lists.w3.org/Archives/Member/w3c-ac-members/2020OctDec/0001.html 29 | 30 | Thanks to the 26 Members who provided input: 31 | https://www.w3.org/2002/09/wbs/33280/audiobooks-wg/results 32 | 33 | All 26 reviewers supported the charter. 34 | 35 | This announcement follows section 7.1.2 of the W3C Process Document: 36 | https://www.w3.org/2020/Process-20200915/#ACReviewAfter 37 | 38 | and the Call for Participation follows section 5.2.4 of the W3C Process Document: 39 | https://www.w3.org/2020/Process-20200915/#cfp 40 | 41 | Thank you, 42 | 43 | For Tim Berners-Lee, W3C Director, 44 | Philippe Le Hégaret, Project Management Lead, 45 | Ivan Herman, Audiobooks WG Team Contact; 46 | Xueyuan Jia, W3C Marketing & Communications 47 | 48 | [1] @@@URL of the Rec announcement for the Publication Manifest and the Audiobooks specs@@@ 49 | [2] https://www.w3.org/publishing/groups/publ-wg/ 50 | -------------------------------------------------------------------------------- /admin/MaintenanceGroup/ac_review.txt: -------------------------------------------------------------------------------- 1 | Dear Advisory Committee Representative, 2 | Chairs, 3 | 4 | This is a Call for Review of a proposed recharter for the Publishing Working Group (under the name Audiobooks Working Group): 5 | https://www.w3.org/2020/09/proposed-audiobooks-wg-charter.html 6 | 7 | Please review the charter and indicate your support using this online form: 8 | https://www.w3.org/2002/09/wbs/33280/audiobooks-wg/ 9 | 10 | The deadline for responses is 23:59 Boston time on 2020-10-30. 11 | 12 | The Working Group will maintain the Audiobooks specifications (i.e., Publication Manifest and Audiobooks) that together provide an easy way of creating Audiobooks, i.e., a collection of audio resources grouped together by a reading order, metadata, and resources, all contained in a manifest. This Audiobook can live on the Open Web Platform, or as a packaged entity. 13 | 14 | Proposed Team Contact time is 0.05 FTE. 15 | 16 | If you have any questions or need further information, please contact: Ivan Herman, Audiobooks WG Staff Contact, at ivan@w3.org 17 | 18 | This charter review follows section 5 of the W3C Process Document: 19 | https://www.w3.org/2019/Process-20190301/#GAGeneral 20 | 21 | Thank you, 22 | 23 | For Tim Berners-Lee, W3C Director; 24 | Philippe Le Hegaret, Project Management Lead, and 25 | Ivan Herman, Audiobooks WG Staff Contact; 26 | Xueyuan Jia, W3C Marketing & Communications 27 | 28 | -------------------------------------------------------------------------------- /admin/MaintenanceGroup/w3m_request.txt: -------------------------------------------------------------------------------- 1 | Following the successful AC vote, closed on the 30th of October, for the Audiobooks WG charter: 2 | 3 | https://www.w3.org/2002/09/wbs/33280/audiobooks-wg/ 4 | 5 | which had 26 responders, all in favor, I would like the Director to approve the charter at: 6 | 7 | https://www.w3.org/2020/11/audiobooks-wg-charter.html 8 | 9 | There were only editorial changes on the charter text since the AC review started: 10 | 11 | - Anticipating the publication of the corresponding Recommendations (DD pending[1]) the references have been updated 12 | - The relevant charter history table row on the proposal have been clarified 13 | 14 | Thanks 15 | 16 | Ivan 17 | 18 | [1] https://github.com/w3c/transitions/issues/281 19 | 20 | -------------------------------------------------------------------------------- /admin/Notes/publ_request.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | Denis, 4 | 5 | This is an official publication request for the publication of two Publishing WG Notes. The publication date is the 1st of October, 2020. The Working Group's voting result to ask for the publication is in: 6 | 7 | https://lists.w3.org/Archives/Public/public-publ-wg/2020Sep/0024.html 8 | 9 | Both notes represent work of the Working Group that were originally on rec-track but have been abandoned. They have never been properly installed under ECHIDNA either. 10 | 11 | The publication date should be on the 1st of October, in sync with the PR publications of the Publishing Manifest and the Audiobooks specs. 12 | 13 | Document Titles and URL-s 14 | ========================= 15 | 16 | Web Annotation Extensions for Web Publications 17 | ---------------------------------------------- 18 | 19 | https://www.w3.org/TR/2020/NOTE-wpub-ann-20201001/ 20 | 21 | 22 | Packaged Web Publications 23 | ------------------------- 24 | 25 | https://www.w3.org/TR/2020/NOTE-pwpub-20201001/ 26 | 27 | 28 | Abstract and Status Sections 29 | ---------------------------- 30 | 31 | See the previous URL-s 32 | 33 | The documents are already in place and went through pubrules' checker. 34 | 35 | Thanks! 36 | 37 | Ivan 38 | -------------------------------------------------------------------------------- /admin/PR/PRHPN.txt: -------------------------------------------------------------------------------- 1 | Subject: [DRAFT HPN] Call for Review: the Publication Manifest and the Audiobooks Specifications are W3C Proposed Recommendations 2 | 3 | ---------------------------- 4 | 5 |

The Publishing Working Group has just published a Proposed Recommendation for two documents, namely:

6 | 7 |
    8 |
  • Publication Manifest—This specification defines a general manifest format for expressing information about a digital publication. It uses schema.org metadata augmented to include various structural properties about publications, serialized in JSON-LD, to enable interoperability between publishing formats while accommodating variances in the information that needs to be expressed.
  • 9 |
  • Audiobooks—This specification describes the requirements for the creation of audiobooks, using a profile of the Publication Manifest specification.
  • 10 |
11 | 12 |

Comments on the Proposed Recommendations are welcome through 30 October 2020.

13 | -------------------------------------------------------------------------------- /admin/PR/ac announcement.txt: -------------------------------------------------------------------------------- 1 | Subject: VOTE by 2020-10-30: Publication Manifest and Audiobooks are W3C Proposed Recommendations 2 | --- 3 | Dear Advisory Committee Representative, 4 | Chairs, 5 | 6 | W3C is pleased to announce the advancement of Publication Manifest and Audiobooks specifications to Proposed Recommendations: 7 | https://www.w3.org/TR/2020/PR-pub-manifest-20201001/ 8 | https://www.w3.org/TR/2020/PR-audiobooks-20201001/ 9 | 10 | Please review the specifications and indicate whether you endorse them as W3C Recommendations or object to the advancement by completing the following questionnaire: 11 | https://www.w3.org/2002/09/wbs/33280/audiobooks-pr/ 12 | 13 | The deadline for responses is 03:59 UTC/GMT on 2020-10-31 (23:59 Boston time on 2020-10-30). 14 | 15 | The approval and publication are in response to this transition request: 16 | https://github.com/w3c/transitions/issues/266 17 | 18 | Future updates to these specifications may incorporate new features, following 19 | https://www.w3.org/2020/Process-20200915/#allow-new-features 20 | 21 | Additional details about the review are available in the questionnaire. 22 | 23 | More information about the Publishing Working Group is available on the group home page: 24 | https://www.w3.org/publishing/groups/publ-wg/ 25 | 26 | If you should have any questions or need further information, please contact Ivan Herman , Publishing Working Group Team Contact. 27 | 28 | This Call for Review follows section 6.2.9 of the W3C Process Document: 29 | https://www.w3.org/2020/Process-20200915/#transition-pr 30 | 31 | Thank you, 32 | 33 | For Tim Berners-Lee, W3C Director, 34 | Philippe Le Hégaret, Project Management Lead, 35 | Ivan Herman, Publishing WG Team Contact; 36 | -------------------------------------------------------------------------------- /admin/PR/pr_request.md: -------------------------------------------------------------------------------- 1 | PR Request for the Publication Manifest and the Audiobooks Specifications 2 | 3 | 4 | # Document title, URLs, estimated publication date 5 | 6 | Title: Publication Manifest 7 | URL: https://www.w3.org/TR/pub-manifest/ 8 | Editor's draft: https://w3c.github.io/pub-manifest/?specStatus=PR 9 | Estimated publication date: 2020-09-29 10 | 11 | Title: Audiobooks 12 | URL: https://www.w3.org/TR/audiobooks/ 13 | Editor's draft: https://w3c.github.io/audiobooks/?specStatus=PR 14 | Estimated publication date: 2020-09-29 15 | 16 | # Abstract 17 | 18 | See: 19 | 20 | - https://w3c.github.io/pub-manifest/?specStatus=PR#abstract 21 | - https://w3c.github.io/audiobooks/?specStatus=PR#abstract 22 | 23 | 24 | # Status 25 | 26 | - https://w3c.github.io/pub-manifest/?specStatus=PR#sotd 27 | - https://w3c.github.io/audiobooks/?specStatus=PR#sotd 28 | 29 | # Link to group's decision to request transition 30 | 31 | - https://www.w3.org/publishing/groups/publ-wg/Meetings/Minutes/2020/2020-09-14-pwg.html#resolution1 32 | - https://www.w3.org/publishing/groups/publ-wg/Meetings/Minutes/2020/2020-09-14-pwg.html#resolution2 33 | 34 | # Changes 35 | 36 | - https://w3c.github.io/pub-manifest/?specStatus=PR#change-log-older 37 | - https://w3c.github.io/audiobooks/?specStatus=PR#change-log-older 38 | 39 | # Requirements satisfied 40 | 41 | No changes since the CR Transition 42 | 43 | # Dependencies met (or not) 44 | 45 | No changes since the CR Transition; there was no external dependencies 46 | 47 | # Wide Review 48 | 49 | Review happened via github issues, see: 50 | 51 | - https://github.com/w3c/pub-manifest/issues?q=is%3Aissue+ 52 | - https://github.com/w3c/audiobooks/issues?q=is%3Aissue+ 53 | 54 | # Issues addressed 55 | 56 | See the changes section, that also refers to the issues leading to the changes: 57 | 58 | - https://w3c.github.io/pub-manifest/?specStatus=PR#change-log-older 59 | - https://w3c.github.io/audiobooks/?specStatus=PR#change-log-older 60 | 61 | # Formal Objections 62 | 63 | None. 64 | 65 | # Implementation 66 | 67 | All the reports are collected here: 68 | 69 | - https://w3c.github.io/publ-tests/ 70 | 71 | The repository contains the test suite and test reports. The only normative part of the spec is the manifest processing sections in the two documents; the respective test reports are here: 72 | 73 | - https://w3c.github.io/publ-tests/test_reports/manifest_processing/index.html 74 | 75 | # Patent disclosures 76 | 77 | See 78 | 79 | - https://www.w3.org/2004/01/pp-impl/100074/status 80 | -------------------------------------------------------------------------------- /admin/PR/publ_request.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | Denis, 4 | 5 | This is an official publication request for the publication of two Publishing WG documents as Proposed Recommendations. The publication date is the 1st of October, 2020. The transition request for PR has been issued in: 6 | 7 | https://github.com/w3c/transitions/issues/266 8 | 9 | the Director's approval is in: 10 | 11 | https://github.com/w3c/transitions/issues/266#issuecomment-699141963 12 | 13 | Document Titles and URL-s 14 | ========================= 15 | 16 | Publication Manifest 17 | -------------------- 18 | 19 | https://www.w3.org/TR/2020/PR-pub-manifest-20201001/ 20 | 21 | 22 | Audiobooks 23 | ---------- 24 | 25 | https://www.w3.org/TR/2020/PR-audiobooks-20201001/ 26 | 27 | 28 | Abstract and Status Sections 29 | ---------------------------- 30 | 31 | See the previous URL-s 32 | 33 | The documents are already in place and went through pubrules' checker. 34 | 35 | Thanks! 36 | 37 | Ivan 38 | -------------------------------------------------------------------------------- /admin/REC/ACAnnouncement.txt: -------------------------------------------------------------------------------- 1 | [DRAFT] Publication Manifest and Audiobooks are W3C Recommendations 2 | ------------------------------------------- 3 | 4 | 5 | Dear Advisory Committee Representative, 6 | Chairs, 7 | 8 | It is my pleasure to announce that the Publication Manifest and the Audiobooks specifications are now W3C Recommendations: 9 | 10 | Publication Manifest 11 | https://www.w3.org/TR/2020/REC-pub-manifest-20201110/ 12 | 13 | Audiobooks 14 | https://www.w3.org/TR/2020/REC-audiobooks-20201110/ 15 | 16 | The Publication Manifest specification defines a general manifest format for expressing information about a digital publication. It uses schema.org metadata augmented to include various structural properties about publications, and serialized in JSON-LD, to enable interoperability between publishing formats while accommodating variances in the information that needs to be expressed. 17 | 18 | The Audiobooks specification describes the requirements for the creation of audiobooks, using a profile of the Publication Manifest specification. 19 | 20 | All Members who responded to the Call for Review [1] of the Proposed Recommendation showed support (with two abstentions), with several reviewers indicating that they produce, or expect to produce, products that use this specification. 21 | 22 | Please join us in congratulating the W3C Publishing Working Group [2] on this achievement. 23 | 24 | Thank you, 25 | 26 | For Tim Berners-Lee, Director, and 27 | Philippe Le Hégaret, Project Management Lead; 28 | Ivan Herman, Publishing Working Group Staff Contact; 29 | Xueyuan Jia, W3C Marketing & Communications 30 | 31 | [1] https://www.w3.org/2002/09/wbs/33280/audiobooks-pr/ 32 | [2] https://www.w3.org/publishing/groups/publ-wg/ 33 | -------------------------------------------------------------------------------- /admin/REC/RECHPN.txt: -------------------------------------------------------------------------------- 1 | Subject: [DRAFT HPN] Recommendations published for the Publication Manifest and Audiobooks 2 | 3 | ---------------------------- 4 | 5 |

The Publishing Working Group has just published a Recommendation for two documents, namely:

6 | 7 |
    8 |
  • Publication Manifest—This specification defines a general manifest format for expressing information about a digital publication. It uses schema.org metadata augmented to include various structural properties about publications, serialized in JSON-LD, to enable interoperability between publishing formats while accommodating variances in the information that needs to be expressed.
  • 9 |
  • Audiobooks—This specification describes the requirements for the creation of audiobooks, using a profile of the Publication Manifest specification.
  • 10 |
11 | -------------------------------------------------------------------------------- /admin/REC/dd.txt: -------------------------------------------------------------------------------- 1 | Philippe, Ralph, 2 | 3 | the AC Review for the Publication Manifest and the Audiobooks Recommendations: 4 | 5 | https://www.w3.org/2002/09/wbs/33280/audiobooks-pr/ 6 | 7 | have ended yesterday. There were 23, resp. 22, votes to publish as is (or with a minor editorial comment), and 1, resp. 2, abstentions. Do I have your approval to go ahead? 8 | 9 | FYI, the publication is planned for the 10th of November. 10 | 11 | Thanks 12 | 13 | Ivan 14 | -------------------------------------------------------------------------------- /admin/REC/preliminary_publ_request.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | Denis, 4 | 5 | This is a preliminary publication request for the publication of two Publishing WG documents as Recommendations. The publication date is planned to be on the 10th of November, 2020. I expect the official DD coming today, and you will then receive the official publication request on the week end. This mail is only to help you planning your work, 6 | 7 | Document Titles and URL-s 8 | ========================= 9 | 10 | Publication Manifest 11 | -------------------- 12 | 13 | https://www.w3.org/TR/2020/REC-pub-manifest-20201110/ 14 | 15 | 16 | Audiobooks 17 | ---------- 18 | 19 | https://www.w3.org/TR/2020/REC-audiobooks-20201110/ 20 | 21 | 22 | Abstract and Status Sections 23 | ---------------------------- 24 | 25 | See the previous URL-s 26 | 27 | The documents are already in place and went through pubrules' checker. 28 | 29 | Thanks! 30 | 31 | Ivan 32 | -------------------------------------------------------------------------------- /admin/REC/publ_request.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | Denis, 4 | 5 | This is an official publication request for the publication of two Publishing WG documents as Recommendations. The publication date is the 10th of November, 2020. The transition request for PR has been issued in: 6 | 7 | https://github.com/w3c/transitions/issues/281 8 | 9 | the Director's approval is in: 10 | 11 | https://lists.w3.org/Archives/Team/w3t-comm/2020Nov/0057.html 12 | 13 | Document Titles and URL-s 14 | ========================= 15 | 16 | Publication Manifest 17 | -------------------- 18 | 19 | https://www.w3.org/TR/2020/REC-pub-manifest-20201110/ 20 | 21 | 22 | Audiobooks 23 | ---------- 24 | 25 | https://www.w3.org/TR/2020/REC-audiobooks-20201110/ 26 | 27 | 28 | Abstract and Status Sections 29 | ---------------------------- 30 | 31 | See the previous URL-s 32 | 33 | The documents are already in place and went through pubrules' checker. 34 | 35 | Xueyuan, I will send you the draft AC and HPN announcements in a separate mail. 36 | 37 | Thanks! 38 | 39 | Ivan 40 | -------------------------------------------------------------------------------- /assets/css/style-extras.css: -------------------------------------------------------------------------------- 1 | 2 | section#content h2:before { 3 | content: counter(h2) ". "; 4 | display: inline; 5 | 6 | } 7 | section#content h2 { 8 | counter-increment: h2; 9 | counter-reset: h3; 10 | } 11 | 12 | section#content h3:before { 13 | content: counter(h2) "." counter(h3) ". "; 14 | display: inline; 15 | } 16 | 17 | section#content h3 { 18 | counter-increment: h3; 19 | counter-reset: h4; 20 | } 21 | 22 | section#content h4:before { 23 | content: counter(h2) "." counter(h3) "." counter(h4) ". "; 24 | display: inline; 25 | } 26 | 27 | section#content h4 { 28 | counter-increment: h4; 29 | counter-reset: h5; 30 | } 31 | 32 | 33 | /* Table zebra style... */ 34 | table.zebra { 35 | font-size:inherit; 36 | font:100%; 37 | margin:1em; 38 | width: 95%; 39 | } 40 | 41 | table.zebra td { 42 | padding-left: 0.3em; 43 | } 44 | 45 | table.zebra th { 46 | font-weight: bold; 47 | text-align: center; 48 | background-color: NavyBlue !important; 49 | font-size: 110%; 50 | background: hsl(180, 30%, 50%); 51 | color: #fff; 52 | } 53 | 54 | table.zebra th a:link { 55 | color: #fff; 56 | } 57 | 58 | table.zebra th a:visited { 59 | color: #aaa; 60 | } 61 | 62 | table.zebra tr:nth-child(even) { 63 | background-color: hsl(180, 30%, 93%) 64 | } 65 | 66 | table.zebra th{border-bottom:1px solid #bbb;padding:.2em 1em;} 67 | table.zebra td{border-bottom:1px solid #ddd;padding:.2em 1em;} 68 | -------------------------------------------------------------------------------- /assets/images/TPAC2017_Workflow_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/assets/images/TPAC2017_Workflow_diagram.png -------------------------------------------------------------------------------- /assets/images/f2f_toronto_1st.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/assets/images/f2f_toronto_1st.jpg -------------------------------------------------------------------------------- /assets/images/f2f_toronto_2nd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/assets/images/f2f_toronto_2nd.jpg -------------------------------------------------------------------------------- /assets/images/publishingatw3c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/assets/images/publishingatw3c.png -------------------------------------------------------------------------------- /assets/js/newsfeed.js: -------------------------------------------------------------------------------- 1 | // Quick n' dirty news feed 2 | // Stolen from Philippe le Hégaret and the Web Performance WG home page... 3 | // 4 | (function () { 5 | try { 6 | var attempts = 0; 7 | var max_items = 5; 8 | 9 | function updateArticles(feed) { 10 | var body = document.getElementById("articles"); 11 | 12 | if (body === null) { 13 | // just in case the network request was really fast 14 | attempts++; 15 | if (attempts < 5) { 16 | setTimeOut(function() { updateArticles(feed); }, 300); 17 | } 18 | return; 19 | } 20 | 21 | var items = feed.querySelectorAll("item"); 22 | var item_num = items.length < max_items ? items.length : max_items; 23 | for (var i = 0; i < item_num; i++) { 24 | var item = items.item(i); 25 | var desc = item.querySelector("description").textContent; 26 | var link = item.querySelector("link").textContent; 27 | var title = item.querySelector("title").textContent; 28 | var d = new Date(item.querySelector("pubDate").textContent); 29 | 30 | var article = document.createElement("article"); 31 | 32 | var h3 = article.appendChild(document.createElement("h3")); 33 | h3.textContent = title; 34 | 35 | var date_p = article.appendChild(document.createElement("p")); 36 | date_p.setAttribute("class","date"); 37 | 38 | var time = date_p.appendChild(document.createElement("time")); 39 | time.setAttribute("class", "dtstart"); 40 | time.setAttribute("datetime",d.toISOString()); 41 | time.textContent = d.toDateString(); 42 | 43 | var desc_p = article.appendChild(document.createElement("p")); 44 | desc_p.innerHTML = desc; 45 | 46 | body.appendChild(article); 47 | } 48 | } 49 | 50 | var xhr = new XMLHttpRequest(); 51 | xhr.onreadystatechange = function () { 52 | if (this.readyState == 4 && this.status == 200) { 53 | updateArticles(this.responseXML); 54 | } 55 | }; 56 | 57 | xhr.open("GET", "https://www.w3.org/blog/dpub/category/activity-news/feed/", true); 58 | // xhr.open("GET", "https://cors-anywhere.herokuapp.com/https://www.w3.org/blog/dpub/category/activity-news/feed/", true); 59 | xhr.withCredentials = false; 60 | xhr.send(null); 61 | } catch (e) { 62 | } 63 | })(); 64 | -------------------------------------------------------------------------------- /assets/publ_ack_config.json: -------------------------------------------------------------------------------- 1 | { 2 | "documents" : { 3 | "wpub" : { 4 | "id": "100074", 5 | "explicit_list": "https://raw.githubusercontent.com/w3c/wpub/master/common/html/ack-script/separate_acks.json", 6 | "html_pattern": "https://raw.githubusercontent.com/w3c/wpub/master/common/html/ack-script/ack_pattern.html" 7 | } 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /assets/publications/manifest_audiobooks.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/assets/publications/manifest_audiobooks.epub -------------------------------------------------------------------------------- /assets/scribejs_config.json: -------------------------------------------------------------------------------- 1 | { 2 | "ghrepo" : "w3c/publ-wg", 3 | "ghpath" : "Meeting/Minutes", 4 | "ghbranch" : "master", 5 | "group" : "pwg", 6 | "nicknames" : "https://www.w3.org/publishing/groups/publ-wg/assets/nicknames.json", 7 | "acrepo" : "w3c/publ-wg", 8 | "acurlpattern" : "https://www.w3.org/publishing/groups/publ-wg/Meetings/Minutes/%YEAR%/%DATE%-pwg" 9 | } 10 | -------------------------------------------------------------------------------- /implementation/results.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Implementation reports for the Publication Manifest and Audiobooks specifications 9 | 10 | 11 | 12 | 13 |
14 |

15 | 16 | W3C 17 | 18 |

19 |

20 | Implementation reports for the Publication Manifest and Audiobooks specifications. 21 |

22 | 23 | 24 | 25 |
26 | 27 |

Available reports

28 | 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /implementation/under-construction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c/publ-wg/a9e7d7d5c0f1dc05375b789780442f523f7e61d6/implementation/under-construction.png -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: home 3 | json-ld: | 4 | { 5 | "@context": "http://schema.org/", 6 | "@type": "Organization", 7 | "name": "Audiobooks Working Group", 8 | "url": "https://www.w3.org/publishing/groups/publ-wg/", 9 | "parentOrganization": { 10 | "@type": "Organization", 11 | "name": "World Wide Web Consortium", 12 | "url": "https://www.w3.org" 13 | }, 14 | "member": { 15 | "@type": "OrganizationRole", 16 | "roleName": "Co-Chair", 17 | "member": [{ 18 | "@type": "Person", 19 | "name": "Tzviya Siegman", 20 | "email": "tsiegman@wiley.com" 21 | },{ 22 | "@type": "Person", 23 | "name": "Wendy Reid", 24 | "email": "wendy.reid@rakuten.com" 25 | }] 26 | }, 27 | "contactPoint": { 28 | "@type": "ContactPoint", 29 | "name": "Ivan Herman", 30 | "email": "ivan@w3.org", 31 | "contactType": "W3C Staff Contact" 32 | } 33 | } 34 | --- 35 | The mission of the Audiobooks Working Group is to maintain the [Publication Manifest](https://www.w3.org/TR/pub-manifest/) and [Audiobooks](https://www.w3.org/TR/audiobooks/) Recommendations and related Working Group Notes. 36 | 37 | The Co-Chairs of the Working Group are [Tzviya Siegman](mailto:tsiegman@wiley.com) (Wiley) and [Wendy Reid](mailto:wendy.reid@rakuten.com) (Kobo/Rakuten). The W3C Staff Contact for the Working Group is [Ivan Herman](mailto:ivan@w3.org). 38 | The group has been closed on the 20th of June, 2023; the maintenance of the Working Group documents have been taken over 39 | by the Publishing Maintenance Working Group. 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "private": true, 3 | "name": "publ-wg", 4 | "version": "0.1.0", 5 | "description": "Node tooling for the Publishing Working Group site", 6 | "scripts": { 7 | "test": "echo \"Error: no test specified\" && exit 1", 8 | "scribejs": "scribejs -c .scribejs.json" 9 | }, 10 | "repository": { 11 | "type": "git", 12 | "url": "git+https://github.com/w3c/publ-wg.git" 13 | }, 14 | "keywords": [ 15 | "W3C", 16 | "publishing" 17 | ], 18 | "author": "W3C Members", 19 | "license": "W3C-20150513", 20 | "bugs": { 21 | "url": "https://github.com/w3c/publ-wg/issues" 22 | }, 23 | "homepage": "https://github.com/w3c/publ-wg#README" 24 | } 25 | -------------------------------------------------------------------------------- /w3c.json: -------------------------------------------------------------------------------- 1 | { 2 | "group": [ 3 | "100074" 4 | ], 5 | "contacts": [ 6 | "iherman" 7 | ], 8 | "repo-type": "homepage" 9 | } 10 | --------------------------------------------------------------------------------