From 188542ea7a90bfde75d9683a201a30e930a0f1f0 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Mon, 21 Dec 2015 15:28:10 -0800 Subject: [PATCH 1/6] Fix typo: thigns --> things --- content/docs/plugins/howto/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/plugins/howto/contents.lr b/content/docs/plugins/howto/contents.lr index 2eb0ae01..6f49ac08 100644 --- a/content/docs/plugins/howto/contents.lr +++ b/content/docs/plugins/howto/contents.lr @@ -1,6 +1,6 @@ title: Howto --- -summary: Covers the most common thigns plugins would do and how to implement it. +summary: Covers the most common things plugins would do and how to implement it. --- sort_key: 30 --- From 4747a937136b1884061cc6fdd2f3e9d8b569964a Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Mon, 21 Dec 2015 15:31:52 -0800 Subject: [PATCH 2/6] Fix typo: somethign --> something --- content/blog/hello-lektor/contents.lr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/hello-lektor/contents.lr b/content/blog/hello-lektor/contents.lr index f2ca17aa..f7d23a3e 100644 --- a/content/blog/hello-lektor/contents.lr +++ b/content/blog/hello-lektor/contents.lr @@ -49,8 +49,8 @@ files that are tracked through version control and there are CMS systems like None of those were what I was looking for. Static file generators like Jekyll are nice in a way but not just end user unfriendly, but also very limited in what you can do with them. They are more suited for building blogs than -more complex sites. I have tried a bunch of them and build different things -with them, but ultimately always felt like somethign is missing. +more complex sites. I tried a bunch of them and built different things +with them, but ultimately always felt like something was missing. After about two years of frustration with that situation I finally sat down and spend some time working on a system to solve this problem. May I From d263b34ff1b4445b63a872d0fdf67277811ea7f1 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Mon, 21 Dec 2015 15:32:59 -0800 Subject: [PATCH 3/6] Fix typo: Workdpress --> Wordpress --- content/blog/hello-lektor/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/hello-lektor/contents.lr b/content/blog/hello-lektor/contents.lr index f7d23a3e..6eaccea9 100644 --- a/content/blog/hello-lektor/contents.lr +++ b/content/blog/hello-lektor/contents.lr @@ -59,7 +59,7 @@ introduce: Lektor. ## What is Lektor? Lektor combines the experience of using a content management system like -Workdpress with a static website generator like Jekyll and has some of the +Wordpress with a static website generator like Jekyll and has some of the flexibility of a web development framework like Django. It can run locally on your computer and deploy to remote servers. All source assets are stored either in version control or Dropbox and when you are satisfied with the end From f7df10051c82714579660b7737ebbd5a9d6c3c75 Mon Sep 17 00:00:00 2001 From: Mandar Gokhale Date: Tue, 22 Dec 2015 01:56:30 +0000 Subject: [PATCH 4/6] Correct possessive uses of "it's" I found a couple of cases where "it's" was being used instead of the correct "its", and went through and corrected a bunch of other instances I could find. --- content/blog/hello-lektor/contents.lr | 2 +- content/contents.lr | 2 +- content/docs/api/db/types/flow/contents.lr | 2 +- content/docs/api/project/contents.lr | 2 +- content/docs/content/flow/contents.lr | 2 +- content/docs/content/urls/contents.lr | 2 +- content/docs/guides/disqus/contents.lr | 2 +- content/docs/models/contents.lr | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/content/blog/hello-lektor/contents.lr b/content/blog/hello-lektor/contents.lr index f2ca17aa..911266a4 100644 --- a/content/blog/hello-lektor/contents.lr +++ b/content/blog/hello-lektor/contents.lr @@ -43,7 +43,7 @@ There the hacker's favorite projects like [Pelican](https://github.com/getpelican/pelican) or [Jekyll](https://jekyllrb.com/) which support generating websites out of static files that are tracked through version control and there are CMS systems like -[Statamic](http://statamic.com/) which store all of it's data in flat files +[Statamic](http://statamic.com/) which store all of its data in flat files — but as mentioned — needs PHP. None of those were what I was looking for. Static file generators like Jekyll diff --git a/content/contents.lr b/content/contents.lr index 73787c15..c39725fa 100644 --- a/content/contents.lr +++ b/content/contents.lr @@ -117,7 +117,7 @@ text: ## Open Source -Lektor at it's core is a three clause [BSD licensed +Lektor at its core is a three clause [BSD licensed ](https://raw.githubusercontent.com/lektor/lektor/master/LICENSE) Open Source project written in Python and Node.js. ---- diff --git a/content/docs/api/db/types/flow/contents.lr b/content/docs/api/db/types/flow/contents.lr index 938f0c9d..a0ed4c68 100644 --- a/content/docs/api/db/types/flow/contents.lr +++ b/content/docs/api/db/types/flow/contents.lr @@ -20,7 +20,7 @@ For configuration you can define which blocks are allowed by setting the that are allowed. If not defined, all flow blocks become available. The text format for flow blocks in the `contents.lr` file looks a bit more -complex because of it's nested nature, but in essence it's this: +complex because of its nested nature, but in essence it's this: ``` #### name-of-flow-block #### diff --git a/content/docs/api/project/contents.lr b/content/docs/api/project/contents.lr index ad3c7114..1f1e8912 100644 --- a/content/docs/api/project/contents.lr +++ b/content/docs/api/project/contents.lr @@ -9,7 +9,7 @@ summary: Provides access to a project file. body: The project class is one of the most basic classes that Lektor uses to -implement it's building process. It's generated very early on when the +implement its building process. It's generated very early on when the application needs to interact with the project file on disk. This class is mostly useful for building scripts that use the Lektor API and not so much in other situations as it's not directly playing a role in diff --git a/content/docs/content/flow/contents.lr b/content/docs/content/flow/contents.lr index 6f17e08c..81d12106 100644 --- a/content/docs/content/flow/contents.lr +++ b/content/docs/content/flow/contents.lr @@ -7,7 +7,7 @@ body: Flow is a system in Lektor that allows you to have higher flexibility when creating pages. The [Flow Type :ref](../../api/db/types/flow/) field type that allows you to store multiple different formats of data within the same -field each with it's own template. +field each with its own template. This allows you to build complex pages made from individual components. diff --git a/content/docs/content/urls/contents.lr b/content/docs/content/urls/contents.lr index 15665674..2493d09a 100644 --- a/content/docs/content/urls/contents.lr +++ b/content/docs/content/urls/contents.lr @@ -15,7 +15,7 @@ URL which can be customized. They are roughly speaking something like a file name. For instance `foo-bar` can be a slug in `/foo-bar/`. The default slug of a page is the ID of the page. So if you have a page called `/foo/bar/contents.lr` then the default slug is `bar`. As you can see the -full URL is comprised of it's own slug concatenated with all the slugs of +full URL is comprised of its own slug concatenated with all the slugs of all parents. Can a slug contain slashes? Yes indeed it can. A slug is free to contain diff --git a/content/docs/guides/disqus/contents.lr b/content/docs/guides/disqus/contents.lr index bfc43891..370b9d1d 100644 --- a/content/docs/guides/disqus/contents.lr +++ b/content/docs/guides/disqus/contents.lr @@ -5,7 +5,7 @@ summary: Enabling disqus comments in one minute. body: The `disqus-comments` plugin adds support for Disqus comments to Lektor and -with it's help you can have comments on your pages in no time. Once the plugin +with its help you can have comments on your pages in no time. Once the plugin is enabled a `render_disqus_comments` function is available for templates which can render a disqus comment box. All you need to do for this is to create your own Disqus community at [Disqus Engage :ext](https://publishers.disqus.com/engage). diff --git a/content/docs/models/contents.lr b/content/docs/models/contents.lr index 16a6e0e6..7b93310c 100644 --- a/content/docs/models/contents.lr +++ b/content/docs/models/contents.lr @@ -86,7 +86,7 @@ Models have the following options that can customize the model itself: - `hidden`: a boolean value that indicates if the model should be hidden from the UI or not. If set to `yes` then new pages cannot select this model. This is very useful for models that are implied through configuration. -- `protected`: if a model is set to protected then all of it's instances +- `protected`: if a model is set to protected then all of its instances cannot be deleted once created. - `inherits`: if you want to inherit all fields from another model then this can be set to the name of another model. From b1330e09c6ca574ec1eba57432d6a6571fb0e6ba Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Tue, 22 Dec 2015 11:50:00 +0100 Subject: [PATCH 5/6] Documented parameters to url filter. --- content/docs/api/templates/filters/url/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/api/templates/filters/url/contents.lr b/content/docs/api/templates/filters/url/contents.lr index 917a8cec..cdb203d6 100644 --- a/content/docs/api/templates/filters/url/contents.lr +++ b/content/docs/api/templates/filters/url/contents.lr @@ -4,7 +4,7 @@ type: filter --- summary: Generates a relative URL from the current page to another. --- -signature: alt=None +signature: alt=None, absolute=None, external=None --- body: From 0dd220a4db5142807e40ec73465e6421f6a3fa03 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Tue, 22 Dec 2015 11:50:18 +0100 Subject: [PATCH 6/6] Renamed blog layout template --- content/docs/guides/blog/contents.lr | 2 +- templates/blog-archive/index.html | 2 +- templates/blog-archive/month.html | 2 +- templates/blog-archive/year.html | 2 +- templates/{blog_layout.html => blog-layout.html} | 0 templates/blog.html | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) rename templates/{blog_layout.html => blog-layout.html} (100%) diff --git a/content/docs/guides/blog/contents.lr b/content/docs/guides/blog/contents.lr index 5c145496..24be0454 100644 --- a/content/docs/guides/blog/contents.lr +++ b/content/docs/guides/blog/contents.lr @@ -90,7 +90,7 @@ instead of `this.children` which will return only the items for the intended page. ```html+jinja -{% extends "blog_layout.html" %} +{% extends "layout.html" %} {% from "macros/pagination.html" import render_pagination %} {% block title %}My Blog{% endblock %}

My Blog

diff --git a/templates/blog-archive/index.html b/templates/blog-archive/index.html index 028b8cb8..f1342024 100644 --- a/templates/blog-archive/index.html +++ b/templates/blog-archive/index.html @@ -1,4 +1,4 @@ -{% extends "blog_layout.html" %} +{% extends "blog-layout.html" %} {% block title %}Archive | The Transcript{% endblock %} {% block blog_body %}

The Transcript Archive

diff --git a/templates/blog-archive/month.html b/templates/blog-archive/month.html index c014a382..3f4247ec 100644 --- a/templates/blog-archive/month.html +++ b/templates/blog-archive/month.html @@ -1,4 +1,4 @@ -{% extends "blog_layout.html" %} +{% extends "blog-layout.html" %} {% block title %}{{ this.date|dateformat('MMMM yyyy') }} Archive | The Transcript{% endblock %} {% block blog_body %}

The Transcript, {{ this.date|dateformat('MMMM yyyy') }}

diff --git a/templates/blog-archive/year.html b/templates/blog-archive/year.html index a194f968..d387409a 100644 --- a/templates/blog-archive/year.html +++ b/templates/blog-archive/year.html @@ -1,4 +1,4 @@ -{% extends "blog_layout.html" %} +{% extends "blog-layout.html" %} {% block title %}{{ this.year }} Archive | The Transcript{% endblock %} {% block blog_body %}

The Transcript in {{ this.year }}

diff --git a/templates/blog_layout.html b/templates/blog-layout.html similarity index 100% rename from templates/blog_layout.html rename to templates/blog-layout.html diff --git a/templates/blog.html b/templates/blog.html index ab636996..bdf83ffb 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -1,4 +1,4 @@ -{% extends "blog_layout.html" %} +{% extends "blog-layout.html" %} {% from "macros/pagination.html" import render_pagination %} {% block title %}The Transcript{% endblock %} {% block blog_body %}