add android list
This commit is contained in:
parent
a1c9ebe3e7
commit
1a3b53460b
6 changed files with 37 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
10
android.md
Normal file
10
android.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Android Links
|
||||
|
||||
This list contains nice open source software for android.
|
||||
|
||||
- [Casual](#casual)
|
||||
- [Nerdy](#nerdy)
|
||||
|
||||
## Casual
|
||||
|
||||
## Nerdy
|
||||
5
raw/android_body.md
Normal file
5
raw/android_body.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Casual
|
||||
------
|
||||
|
||||
Nerdy
|
||||
-----
|
||||
4
raw/android_header.md
Normal file
4
raw/android_header.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Android Links
|
||||
=============
|
||||
|
||||
This list contains nice open source software for android.
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue