<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aple/include, branch master</title>
<subtitle>aple - Advanced Problems in the Linux Environment</subtitle>
<id>https://git.tue.mpg.de/cgit/aple/atom?h=master</id>
<link rel='self' href='https://git.tue.mpg.de/cgit/aple/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/aple/'/>
<updated>2023-12-29T10:57:28Z</updated>
<entry>
<title>Increase font size of &lt;code&gt; sections.</title>
<updated>2023-12-29T10:57:28Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2023-12-29T10:57:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/aple/commit/?id=a886c3a29a695dfb47b17ef8b490ab1895198ebf'/>
<id>urn:sha1:a886c3a29a695dfb47b17ef8b490ab1895198ebf</id>
<content type='text'>
At least with some versions of firefox, they appear way too small.
</content>
</entry>
<entry>
<title>Improve table of contents menu and style sheet.</title>
<updated>2023-10-14T22:04:26Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2022-07-10T19:13:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/aple/commit/?id=f2c84ee322431aaf9cce469c66c9d9aa619bc3fe'/>
<id>urn:sha1:f2c84ee322431aaf9cce469c66c9d9aa619bc3fe</id>
<content type='text'>
Major changes to the macros and the .css files which should improve
the look and feel of the pages a bit. Most notable is the increased
font size and the new layout of the table of contents dropdown menu.

No content changes.
</content>
</entry>
<entry>
<title>Introduction: Fix duplication anchor.</title>
<updated>2020-04-21T08:27:49Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2020-04-21T08:23:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/aple/commit/?id=a93cba6feee4d62cae4499d566888b7b900059ac'/>
<id>urn:sha1:a93cba6feee4d62cae4499d566888b7b900059ac</id>
<content type='text'>
Since the chapter list is contained twice on the intro page, we
must use different names for the anchors. To do so, change the
TABLE_OF_CONTENTS() macro to receive the name of the anchor as an
argument.

Found by checklink.

Fixes: 47d1b278687988739b214025788f7c5739916e70
</content>
</entry>
<entry>
<title>Add table of contents to the main page.</title>
<updated>2020-03-11T09:41:32Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2020-02-25T14:25:27Z</published>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/aple/commit/?id=47d1b278687988739b214025788f7c5739916e70'/>
<id>urn:sha1:47d1b278687988739b214025788f7c5739916e70</id>
<content type='text'>
At least the netsurf browser completely ignores the hamburger icon,
so provide an alternative way to navigate the pages.
</content>
</entry>
<entry>
<title>Have the logo link to the top level page.</title>
<updated>2020-03-11T09:40:46Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2020-02-25T14:12:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/aple/commit/?id=a0712f009892bd6e108982b85908b10f2bc58dd4'/>
<id>urn:sha1:a0712f009892bd6e108982b85908b10f2bc58dd4</id>
<content type='text'>
This allows the user to switch back to the main page from any chapter.
</content>
</entry>
<entry>
<title>Decrease font size of menu.</title>
<updated>2020-01-23T14:22:00Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2020-01-19T10:24:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/aple/commit/?id=49503a3aeaa8612693b2c822259e16c1b4ceb2b3'/>
<id>urn:sha1:49503a3aeaa8612693b2c822259e16c1b4ceb2b3</id>
<content type='text'>
To make it fit onto small cell phone screens.
</content>
</entry>
<entry>
<title>Improve menu.</title>
<updated>2020-01-23T14:20:40Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2020-01-11T10:37:42Z</published>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/aple/commit/?id=1c808a8091f078b71884cf58c8006abfd61a7dba'/>
<id>urn:sha1:1c808a8091f078b71884cf58c8006abfd61a7dba</id>
<content type='text'>
The grey bar was not very intuitive to use, and it does not work with
all browsers. While elinks ignores the css and renders the menu at
the top of the page, at least one popular cell phone browser neither
shows the bar nor the menu, making it impossible to navigate the pages.

This commit reworks the css and html code to always show an hamburger
icon at the top left corner of the page. Moving the pointer on the
icon opens the menu.

Suggested-by: Sanja Jasek &lt;S.Jasek@exeter.ac.uk&gt;
Tested-by: Maša Lenuzzi &lt;masa.lenuzzi@tuebingen.mpg.de&gt;
</content>
</entry>
<entry>
<title>Initial commit.</title>
<updated>2020-01-10T10:38:48Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2020-01-10T10:38:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/aple/commit/?id=e9a3585174e0fda1ac580d0e720f7ecc48bb9e9f'/>
<id>urn:sha1:e9a3585174e0fda1ac580d0e720f7ecc48bb9e9f</id>
<content type='text'>
These files were created 2015 and orginally contained only the
material that was used for the Unix courses held back then at the
MPI for development biology in Tübingen.

Over time, more content was added and existing contents have been
improved. Development was tracked within the non-public "user-info"
git repository that also contains unrelated contents for internal
use within the institute.

In 2019-12 the title was changed to "Advanced Problems in the Linux
Environment" and the pages were made public. To give interested
readers access to the source code, contents were moved to a dedicated
repository that was made public in 2020-01.

No attempts were made to filter out the 269 commits of the user-info
repo that touched the files of the unix course.
</content>
</entry>
</feed>
