Skip to content

Commit 4a8252c

Browse files
committed
describe the use-cases of the tutorial
1 parent 0b5f811 commit 4a8252c

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

README.md

+21-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,30 @@
1-
# intro
1+
Programming Introduction Tutorials
2+
==================================
23

34
[![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)
56
[![Build Status](https://travis-ci.org/CoderDojoPotsdam/intro.svg?branch=master)](https://travis-ci.org/CoderDojoPotsdam/intro)
67
[![Docker Build Status](https://img.shields.io/docker/build/coderdojopotsdam/intro.svg)][dockerhub]
78
[![Offline Servers Online](https://intro.quelltext.eu/announce.svg)][server-branch]
89

910
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:
1112

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:
1328

1429
- [CoderDojo Potsdam](potsdam.html)
1530
- [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
2136
[gitter]: https://gitter.im/CoderDojoPotsdam/intro?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
2237
[dockerhub]: https://hub.docker.com/r/coderdojopotsdam/intro/
2338
[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

Comments
 (0)