From 6a7c328d9f91c207fe88e302ec11bd960dc4221c Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Sun, 11 Sep 2016 18:10:37 +0100 Subject: [PATCH] Placeholders for chapters. --- chapters/basic-app.md | 1 + chapters/bootstrap.md | 1 + chapters/data.md | 1 + chapters/database.md | 1 + chapters/edit-tasks.md | 1 + chapters/introduction.md | 1 + chapters/jquery.md | 1 + chapters/mark-complete.md | 1 + chapters/middleware.md | 1 + chapters/mustache.md | 1 + chapters/new-tasks.md | 1 + chapters/tagging.md | 1 + chapters/user-login.md | 1 + 13 files changed, 13 insertions(+) create mode 100644 chapters/basic-app.md create mode 100644 chapters/bootstrap.md create mode 100644 chapters/data.md create mode 100644 chapters/database.md create mode 100644 chapters/edit-tasks.md create mode 100644 chapters/introduction.md create mode 100644 chapters/jquery.md create mode 100644 chapters/mark-complete.md create mode 100644 chapters/middleware.md create mode 100644 chapters/mustache.md create mode 100644 chapters/new-tasks.md create mode 100644 chapters/tagging.md create mode 100644 chapters/user-login.md diff --git a/chapters/basic-app.md b/chapters/basic-app.md new file mode 100644 index 0000000..855b1e8 --- /dev/null +++ b/chapters/basic-app.md @@ -0,0 +1 @@ +# A Basic Dancer Web App diff --git a/chapters/bootstrap.md b/chapters/bootstrap.md new file mode 100644 index 0000000..7e554f0 --- /dev/null +++ b/chapters/bootstrap.md @@ -0,0 +1 @@ +# Bootstraping diff --git a/chapters/data.md b/chapters/data.md new file mode 100644 index 0000000..8df1011 --- /dev/null +++ b/chapters/data.md @@ -0,0 +1 @@ +# Displaying Data diff --git a/chapters/database.md b/chapters/database.md new file mode 100644 index 0000000..a2a79cb --- /dev/null +++ b/chapters/database.md @@ -0,0 +1 @@ +# A Database diff --git a/chapters/edit-tasks.md b/chapters/edit-tasks.md new file mode 100644 index 0000000..f1d8056 --- /dev/null +++ b/chapters/edit-tasks.md @@ -0,0 +1 @@ +# Editing Tasks diff --git a/chapters/introduction.md b/chapters/introduction.md new file mode 100644 index 0000000..e10b99d --- /dev/null +++ b/chapters/introduction.md @@ -0,0 +1 @@ +# Introduction diff --git a/chapters/jquery.md b/chapters/jquery.md new file mode 100644 index 0000000..be7c0fa --- /dev/null +++ b/chapters/jquery.md @@ -0,0 +1 @@ +# Adding jQuery diff --git a/chapters/mark-complete.md b/chapters/mark-complete.md new file mode 100644 index 0000000..26cdab0 --- /dev/null +++ b/chapters/mark-complete.md @@ -0,0 +1 @@ +# Marking Tasks Complete diff --git a/chapters/middleware.md b/chapters/middleware.md new file mode 100644 index 0000000..9657284 --- /dev/null +++ b/chapters/middleware.md @@ -0,0 +1 @@ +# Plack Middleware diff --git a/chapters/mustache.md b/chapters/mustache.md new file mode 100644 index 0000000..0efc484 --- /dev/null +++ b/chapters/mustache.md @@ -0,0 +1 @@ +# Mustache diff --git a/chapters/new-tasks.md b/chapters/new-tasks.md new file mode 100644 index 0000000..7182f18 --- /dev/null +++ b/chapters/new-tasks.md @@ -0,0 +1 @@ +# Adding New Tasks diff --git a/chapters/tagging.md b/chapters/tagging.md new file mode 100644 index 0000000..7ddcaae --- /dev/null +++ b/chapters/tagging.md @@ -0,0 +1 @@ +# Tagging Tasks diff --git a/chapters/user-login.md b/chapters/user-login.md new file mode 100644 index 0000000..083e13b --- /dev/null +++ b/chapters/user-login.md @@ -0,0 +1 @@ +# Basic User Management