Unverified Commit 90546d2a authored by Sebastian Schüpbach's avatar Sebastian Schüpbach
Browse files

move textual dates into front matter

parent a9ead80a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ Die Wissensdatenbank besteht aus Markdown-Dateien im `docs/`-Verzeichnis, welche
## TODOs Migration

* [x] Titel in Front Matter setzen
* [ ] Textuelle Datumsangaben in Front Matter übertragen
* [x] Textuelle Datumsangaben wo vorhanden in Front Matter übertragen
* [ ] Schlagworte in Front Matter aufnehmen
* [ ] Obsolete und leere Artikel löschen
* [ ] Codeblocks mit Language-Tags versehen
+1 −1
Original line number Diff line number Diff line
+++
title = "Redland API"
date = '2015-03-31'
+++

# Redland API
Created Dienstag 31 März 2015

Installation Raptor RDF Syntax Library
--------------------------------------
+1 −1
Original line number Diff line number Diff line
+++
title = 'Big Data'
date = '2015-05-31'
+++

# Big Data
Created Sonntag 31 Mai 2015

Applikationen
-------------
+3 −5
Original line number Diff line number Diff line
+++
bookCollapseSection = true
title = 'MOOC Semantic Web 2015'
date = '2016-11-05'
headless = true
+++

# MOOC Semantic Web 2015
Created Donnerstag 05 November 2015

+5 −1
Original line number Diff line number Diff line
+++
title = 'Custom Analyzer'
date = '2015-04-14'
+++

# Custom Analyzer
Created Mittwoch 15 April 2015

Settings
--------
Loading