Unverified Commit 1be1e264 authored by Sebastian Schüpbach's avatar Sebastian Schüpbach
Browse files

change markup for h2 elements

parent 90546d2a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ Die Wissensdatenbank besteht aus Markdown-Dateien im `docs/`-Verzeichnis, welche

* [x] Titel in Front Matter setzen
* [x] Textuelle Datumsangaben wo vorhanden in Front Matter übertragen
* [x] Titelsyntax anpassen
* [ ] Schlagworte in Front Matter aufnehmen
* [ ] Obsolete und leere Artikel löschen
* [ ] Codeblocks mit Language-Tags versehen
+8 −8
Original line number Diff line number Diff line
@@ -5,8 +5,8 @@ date = '2015-03-31'

# Redland API

Installation Raptor RDF Syntax Library
--------------------------------------
## Installation Raptor RDF Syntax Library

<http://librdf.org/raptor/>

Zusätzlich benötigte Pakete:
@@ -21,8 +21,8 @@ Zusätzlich benötigte Pakete:
	sudo make install


Installation Rasqal RDF Query Library
-------------------------------------
## Installation Rasqal RDF Query Library

<http://librdf.org/rasqal/>

	./configure
@@ -30,8 +30,8 @@ Installation Rasqal RDF Query Library
	sudo make install


Installation Redland RDF API
----------------------------
## Installation Redland RDF API

<http://librdf.org/>

	./configure
@@ -39,8 +39,8 @@ Installation Redland RDF API
	sudo make install


Installation Redland RDF Language Bindings
------------------------------------------
## Installation Redland RDF Language Bindings

<http://librdf.org/bindings/>

Zusätzlich benötigte Pakete:
+1 −3
Original line number Diff line number Diff line
@@ -5,9 +5,7 @@ date = '2015-05-31'

# Big Data

Applikationen
-------------

## Applikationen

* [Apache Bigtop](https://bigtop.apache.org/)
* [Apache Crunch](https://crunch.apache.org/)
+4 −4
Original line number Diff line number Diff line
@@ -3,8 +3,9 @@ title = 'Clean Code'
+++

# Clean Code
Names++
-------

## Names++

Naming conventions:

1. Choose your names thoughtfully
@@ -26,8 +27,7 @@ Naming conventions:
	4. Functions / classes in a large scope (e.g. public scope): Short names (willl probably be used by other people)


TDD
---
## TDD

### Three Laws of TDD

+2 −3
Original line number Diff line number Diff line
@@ -3,9 +3,8 @@ title = 'Extreme Programming'
+++

# Extreme Programming
Pair Programming
----------------

* [On Pair Programming](https://martinfowler.com/articles/on-pair-programming.html)
## Pair Programming

* [On Pair Programming](https://martinfowler.com/articles/on-pair-programming.html)
Loading