-
Notifications
You must be signed in to change notification settings - Fork 15
/
index.html
55 lines (55 loc) · 3.69 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
52
53
54
55
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title>SLP: Documents</title>
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" href="../markdown.css" type="text/css" />
</head>
<body>
<h1 id="slp-documents">SLP: Documents</h1>
<p><a href="../README.html">Go up to the main README file</a> (<a href="../README.md">md</a>)</p>
<h3 id="uva-specific">UVa-specific</h3>
<ul>
<li><a href="../uva/syllabus.html">Syllabus</a> (<a href="../uva/syllabus.md">md</a>) for the fall 2017 and spring 2018 semesters</li>
</ul>
<h3 id="documents-and-tutorials">Documents and tutorials</h3>
<ul>
<li><a href="choosing-dev-env.html">Choosing a developemnt environment</a> (<a href="choosing-dev-env.md">md</a>)</li>
<li><a href="virtualbox-intro.html">VirtualBox introduction</a> (<a href="virtualbox-intro.md">md</a>) and the <a href="virtualbox-image-details.html">VirtualBox image details</a> (<a href="virtualbox-image-details.md">md</a>)</li>
<li><a href="docker-usage.html">Docker usage</a> (<a href="docker-usage.md">md</a>)</li>
<li><a href="linux-admin-howtos.html">Linux Administration Howtos</a> (<a href="linux-admin-howtos.md">md</a>)</li>
<li><a href="dev-env-setup.html">Development environment setup</a> (<a href="dev-env-setup.md">md</a>)</li>
<li><a href="github-webhook.html">Github webhook setup</a> (<a href="github-webhook.md">md</a>)</li>
<li><a href="local-settings.html">Managing local settings</a> (<a href="local-settings.md">md</a>)</li>
<li><a href="ci-setup.html">Continuous Integration testing setup</a> (<a href="ci-setup.md">md</a>)</li>
<li><a href="mysql-intro.html">MySQL introduction</a> (<a href="mysql-intro.md">md</a>) and a <a href="mysql-reference.html">MySQL reference</a> (<a href="mysql-reference.md">md</a>)</li>
<li><a href="virtualenv-setup.html">Python's virtualenv setup</a> (<a href="virtualenv-setup.md">md</a>)</li>
</ul>
<h3 id="homeworks">Homeworks</h3>
<ul>
<li>HW 1: <a href="hw-git.html">Git HW</a> (<a href="hw-git.md">md</a>)
<ul>
<li><a href="git-intro.html">Introduction to git and github</a> (<a href="git-intro.md">md</a>)</li>
</ul></li>
<li>HWs 2 & 3: <a href="hw-frameworks.html">Frameworks homework</a> (<a href="framework-hw.md">md</a>) (Django is HW 2, Rail is HW 3)
<ul>
<li><a href="django-getting-started.html">Django getting started</a> (<a href="django-getting-started.md">md</a>) -- read this to get started with HW 2</li>
<li><a href="rubyrails-getting-started.html">Ruby on Rails getting started</a> (<a href="rubyrails-getting-started.md">md</a>) -- read this to get started with HW 3</li>
<li>ONLY if you are deploying to apache2 on your own machine (which you don't have to do for this course, since we have that configured for you):
<ul>
<li><a href="django-deployment.html">Django deployment</a> (<a href="django-deployment.md">md</a>)</li>
<li><a href="rubyrails-deployment.html">Ruby on Rails deployment</a> (<a href="rubyrails-deployment.md">md</a>)</li>
</ul></li>
</ul></li>
<li>HWs 4 & 5: <a href="hw-framework-exp.html">Frameworks expansion homework</a> (<a href="hw-framework-exp.md">md</a>) (Django is HW 4, Rail is HW 5)</li>
<li>HW 6: <a href="hw-iteration-checklist.html">Iteration checklist</a> (<a href="hw-iteration-checklist.md">md</a>)</li>
</ul>
<h3 id="projects">Projects</h3>
<ul>
<li><a href="project-nonprofit-data-collection.html">Nonprofit data collection</a> (<a href="project-nonprofit-data-collection.md">md</a>)</li>
</ul>
</body>
</html>