forked from manveru/ramaze-book
-
Notifications
You must be signed in to change notification settings - Fork 1
/
journey_to_ramaze.txt
53 lines (31 loc) · 1.43 KB
/
journey_to_ramaze.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
= Journey to Ramaze
Michael Fellinger <[email protected]>
v1.0a, January 2011
// Contains links and other snippets used all over the book
// The attribute entry definition must precede it's usage.
include::chapter/attributes.txt[tabsize=2]
// Don't use a dedication chapter, dblatex fails.
include::chapter/preface.txt[tabsize=2]
// partial chapters that are in sync with current Ramaze functionality
include::chapter/tutorial_introduction.txt[tabsize=2]
include::chapter/middleware.txt[tabsize=2]
include::chapter/configuration.txt[tabsize=2]
include::chapter/sessions.txt[tabsize=2]
include::chapter/helpers.txt[tabsize=2]
include::chapter/testing.txt[tabsize=2]
include::chapter/actions.txt[tabsize=2]
include::chapter/views.txt[tabsize=2]
include::chapter/layouts.txt[tabsize=2]
include::chapter/rack.txt[tabsize=2]
////////////////////////////////////////////////////////////////////////////////
// chapters below are old content and might need major rewriting
include::chapter/controllers.txt[tabsize=2]
include::chapter/installation.txt[tabsize=2]
include::chapter/requests.txt[tabsize=2]
include::chapter/responses.txt[tabsize=2]
include::chapter/security.txt[tabsize=2]
include::chapter/templating.txt[tabsize=2]
include::chapter/trinity.txt[tabsize=2]
////////////////////////////////////////////////////////////////////////////////
// Contains all technical terms with short descriptions
include::chapter/glossary.txt[tabsize=2]