Skip to content
This repository was archived by the owner on Oct 12, 2024. It is now read-only.
Open
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
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ repository: 'okfde/edulabs'

staticman:
branch: "master"
git_provider: "github"

title: "edulabs"
description: "Offene Bildung mit digital gestützten Methoden"
Expand Down
2 changes: 1 addition & 1 deletion _includes/add_dwtool.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<p>Mit diesem Formular kannst du bestehendes Unterrichtsmaterial als Materialkarte zur edulabs-Sammlung hinzufügen. Das Material muss über einen Link erreichbar und <a href="/about/OER">frei lizenziert</a> sein. Ziel der edulabs-Sammlung ist die Empfehlung von besonders gut geeigneten Materialien, die digitale, kommunikative, kreative, kollaborative und kritische Kompetenzen fördern. Nachdem du die Materialkarte eingereicht hast, wird sie durch die <a href="/oer/about">edulabs-Redaktion</a> evaluiert.</p>
</div>
<div class="row content-wrap">
<form id="edit-project-form" class="form" method="post" action="{{ site.staticman_server }}/v2/entry/{{ site.repository }}/master/dw">
<form id="edit-project-form" class="form" method="post" action="{{ site.staticman_server }}/v3/entry/{{ site.staticman.git_provider }}/{{ site.repository }}/master/dw">

<!-- Random Slug -->
<input type="hidden" id="random-slug" name="fields[title]" value="{{ project_random_slug }}" spellcheck="false" {{editable}}/>
Expand Down
2 changes: 1 addition & 1 deletion _includes/add_project.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!-- <p>Von der Idee zum Projekt: In den edulabs entwickeln Teams zusammen Projekte für zeitgemäße Bildung. Projektideen sammeln wir zuerst im <a href="https://hackdash.org/dashboards/edulabs">edulabs Hackdash</a>. Hat sich eine Arbeitsgruppe gefunden, wird diese sowie das Vorhaben im Folgenden aufgeführt.</p> -->
</div>
<div class="row content-wrap">
<form id="edit-project-form" class="form" method="post" action="{{ site.staticman_server }}/v2/entry/{{ site.repository }}/{{ site.staticman.branch }}/projects">
<form id="edit-project-form" class="form" method="post" action="{{ site.staticman_server }}/v3/entry/{{ site.staticman.git_provider }}/{{ site.repository }}/{{ site.staticman.branch }}/projects">

<!-- Project Name -->
<fieldset>
Expand Down
2 changes: 1 addition & 1 deletion _includes/page__comments.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h3 class="page__section-label">
<div id="respond">
<h3 class="page__section-label">Hinterlasse einen Kommentar <small><a rel="nofollow" id="cancel-comment-reply-link" href="{{ page.url | absolute_url }}#respond" style="display:none;">Cancel reply</a></small></h3>
<p class="instruct"><a href="https://daringfireball.net/projects/markdown/syntax">Markdown</a> ist erlaubt. Die Email-Adresse wird nicht veröffentlicht.</p>
<form id="comment-form" class="page__form js-form form" method="post" action="{{ site.staticman_server }}/v2/entry/{{ site.repository }}/{{ site.staticman.branch }}/comments">
<form id="comment-form" class="page__form js-form form" method="post" action="{{ site.staticman_server }}/v3/entry/{{ site.staticman.git_provider }}/{{ site.repository }}/{{ site.staticman.branch }}/comments">
<fieldset>
<label for="comment-form-message"><strong>Kommentar</strong> <span class="required">*</span></label>
<textarea rows="6" id="comment-form-message" name="fields[message]" spellcheck="true"></textarea>
Expand Down