Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • fix-search
  • isdn
  • main
  • network-typo-shielded-remmediation
  • pr-47
  • rework-photopolicy-social-media
6 results

Target

Select target project
  • ak/camp2023-infos
  • russ/camp2023-infos
  • jen/camp2023-infos
  • will/camp2023-infos
  • andi/camp2023-infos
  • laura/camp2023-infos
  • laf0rge/camp2023-infos
  • stk/camp2023-infos
  • poc_stefan/camp2023-infos
  • faheus/camp2023-infos
  • pingu/camp2023-infos
  • voidptr/camp2023-infos
  • lagertonne/camp2023-infos
  • qbit/camp2023-infos
  • kilobyte22/camp2023-infos
  • cupkake/camp2023-infos
16 results
Select Git revision
  • art-play
  • chillfloor
  • fix-search
  • isdn
  • main
  • network-typo-shielded-remmediation
  • pr-47
  • rework-photopolicy-social-media
8 results
Show changes
site_name: Chaos Communication Camp 2023 site_name: Chaos Communication Camp 2023
site_description: Infos, news, links and more site_description: Infos, news, links and more
site_url: https://events.ccc.de/camp/2023/infos/
site_dir: public site_dir: public
use_directory_urls: false use_directory_urls: false
strict: true strict: true
repo_url: https://git.cccv.de/infra/static-pages/camp2023-infos
extra_css: extra_css:
- css/camp2023-style.css - css/camp2023-style.css
...@@ -10,6 +12,7 @@ extra_css: ...@@ -10,6 +12,7 @@ extra_css:
theme: theme:
site_favicon: img/favicon_200px.png site_favicon: img/favicon_200px.png
name: readthedocs name: readthedocs
custom_dir: theme_customization
prev_next_buttons_location: none prev_next_buttons_location: none
highlightjs: false highlightjs: false
logo: img/logo.svg logo: img/logo.svg
...@@ -27,25 +30,47 @@ theme: ...@@ -27,25 +30,47 @@ theme:
#navigation_depth: 2 #navigation_depth: 2
#nav_style: primary #nav_style: primary
nav: markdown_extensions:
- extra
- admonition
plugins:
- rss:
image: https://events.ccc.de/camp/2023/infos/img/favicon.ico
abstract_chars_count: -1 # -1 for full content
feed_ttl: 10
- search
nav:
- index.md - index.md
- location.md - location.md
- timeline.md - timeline.md
- tickets.md - tickets.md
- travel.md - travel.md
- parcel.md - 'Getting stuff there and back': parcel.md
- facilities.md - facilities.md
- hub.md
- food.md - food.md
- drinks.md
- chillfloor.md
- caravans.md - caravans.md
- 'Art & Play': art-play.md
- participate.md - participate.md
- camping-villages.md - camping-villages.md
- how-to-survive.md - how-to-survive.md
- accessibility.md
- styleguide.md - styleguide.md
- faq.md - faq.md
- 'Map': 'https://map.events.ccc.de/camp/2023/map/'
- 'Matrix Chat': 'https://matrix.to/#/#camp2023:events.ccc.de'
- 'Livestreams': 'https://streaming.media.ccc.de'
- 'Recordings': 'https://media.ccc.de'
- 'Principles of our event and community': 'https://help.ccc.de/principles.en.html' - 'Principles of our event and community': 'https://help.ccc.de/principles.en.html'
- 'Help!': 'https://help.ccc.de/index.en.html'
- 'Legal Notice & Privacy Policy': 'https://legal.cccv.de' - Quicklinks (External):
- 'Map': 'https://map.events.ccc.de/camp/2023/map/'
- 'Hub (Wiki/Events/Assemblies/DMs…)': 'https://events.ccc.de/camp/2023/hub/'
- 'Fahrplan': 'https://events.ccc.de/camp/2023/hub/camp23/en/fahrplan'
- 'Chat (Matrix)': 'https://matrix.to/#/#camp2023:events.ccc.de'
- 'Livestreams': 'https://streaming.media.ccc.de'
- 'Recordings': 'https://media.ccc.de'
- 'Phonebook': 'https://guru3.eventphone.de/event.rb/phonebook'
- 'Engelsystem': 'https://engelsystem.events.ccc.de/'
- 'Help!': 'https://help.ccc.de/index.en.html'
- 'Legal Notice & Privacy Policy': 'https://legal.cccv.de'
{% extends "base.html" %}
{% block extrahead %}
<!-- RSS Feed -->
<link rel="alternate" type="application/rss+xml" title="RSS feed of created content" href="{{ config.site_url }}feed_rss_created.xml">
<link rel="alternate" type="application/rss+xml" title="RSS feed of updated content" href="{{ config.site_url }}feed_rss_updated.xml">
{% endblock %}
\ No newline at end of file
<div class="rst-versions" role="note" aria-label="{% trans %}Versions{% endtrans %}">
<span class="rst-current-version" data-toggle="rst-current-version">
<span>
<a href="{{ config.repo_url }}" class="icon icon-gitlab" style="color: #fcfcfc"> Source</a>
</span>
</span>
</div>
\ No newline at end of file