diff --git a/gatsby/content/otwsu/15.mdx b/gatsby/content/otwsu/15.mdx new file mode 100644 index 000000000..7af53bc30 --- /dev/null +++ b/gatsby/content/otwsu/15.mdx @@ -0,0 +1,17 @@ +--- +edition: 15 +youtube: https://www.youtube.com/watch?v=X3vx4Ad7PtI +section: otwsu +image: /images/otwsu15.png +eventdate: 2022-04-27 +--- + +- We will speak about the relevance of open standards with **Italo from The + Document Foundation** and how it works in practice with the OpenDocument + format. Who are open standards for? Are there cases when open standards + can be a problem? Are they just a technical matter? Let's find out! +- Pending answer from another guest :) +- **Half-Shot from Element** is the author of the hookshot project… and it loves + open standards! Hookshot is a multi-purpose bridge which thrives when it + can use open APIs and open standards. How does interoperability help + bringing value? Half-Shot will show us in practice! \ No newline at end of file diff --git a/gatsby/src/pages/open-tech-will-save-us.js b/gatsby/src/pages/open-tech-will-save-us.js index 9e6108629..e08b23d44 100644 --- a/gatsby/src/pages/open-tech-will-save-us.js +++ b/gatsby/src/pages/open-tech-will-save-us.js @@ -12,7 +12,7 @@ import moment from "moment"; const title = `Open Tech Will Save Us | ${config.siteTitle}`; const SHOW_LIVE_STREAM = false; -const NEXT_EVENT = 14; +const NEXT_EVENT = 15; let liveStream; if (SHOW_LIVE_STREAM) { @@ -31,7 +31,7 @@ if (SHOW_LIVE_STREAM) { ); } else { - liveStream = Open Tech Will Save Us; + liveStream = Open Tech Will Save Us; } const OTWSU = ({ data }) => { @@ -47,7 +47,7 @@ const OTWSU = ({ data }) => {
diff --git a/gatsby/static/images/otwsu-14.png b/gatsby/static/images/otwsu14.png similarity index 100% rename from gatsby/static/images/otwsu-14.png rename to gatsby/static/images/otwsu14.png diff --git a/gatsby/static/images/otwsu15.png b/gatsby/static/images/otwsu15.png new file mode 100644 index 000000000..46abc2dd9 Binary files /dev/null and b/gatsby/static/images/otwsu15.png differ