# Try to keep this ordered as it appears within the book, as it will
# help us spot omissions and mistakes!
log 0, 'Mark up headings'
-[ [2, 'Foreword'],
- [2, 'Introduction'],
+[ [1, 'Foreword'],
+ [1, 'Introduction'],
[1, 'Part 1'],
[1, 'The Big Picture'],
[2, 'The New World of Digital Commons'],
[2, 'TeachAIDS'],
[2, 'Tribe of Noise'],
[2, 'Wikimedia Foundation'],
- [2, 'Bibliography'],
- [2, 'Acknowledgments'],
+ [1, 'Bibliography'],
+ [1, 'Acknowledgments'],
].each do |item|
log 1, item.join(' -> ')