forked from ploum/lingi2401
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (41 loc) · 1.49 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<title>LINGI2401 - 1. Introduction and history</title>
<meta charset="utf-8">
<style>
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
body { font-family: 'Droid Serif'; }
h1, h2, h3 {
font-family: 'Yanone Kaffeesatz';
font-weight: normal;
}
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
</style>
</head>
<body>
<textarea id="source">
class: left, left
# LINGI 2401 : Open Source strategy for software development
Table of contents
1. [Introduction and history](1. introduction and history.html)
2. [Licenses](2. licenses.html)
3. [Business models](3. business models.html)
4. [Community](4. community.html)
5. [Choosing opensource](5. choosing opensource.html)
6. [Privacy and Security](6. privacy and security.html)
7. [Decentralisation and standardisation](7. decentralisation and standardisation.html)
* [Wikipedia](7b. Wikipedia.html)
8. [Open source in entreprises](8. open source in entreprises.html)
9. [Changing the world](9. changing the world.html)
10. [Blockchain](10. blockchain.html)
</textarea>
<script src="https://remarkjs.com/downloads/remark-latest.min.js">
</script>
<script>
var slideshow = remark.create();
</script>
</body>
</html>