bonfire-app/ActivityPub.Federator.Transformer.html
2024-04-16 21:21:08 +00:00

884 lines
26 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.31.2">
<meta name="project" content="bonfire_umbrella v0.9.10-cooperation-beta.62">
<title>ActivityPub.Federator.Transformer — bonfire_umbrella v0.9.10-cooperation-beta.62</title>
<link rel="stylesheet" href="dist/html-elixir-JKHCEBPC.css" />
<script src="dist/handlebars.runtime-NWIB6V2M.js"></script>
<script src="dist/handlebars.templates-A7S2WMC7.js"></script>
<script src="dist/sidebar_items-0AD831F9.js"></script>
<script src="docs_config.js"></script>
<script async src="dist/html-JRPQ5PR6.js"></script>
</head>
<body data-type="modules" class="page-module">
<script>
try {
var settings = JSON.parse(localStorage.getItem('ex_doc:settings') || '{}');
if (settings.theme === 'dark' ||
((settings.theme === 'system' || settings.theme == null) &&
window.matchMedia('(prefers-color-scheme: dark)').matches)
) {
document.body.classList.add('dark')
}
} catch (error) { }
</script>
<div class="main">
<button id="sidebar-menu" class="sidebar-button sidebar-toggle" aria-label="toggle sidebar" aria-controls="sidebar">
<i class="ri-menu-line ri-lg" title="Collapse/expand sidebar"></i>
</button>
<div class="background-layer"></div>
<nav id="sidebar" class="sidebar">
<div class="sidebar-header">
<div class="sidebar-projectInfo">
<a href="https://bonfirenetworks.org" class="sidebar-projectImage">
<img src="assets/logo.png" alt="bonfire_umbrella" />
</a>
<div>
<a href="https://bonfirenetworks.org" class="sidebar-projectName" translate="no">
bonfire_umbrella
</a>
<div class="sidebar-projectVersion" translate="no">
v0.9.10-cooperation-beta.62
</div>
</div>
</div>
<ul id="sidebar-listNav" class="sidebar-listNav" role="tablist">
<li>
<button id="extras-list-tab-button" role="tab" data-type="extras" aria-controls="extras-tab-panel" aria-selected="true" tabindex="0">
Pages
</button>
</li>
<li>
<button id="modules-list-tab-button" role="tab" data-type="modules" aria-controls="modules-tab-panel" aria-selected="false" tabindex="-1">
Modules
</button>
</li>
</ul>
</div>
<div id="extras-tab-panel" class="sidebar-tabpanel" role="tabpanel" aria-labelledby="extras-list-tab-button">
<ul id="extras-full-list" class="full-list"></ul>
</div>
<div id="modules-tab-panel" class="sidebar-tabpanel" role="tabpanel" aria-labelledby="modules-list-tab-button" hidden>
<ul id="modules-full-list" class="full-list"></ul>
</div>
</nav>
<main class="content">
<output role="status" id="toast"></output>
<div class="content-outer">
<div id="content" class="content-inner">
<div class="top-search">
<div class="search-settings">
<form class="search-bar" action="search.html">
<label class="search-label">
<span class="sr-only">Search documentation of bonfire_umbrella</span>
<input name="q" type="text" class="search-input" placeholder="Press / to search" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" />
</label>
<button type="submit" class="search-button" aria-label="Submit Search">
<i class="ri-search-2-line ri-lg" aria-hidden="true" title="Submit search"></i>
</button>
<button type="button" tabindex="-1" class="search-close-button" aria-hidden="true">
<i class="ri-close-line ri-lg" title="Cancel search"></i>
</button>
</form>
<div class="autocomplete">
</div>
<button class="icon-settings display-settings">
<i class="ri-settings-3-line"></i>
<span class="sr-only">Settings</span>
</button>
</div>
</div>
<h1>
<a href="https://github.com/bonfire-networks/activity_pub/blob/main/lib/federator/transformer.ex#L1" title="View Source" class="icon-action" rel="help">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
<span translate="no">ActivityPub.Federator.Transformer</span>
<small class="app-vsn" translate="no">(bonfire_umbrella v0.9.10-cooperation-beta.62)</small>
</h1>
<section id="moduledoc">
<p>This module normalises outgoing data to conform with AS2/AP specs
and handles incoming objects and activities</p>
</section>
<section id="summary" class="details-list">
<h1 class="section-heading">
<a class="hover-link" href="#summary">
<i class="ri-link-m" aria-hidden="true"></i>
</a>
<span class="text">Summary</span>
</h1>
<div class="summary-functions summary">
<h2>
<a href="#functions">Functions</a>
</h2>
<div class="summary-row">
<div class="summary-signature">
<a href="#add_emoji_tags/1" translate="no">add_emoji_tags(object)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#fix_actor/1" translate="no">fix_actor(data)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#fix_addressing/1" translate="no">fix_addressing(object)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#fix_attachments/1" translate="no">fix_attachments(object)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#fix_content_map/1" translate="no">fix_content_map(object)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#fix_context/2" translate="no">fix_context(object, options)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#fix_emoji/1" translate="no">fix_emoji(object)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#fix_in_reply_to/2" translate="no">fix_in_reply_to(object, options \\ [])</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#fix_object/2" translate="no">fix_object(object, options \\ [])</a>
</div>
<div class="summary-synopsis"><p>Modifies an incoming AP object (mastodon format) to our internal format.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#fix_quote_url/2" translate="no">fix_quote_url(object, options \\ [])</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#fix_replies/2" translate="no">fix_replies(data, options)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#fix_summary/1" translate="no">fix_summary(object)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#fix_tag/1" translate="no">fix_tag(object)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#fix_url/1" translate="no">fix_url(object)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#format_input/3" translate="no">format_input(text, binary, options \\ [])</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#handle_incoming/2" translate="no">handle_incoming(data, opts \\ [])</a>
</div>
<div class="summary-synopsis"><p>Handles incoming data, inserts it into the database and triggers side effects if the data is a supported activity type.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#maybe_handle_other_activity/1" translate="no">maybe_handle_other_activity(data)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#prepare_outgoing/1" translate="no">prepare_outgoing(data)</a>
</div>
<div class="summary-synopsis"><p>Translates MN Entity to an AP compatible format</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#preserve_privacy_of_outgoing/2" translate="no">preserve_privacy_of_outgoing(other, target_instance_uri \\ nil)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#replies/1" translate="no">replies(arg1)</a>
</div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#set_replies/1" translate="no">set_replies(object)</a>
</div>
<div class="summary-synopsis"><p>Serialized Mastodon-compatible <code class="inline">replies</code> collection containing <em>self-replies</em>.
Based on Mastodon's ActivityPub::NoteSerializer#replies.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#take_emoji_tags/1" translate="no">take_emoji_tags(arg1)</a>
</div>
</div>
</div>
</section>
<section id="functions" class="details-list">
<h1 class="section-heading">
<a class="hover-link" href="#functions">
<i class="ri-link-m" aria-hidden="true"></i>
</a>
<span class="text">Functions</span>
</h1>
<div class="functions-list">
<section class="detail" id="add_emoji_tags/1">
<div class="detail-header">
<a href="#add_emoji_tags/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">add_emoji_tags(object)</h1>
<a href="https://github.com/bonfire-networks/activity_pub/blob/main/lib/federator/transformer.ex#L587" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="fix_actor/1">
<div class="detail-header">
<a href="#fix_actor/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">fix_actor(data)</h1>
<a href="https://github.com/bonfire-networks/activity_pub/blob/main/lib/federator/transformer.ex#L271" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="fix_addressing/1">
<div class="detail-header">
<a href="#fix_addressing/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">fix_addressing(object)</h1>
<a href="https://github.com/bonfire-networks/activity_pub/blob/main/lib/federator/transformer.ex#L218" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="fix_attachments/1">
<div class="detail-header">
<a href="#fix_attachments/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">fix_attachments(object)</h1>
<a href="https://github.com/bonfire-networks/activity_pub/blob/main/lib/federator/transformer.ex#L361" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="fix_content_map/1">
<div class="detail-header">
<a href="#fix_content_map/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">fix_content_map(object)</h1>
<a href="https://github.com/bonfire-networks/activity_pub/blob/main/lib/federator/transformer.ex#L498" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="fix_context/2">
<div class="detail-header">
<a href="#fix_context/2" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">fix_context(object, options)</h1>
<a href="https://github.com/bonfire-networks/activity_pub/blob/main/lib/federator/transformer.ex#L342" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="fix_emoji/1">
<div class="detail-header">
<a href="#fix_emoji/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">fix_emoji(object)</h1>
<a href="https://github.com/bonfire-networks/activity_pub/blob/main/lib/federator/transformer.ex#L451" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="fix_in_reply_to/2">
<span id="fix_in_reply_to/1"></span>
<div class="detail-header">
<a href="#fix_in_reply_to/2" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">fix_in_reply_to(object, options \\ [])</h1>
<a href="https://github.com/bonfire-networks/activity_pub/blob/main/lib/federator/transformer.ex#L282" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="fix_object/2">
<span id="fix_object/1"></span>
<div class="detail-header">
<a href="#fix_object/2" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">fix_object(object, options \\ [])</h1>
<a href="https://github.com/bonfire-networks/activity_pub/blob/main/lib/federator/transformer.ex#L186" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
<p>Modifies an incoming AP object (mastodon format) to our internal format.</p>
</section>
</section>
<section class="detail" id="fix_quote_url/2">
<span id="fix_quote_url/1"></span>
<div class="detail-header">
<a href="#fix_quote_url/2" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">fix_quote_url(object, options \\ [])</h1>
<a href="https://github.com/bonfire-networks/activity_pub/blob/main/lib/federator/transformer.ex#L301" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="fix_replies/2">
<div class="detail-header">
<a href="#fix_replies/2" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">fix_replies(data, options)</h1>
<a href="https://github.com/bonfire-networks/activity_pub/blob/main/lib/federator/transformer.ex#L607" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="fix_summary/1">
<div class="detail-header">
<a href="#fix_summary/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">fix_summary(object)</h1>
<a href="https://github.com/bonfire-networks/activity_pub/blob/main/lib/federator/transformer.ex#L207" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="fix_tag/1">
<div class="detail-header">
<a href="#fix_tag/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">fix_tag(object)</h1>
<a href="https://github.com/bonfire-networks/activity_pub/blob/main/lib/federator/transformer.ex#L477" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="fix_url/1">
<div class="detail-header">
<a href="#fix_url/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">fix_url(object)</h1>
<a href="https://github.com/bonfire-networks/activity_pub/blob/main/lib/federator/transformer.ex#L432" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="format_input/3">
<span id="format_input/2"></span>
<div class="detail-header">
<a href="#format_input/3" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">format_input(text, binary, options \\ [])</h1>
<a href="https://github.com/bonfire-networks/activity_pub/blob/main/lib/federator/transformer.ex#L568" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="handle_incoming/2">
<span id="handle_incoming/1"></span>
<div class="detail-header">
<a href="#handle_incoming/2" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">handle_incoming(data, opts \\ [])</h1>
<a href="https://github.com/bonfire-networks/activity_pub/blob/main/lib/federator/transformer.ex#L727" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
<p>Handles incoming data, inserts it into the database and triggers side effects if the data is a supported activity type.</p>
</section>
</section>
<section class="detail" id="maybe_handle_other_activity/1">
<div class="detail-header">
<a href="#maybe_handle_other_activity/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">maybe_handle_other_activity(data)</h1>
<a href="https://github.com/bonfire-networks/activity_pub/blob/main/lib/federator/transformer.ex#L1290" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="prepare_outgoing/1">
<div class="detail-header">
<a href="#prepare_outgoing/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">prepare_outgoing(data)</h1>
<a href="https://github.com/bonfire-networks/activity_pub/blob/main/lib/federator/transformer.ex#L22" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
<p>Translates MN Entity to an AP compatible format</p>
</section>
</section>
<section class="detail" id="preserve_privacy_of_outgoing/2">
<span id="preserve_privacy_of_outgoing/1"></span>
<div class="detail-header">
<a href="#preserve_privacy_of_outgoing/2" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">preserve_privacy_of_outgoing(other, target_instance_uri \\ nil)</h1>
<a href="https://github.com/bonfire-networks/activity_pub/blob/main/lib/federator/transformer.ex#L115" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="replies/1">
<div class="detail-header">
<a href="#replies/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">replies(arg1)</h1>
<a href="https://github.com/bonfire-networks/activity_pub/blob/main/lib/federator/transformer.ex#L714" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
<section class="detail" id="set_replies/1">
<div class="detail-header">
<a href="#set_replies/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">set_replies(object)</h1>
<a href="https://github.com/bonfire-networks/activity_pub/blob/main/lib/federator/transformer.ex#L674" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
<p>Serialized Mastodon-compatible <code class="inline">replies</code> collection containing <em>self-replies</em>.
Based on Mastodon's ActivityPub::NoteSerializer#replies.</p>
</section>
</section>
<section class="detail" id="take_emoji_tags/1">
<div class="detail-header">
<a href="#take_emoji_tags/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">take_emoji_tags(arg1)</h1>
<a href="https://github.com/bonfire-networks/activity_pub/blob/main/lib/federator/transformer.ex#L576" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>
</div>
<section class="docstring">
</section>
</section>
</div>
</section>
<footer class="footer">
<p>
<span class="line">
<button class="a-main footer-button display-quick-switch" title="Search HexDocs packages">
Search HexDocs
</button>
<a href="bonfire_umbrella.epub" title="ePub version">
Download ePub version
</a>
</span>
</p>
<p class="built-using">
Built using
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener" translate="no">ExDoc</a> (v0.31.2) for the
<a href="https://elixir-lang.org" title="Elixir" target="_blank" translate="no">Elixir programming language</a>
</p>
</footer>
</div>
</div>
</main>
</div>
</body>
</html>