Linux Journey is a site dedicated to making learning Linux fun and easy.
The text content of Linux Journey has been made free to modify and distribute. For full license terms see: Creative Commons Attribution-ShareAlike 4.0 International License. This license does not include the images, site design and source code which is subject to All Rights Reserved.
As the courses content are under CC BY-SA 4.0, this fork aims to parse the repository lessons in order to produce an XML schema that will be integrated into another learning plateform.
- Creating the HTML from the markdown : python-markdown2
- Parsing the HTML : BeautifulSoup
pip install -r parser/requirements.txt