From fb50144bd7e7d376d64eaf96b0663b7a94da439e Mon Sep 17 00:00:00 2001 From: Jamon Holmgren Date: Tue, 19 Jul 2016 19:01:06 -0700 Subject: [PATCH] Version 0.0.20 --- Find Results | 31 +++++++++ README.md | 2 +- README_INSTALL.md | 2 +- doc/404.html | 11 +-- doc/Mix.Tasks.Thesis.Install.html | 13 ++-- doc/Thesis.Auth.html | 13 ++-- doc/Thesis.Controller.Plug.html | 13 ++-- doc/Thesis.Controller.html | 13 ++-- doc/Thesis.EctoStore.html | 13 ++-- doc/Thesis.OspryUploader.html | 106 +++++++++++++++++++++++++++++ doc/Thesis.Page.html | 13 ++-- doc/Thesis.PageContent.html | 13 ++-- doc/Thesis.Render.html | 13 ++-- doc/Thesis.Router.html | 13 ++-- doc/Thesis.Store.html | 13 ++-- doc/Thesis.Uploader.html | 109 ++++++++++++++++++++++++++++++ doc/Thesis.View.html | 13 ++-- doc/Thesis.html | 13 ++-- doc/api-reference.html | 28 ++++++-- doc/dist/app-88251e7c81.css | 1 - doc/dist/app-9c1e3d5aa2.css | 1 + doc/dist/sidebar_items.js | 2 +- doc/index.html | 4 +- mix.exs | 2 +- package.json | 2 +- 25 files changed, 366 insertions(+), 91 deletions(-) create mode 100644 Find Results create mode 100644 doc/Thesis.OspryUploader.html create mode 100644 doc/Thesis.Uploader.html delete mode 100644 doc/dist/app-88251e7c81.css create mode 100644 doc/dist/app-9c1e3d5aa2.css diff --git a/Find Results b/Find Results new file mode 100644 index 0000000..0fd4c5d --- /dev/null +++ b/Find Results @@ -0,0 +1,31 @@ +Searching 154 files for "0.0.19" (case sensitive) + +/Users/jh/Code/Elixir/thesis/mix.exs: + 1 defmodule Thesis.Mixfile do + 2 use Mix.Project + 3: @version "0.0.19" # REMEMBER TO UPDATE package.json and both READMEs! + 4 + 5 def project do + +/Users/jh/Code/Elixir/thesis/package.json: + 1 { + 2 "name": "thesis", + 3: "version": "0.0.19-dev", + 4 "main": "./priv/static/thesis.js", + 5 "repository": {}, + +/Users/jh/Code/Elixir/thesis/README.md: + 31 ```elixir + 32 def deps do + 33: [{:thesis, "~> 0.0.19"}] + 34 end + 35 + +/Users/jh/Code/Elixir/thesis/README_INSTALL.md: + 7 ```elixir + 8 def deps do + 9: [{:thesis, "~> 0.0.19"}] + 10 end + 11 + +4 matches across 4 files diff --git a/README.md b/README.md index c227070..788bfbb 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ _If you are having problems, view `README_INSTALL.md` for manual instructions._ ```elixir def deps do - [{:thesis, "~> 0.0.19"}] + [{:thesis, "~> 0.0.20"}] end def application do diff --git a/README_INSTALL.md b/README_INSTALL.md index f719bc5..cff1aad 100644 --- a/README_INSTALL.md +++ b/README_INSTALL.md @@ -6,7 +6,7 @@ For automatic setup, see `README.md`. ```elixir def deps do - [{:thesis, "~> 0.0.19"}] + [{:thesis, "~> 0.0.20"}] end def application do diff --git a/doc/404.html b/doc/404.html index a16490a..d74578f 100644 --- a/doc/404.html +++ b/doc/404.html @@ -4,15 +4,16 @@ - - 404 – thesis v0.0.19 - + + 404 – thesis v0.0.20 + +
@@ -70,7 +71,7 @@

Page not found

Built using - ExDoc (v0.12.0), + ExDoc (v0.13.0), designed by diff --git a/doc/Mix.Tasks.Thesis.Install.html b/doc/Mix.Tasks.Thesis.Install.html index 954dc13..76623c0 100644 --- a/doc/Mix.Tasks.Thesis.Install.html +++ b/doc/Mix.Tasks.Thesis.Install.html @@ -4,15 +4,16 @@ - - Mix.Tasks.Thesis.Install – thesis v0.0.19 - + + Mix.Tasks.Thesis.Install – thesis v0.0.20 + +

@@ -60,7 +61,7 @@

- thesis v0.0.19 + thesis v0.0.20 Mix.Tasks.Thesis.Install @@ -98,7 +99,7 @@

Built using - ExDoc (v0.12.0), + ExDoc (v0.13.0), designed by diff --git a/doc/Thesis.Auth.html b/doc/Thesis.Auth.html index 392ba65..08dec97 100644 --- a/doc/Thesis.Auth.html +++ b/doc/Thesis.Auth.html @@ -4,15 +4,16 @@ - - Thesis.Auth – thesis v0.0.19 - + + Thesis.Auth – thesis v0.0.20 + +

@@ -60,7 +61,7 @@

- thesis v0.0.19 + thesis v0.0.20 Thesis.Auth behaviour @@ -177,7 +178,7 @@

Specs

Built using - ExDoc (v0.12.0), + ExDoc (v0.13.0), designed by diff --git a/doc/Thesis.Controller.Plug.html b/doc/Thesis.Controller.Plug.html index c3aa5f6..fd4ade0 100644 --- a/doc/Thesis.Controller.Plug.html +++ b/doc/Thesis.Controller.Plug.html @@ -4,15 +4,16 @@ - - Thesis.Controller.Plug – thesis v0.0.19 - + + Thesis.Controller.Plug – thesis v0.0.20 + +

@@ -60,7 +61,7 @@

- thesis v0.0.19 + thesis v0.0.20 Thesis.Controller.Plug @@ -155,7 +156,7 @@

Built using - ExDoc (v0.12.0), + ExDoc (v0.13.0), designed by diff --git a/doc/Thesis.Controller.html b/doc/Thesis.Controller.html index 396359d..e2e112c 100644 --- a/doc/Thesis.Controller.html +++ b/doc/Thesis.Controller.html @@ -4,15 +4,16 @@ - - Thesis.Controller – thesis v0.0.19 - + + Thesis.Controller – thesis v0.0.20 + +

@@ -60,7 +61,7 @@

- thesis v0.0.19 + thesis v0.0.20 Thesis.Controller @@ -100,7 +101,7 @@

Built using - ExDoc (v0.12.0), + ExDoc (v0.13.0), designed by diff --git a/doc/Thesis.EctoStore.html b/doc/Thesis.EctoStore.html index f992a45..773bd47 100644 --- a/doc/Thesis.EctoStore.html +++ b/doc/Thesis.EctoStore.html @@ -4,15 +4,16 @@ - - Thesis.EctoStore – thesis v0.0.19 - + + Thesis.EctoStore – thesis v0.0.20 + +

@@ -60,7 +61,7 @@

- thesis v0.0.19 + thesis v0.0.20 Thesis.EctoStore @@ -197,7 +198,7 @@

Built using - ExDoc (v0.12.0), + ExDoc (v0.13.0), designed by diff --git a/doc/Thesis.OspryUploader.html b/doc/Thesis.OspryUploader.html new file mode 100644 index 0000000..c998f85 --- /dev/null +++ b/doc/Thesis.OspryUploader.html @@ -0,0 +1,106 @@ + + + + + + + + Thesis.OspryUploader – thesis v0.0.20 + + + + + + + + + +

+ + + +
+
+
+ + +

+ thesis v0.0.20 + Thesis.OspryUploader + + +

+ + +
+

This is a placeholder for potential future server-side Ospry integration.

+ +
+ + + + + + + + + + + + +
+
+
+
+ + + + diff --git a/doc/Thesis.Page.html b/doc/Thesis.Page.html index f018a65..2df4e6e 100644 --- a/doc/Thesis.Page.html +++ b/doc/Thesis.Page.html @@ -4,15 +4,16 @@ - - Thesis.Page – thesis v0.0.19 - + + Thesis.Page – thesis v0.0.20 + +
@@ -60,7 +61,7 @@

- thesis v0.0.19 + thesis v0.0.20 Thesis.Page @@ -127,7 +128,7 @@

Built using - ExDoc (v0.12.0), + ExDoc (v0.13.0), designed by diff --git a/doc/Thesis.PageContent.html b/doc/Thesis.PageContent.html index 2e7bc31..d036a04 100644 --- a/doc/Thesis.PageContent.html +++ b/doc/Thesis.PageContent.html @@ -4,15 +4,16 @@ - - Thesis.PageContent – thesis v0.0.19 - + + Thesis.PageContent – thesis v0.0.20 + +

@@ -60,7 +61,7 @@

- thesis v0.0.19 + thesis v0.0.20 Thesis.PageContent @@ -238,7 +239,7 @@

Doctests:

Built using - ExDoc (v0.12.0), + ExDoc (v0.13.0), designed by diff --git a/doc/Thesis.Render.html b/doc/Thesis.Render.html index 00e9a08..b84cd11 100644 --- a/doc/Thesis.Render.html +++ b/doc/Thesis.Render.html @@ -4,15 +4,16 @@ - - Thesis.Render – thesis v0.0.19 - + + Thesis.Render – thesis v0.0.20 + +

@@ -60,7 +61,7 @@

- thesis v0.0.19 + thesis v0.0.20 Thesis.Render @@ -99,7 +100,7 @@

Built using - ExDoc (v0.12.0), + ExDoc (v0.13.0), designed by diff --git a/doc/Thesis.Router.html b/doc/Thesis.Router.html index e8a95e6..22e5bc2 100644 --- a/doc/Thesis.Router.html +++ b/doc/Thesis.Router.html @@ -4,15 +4,16 @@ - - Thesis.Router – thesis v0.0.19 - + + Thesis.Router – thesis v0.0.20 + +

@@ -60,7 +61,7 @@

- thesis v0.0.19 + thesis v0.0.20 Thesis.Router @@ -101,7 +102,7 @@

Built using - ExDoc (v0.12.0), + ExDoc (v0.13.0), designed by diff --git a/doc/Thesis.Store.html b/doc/Thesis.Store.html index 44836df..ffd8199 100644 --- a/doc/Thesis.Store.html +++ b/doc/Thesis.Store.html @@ -4,15 +4,16 @@ - - Thesis.Store – thesis v0.0.19 - + + Thesis.Store – thesis v0.0.20 + +

@@ -60,7 +61,7 @@

- thesis v0.0.19 + thesis v0.0.20 Thesis.Store behaviour @@ -230,7 +231,7 @@

Specs

Built using - ExDoc (v0.12.0), + ExDoc (v0.13.0), designed by diff --git a/doc/Thesis.Uploader.html b/doc/Thesis.Uploader.html new file mode 100644 index 0000000..faa86be --- /dev/null +++ b/doc/Thesis.Uploader.html @@ -0,0 +1,109 @@ + + + + + + + + Thesis.Uploader – thesis v0.0.20 + + + + + + + + + +

+ + + +
+
+
+ + +

+ thesis v0.0.20 + Thesis.Uploader + + +

+ + +
+

Thesis.Uploader is an Elixir “behaviour” that defines the public function +interface necessary for Thesis to upload files and images.

+

NOTE: This is under active development.

+

There are currently no required functions. Reserved for future use.

+ +
+ + + + + + + + + + + + +
+
+
+
+ + + + diff --git a/doc/Thesis.View.html b/doc/Thesis.View.html index 60d1a87..4e0cf64 100644 --- a/doc/Thesis.View.html +++ b/doc/Thesis.View.html @@ -4,15 +4,16 @@ - - Thesis.View – thesis v0.0.19 - + + Thesis.View – thesis v0.0.20 + +
@@ -60,7 +61,7 @@

- thesis v0.0.19 + thesis v0.0.20 Thesis.View @@ -368,7 +369,7 @@

Specs

Built using - ExDoc (v0.12.0), + ExDoc (v0.13.0), designed by diff --git a/doc/Thesis.html b/doc/Thesis.html index 2d237b6..a17d743 100644 --- a/doc/Thesis.html +++ b/doc/Thesis.html @@ -4,15 +4,16 @@ - - Thesis – thesis v0.0.19 - + + Thesis – thesis v0.0.20 + +

@@ -60,7 +61,7 @@

- thesis v0.0.19 + thesis v0.0.20 Thesis @@ -88,7 +89,7 @@

Built using - ExDoc (v0.12.0), + ExDoc (v0.13.0), designed by diff --git a/doc/api-reference.html b/doc/api-reference.html index 83f8f32..63350ea 100644 --- a/doc/api-reference.html +++ b/doc/api-reference.html @@ -4,15 +4,16 @@ - - API Reference – thesis v0.0.19 - + + API Reference – thesis v0.0.20 + +

@@ -59,7 +60,7 @@