This repository was archived by the owner on Jun 10, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
161 lines (147 loc) · 8.04 KB
/
index.html
File metadata and controls
161 lines (147 loc) · 8.04 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html>
<head>
<title>Redirecting to the Lift Cookbook</title>
</head>
<body>
<script language="javascript">
var home = "http://chimera.labs.oreilly.com/books/1234000000030/",
hash = window.location.hash;
// Legacy anchors need to be redirected to appropriate page at the O'Reilly site:
var anchorMap = {
"#preface" : "pr01.html#preface",
"#Contributors" : "pr01.html#Contributors",
"#jointhem" : "pr01.html#jointhem",
"#InstallAndRunning" : "ch01.html",
"#DownloadAndRun" : "ch01.html#DownloadAndRun",
"#LiftBasicScreenshot" : "ch01.html#LiftBasicScreenshot",
"#RunningYourApplication" : "ch01.html#RunningYourApplication",
"#LiftFromScratch" : "ch01.html#LiftFromScratch",
"#texteditor" : "ch01.html#texteditor",
"#jrebel" : "ch01.html#jrebel",
"#eclipse" : "ch01.html#eclipse",
"#idea" : "ch01.html#idea",
"#ViewH2" : "ch01.html#ViewH2",
"#snapshot" : "ch01.html#snapshot",
"#NewScala" : "ch01.html#NewScala",
"#HTML" : "ch02.html",
"#TestingAndDebuggingSelectors" : "ch02.html#TestingAndDebuggingSelectors",
"#SequencingSelectorOps" : "ch02.html#SequencingSelectorOps",
"#SetMetaTag" : "ch02.html#SetMetaTag",
"#SetPageTitle" : "ch02.html#SetPageTitle",
"#ConditionalIncludes" : "ch02.html#ConditionalIncludes",
"#PassThru" : "ch02.html#PassThru",
"#SnippetNotFound" : "ch02.html#SnippetNotFound",
"#AvoidAssetCaching" : "ch02.html#AvoidAssetCaching",
"#AddToHead" : "ch02.html#AddToHead",
"#Custom404" : "ch02.html#Custom404",
"#CustomStatusPage" : "ch02.html#CustomStatusPage",
"#LinksInNotice" : "ch02.html#LinksInNotice",
"#DownloadLink" : "ch02.html#DownloadLink",
"#TestingReq" : "ch02.html#TestingReq",
"#Textile" : "ch02.html#Textile",
"#ModuleVersioning" : "ch02.html#ModuleVersioning",
"#Forms" : "ch03.html",
"#PlainFormProcessing" : "ch03.html#PlainFormProcessing",
"#AjaxFormProcessing" : "ch03.html#AjaxFormProcessing",
"#JsonForms" : "ch03.html#JsonForms",
"#DatePicker" : "ch03.html#DatePicker",
"#DatePickerScreenGrabs" : "ch03.html#DatePickerScreenGrabs",
"#Autocomplete" : "ch03.html#Autocomplete",
"#AutoCompleteWidgetScreenGrab" : "ch03.html#AutoCompleteWidgetScreenGrab",
"#jQuery19Migrate" : "ch03.html#jQuery19Migrate",
"#Radio" : "ch03.html#Radio",
"#DisableCheckbox" : "ch03.html#DisableCheckbox",
"#MultiSelectBox" : "ch03.html#MultiSelectBox",
"#MultiSelectExample" : "ch03.html#MultiSelectExample",
"#FileUpload" : "ch03.html#FileUpload",
"#UploadToDisk" : "ch03.html#UploadToDisk",
"#DRYFormsWithLayout" : "ch03.html#DRYFormsWithLayout",
"#REST" : "ch04.html",
"#DRYURLs" : "ch04.html#DRYURLs",
"#MissingSuffix" : "ch04.html#MissingSuffix",
"#MissingDotCom" : "ch04.html#MissingDotCom",
"#SuffixMatchFail" : "ch04.html#SuffixMatchFail",
"#RestBinaryData" : "ch04.html#RestBinaryData",
"#JSONREST" : "ch04.html#JSONREST",
"#GoogleSitemap" : "ch04.html#GoogleSitemap",
"#iOSNativePost" : "ch04.html#iOSNativePost",
"#Ajax" : "ch05.html",
"#ButtonTriggerServerCode" : "ch05.html#ButtonTriggerServerCode",
"#SelectOptionChange" : "ch05.html#SelectOptionChange",
"#ClientSideOnlyActions" : "ch05.html#ClientSideOnlyActions",
"#FocusOnLoad" : "ch05.html#FocusOnLoad",
"#CSSClassOnAjaxForm" : "ch05.html#CSSClassOnAjaxForm",
"#DynamicTemplateLoading" : "ch05.html#DynamicTemplateLoading",
"#JavaScriptTail" : "ch05.html#JavaScriptTail",
"#CometSessionLossJS" : "ch05.html#CometSessionLossJS",
"#AjaxFileUpload" : "ch05.html#AjaxFileUpload",
"#FormatWiring" : "ch05.html#FormatWiring",
"#Pipeline" : "ch06.html",
"#DebugRequest" : "ch06.html#DebugRequest",
"#OnSession" : "ch06.html#OnSession",
"#ShutdownHooks" : "ch06.html#ShutdownHooks",
"#RunningStateless" : "ch06.html#RunningStateless",
"#CatchException" : "ch06.html#CatchException",
"#RestStreamContent" : "ch06.html#RestStreamContent",
"#DiskAccessControl" : "ch06.html#DiskAccessControl",
"#RestrictByHeader" : "ch06.html#RestrictByHeader",
"#HttpServletRequest" : "ch06.html#HttpServletRequest",
"#RewriteForHttps" : "ch06.html#RewriteForHttps",
"#Squeryl" : "ch07.html",
"#ConfiguringSqueryl" : "ch07.html#ConfiguringSqueryl",
"#SquerylJNDI" : "ch07.html#SquerylJNDI",
"#SquerylOneToMany" : "ch07.html#SquerylOneToMany",
"#SquerylPlanetOneToManyFigure" : "ch07.html#SquerylPlanetOneToManyFigure",
"#SquerylManyToMany" : "ch07.html#SquerylManyToMany",
"#SquerylPlanetManyToManyFigure" : "ch07.html#SquerylPlanetManyToManyFigure",
"#SquerylManyToManyScreengrab" : "ch07.html#SquerylManyToManyScreengrab",
"#FieldValidation" : "ch07.html#FieldValidation",
"#CustomValidation" : "ch07.html#CustomValidation",
"#SquerylFilter" : "ch07.html#SquerylFilter",
"#SquerylUnitTest" : "ch07.html#SquerylUnitTest",
"#RandomValueColumn" : "ch07.html#RandomValueColumn",
"#SquerylUpdatedCreated" : "ch07.html#SquerylUpdatedCreated",
"#SquerylLogging" : "ch07.html#SquerylLogging",
"#SquerylMediumText" : "ch07.html#SquerylMediumText",
"#MySQLCharSet" : "ch07.html#MySQLCharSet",
"#MongoRecord" : "ch08.html",
"#ConnectingToMongo" : "ch08.html#ConnectingToMongo",
"#MongoHashMap" : "ch08.html#MongoHashMap",
"#MongoEnum" : "ch08.html#MongoEnum",
"#MongoEmbedding" : "ch08.html#MongoEmbedding",
"#QueryingWithRogue" : "ch08.html#QueryingWithRogue",
"#MongoGeospatial" : "ch08.html#MongoGeospatial",
"#MongoScalaConsole" : "ch08.html#MongoScalaConsole",
"#MongoUnitTest" : "ch08.html#MongoUnitTest",
"#Specs2AndScala210" : "ch08.html#Specs2AndScala210",
"#Around" : "ch09.html",
"#SendTextEmail" : "ch09.html#SendTextEmail",
"#LogEmail" : "ch09.html#LogEmail",
"#HTMLEmail" : "ch09.html#HTMLEmail",
"#AuthEmail" : "ch09.html#AuthEmail",
"#EmailWithAttachments" : "ch09.html#EmailWithAttachments",
"#RunLater" : "ch09.html#RunLater",
"#RunTasksPeriodically" : "ch09.html#RunTasksPeriodically",
"#FetchURLs" : "ch09.html#FetchURLs",
"#deployment" : "ch10.html",
"#CloudBees" : "ch10.html#CloudBees",
"#Beanstalk" : "ch10.html#Beanstalk",
"#ConsoleImage" : "ch10.html#ConsoleImage",
"#HerokuDeployment" : "ch10.html#HerokuDeployment",
"#DistributedComet" : "ch10.html#DistributedComet",
"#DistributedCometDiagram" : "ch10.html#DistributedCometDiagram",
"#ContributingAndHelp" : "ch11.html",
"#GettingHelp" : "ch11.html#GettingHelp",
"#HowToReportBugs" : "ch11.html#HowToReportBugs",
"#LiftCodeContributions" : "ch11.html#LiftCodeContributions",
"#wiki" : "ch11.html#wiki",
"#AddRecipe" : "ch11.html#AddRecipe",
"#modules" : "ch11.html#modules"
}
if (hash in anchorMap) window.location = home+anchorMap[hash];
else window.location = home+"index.html";
</script>
<p>Redirecting...</p>
</body>
</html>