Skip to content

Commit d8b2612

Browse files
committed
Mainly web cleanup.
1 parent e1aba4c commit d8b2612

20 files changed

+32
-18
lines changed

index.html

Lines changed: 0 additions & 17 deletions
This file was deleted.

linuxcourse/.htaccess

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# No directory browsing
2+
Options -Indexes
3+
4+
# Error 404 Not Found
5+
ErrorDocument 404 /linuxcourse/index.html
6+
7+
# Directory index only index.html
8+
DirectoryIndex index.html

linuxcourse/index.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4+
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<title>Kurz práce v příkazové řádce Linuxu nejen pro MetaCentrum (MB120C17) 2018 || Course of work in Linux command line not only for MetaCentrum (MB120C17) 2018</title>
7+
</head>
8+
<body>
9+
<h1>Kurz práce v příkazové řádce Linuxu nejen pro MetaCentrum (MB120C17) 2018<br />Course of work in Linux command line not only for MetaCentrum (MB120C17) 2018</h1>
10+
<p>
11+
<a href="https://trapa.cz/cs/kurz-prikazove-radky-linuxu-2018" type="text/html"><big><strong>Jděte na stránku kurzu</strong></big></a> (<a href="https://github.com/V-Z/course-linux-command-line-bash-scripting-metacentrum/" type="text/html">nejnovější pracovní verze v Gitu</a>) - <a href="https://is.cuni.cz/studium/predmety/index.php?do=predmet&amp;kod=MB120C17" type="text/html">předmět v SIS</a>
12+
</p>
13+
<p>
14+
<a href="https://trapa.cz/en/course-linux-command-line-2018" type="text/html"><big><strong>Go to the course web page</strong></big></a> (<a href="https://github.com/V-Z/course-linux-command-line-bash-scripting-metacentrum/" type="text/html">newest working version in Git</a>) - <a href="https://is.cuni.cz/studium/eng/predmety/index.php?do=predmet&amp;kod=MB120C17" type="text/html">subject in SIS</a>
15+
</p>
16+
<h2>Ke stažení || Downloads</h2>
17+
<!-- TODO Pack content of scripts_data directory and copy the ZIP and presentation PDF to the web directory! -->
18+
<ul>
19+
<li><a href="linux_bash_metacentrum_course.pdf">Prezentace || Presentation</a></li>
20+
<li><a href="scripts_data.zip">Skripty, testovací data || Scripts, test data</a></li>
21+
</ul>
22+
</body>
23+
</html>

presentation/linux_bash_metacentrum_course.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ \section{Introduction}
111111
\begin{frame}{Materials to help you\ldots}
112112
\begin{itemize}
113113
\item Download the presentation from \url{https://soubory.trapa.cz//linuxcourse/linux_bash_metacentrum_course.pdf}
114-
\item Download the scripts and toy data from \url{https://soubory.trapa.cz/linuxcourse/scripts.zip}
114+
\item Download the scripts and toy data from \url{https://soubory.trapa.cz/linuxcourse/scripts_data.zip}
115115
\begin{itemize}
116116
\item \alert{Note:} Open the scripts in some \alert{good} text editor (slide~\ref{editors}) -- showing syntax highlight, line numbers, etc. (\alert{NO} Windows notepad); the files are in UTF-8 encoding and with UNIX end of lines (so that too silly programs like Windows notepad won't be able to open them correctly)
117117
\item \alert{Never ever} open any script file in software like MS~Word -- they destroy quotation marks and other things by ``typographical enhancements'' making the script unusable

0 commit comments

Comments
 (0)