Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for OTWSU 15 #1317

Merged
merged 1 commit into from
Apr 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions gatsby/content/otwsu/15.mdx
Original file line number Diff line number Diff line change
@@ -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!
6 changes: 3 additions & 3 deletions gatsby/src/pages/open-tech-will-save-us.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand All @@ -31,7 +31,7 @@ if (SHOW_LIVE_STREAM) {
</div>
);
} else {
liveStream = <img src="/images/otwsu-14.png" alt="Open Tech Will Save Us" />;
liveStream = <img src="/images/otwsu15.png" alt="Open Tech Will Save Us" />;
}

const OTWSU = ({ data }) => {
Expand All @@ -47,7 +47,7 @@ const OTWSU = ({ data }) => {
<meta name="twitter:card" content="summary_large_image" />
<meta
property="twitter:image"
content="https://matrix.org/images/otwsu-14.png"
content="https://matrix.org/images/otwsu15.png"
/>
</Helmet>
<div>
Expand Down
File renamed without changes
Binary file added gatsby/static/images/otwsu15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.