Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve animation and display of progress bar | Samy Pessé | 2014-04-01 | 1 | -1/+4 |
| | |||||
* | Add progress calcul | Samy Pessé | 2014-04-01 | 2 | -1/+39 |
| | |||||
* | Don't add chapters/articles with null paths to navigation | Aaron O'Mullan | 2014-04-01 | 1 | -0/+5 |
| | |||||
* | Add level attribute in navigation | Aaron O'Mullan | 2014-03-31 | 1 | -0/+3 |
| | |||||
* | Add level attribute to chapters/articles | Aaron O'Mullan | 2014-03-31 | 1 | -6/+10 |
| | |||||
* | Add target _blank support in renderer for external links | Aaron O'Mullan | 2014-03-31 | 1 | -8/+39 |
| | |||||
* | Fix tiny typo | Aaron O'Mullan | 2014-03-31 | 1 | -1/+1 |
| | | | | In string not code | ||||
* | Improve navigation from 1st chapter back to intro | Aaron O'Mullan | 2014-03-31 | 1 | -1/+7 |
| | | | | 1st chapter’s prev, now links to the intro page | ||||
* | Fix previous/next chapter navigation | Aaron O'Mullan | 2014-03-31 | 1 | -7/+12 |
| | |||||
* | Add parse.navigation module | Aaron O'Mullan | 2014-03-31 | 2 | -0/+69 |
| | | | | With tests | ||||
* | Change summary data format | Aaron O'Mullan | 2014-03-31 | 1 | -3/+2 |
| | | | | | Simplify chapter objects, by making them identical to article objects besides the .articles attribute | ||||
* | Filter out empty sections when generating pages | Aaron O'Mullan | 2014-03-31 | 1 | -0/+3 |
| | |||||
* | Generate a unique Id for each section | Aaron O'Mullan | 2014-03-31 | 1 | -0/+5 |
| | |||||
* | Add content & code generation for exercise sections | Aaron O'Mullan | 2014-03-31 | 1 | -9/+28 |
| | |||||
* | Fix bug with exercise classification | Aaron O'Mullan | 2014-03-31 | 1 | -7/+9 |
| | |||||
* | Normalize .md links to .html when rendering pages | Aaron O'Mullan | 2014-03-31 | 2 | -1/+35 |
| | |||||
* | Normalize chapter & article paths | Aaron O'Mullan | 2014-03-31 | 1 | -1/+6 |
| | |||||
* | Move summary & page parsing code to lib/parse/ | Aaron O'Mullan | 2014-03-31 | 3 | -0/+178 |