mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
- _contrib/bco-htmlproof: check HTML for correctness; fail on any errors - _contrib/bco-htmlproof: accept path for individual page to help debug page problems - (Many files) Convert `&` in numerous elements to `&` - _templates/download.html: use Liquid filter to automatically escape `&` in magnet links. Also premptively tell HTML not to check the magnet link when checking external links (this check is not currently enabled) - _releases/*: Escape `<parameter>` used in multiple Bitcoin Core release notes - _templates/choose-you-wallet.html: change mSigna URL from .../coinvault&referer=bitcoin.org to .../coinvault?referer=bitcoin.org - _templates/community.html: fix duplicate anchors by renaming one anchor - _templates/events.html: move Javascript to separate file because it contains forbidden HTML close tags within the `<script></script>` tags. - (Many files, mostly in _translations/) Fix many broken open tags or missing close tags. - _translatios/zh_TW.yml & ko.yml: fix a total of three invalid characters (control characters)
29 lines
1.8 KiB
HTML
29 lines
1.8 KiB
HTML
---
|
|
# This file is licensed under the MIT License (MIT) available on
|
|
# http://opensource.org/licenses/MIT.
|
|
|
|
layout: base
|
|
id: events
|
|
---
|
|
<link rel="alternate" type="application/rss+xml" href="/en/rss/events.rss" title="Bitcoin conferences and events">
|
|
<h1>{% translate pagetitle %}<a type="application/rss+xml" href="/en/rss/events.rss"><img src="/img/icons/icon_rss.svg" alt="rss" class="rssicon"></a></h1>
|
|
<p class="summary">{% translate pagedesc %}</p>
|
|
|
|
<link rel="stylesheet" type="text/css" href="/js/leaflet/leaflet.css" />
|
|
<link rel="stylesheet" type="text/css" href="/js/leaflet-markercluster/MarkerCluster.css" />
|
|
<link rel="stylesheet" type="text/css" href="/js/leaflet-markercluster/MarkerCluster.Default.css" />
|
|
<script src="/js/leaflet/leaflet.js"></script>
|
|
<script src="/js/leaflet-markercluster/leaflet.markercluster.js"></script>
|
|
<div id="eventmap" class="eventmap"></div>
|
|
<script src="/js/events.js"></script>
|
|
<h2 id="upcoming">{% translate upcoming %}</h2>
|
|
<div class="listtable eventtable">
|
|
{% filter_for p in site.conferences sort_by:date %}
|
|
<div><div>{{ p.date | date:"%Y-%m-%d" }}</div><div><a href="{{ p.link | htmlescape }}">{{ p.title | htmlescape }}</a></div><div>{{ p.city | htmlescape }}, {{ p.country | htmlescape }}</div></div>
|
|
{% endfilter_for %}
|
|
<span><a href="https://github.com/bitcoin/bitcoin.org/issues/new?title=New%20event&body=%20%20%20%20-%20date%3A%20YYYY-MM-DD%0A%20%20%20%20%20%20title%3A%20%22%22%0A%20%20%20%20%20%20venue%3A%20%22%22%0A%20%20%20%20%20%20address%3A%20%22%22%0A%20%20%20%20%20%20city%3A%20%22%22%0A%20%20%20%20%20%20country%3A%20%22%22%0A%20%20%20%20%20%20link%3A%20%22%22">{% translate eventsubmit %}</a></span>
|
|
</div>
|
|
|
|
<p>{% translate meetupgroup %}</p>
|
|
<p>{% translate meetupbitcointalk %}</p>
|
|
<p>{% translate meetupwiki %}</p>
|