README, gitignore, fixed type
This commit is contained in:
parent
5e7f0b542a
commit
004d7d54d8
3 changed files with 9 additions and 2 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
*.txt
|
||||||
|
*.html
|
5
README.md
Normal file
5
README.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# Rangitaki Documentation Files
|
||||||
|
|
||||||
|
These are the Markdown files of the Rangitaki Documentation.
|
||||||
|
|
||||||
|
You can convert them to html code using my PHP script [md2html](https://github.com/mmk2410/php-scripts/tree/master/md2html)
|
4
quick.md
4
quick.md
|
@ -11,7 +11,7 @@ For more professional blogging (like online blog post upload) read the RCC docum
|
||||||
## Content
|
## Content
|
||||||
1. Requirements
|
1. Requirements
|
||||||
|
|
||||||
2. Download
|
2. Installation
|
||||||
|
|
||||||
1. Download
|
1. Download
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ Furthermore you need a good text editor for editing the configuration files a nd
|
||||||
|
|
||||||
You must know how to upload files and directories to your server and how to use a text editor. That's all.
|
You must know how to upload files and directories to your server and how to use a text editor. That's all.
|
||||||
|
|
||||||
## 2. Download
|
## 2. Installation
|
||||||
|
|
||||||
### 1. Download
|
### 1. Download
|
||||||
|
|
||||||
|
|
Reference in a new issue