From 1a3b53460b172d0672cd31725dd86f39ab7b3f88 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Mon, 4 May 2020 20:13:28 +0200 Subject: [PATCH] add android list --- README.md | 8 +++++++- android.md | 10 ++++++++++ raw/android_body.md | 5 +++++ raw/android_header.md | 4 ++++ raw/generate.sh | 4 ++++ raw/header.md | 8 +++++++- 6 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 android.md create mode 100644 raw/android_body.md create mode 100644 raw/android_header.md diff --git a/README.md b/README.md index f5458bf..b0684fc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # Links -This is a collection of nice open source software. +This is a collection of nice open source software. Below, you find two +categories. [Casual](#casual) contains software for everyone. +[Nerdy](#nerdy) contains software which is suited for people who are +technically more interested. + +If you are using **Android**, take a look at the [**Android +List**](./android.md) - [Casual](#casual) - [Office](#office) diff --git a/android.md b/android.md new file mode 100644 index 0000000..3f3fd24 --- /dev/null +++ b/android.md @@ -0,0 +1,10 @@ +# Android Links + +This list contains nice open source software for android. + + - [Casual](#casual) + - [Nerdy](#nerdy) + +## Casual + +## Nerdy diff --git a/raw/android_body.md b/raw/android_body.md new file mode 100644 index 0000000..cd10057 --- /dev/null +++ b/raw/android_body.md @@ -0,0 +1,5 @@ +Casual +------ + +Nerdy +----- diff --git a/raw/android_header.md b/raw/android_header.md new file mode 100644 index 0000000..18ed614 --- /dev/null +++ b/raw/android_header.md @@ -0,0 +1,4 @@ +Android Links +============= + +This list contains nice open source software for android. diff --git a/raw/generate.sh b/raw/generate.sh index db4fa3c..beae11e 100755 --- a/raw/generate.sh +++ b/raw/generate.sh @@ -3,7 +3,11 @@ # Cleanup files pandoc header.md -o header.md pandoc body.md -o body.md +pandoc android_header.md -o android_header.md +pandoc android_body.md -o android_body.md # Generate README.md pandoc -H header.md --toc body.md -o ../README.md pandoc -t gfm ../README.md -o ../README.md +pandoc -H android_header.md --toc android_body.md -o ../android.md +pandoc -t gfm ../android.md -o ../android.md diff --git a/raw/header.md b/raw/header.md index 27032f4..19ecd79 100644 --- a/raw/header.md +++ b/raw/header.md @@ -1,4 +1,10 @@ Links ===== -This is a collection of nice open source software. +This is a collection of nice open source software. Below, you find two +categories. [Casual](#casual) contains software for everyone. +[Nerdy](#nerdy) contains software which is suited for people who are +technically more interested. + +If you are using **Android**, take a look at the [**Android +List**](./android.md)