summaryrefslogtreecommitdiff
path: root/Introduction.m4 (follow)
Commit message (Collapse)AuthorAge
* Introduction: Emphasize book title instead of using quotesPaul Menzel2024-04-24
| | | | Signed-off-by: Andre Noll <maan@tuebingen.mpg.de>
* Introduction: Fix duplication anchor.Andre Noll2020-04-21
| | | | | | | | | | | 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
* Add table of contents to the main page.Andre Noll2020-03-11
| | | | | At least the netsurf browser completely ignores the hamburger icon, so provide an alternative way to navigate the pages.
* Improve menu.Andre Noll2020-01-23
| | | | | | | | | | | | | | 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 <S.Jasek@exeter.ac.uk> Tested-by: Maša Lenuzzi <masa.lenuzzi@tuebingen.mpg.de>
* Initial commit.Andre Noll2020-01-10
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.