Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
Version 0.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
jamonholmgren committed Sep 21, 2016
1 parent 431fe9f commit 2cea4df
Show file tree
Hide file tree
Showing 28 changed files with 536 additions and 151 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ _If you are having problems, view `README_INSTALL.md` for manual instructions._

```elixir
def deps do
[{:thesis, "~> 0.0.23"}]
[{:thesis, "~> 0.0.24"}]
end

def application do
Expand Down
2 changes: 1 addition & 1 deletion README_INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ For automatic setup, see `README.md`.

```elixir
def deps do
[{:thesis, "~> 0.0.23"}]
[{:thesis, "~> 0.0.24"}]
end

def application do
Expand Down
25 changes: 25 additions & 0 deletions doc/.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
index.html
api-reference.html
404.html
dist/sidebar_items.js
Mix.Tasks.Thesis.Install.html
Thesis.html
Thesis.Auth.html
Thesis.Controller.html
Thesis.Controller.Plug.html
Thesis.EctoStore.html
Thesis.OspryUploader.html
Thesis.Page.html
Thesis.PageContent.html
Thesis.Render.html
Thesis.Router.html
Thesis.S3Uploader.html
Thesis.Store.html
Thesis.Uploader.html
Thesis.View.html
dist/app-7e84850c37.css
dist/app-95540a96e6.js
fonts/icomoon.eot
fonts/icomoon.svg
fonts/icomoon.ttf
fonts/icomoon.woff
12 changes: 6 additions & 6 deletions doc/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.13.0">
<title>404 – thesis v0.0.23</title>
<link rel="stylesheet" href="dist/app-9c1e3d5aa2.css" />
<meta name="generator" content="ExDoc v0.13.1">
<title>404 – thesis v0.0.24</title>
<link rel="stylesheet" href="dist/app-7e84850c37.css" />

<link rel="canonical" href="https://hexdocs.pm/thesis/404.html" />

Expand All @@ -28,7 +28,7 @@ <h1 class="sidebar-projectName">
thesis
</h1>
<h2 class="sidebar-projectVersion">
v0.0.23
v0.0.24
</h2>
</div>

Expand Down Expand Up @@ -71,7 +71,7 @@ <h2>Page not found</h2>
<p>
<span class="line">
Built using
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.13.0),
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.13.1),
</span>
<span class="line">
designed by
Expand All @@ -84,7 +84,7 @@ <h2>Page not found</h2>
</div>
</section>
</div>
<script src="dist/app-21f1a20b9e.js"></script>
<script src="dist/app-95540a96e6.js"></script>
</body>
</html>

16 changes: 8 additions & 8 deletions doc/Mix.Tasks.Thesis.Install.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.13.0">
<title>Mix.Tasks.Thesis.Install – thesis v0.0.23</title>
<link rel="stylesheet" href="dist/app-9c1e3d5aa2.css" />
<meta name="generator" content="ExDoc v0.13.1">
<title>Mix.Tasks.Thesis.Install – thesis v0.0.24</title>
<link rel="stylesheet" href="dist/app-7e84850c37.css" />

<link rel="canonical" href="https://hexdocs.pm/thesis/Mix.Tasks.Thesis.Install.html" />

Expand All @@ -28,7 +28,7 @@ <h1 class="sidebar-projectName">
thesis
</h1>
<h2 class="sidebar-projectVersion">
v0.0.23
v0.0.24
</h2>
</div>

Expand Down Expand Up @@ -61,14 +61,14 @@ <h2 class="sidebar-projectVersion">


<h1>
<small class="visible-xs">thesis v0.0.23</small>
<small class="visible-xs">thesis v0.0.24</small>
Mix.Tasks.Thesis.Install


</h1>


<section id="moduledoc" class="docstring">
<section id="moduledoc">
<p>Installs Thesis by adding these to your host app:</p>
<ul>
<li>lib/thesis_auth.ex - Contains a function to handle authorization
Expand Down Expand Up @@ -99,7 +99,7 @@ <h1>
<p>
<span class="line">
Built using
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.13.0),
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.13.1),
</span>
<span class="line">
designed by
Expand All @@ -112,7 +112,7 @@ <h1>
</div>
</section>
</div>
<script src="dist/app-21f1a20b9e.js"></script>
<script src="dist/app-95540a96e6.js"></script>
</body>
</html>

16 changes: 8 additions & 8 deletions doc/Thesis.Auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.13.0">
<title>Thesis.Auth – thesis v0.0.23</title>
<link rel="stylesheet" href="dist/app-9c1e3d5aa2.css" />
<meta name="generator" content="ExDoc v0.13.1">
<title>Thesis.Auth – thesis v0.0.24</title>
<link rel="stylesheet" href="dist/app-7e84850c37.css" />

<link rel="canonical" href="https://hexdocs.pm/thesis/Thesis.Auth.html" />

Expand All @@ -28,7 +28,7 @@ <h1 class="sidebar-projectName">
thesis
</h1>
<h2 class="sidebar-projectVersion">
v0.0.23
v0.0.24
</h2>
</div>

Expand Down Expand Up @@ -61,7 +61,7 @@ <h2 class="sidebar-projectVersion">


<h1>
<small class="visible-xs">thesis v0.0.23</small>
<small class="visible-xs">thesis v0.0.24</small>
Thesis.Auth

<small>behaviour</small>
Expand All @@ -70,7 +70,7 @@ <h1>
</h1>


<section id="moduledoc" class="docstring">
<section id="moduledoc">
<p>Thesis.Auth is an Elixir “behaviour” that defines the public function
interface necessary for Thesis to determine whether the current session
has the authority to edit.</p>
Expand Down Expand Up @@ -178,7 +178,7 @@ <h4 class="specs-title">Specs</h4>
<p>
<span class="line">
Built using
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.13.0),
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.13.1),
</span>
<span class="line">
designed by
Expand All @@ -191,7 +191,7 @@ <h4 class="specs-title">Specs</h4>
</div>
</section>
</div>
<script src="dist/app-21f1a20b9e.js"></script>
<script src="dist/app-95540a96e6.js"></script>
</body>
</html>

16 changes: 8 additions & 8 deletions doc/Thesis.Controller.Plug.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.13.0">
<title>Thesis.Controller.Plug – thesis v0.0.23</title>
<link rel="stylesheet" href="dist/app-9c1e3d5aa2.css" />
<meta name="generator" content="ExDoc v0.13.1">
<title>Thesis.Controller.Plug – thesis v0.0.24</title>
<link rel="stylesheet" href="dist/app-7e84850c37.css" />

<link rel="canonical" href="https://hexdocs.pm/thesis/Thesis.Controller.Plug.html" />

Expand All @@ -28,7 +28,7 @@ <h1 class="sidebar-projectName">
thesis
</h1>
<h2 class="sidebar-projectVersion">
v0.0.23
v0.0.24
</h2>
</div>

Expand Down Expand Up @@ -61,14 +61,14 @@ <h2 class="sidebar-projectVersion">


<h1>
<small class="visible-xs">thesis v0.0.23</small>
<small class="visible-xs">thesis v0.0.24</small>
Thesis.Controller.Plug


</h1>


<section id="moduledoc" class="docstring">
<section id="moduledoc">
<p>Pre-populates the conn with a Thesis page (if it exists) and its contents.
Also checks with the host app if the current page is editable.</p>

Expand Down Expand Up @@ -162,7 +162,7 @@ <h1 class="section-heading">
<p>
<span class="line">
Built using
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.13.0),
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.13.1),
</span>
<span class="line">
designed by
Expand All @@ -175,7 +175,7 @@ <h1 class="section-heading">
</div>
</section>
</div>
<script src="dist/app-21f1a20b9e.js"></script>
<script src="dist/app-95540a96e6.js"></script>
</body>
</html>

16 changes: 8 additions & 8 deletions doc/Thesis.Controller.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.13.0">
<title>Thesis.Controller – thesis v0.0.23</title>
<link rel="stylesheet" href="dist/app-9c1e3d5aa2.css" />
<meta name="generator" content="ExDoc v0.13.1">
<title>Thesis.Controller – thesis v0.0.24</title>
<link rel="stylesheet" href="dist/app-7e84850c37.css" />

<link rel="canonical" href="https://hexdocs.pm/thesis/Thesis.Controller.html" />

Expand All @@ -28,7 +28,7 @@ <h1 class="sidebar-projectName">
thesis
</h1>
<h2 class="sidebar-projectVersion">
v0.0.23
v0.0.24
</h2>
</div>

Expand Down Expand Up @@ -61,14 +61,14 @@ <h2 class="sidebar-projectVersion">


<h1>
<small class="visible-xs">thesis v0.0.23</small>
<small class="visible-xs">thesis v0.0.24</small>
Thesis.Controller


</h1>


<section id="moduledoc" class="docstring">
<section id="moduledoc">
<p>Provides a plug that preloads any Thesis content for a page.
Typically, you’ll add this to your <code class="inline">web/web.ex</code> file, under the <code class="inline">controller</code>
function:</p>
Expand Down Expand Up @@ -101,7 +101,7 @@ <h1>
<p>
<span class="line">
Built using
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.13.0),
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.13.1),
</span>
<span class="line">
designed by
Expand All @@ -114,7 +114,7 @@ <h1>
</div>
</section>
</div>
<script src="dist/app-21f1a20b9e.js"></script>
<script src="dist/app-95540a96e6.js"></script>
</body>
</html>

0 comments on commit 2cea4df

Please sign in to comment.