1
- # intro
1
+ Programming Introduction Tutorials
2
+ ==================================
2
3
3
4
[ ![ Join the chat at https://gitter.im/CoderDojoPotsdam/intro ] ( https://badges.gitter.im/CoderDojoPotsdam/intro.svg )] [ gitter ]
4
- [ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg )] ( http://makeapullrequest.com )
5
+ [ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg )] ( http://makeapullrequest.com )
5
6
[ ![ Build Status] ( https://travis-ci.org/CoderDojoPotsdam/intro.svg?branch=master )] ( https://travis-ci.org/CoderDojoPotsdam/intro )
6
7
[ ![ Docker Build Status] ( https://img.shields.io/docker/build/coderdojopotsdam/intro.svg )] [ dockerhub ]
7
8
[ ![ Offline Servers Online] ( https://intro.quelltext.eu/announce.svg )] [ server-branch ]
8
9
9
10
This is an introduction site for programming tutorials.
10
- You can view the website [ here ] ( https://CoderDojoPotsdam.github.io/intro ) .
11
+ The following use-cases are considered:
11
12
12
- It is used by the following CoderDojos:
13
+ 1 . [ ** View the website online** ] [ page ]
14
+ The webpage is served by GitHub pages.
15
+ You can view it online any time you want. Even after a meeting,
16
+ you can continue to use it at home.
17
+ 2 . [ ** Download the website for offline usage** ] [ offline-download ]
18
+ You can distribute it with a USB-Device.
19
+ Some of the tutorials are available offline and vilibly marked.
20
+ 3 . ** Distribute the webpage locally**
21
+ You may install the [ offline server] [ server-branch ] on a local computer.
22
+ People can access it without an internet connection.
23
+ With a low-bandwidth internet connection, they can choose a local
24
+ server from the menu and work on local tutorials.
25
+ This frees up the internet connection and speeds up response time.
26
+
27
+ This page is used by the following CoderDojos:
13
28
14
29
- [ CoderDojo Potsdam] ( potsdam.html )
15
30
- [ CoderDojo Dahlem] ( dahlem.html )
@@ -21,3 +36,5 @@ If you have any questions or like to get in touch, [join our chat on gitter][git
21
36
[ gitter ] : https://gitter.im/CoderDojoPotsdam/intro?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
22
37
[ dockerhub ] : https://hub.docker.com/r/coderdojopotsdam/intro/
23
38
[ server-branch ] : https://github.com/CoderDojoPotsdam/intro/tree/server#readme
39
+ [ page ] : https://CoderDojoPotsdam.github.io/intro
40
+ [ offline-download ] : https://github.com/CoderDojoPotsdam/intro/archive/offline-build.zip
0 commit comments