diff --git a/blog/2016/3/lektor-at-rails-girls-summer-of-code/index.html b/blog/2016/3/lektor-at-rails-girls-summer-of-code/index.html index 9ade383b..9fa132a8 100644 --- a/blog/2016/3/lektor-at-rails-girls-summer-of-code/index.html +++ b/blog/2016/3/lektor-at-rails-girls-summer-of-code/index.html @@ -91,8 +91,8 @@ more diversity into Open Source. Successful applicants are paid a monthly stipend, from July-September, to work on Open Source projects of their choice.

-

Lektor was accepted as a particpating project. For more information about -the project there refer to the project overview on +

Lektor was accepted as a participating project. For more information about +the project there refer to the project overview on RGSOC.

We want to make it as easy as possible to work on Lektor during the event which is why we will be very flexible with regards to which area interested diff --git a/blog/2018/5/plugin-play/index.html b/blog/2018/5/plugin-play/index.html index e437e948..9c8c8e78 100644 --- a/blog/2018/5/plugin-play/index.html +++ b/blog/2018/5/plugin-play/index.html @@ -85,7 +85,7 @@

Details

Each plugin also now has its own dedicated page. On this page you can see the entire README for a plugin, in beautiful rendered Markdown or reStructuredText, GitHub statistics, authorship information, and tags. This page should give you all the information you need to be able to use the plugin, or to decide if it's what you're looking for as a guide to building your own.

Tags

Plugins are tagged with specific key words or phrases that describe what they are used for and how they work. All of a plugin's tags are listed on its page as a link. Each tag has its own page where you can see other plugins that share that tag. This offers a powerful way to navigate between related content, and another way to discover more plugins.

I think this is especially useful for plugin development when the tag is an event that the plugin hooks. This allows you to quickly find the source code of plugins that depend on the same Lektor plugin events, so that you can see many quick examples to help you write your own plugin. For instance, you can find all of the plugins that hook the before-build-all event by looking at it's tag page here. Tag pages for events also have links back to the plugin documentation pages, including the page for that specific event.

-

Now go check out some plugins!

+

Now go check out some plugins!

diff --git a/blog/feed.xml b/blog/feed.xml index 1095e9b0..76eae89b 100644 --- a/blog/feed.xml +++ b/blog/feed.xml @@ -52,7 +52,7 @@ <h3 id="details">Details</h3><p>Each plugin also now has its own dedicated page. On this page you can see the entire README for a plugin, in beautiful rendered Markdown or reStructuredText, GitHub statistics, authorship information, and tags. This page should give you all the information you need to be able to use the plugin, or to decide if it's what you're looking for as a guide to building your own.</p> <h3 id="tags">Tags</h3><p>Plugins are tagged with specific key words or phrases that describe what they are used for and how they work. All of a plugin's tags are listed on its page as a link. Each tag has its own page where you can see other plugins that share that tag. This offers a powerful way to navigate between related content, and another way to discover more plugins.</p> <p>I think this is especially useful for plugin development when the tag is an event that the plugin hooks. This allows you to quickly find the source code of plugins that depend on the same Lektor plugin events, so that you can see many quick examples to help you write your own plugin. For instance, you can find all of the plugins that hook the <code>before-build-all</code> event by looking at it's tag page <a href="/plugins/tag/before-build-all/">here</a>. Tag pages for events also have links back to the plugin documentation pages, including the page for that specific event.</p> -<p>Now go check out some <a href="/plugins">plugins</a>!</p> +<p>Now go check out some <a href="/plugins/">plugins</a>!</p> </div>Lektor 3.1 Released2018-01-29T00:00:00ZJoseph Nixurn:uuid:9fdb673f-5a8c-3eab-90df-cd6d57657cbc <div class="page-banner page-banner-500-tall" style="background-image: url(pancakes-2020863.jpg)"></div> @@ -157,8 +157,8 @@ more diversity into Open Source. Successful applicants are paid a monthly stipend, from July-September, to work on Open Source projects of their choice.</p> </blockquote> -<p>Lektor was accepted as a particpating project. For more information about -the project there refer to the <a href="https://teams.railsgirlssummerofcode.org/projects/115-lektor-cms">project overview on +<p>Lektor was accepted as a participating project. For more information about +the project there refer to the <a href="https://railsgirlssummerofcode.org/blog/page/36/" class="ext">project overview on RGSOC</a>.</p> <p>We want to make it as easy as possible to work on Lektor during the event which is why we will be very flexible with regards to which area interested diff --git a/docs/api/db/asset/children/index.html b/docs/api/db/asset/children/index.html new file mode 100644 index 00000000..3e22ce5b --- /dev/null +++ b/docs/api/db/asset/children/index.html @@ -0,0 +1,284 @@ + + + + + + + + + + children | Documentation | Lektor Static Content Management System + + + + +
+ +
+ +
+
+ + + +
+ +
+ + +

children

+ + + +
    + +
  • Property of Asset
  • + + + +
+ +

Assets that correspond to directories can have children +below them. The children attribute provides a convenient way to access +those. It returns an iterable of child assets.

+ + + + + + + + +
+

Comments

+ +
+ + + +
+ +
+
+ +
+ +
+ + +
+
+
+
+ + + + + + + + + + + + + + diff --git a/docs/api/db/asset/get-child/index.html b/docs/api/db/asset/get-child/index.html new file mode 100644 index 00000000..831aa7dc --- /dev/null +++ b/docs/api/db/asset/get-child/index.html @@ -0,0 +1,283 @@ + + + + + + + + + + get_child | Documentation | Lektor Static Content Management System + + + + +
+ +
+ +
+
+ + + +
+ +
+ + +

get_child (name, from_url=False)

+ + + +
    + +
  • Method of Asset
  • + + + +
+ +

Lookup a child of the asset. Returns None if no child exists with the specified name.

+

Naturally, this method always returns None unless the asset is a directory.

+ + + + + + + + +
+

Comments

+ +
+ + + +
+ +
+
+ +
+ +
+ + +
+
+
+
+ + + + + + + + + + + + + + diff --git a/docs/api/db/asset/index.html b/docs/api/db/asset/index.html new file mode 100644 index 00000000..f3d7d465 --- /dev/null +++ b/docs/api/db/asset/index.html @@ -0,0 +1,308 @@ + + + + + + + + + + Asset | Documentation | Lektor Static Content Management System + + + + +
+ +
+ +
+
+ + + +
+ +
+ + +

lektor.assets.Asset

+ + + +
    + + + +
+ +

Assets are Source Objects that correspond to static files that +are copied verbatim from the /assets folder to the output directory.

+

Usually, there is no need to manipulate Asset objects directly.

+ + + + + + + + + + +
+

Comments

+ +
+ + + +
+ +
+
+ +
+ +
+ + +
+
+
+
+ + + + + + + + + + + + + + diff --git a/docs/api/db/expression/and/index.html b/docs/api/db/expression/and/index.html index db602b1f..3050678e 100644 --- a/docs/api/db/expression/and/index.html +++ b/docs/api/db/expression/and/index.html @@ -101,6 +101,9 @@
  • Database
      +
    • Asset + +
    • Builtin Field Types diff --git a/docs/api/db/expression/contains/index.html b/docs/api/db/expression/contains/index.html index 47c546e1..8904763d 100644 --- a/docs/api/db/expression/contains/index.html +++ b/docs/api/db/expression/contains/index.html @@ -101,6 +101,9 @@
    • Database
        +
      • Asset + +
      • Builtin Field Types diff --git a/docs/api/db/expression/endswith-cs/index.html b/docs/api/db/expression/endswith-cs/index.html index ae0ee064..886882b4 100644 --- a/docs/api/db/expression/endswith-cs/index.html +++ b/docs/api/db/expression/endswith-cs/index.html @@ -101,6 +101,9 @@
      • Database
          +
        • Asset + +
        • Builtin Field Types diff --git a/docs/api/db/expression/endswith/index.html b/docs/api/db/expression/endswith/index.html index 28c6913d..ba504039 100644 --- a/docs/api/db/expression/endswith/index.html +++ b/docs/api/db/expression/endswith/index.html @@ -101,6 +101,9 @@
        • Database
            +
          • Asset + +
          • Builtin Field Types diff --git a/docs/api/db/expression/eq/index.html b/docs/api/db/expression/eq/index.html index 918c824e..af1c8454 100644 --- a/docs/api/db/expression/eq/index.html +++ b/docs/api/db/expression/eq/index.html @@ -101,6 +101,9 @@
          • Database
              +
            • Asset + +
            • Builtin Field Types diff --git a/docs/api/db/expression/ge/index.html b/docs/api/db/expression/ge/index.html index ecbf9439..c985ba78 100644 --- a/docs/api/db/expression/ge/index.html +++ b/docs/api/db/expression/ge/index.html @@ -101,6 +101,9 @@
            • Database
                +
              • Asset + +
              • Builtin Field Types diff --git a/docs/api/db/expression/gt/index.html b/docs/api/db/expression/gt/index.html index aaf0375f..a7668300 100644 --- a/docs/api/db/expression/gt/index.html +++ b/docs/api/db/expression/gt/index.html @@ -101,6 +101,9 @@
              • Database
                  +
                • Asset + +
                • Builtin Field Types diff --git a/docs/api/db/expression/index.html b/docs/api/db/expression/index.html index 20df0130..1ba39935 100644 --- a/docs/api/db/expression/index.html +++ b/docs/api/db/expression/index.html @@ -101,6 +101,9 @@
                • Database
                    +
                  • Asset + +
                  • Builtin Field Types @@ -231,7 +234,7 @@ which will return an expression that points to a field. Further manipulation of it can create more expressive expressions. F.name literally just means that a field by that name exists and is set to a value.

                    The query syntax is mostly the same in Python as well as in the Jinja 2 -templates, the main difference are and and or.

                    +templates, the main difference are and and or.

                    Example

                    >>> p.children.filter((F.name == 'foo') | (F.name == 'bar')).all()
                     [<Page model=u'page' id=u'bar'>, <Page model=u'page' id=u'foo'>]
                     
                    diff --git a/docs/api/db/expression/le/index.html b/docs/api/db/expression/le/index.html index eddebc68..95f84ed7 100644 --- a/docs/api/db/expression/le/index.html +++ b/docs/api/db/expression/le/index.html @@ -101,6 +101,9 @@
                  • Database
                      +
                    • Asset + +
                    • Builtin Field Types diff --git a/docs/api/db/expression/lt/index.html b/docs/api/db/expression/lt/index.html index e5058899..56b00b72 100644 --- a/docs/api/db/expression/lt/index.html +++ b/docs/api/db/expression/lt/index.html @@ -101,6 +101,9 @@
                    • Database
                        +
                      • Asset + +
                      • Builtin Field Types diff --git a/docs/api/db/expression/ne/index.html b/docs/api/db/expression/ne/index.html index eb6f12a8..00172ceb 100644 --- a/docs/api/db/expression/ne/index.html +++ b/docs/api/db/expression/ne/index.html @@ -101,6 +101,9 @@
                      • Database
                          +
                        • Asset + +
                        • Builtin Field Types diff --git a/docs/api/db/expression/or/index.html b/docs/api/db/expression/or/index.html index d0b8e1f0..9387584c 100644 --- a/docs/api/db/expression/or/index.html +++ b/docs/api/db/expression/or/index.html @@ -101,6 +101,9 @@
                        • Database
                            +
                          • Asset + +
                          • Builtin Field Types diff --git a/docs/api/db/expression/startswith-cs/index.html b/docs/api/db/expression/startswith-cs/index.html index 1e81cfd2..7d78405c 100644 --- a/docs/api/db/expression/startswith-cs/index.html +++ b/docs/api/db/expression/startswith-cs/index.html @@ -101,6 +101,9 @@
                          • Database
                              +
                            • Asset + +
                            • Builtin Field Types diff --git a/docs/api/db/expression/startswith/index.html b/docs/api/db/expression/startswith/index.html index 4bf3d6ec..7415f048 100644 --- a/docs/api/db/expression/startswith/index.html +++ b/docs/api/db/expression/startswith/index.html @@ -101,6 +101,9 @@
                            • Database
                                +
                              • Asset + +
                              • Builtin Field Types diff --git a/docs/api/db/f/index.html b/docs/api/db/f/index.html index 25f6ec56..817acd0f 100644 --- a/docs/api/db/f/index.html +++ b/docs/api/db/f/index.html @@ -101,6 +101,9 @@
                              • Database
                                  +
                                • Asset + +
                                • Builtin Field Types diff --git a/docs/api/db/get-alts/index.html b/docs/api/db/get-alts/index.html index eecba81e..929c4735 100644 --- a/docs/api/db/get-alts/index.html +++ b/docs/api/db/get-alts/index.html @@ -101,6 +101,9 @@
                                • Database
                                    +
                                  • Asset + +
                                  • Builtin Field Types diff --git a/docs/api/db/index.html b/docs/api/db/index.html index cb46cab7..bec8dc3b 100644 --- a/docs/api/db/index.html +++ b/docs/api/db/index.html @@ -101,6 +101,9 @@
                                  • Database
                                      +
                                    • Asset + +
                                    • Builtin Field Types @@ -188,6 +191,16 @@ the shell command as well as from within the templates.

                                      +
                                      +

                                      + + Asset +

                                      + +

                                      Static assets, copied verbatim to the output.

                                      + +
                                      +

                                      @@ -198,6 +211,10 @@ the shell command as well as from within the templates.

                                      +
                                      + +
                                      +

                                      @@ -208,10 +225,6 @@ the shell command as well as from within the templates.

                                      -
                                      - -
                                      -

                                      @@ -222,6 +235,10 @@ the shell command as well as from within the templates.

                                      +
                                      + +
                                      +

                                      @@ -232,10 +249,6 @@ the shell command as well as from within the templates.

                                      -
                                      - -
                                      -

                                      @@ -246,6 +259,10 @@ the shell command as well as from within the templates.

                                      +
                                      + +
                                      +

                                      @@ -256,10 +273,6 @@ the shell command as well as from within the templates.

                                      -
                                      - -
                                      -

                                      @@ -270,6 +283,10 @@ the shell command as well as from within the templates.

                                      +
                                      + +
                                      +

                                      @@ -280,10 +297,6 @@ the shell command as well as from within the templates.

                                      -
                                      - -
                                      -

                                      @@ -294,6 +307,10 @@ the shell command as well as from within the templates.

                                      +
                                      + +
                                      +

                                      diff --git a/docs/api/db/obj/alt/index.html b/docs/api/db/obj/alt/index.html index cf43b5e1..c48c34ce 100644 --- a/docs/api/db/obj/alt/index.html +++ b/docs/api/db/obj/alt/index.html @@ -101,6 +101,9 @@
                                    • Database
                                        +
                                      • Asset + +
                                      • Builtin Field Types diff --git a/docs/api/db/obj/index.html b/docs/api/db/obj/index.html index 5fd0a387..c160b3d1 100644 --- a/docs/api/db/obj/index.html +++ b/docs/api/db/obj/index.html @@ -101,6 +101,9 @@
                                      • Database
                                          +
                                        • Asset + +
                                        • Builtin Field Types diff --git a/docs/api/db/obj/is-child-of/index.html b/docs/api/db/obj/is-child-of/index.html index 140e257b..12ae5e00 100644 --- a/docs/api/db/obj/is-child-of/index.html +++ b/docs/api/db/obj/is-child-of/index.html @@ -101,6 +101,9 @@
                                        • Database
                                            +
                                          • Asset + +
                                          • Builtin Field Types diff --git a/docs/api/db/obj/is-discoverable/index.html b/docs/api/db/obj/is-discoverable/index.html index 514dacfe..3a0c1c6c 100644 --- a/docs/api/db/obj/is-discoverable/index.html +++ b/docs/api/db/obj/is-discoverable/index.html @@ -101,6 +101,9 @@
                                          • Database
                                              +
                                            • Asset + +
                                            • Builtin Field Types diff --git a/docs/api/db/obj/is-hidden/index.html b/docs/api/db/obj/is-hidden/index.html index f35dec45..e2dc0b9a 100644 --- a/docs/api/db/obj/is-hidden/index.html +++ b/docs/api/db/obj/is-hidden/index.html @@ -101,6 +101,9 @@
                                            • Database
                                                +
                                              • Asset + +
                                              • Builtin Field Types diff --git a/docs/api/db/obj/is-undiscoverable/index.html b/docs/api/db/obj/is-undiscoverable/index.html index dedbc220..d462f982 100644 --- a/docs/api/db/obj/is-undiscoverable/index.html +++ b/docs/api/db/obj/is-undiscoverable/index.html @@ -101,6 +101,9 @@
                                              • Database
                                                  +
                                                • Asset + +
                                                • Builtin Field Types diff --git a/docs/api/db/obj/is-visible/index.html b/docs/api/db/obj/is-visible/index.html index dbeaf356..6dbdd679 100644 --- a/docs/api/db/obj/is-visible/index.html +++ b/docs/api/db/obj/is-visible/index.html @@ -101,6 +101,9 @@
                                                • Database
                                                    +
                                                  • Asset + +
                                                  • Builtin Field Types diff --git a/docs/api/db/obj/parent/index.html b/docs/api/db/obj/parent/index.html index 2604f55c..a33ec2f9 100644 --- a/docs/api/db/obj/parent/index.html +++ b/docs/api/db/obj/parent/index.html @@ -101,6 +101,9 @@
                                                  • Database
                                                      +
                                                    • Asset + +
                                                    • Builtin Field Types diff --git a/docs/api/db/obj/path/index.html b/docs/api/db/obj/path/index.html index d9b26423..04f468af 100644 --- a/docs/api/db/obj/path/index.html +++ b/docs/api/db/obj/path/index.html @@ -101,6 +101,9 @@
                                                    • Database
                                                        +
                                                      • Asset + +
                                                      • Builtin Field Types diff --git a/docs/api/db/obj/record/index.html b/docs/api/db/obj/record/index.html index 9931a02d..d060c5ea 100644 --- a/docs/api/db/obj/record/index.html +++ b/docs/api/db/obj/record/index.html @@ -101,6 +101,9 @@
                                                      • Database
                                                          +
                                                        • Asset + +
                                                        • Builtin Field Types diff --git a/docs/api/db/obj/source-filename/index.html b/docs/api/db/obj/source-filename/index.html index 154591f3..75681ecf 100644 --- a/docs/api/db/obj/source-filename/index.html +++ b/docs/api/db/obj/source-filename/index.html @@ -101,6 +101,9 @@
                                                        • Database
                                                            +
                                                          • Asset + +
                                                          • Builtin Field Types diff --git a/docs/api/db/obj/url-path/index.html b/docs/api/db/obj/url-path/index.html index 0d0de39c..f832f4ed 100644 --- a/docs/api/db/obj/url-path/index.html +++ b/docs/api/db/obj/url-path/index.html @@ -101,6 +101,9 @@
                                                          • Database
                                                              +
                                                            • Asset + +
                                                            • Builtin Field Types diff --git a/docs/api/db/obj/url-to/index.html b/docs/api/db/obj/url-to/index.html index 5ea6613a..117f17d9 100644 --- a/docs/api/db/obj/url-to/index.html +++ b/docs/api/db/obj/url-to/index.html @@ -101,6 +101,9 @@
                                                            • Database
                                                                +
                                                              • Asset + +
                                                              • Builtin Field Types @@ -235,7 +238,7 @@ relative to the current page and external can be used to also add t domain part to the URL (if configured). The default behavior is to use the configured URL style (which is relative) unless absolute or external were explicitly provided. For more information read about this in the -Project Configuration.

                                                                +Project Configuration.

                                                                Example

                                                                {% set downloads = site.get('/downloads') %}
                                                                 Path from downloads to here: {{ downloads.url_to(this) }}
                                                                 
                                                                diff --git a/docs/api/db/pad/databags/index.html b/docs/api/db/pad/databags/index.html index f170baeb..2898e919 100644 --- a/docs/api/db/pad/databags/index.html +++ b/docs/api/db/pad/databags/index.html @@ -101,6 +101,9 @@
                                                              • Database
                                                                  +
                                                                • Asset + +
                                                                • Builtin Field Types diff --git a/docs/api/db/pad/get-root/index.html b/docs/api/db/pad/get-root/index.html index 0ce67a70..dc759cbe 100644 --- a/docs/api/db/pad/get-root/index.html +++ b/docs/api/db/pad/get-root/index.html @@ -101,6 +101,9 @@
                                                                • Database
                                                                    +
                                                                  • Asset + +
                                                                  • Builtin Field Types diff --git a/docs/api/db/pad/get/index.html b/docs/api/db/pad/get/index.html index 7e694c44..ef467071 100644 --- a/docs/api/db/pad/get/index.html +++ b/docs/api/db/pad/get/index.html @@ -101,6 +101,9 @@
                                                                  • Database
                                                                      +
                                                                    • Asset + +
                                                                    • Builtin Field Types diff --git a/docs/api/db/pad/index.html b/docs/api/db/pad/index.html index eaaedfce..e37e5c91 100644 --- a/docs/api/db/pad/index.html +++ b/docs/api/db/pad/index.html @@ -101,6 +101,9 @@
                                                                    • Database
                                                                        +
                                                                      • Asset + +
                                                                      • Builtin Field Types diff --git a/docs/api/db/pad/query/index.html b/docs/api/db/pad/query/index.html index 8c458528..c7a0b3ed 100644 --- a/docs/api/db/pad/query/index.html +++ b/docs/api/db/pad/query/index.html @@ -101,6 +101,9 @@
                                                                      • Database
                                                                          +
                                                                        • Asset + +
                                                                        • Builtin Field Types diff --git a/docs/api/db/pad/resolve-url-path/index.html b/docs/api/db/pad/resolve-url-path/index.html index c7b9d807..3e6f23d9 100644 --- a/docs/api/db/pad/resolve-url-path/index.html +++ b/docs/api/db/pad/resolve-url-path/index.html @@ -101,6 +101,9 @@
                                                                        • Database
                                                                            +
                                                                          • Asset + +
                                                                          • Builtin Field Types diff --git a/docs/api/db/pad/root/index.html b/docs/api/db/pad/root/index.html index 509d5b58..52052754 100644 --- a/docs/api/db/pad/root/index.html +++ b/docs/api/db/pad/root/index.html @@ -101,6 +101,9 @@
                                                                          • Database
                                                                              +
                                                                            • Asset + +
                                                                            • Builtin Field Types diff --git a/docs/api/db/query/all/index.html b/docs/api/db/query/all/index.html index 1c8fc100..b612b2d6 100644 --- a/docs/api/db/query/all/index.html +++ b/docs/api/db/query/all/index.html @@ -101,6 +101,9 @@
                                                                            • Database
                                                                                +
                                                                              • Asset + +
                                                                              • Builtin Field Types diff --git a/docs/api/db/query/count/index.html b/docs/api/db/query/count/index.html index 78dec357..51ab1efd 100644 --- a/docs/api/db/query/count/index.html +++ b/docs/api/db/query/count/index.html @@ -101,6 +101,9 @@
                                                                              • Database
                                                                                  +
                                                                                • Asset + +
                                                                                • Builtin Field Types diff --git a/docs/api/db/query/distinct/index.html b/docs/api/db/query/distinct/index.html index 7abf337c..2a73ca59 100644 --- a/docs/api/db/query/distinct/index.html +++ b/docs/api/db/query/distinct/index.html @@ -101,6 +101,9 @@
                                                                                • Database
                                                                                    +
                                                                                  • Asset + +
                                                                                  • Builtin Field Types diff --git a/docs/api/db/query/filter/index.html b/docs/api/db/query/filter/index.html index 8061c2a0..b85e2c08 100644 --- a/docs/api/db/query/filter/index.html +++ b/docs/api/db/query/filter/index.html @@ -101,6 +101,9 @@
                                                                                  • Database
                                                                                      +
                                                                                    • Asset + +
                                                                                    • Builtin Field Types diff --git a/docs/api/db/query/first/index.html b/docs/api/db/query/first/index.html index 4b6f4832..b5030498 100644 --- a/docs/api/db/query/first/index.html +++ b/docs/api/db/query/first/index.html @@ -101,6 +101,9 @@
                                                                                    • Database
                                                                                        +
                                                                                      • Asset + +
                                                                                      • Builtin Field Types diff --git a/docs/api/db/query/get/index.html b/docs/api/db/query/get/index.html index b618c737..867153e0 100644 --- a/docs/api/db/query/get/index.html +++ b/docs/api/db/query/get/index.html @@ -101,6 +101,9 @@
                                                                                      • Database
                                                                                          +
                                                                                        • Asset + +
                                                                                        • Builtin Field Types diff --git a/docs/api/db/query/include-hidden/index.html b/docs/api/db/query/include-hidden/index.html index 26556cee..84c16739 100644 --- a/docs/api/db/query/include-hidden/index.html +++ b/docs/api/db/query/include-hidden/index.html @@ -101,6 +101,9 @@
                                                                                        • Database
                                                                                            +
                                                                                          • Asset + +
                                                                                          • Builtin Field Types diff --git a/docs/api/db/query/include-undiscoverable/index.html b/docs/api/db/query/include-undiscoverable/index.html index 7617b1a7..d6e2bec9 100644 --- a/docs/api/db/query/include-undiscoverable/index.html +++ b/docs/api/db/query/include-undiscoverable/index.html @@ -101,6 +101,9 @@
                                                                                          • Database
                                                                                              +
                                                                                            • Asset + +
                                                                                            • Builtin Field Types diff --git a/docs/api/db/query/index.html b/docs/api/db/query/index.html index b678307a..76d52418 100644 --- a/docs/api/db/query/index.html +++ b/docs/api/db/query/index.html @@ -101,6 +101,9 @@
                                                                                            • Database
                                                                                                +
                                                                                              • Asset + +
                                                                                              • Builtin Field Types diff --git a/docs/api/db/query/limit/index.html b/docs/api/db/query/limit/index.html index 2b1752e5..192e892b 100644 --- a/docs/api/db/query/limit/index.html +++ b/docs/api/db/query/limit/index.html @@ -101,6 +101,9 @@
                                                                                              • Database
                                                                                                  +
                                                                                                • Asset + +
                                                                                                • Builtin Field Types diff --git a/docs/api/db/query/offset/index.html b/docs/api/db/query/offset/index.html index 587e445d..7ab787cd 100644 --- a/docs/api/db/query/offset/index.html +++ b/docs/api/db/query/offset/index.html @@ -101,6 +101,9 @@
                                                                                                • Database
                                                                                                    +
                                                                                                  • Asset + +
                                                                                                  • Builtin Field Types diff --git a/docs/api/db/query/order-by/index.html b/docs/api/db/query/order-by/index.html index b08b0fce..7bb076e2 100644 --- a/docs/api/db/query/order-by/index.html +++ b/docs/api/db/query/order-by/index.html @@ -101,6 +101,9 @@
                                                                                                  • Database
                                                                                                      +
                                                                                                    • Asset + +
                                                                                                    • Builtin Field Types diff --git a/docs/api/db/query/request-page/index.html b/docs/api/db/query/request-page/index.html index 5ed026d2..388f8fe6 100644 --- a/docs/api/db/query/request-page/index.html +++ b/docs/api/db/query/request-page/index.html @@ -101,6 +101,9 @@
                                                                                                    • Database
                                                                                                        +
                                                                                                      • Asset + +
                                                                                                      • Builtin Field Types diff --git a/docs/api/db/query/self/index.html b/docs/api/db/query/self/index.html index 7f10ac56..4e76cfc1 100644 --- a/docs/api/db/query/self/index.html +++ b/docs/api/db/query/self/index.html @@ -101,6 +101,9 @@
                                                                                                      • Database
                                                                                                          +
                                                                                                        • Asset + +
                                                                                                        • Builtin Field Types diff --git a/docs/api/db/record/attachments/index.html b/docs/api/db/record/attachments/index.html index b3d9731f..0734da3c 100644 --- a/docs/api/db/record/attachments/index.html +++ b/docs/api/db/record/attachments/index.html @@ -101,6 +101,9 @@
                                                                                                        • Database
                                                                                                            +
                                                                                                          • Asset + +
                                                                                                          • Builtin Field Types diff --git a/docs/api/db/record/children/index.html b/docs/api/db/record/children/index.html index 99b28f1d..4e85982c 100644 --- a/docs/api/db/record/children/index.html +++ b/docs/api/db/record/children/index.html @@ -101,6 +101,9 @@
                                                                                                          • Database
                                                                                                              +
                                                                                                            • Asset + +
                                                                                                            • Builtin Field Types diff --git a/docs/api/db/record/contents/index.html b/docs/api/db/record/contents/index.html index 12d2fa80..631930dc 100644 --- a/docs/api/db/record/contents/index.html +++ b/docs/api/db/record/contents/index.html @@ -101,6 +101,9 @@
                                                                                                            • Database
                                                                                                                +
                                                                                                              • Asset + +
                                                                                                              • Builtin Field Types diff --git a/docs/api/db/record/exif/index.html b/docs/api/db/record/exif/index.html index 779018ba..27fec6a0 100644 --- a/docs/api/db/record/exif/index.html +++ b/docs/api/db/record/exif/index.html @@ -101,6 +101,9 @@
                                                                                                              • Database
                                                                                                                  +
                                                                                                                • Asset + +
                                                                                                                • Builtin Field Types diff --git a/docs/api/db/record/format/index.html b/docs/api/db/record/format/index.html index 955157ad..119326ac 100644 --- a/docs/api/db/record/format/index.html +++ b/docs/api/db/record/format/index.html @@ -101,6 +101,9 @@
                                                                                                                • Database
                                                                                                                    +
                                                                                                                  • Asset + +
                                                                                                                  • Builtin Field Types diff --git a/docs/api/db/record/get_siblings/index.html b/docs/api/db/record/get_siblings/index.html index f58f8336..7b731a5f 100644 --- a/docs/api/db/record/get_siblings/index.html +++ b/docs/api/db/record/get_siblings/index.html @@ -101,6 +101,9 @@
                                                                                                                  • Database
                                                                                                                      +
                                                                                                                    • Asset + +
                                                                                                                    • Builtin Field Types diff --git a/docs/api/db/record/getitem/index.html b/docs/api/db/record/getitem/index.html index 46e699ad..e6353984 100644 --- a/docs/api/db/record/getitem/index.html +++ b/docs/api/db/record/getitem/index.html @@ -101,6 +101,9 @@
                                                                                                                    • Database
                                                                                                                        +
                                                                                                                      • Asset + +
                                                                                                                      • Builtin Field Types diff --git a/docs/api/db/record/has_next/index.html b/docs/api/db/record/has_next/index.html index 980ea456..2cc211a8 100644 --- a/docs/api/db/record/has_next/index.html +++ b/docs/api/db/record/has_next/index.html @@ -101,6 +101,9 @@
                                                                                                                      • Database
                                                                                                                          +
                                                                                                                        • Asset + +
                                                                                                                        • Builtin Field Types diff --git a/docs/api/db/record/has_prev/index.html b/docs/api/db/record/has_prev/index.html index 41721da5..17e2aab0 100644 --- a/docs/api/db/record/has_prev/index.html +++ b/docs/api/db/record/has_prev/index.html @@ -101,6 +101,9 @@
                                                                                                                        • Database
                                                                                                                            +
                                                                                                                          • Asset + +
                                                                                                                          • Builtin Field Types diff --git a/docs/api/db/record/height/index.html b/docs/api/db/record/height/index.html index 85c111f8..474a0492 100644 --- a/docs/api/db/record/height/index.html +++ b/docs/api/db/record/height/index.html @@ -101,6 +101,9 @@
                                                                                                                          • Database
                                                                                                                              +
                                                                                                                            • Asset + +
                                                                                                                            • Builtin Field Types diff --git a/docs/api/db/record/index.html b/docs/api/db/record/index.html index 0a765a77..58752c0a 100644 --- a/docs/api/db/record/index.html +++ b/docs/api/db/record/index.html @@ -101,6 +101,9 @@
                                                                                                                            • Database
                                                                                                                                +
                                                                                                                              • Asset + +
                                                                                                                              • Builtin Field Types diff --git a/docs/api/db/record/is-attachment/index.html b/docs/api/db/record/is-attachment/index.html index 422221ba..f1ae4cb9 100644 --- a/docs/api/db/record/is-attachment/index.html +++ b/docs/api/db/record/is-attachment/index.html @@ -101,6 +101,9 @@
                                                                                                                              • Database
                                                                                                                                  +
                                                                                                                                • Asset + +
                                                                                                                                • Builtin Field Types diff --git a/docs/api/db/record/pagination/index.html b/docs/api/db/record/pagination/index.html index 3f59d3b2..c7fb1fb6 100644 --- a/docs/api/db/record/pagination/index.html +++ b/docs/api/db/record/pagination/index.html @@ -101,6 +101,9 @@
                                                                                                                                • Database
                                                                                                                                    +
                                                                                                                                  • Asset + +
                                                                                                                                  • Builtin Field Types diff --git a/docs/api/db/record/record-label/index.html b/docs/api/db/record/record-label/index.html index ec4f5c24..11b9e1b1 100644 --- a/docs/api/db/record/record-label/index.html +++ b/docs/api/db/record/record-label/index.html @@ -101,6 +101,9 @@
                                                                                                                                  • Database
                                                                                                                                      +
                                                                                                                                    • Asset + +
                                                                                                                                    • Builtin Field Types diff --git a/docs/api/db/record/thumbnail/index.html b/docs/api/db/record/thumbnail/index.html index be7d0fc6..2347681d 100644 --- a/docs/api/db/record/thumbnail/index.html +++ b/docs/api/db/record/thumbnail/index.html @@ -101,6 +101,9 @@
                                                                                                                                    • Database
                                                                                                                                        +
                                                                                                                                      • Asset + +
                                                                                                                                      • Builtin Field Types diff --git a/docs/api/db/record/width/index.html b/docs/api/db/record/width/index.html index 94e6dff3..d066ef95 100644 --- a/docs/api/db/record/width/index.html +++ b/docs/api/db/record/width/index.html @@ -101,6 +101,9 @@
                                                                                                                                      • Database
                                                                                                                                          +
                                                                                                                                        • Asset + +
                                                                                                                                        • Builtin Field Types diff --git a/docs/api/db/system-fields/alt/index.html b/docs/api/db/system-fields/alt/index.html index 8c36ebb7..4cf94fca 100644 --- a/docs/api/db/system-fields/alt/index.html +++ b/docs/api/db/system-fields/alt/index.html @@ -101,6 +101,9 @@
                                                                                                                                        • Database
                                                                                                                                            +
                                                                                                                                          • Asset + +
                                                                                                                                          • Builtin Field Types diff --git a/docs/api/db/system-fields/attachment-type/index.html b/docs/api/db/system-fields/attachment-type/index.html index 797e62aa..6cb788c3 100644 --- a/docs/api/db/system-fields/attachment-type/index.html +++ b/docs/api/db/system-fields/attachment-type/index.html @@ -101,6 +101,9 @@
                                                                                                                                          • Database
                                                                                                                                              +
                                                                                                                                            • Asset + +
                                                                                                                                            • Builtin Field Types diff --git a/docs/api/db/system-fields/discoverable/index.html b/docs/api/db/system-fields/discoverable/index.html index 20cd29a3..6549ccd6 100644 --- a/docs/api/db/system-fields/discoverable/index.html +++ b/docs/api/db/system-fields/discoverable/index.html @@ -101,6 +101,9 @@
                                                                                                                                            • Database
                                                                                                                                                +
                                                                                                                                              • Asset + +
                                                                                                                                              • Builtin Field Types diff --git a/docs/api/db/system-fields/gid/index.html b/docs/api/db/system-fields/gid/index.html index 75106b9f..ef223c4d 100644 --- a/docs/api/db/system-fields/gid/index.html +++ b/docs/api/db/system-fields/gid/index.html @@ -101,6 +101,9 @@
                                                                                                                                              • Database
                                                                                                                                                  +
                                                                                                                                                • Asset + +
                                                                                                                                                • Builtin Field Types diff --git a/docs/api/db/system-fields/hidden/index.html b/docs/api/db/system-fields/hidden/index.html index 3e6fd630..9232c742 100644 --- a/docs/api/db/system-fields/hidden/index.html +++ b/docs/api/db/system-fields/hidden/index.html @@ -101,6 +101,9 @@
                                                                                                                                                • Database
                                                                                                                                                    +
                                                                                                                                                  • Asset + +
                                                                                                                                                  • Builtin Field Types diff --git a/docs/api/db/system-fields/id/index.html b/docs/api/db/system-fields/id/index.html index 11b12d4e..4bc0816c 100644 --- a/docs/api/db/system-fields/id/index.html +++ b/docs/api/db/system-fields/id/index.html @@ -101,6 +101,9 @@
                                                                                                                                                  • Database
                                                                                                                                                      +
                                                                                                                                                    • Asset + +
                                                                                                                                                    • Builtin Field Types diff --git a/docs/api/db/system-fields/index.html b/docs/api/db/system-fields/index.html index d811bb7f..6996c1a7 100644 --- a/docs/api/db/system-fields/index.html +++ b/docs/api/db/system-fields/index.html @@ -101,6 +101,9 @@
                                                                                                                                                    • Database
                                                                                                                                                        +
                                                                                                                                                      • Asset + +
                                                                                                                                                      • Builtin Field Types diff --git a/docs/api/db/system-fields/model/index.html b/docs/api/db/system-fields/model/index.html index e37fe82d..f337aa0f 100644 --- a/docs/api/db/system-fields/model/index.html +++ b/docs/api/db/system-fields/model/index.html @@ -101,6 +101,9 @@
                                                                                                                                                      • Database
                                                                                                                                                          +
                                                                                                                                                        • Asset + +
                                                                                                                                                        • Builtin Field Types diff --git a/docs/api/db/system-fields/path/index.html b/docs/api/db/system-fields/path/index.html index 20bd2e96..3f3f86b9 100644 --- a/docs/api/db/system-fields/path/index.html +++ b/docs/api/db/system-fields/path/index.html @@ -101,6 +101,9 @@
                                                                                                                                                        • Database
                                                                                                                                                            +
                                                                                                                                                          • Asset + +
                                                                                                                                                          • Builtin Field Types diff --git a/docs/api/db/system-fields/slug/index.html b/docs/api/db/system-fields/slug/index.html index 1958a678..69838095 100644 --- a/docs/api/db/system-fields/slug/index.html +++ b/docs/api/db/system-fields/slug/index.html @@ -101,6 +101,9 @@
                                                                                                                                                          • Database
                                                                                                                                                              +
                                                                                                                                                            • Asset + +
                                                                                                                                                            • Builtin Field Types diff --git a/docs/api/db/system-fields/source-alt/index.html b/docs/api/db/system-fields/source-alt/index.html index 551d4951..311864d5 100644 --- a/docs/api/db/system-fields/source-alt/index.html +++ b/docs/api/db/system-fields/source-alt/index.html @@ -101,6 +101,9 @@
                                                                                                                                                            • Database
                                                                                                                                                                +
                                                                                                                                                              • Asset + +
                                                                                                                                                              • Builtin Field Types diff --git a/docs/api/db/system-fields/template/index.html b/docs/api/db/system-fields/template/index.html index fde8f1b9..2df3d277 100644 --- a/docs/api/db/system-fields/template/index.html +++ b/docs/api/db/system-fields/template/index.html @@ -101,6 +101,9 @@
                                                                                                                                                              • Database
                                                                                                                                                                  +
                                                                                                                                                                • Asset + +
                                                                                                                                                                • Builtin Field Types diff --git a/docs/api/db/type/index.html b/docs/api/db/type/index.html index c35385ee..e9403219 100644 --- a/docs/api/db/type/index.html +++ b/docs/api/db/type/index.html @@ -101,6 +101,9 @@
                                                                                                                                                                • Database
                                                                                                                                                                    +
                                                                                                                                                                  • Asset + +
                                                                                                                                                                  • Builtin Field Types diff --git a/docs/api/db/type/to-json/index.html b/docs/api/db/type/to-json/index.html index a59be625..c393d8a0 100644 --- a/docs/api/db/type/to-json/index.html +++ b/docs/api/db/type/to-json/index.html @@ -101,6 +101,9 @@
                                                                                                                                                                  • Database
                                                                                                                                                                      +
                                                                                                                                                                    • Asset + +
                                                                                                                                                                    • Builtin Field Types diff --git a/docs/api/db/type/value-from-raw/index.html b/docs/api/db/type/value-from-raw/index.html index 4bd40fe1..8900b97d 100644 --- a/docs/api/db/type/value-from-raw/index.html +++ b/docs/api/db/type/value-from-raw/index.html @@ -101,6 +101,9 @@
                                                                                                                                                                    • Database
                                                                                                                                                                        +
                                                                                                                                                                      • Asset + +
                                                                                                                                                                      • Builtin Field Types diff --git a/docs/api/db/type/widget/index.html b/docs/api/db/type/widget/index.html index 68768c6c..cf5fb0a8 100644 --- a/docs/api/db/type/widget/index.html +++ b/docs/api/db/type/widget/index.html @@ -101,6 +101,9 @@
                                                                                                                                                                      • Database
                                                                                                                                                                          +
                                                                                                                                                                        • Asset + +
                                                                                                                                                                        • Builtin Field Types diff --git a/docs/api/db/types/boolean/index.html b/docs/api/db/types/boolean/index.html index 9b30519d..3568cf56 100644 --- a/docs/api/db/types/boolean/index.html +++ b/docs/api/db/types/boolean/index.html @@ -101,6 +101,9 @@
                                                                                                                                                                        • Database
                                                                                                                                                                            +
                                                                                                                                                                          • Asset + +
                                                                                                                                                                          • Builtin Field Types
                                                                                                                                                                              diff --git a/docs/api/db/types/checkboxes/index.html b/docs/api/db/types/checkboxes/index.html index a1763127..5a9f0f4e 100644 --- a/docs/api/db/types/checkboxes/index.html +++ b/docs/api/db/types/checkboxes/index.html @@ -101,6 +101,9 @@
                                                                                                                                                                            • Database
                                                                                                                                                                                +
                                                                                                                                                                              • Asset + +
                                                                                                                                                                              • Builtin Field Types
                                                                                                                                                                                  diff --git a/docs/api/db/types/date/index.html b/docs/api/db/types/date/index.html index 91ad20ae..b16eaa7e 100644 --- a/docs/api/db/types/date/index.html +++ b/docs/api/db/types/date/index.html @@ -101,6 +101,9 @@
                                                                                                                                                                                • Database
                                                                                                                                                                                    +
                                                                                                                                                                                  • Asset + +
                                                                                                                                                                                  • Builtin Field Types
                                                                                                                                                                                      diff --git a/docs/api/db/types/datetime/index.html b/docs/api/db/types/datetime/index.html index a7b878f8..59d63bce 100644 --- a/docs/api/db/types/datetime/index.html +++ b/docs/api/db/types/datetime/index.html @@ -101,6 +101,9 @@
                                                                                                                                                                                    • Database
                                                                                                                                                                                        +
                                                                                                                                                                                      • Asset + +
                                                                                                                                                                                      • Builtin Field Types
                                                                                                                                                                                          diff --git a/docs/api/db/types/float/index.html b/docs/api/db/types/float/index.html index 80e46658..089eb087 100644 --- a/docs/api/db/types/float/index.html +++ b/docs/api/db/types/float/index.html @@ -101,6 +101,9 @@
                                                                                                                                                                                        • Database
                                                                                                                                                                                            +
                                                                                                                                                                                          • Asset + +
                                                                                                                                                                                          • Builtin Field Types
                                                                                                                                                                                              diff --git a/docs/api/db/types/flow/index.html b/docs/api/db/types/flow/index.html index cb11e40c..f4a53b45 100644 --- a/docs/api/db/types/flow/index.html +++ b/docs/api/db/types/flow/index.html @@ -101,6 +101,9 @@
                                                                                                                                                                                            • Database
                                                                                                                                                                                                +
                                                                                                                                                                                              • Asset + +
                                                                                                                                                                                              • Builtin Field Types
                                                                                                                                                                                                  diff --git a/docs/api/db/types/html/index.html b/docs/api/db/types/html/index.html index 4182c8d8..40307262 100644 --- a/docs/api/db/types/html/index.html +++ b/docs/api/db/types/html/index.html @@ -101,6 +101,9 @@
                                                                                                                                                                                                • Database
                                                                                                                                                                                                    +
                                                                                                                                                                                                  • Asset + +
                                                                                                                                                                                                  • Builtin Field Types
                                                                                                                                                                                                      diff --git a/docs/api/db/types/index.html b/docs/api/db/types/index.html index 85cbcbf9..c78e06a4 100644 --- a/docs/api/db/types/index.html +++ b/docs/api/db/types/index.html @@ -101,6 +101,9 @@
                                                                                                                                                                                                    • Database
                                                                                                                                                                                                        +
                                                                                                                                                                                                      • Asset + +
                                                                                                                                                                                                      • Builtin Field Types
                                                                                                                                                                                                          diff --git a/docs/api/db/types/integer/index.html b/docs/api/db/types/integer/index.html index d4da38e1..e68d214a 100644 --- a/docs/api/db/types/integer/index.html +++ b/docs/api/db/types/integer/index.html @@ -101,6 +101,9 @@
                                                                                                                                                                                                        • Database
                                                                                                                                                                                                            +
                                                                                                                                                                                                          • Asset + +
                                                                                                                                                                                                          • Builtin Field Types
                                                                                                                                                                                                              diff --git a/docs/api/db/types/markdown/index.html b/docs/api/db/types/markdown/index.html index 195a2520..e49bf3d6 100644 --- a/docs/api/db/types/markdown/index.html +++ b/docs/api/db/types/markdown/index.html @@ -101,6 +101,9 @@
                                                                                                                                                                                                            • Database
                                                                                                                                                                                                                +
                                                                                                                                                                                                              • Asset + +
                                                                                                                                                                                                              • Builtin Field Types
                                                                                                                                                                                                                  diff --git a/docs/api/db/types/select/index.html b/docs/api/db/types/select/index.html index 777dc62a..5a991449 100644 --- a/docs/api/db/types/select/index.html +++ b/docs/api/db/types/select/index.html @@ -101,6 +101,9 @@
                                                                                                                                                                                                                • Database
                                                                                                                                                                                                                    +
                                                                                                                                                                                                                  • Asset + +
                                                                                                                                                                                                                  • Builtin Field Types
                                                                                                                                                                                                                      diff --git a/docs/api/db/types/sort-key/index.html b/docs/api/db/types/sort-key/index.html index ee413f61..f471ac51 100644 --- a/docs/api/db/types/sort-key/index.html +++ b/docs/api/db/types/sort-key/index.html @@ -101,6 +101,9 @@
                                                                                                                                                                                                                    • Database
                                                                                                                                                                                                                        +
                                                                                                                                                                                                                      • Asset + +
                                                                                                                                                                                                                      • Builtin Field Types
                                                                                                                                                                                                                          diff --git a/docs/api/db/types/string/index.html b/docs/api/db/types/string/index.html index f6563bed..1ebda821 100644 --- a/docs/api/db/types/string/index.html +++ b/docs/api/db/types/string/index.html @@ -101,6 +101,9 @@
                                                                                                                                                                                                                        • Database
                                                                                                                                                                                                                            +
                                                                                                                                                                                                                          • Asset + +
                                                                                                                                                                                                                          • Builtin Field Types
                                                                                                                                                                                                                              diff --git a/docs/api/db/types/strings/index.html b/docs/api/db/types/strings/index.html index 6ab91995..ccaebb41 100644 --- a/docs/api/db/types/strings/index.html +++ b/docs/api/db/types/strings/index.html @@ -101,6 +101,9 @@
                                                                                                                                                                                                                            • Database
                                                                                                                                                                                                                                +
                                                                                                                                                                                                                              • Asset + +
                                                                                                                                                                                                                              • Builtin Field Types
                                                                                                                                                                                                                                  diff --git a/docs/api/db/types/text/index.html b/docs/api/db/types/text/index.html index e511392c..9a4ac2d7 100644 --- a/docs/api/db/types/text/index.html +++ b/docs/api/db/types/text/index.html @@ -101,6 +101,9 @@
                                                                                                                                                                                                                                • Database
                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                  • Asset + +
                                                                                                                                                                                                                                  • Builtin Field Types
                                                                                                                                                                                                                                      diff --git a/docs/api/db/types/url/index.html b/docs/api/db/types/url/index.html index 14a95541..c8ad4723 100644 --- a/docs/api/db/types/url/index.html +++ b/docs/api/db/types/url/index.html @@ -101,6 +101,9 @@
                                                                                                                                                                                                                                    • Database
                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                      • Asset + +
                                                                                                                                                                                                                                      • Builtin Field Types
                                                                                                                                                                                                                                          diff --git a/docs/api/environment/jinja-env/index.html b/docs/api/environment/jinja-env/index.html index 0c476cc7..68a8d81f 100644 --- a/docs/api/environment/jinja-env/index.html +++ b/docs/api/environment/jinja-env/index.html @@ -191,7 +191,7 @@

                                                                                                                                                                                                                                        This object is a configured Jinja2 environment. For more information you can -refer to the Jinja 2 Documentation.

                                                                                                                                                                                                                                        +refer to the Jinja 2 Documentation.

                                                                                                                                                                                                                                        This is where plugins can inject additional data like custom filters, tests or global functions.

                                                                                                                                                                                                                                        Plugin Example

                                                                                                                                                                                                                                        from lektor.pluginsystem import Plugin
                                                                                                                                                                                                                                        diff --git a/docs/api/environment/render-template/index.html b/docs/api/environment/render-template/index.html
                                                                                                                                                                                                                                        index e31dede9..f622875d 100644
                                                                                                                                                                                                                                        --- a/docs/api/environment/render-template/index.html
                                                                                                                                                                                                                                        +++ b/docs/api/environment/render-template/index.html
                                                                                                                                                                                                                                        @@ -196,7 +196,7 @@ method.  Here are the parameters and what they mean:

                                                                                                                                                                                                                                      • name: this is the name of the template that should be rendered. It's the local filename relative to the templates folder and uses slashes for paths.
                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                      • pad: when a Pad is available, it should be provided +
                                                                                                                                                                                                                                      • pad: when a Pad is available, it should be provided so that the site variable can be populated. If a context is available then the pad will also be pulled from the context if needed.
                                                                                                                                                                                                                                      • this: the value of the this variable in templates. This should always diff --git a/docs/api/plugins/events/after-build-all/index.html b/docs/api/plugins/events/after-build-all/index.html index 2f8ba7d8..89a2a3b3 100644 --- a/docs/api/plugins/events/after-build-all/index.html +++ b/docs/api/plugins/events/after-build-all/index.html @@ -203,10 +203,13 @@ to the before-build-all event otherwise.

                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                        - Plugins That Use This Event -

                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                        + A list of some plugins that make use of this event is available + here. +

                                                                                                                                                                                                                                        + diff --git a/docs/api/plugins/events/after-build/index.html b/docs/api/plugins/events/after-build/index.html index 919289fe..213d12ff 100644 --- a/docs/api/plugins/events/after-build/index.html +++ b/docs/api/plugins/events/after-build/index.html @@ -203,10 +203,13 @@ artifact. It works pretty much exactly the same as the before-build event.

                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                        - Plugins That Use This Event -

                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                        + A list of some plugins that make use of this event is available + here. +

                                                                                                                                                                                                                                        + diff --git a/docs/api/plugins/events/after-prune/index.html b/docs/api/plugins/events/after-prune/index.html index c7a0fd7f..cb55d0eb 100644 --- a/docs/api/plugins/events/after-prune/index.html +++ b/docs/api/plugins/events/after-prune/index.html @@ -202,10 +202,7 @@

                                                                                                                                                                                                                                        This event is emitted after before Lektor searches the build directory for data that does not match a known artifact, and removes that data. This event is also emitted after a clean, that is, when the build directory is completely purged of all data.

                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                        - Plugins That Use This Event -

                                                                                                                                                                                                                                        + diff --git a/docs/api/plugins/events/before-build-all/index.html b/docs/api/plugins/events/before-build-all/index.html index c725127c..8e1dd693 100644 --- a/docs/api/plugins/events/before-build-all/index.html +++ b/docs/api/plugins/events/before-build-all/index.html @@ -221,10 +221,13 @@ additional files into the asset folder and similar things.

                                                                                                                                                                                                                                      • -
                                                                                                                                                                                                                                        -

                                                                                                                                                                                                                                        - Plugins That Use This Event -

                                                                                                                                                                                                                                        + +
                                                                                                                                                                                                                                        +

                                                                                                                                                                                                                                        + A list of some plugins that make use of this event is available + here. +

                                                                                                                                                                                                                                        + diff --git a/docs/api/plugins/events/before-build/index.html b/docs/api/plugins/events/before-build/index.html index d87c1560..04b4b0d2 100644 --- a/docs/api/plugins/events/before-build/index.html +++ b/docs/api/plugins/events/before-build/index.html @@ -229,10 +229,13 @@ in future versions.

                                    • Example

                                      -
                                      -

                                      - Plugins That Use This Event -

                                      + +
                                      +

                                      + A list of some plugins that make use of this event is available + here. +

                                      + diff --git a/docs/api/plugins/events/before-prune/index.html b/docs/api/plugins/events/before-prune/index.html index a07392e4..fdfd946e 100644 --- a/docs/api/plugins/events/before-prune/index.html +++ b/docs/api/plugins/events/before-prune/index.html @@ -202,10 +202,7 @@

                                      This event is emitted right before Lektor searches the build directory for data that does not match a known artifact. Orphaned data is then removed. This event is also emitted before a clean, that is, when the build directory is completely purged of all data.

                                      -
                                      -

                                      - Plugins That Use This Event -

                                      + diff --git a/docs/api/plugins/events/markdown-config/index.html b/docs/api/plugins/events/markdown-config/index.html index 83825131..68e5f514 100644 --- a/docs/api/plugins/events/markdown-config/index.html +++ b/docs/api/plugins/events/markdown-config/index.html @@ -223,10 +223,13 @@
                                      -
                                      -

                                      - Plugins That Use This Event -

                                      + +
                                      +

                                      + A list of some plugins that make use of this event is available + here. +

                                      + diff --git a/docs/api/plugins/events/markdown-lexer-config/index.html b/docs/api/plugins/events/markdown-lexer-config/index.html index 13881f60..076a6fe3 100644 --- a/docs/api/plugins/events/markdown-lexer-config/index.html +++ b/docs/api/plugins/events/markdown-lexer-config/index.html @@ -204,10 +204,7 @@

                                      Future versions of Lektor may change its Markdown parser away from Mistune, and the various markdown related event hooks may be completely removed or work differently if that happens.

                                      This event is emitted right after markdown renderer is made, but before it is used to render markdown. This is where lexer configuration can be set.

                                      -
                                      -

                                      - Plugins That Use This Event -

                                      + diff --git a/docs/api/plugins/events/markdown-meta-init/index.html b/docs/api/plugins/events/markdown-meta-init/index.html index ac29287c..058df2a5 100644 --- a/docs/api/plugins/events/markdown-meta-init/index.html +++ b/docs/api/plugins/events/markdown-meta-init/index.html @@ -215,10 +215,13 @@ -
                                      -

                                      - Plugins That Use This Event -

                                      + +
                                      +

                                      + A list of some plugins that make use of this event is available + here. +

                                      + diff --git a/docs/api/plugins/events/markdown-meta-postprocess/index.html b/docs/api/plugins/events/markdown-meta-postprocess/index.html index 21e6dcab..c9be08db 100644 --- a/docs/api/plugins/events/markdown-meta-postprocess/index.html +++ b/docs/api/plugins/events/markdown-meta-postprocess/index.html @@ -232,10 +232,13 @@ -
                                      -

                                      - Plugins That Use This Event -

                                      + +
                                      +

                                      + A list of some plugins that make use of this event is available + here. +

                                      + diff --git a/docs/api/plugins/events/process-template-context/index.html b/docs/api/plugins/events/process-template-context/index.html index 19ea953e..242a0e01 100644 --- a/docs/api/plugins/events/process-template-context/index.html +++ b/docs/api/plugins/events/process-template-context/index.html @@ -227,10 +227,13 @@ not be provided.

                                      -
                                      -

                                      - Plugins That Use This Event -

                                      + +
                                      +

                                      + A list of some plugins that make use of this event is available + here. +

                                      + diff --git a/docs/api/plugins/events/server-spawn/index.html b/docs/api/plugins/events/server-spawn/index.html index 236bac8e..d956209d 100644 --- a/docs/api/plugins/events/server-spawn/index.html +++ b/docs/api/plugins/events/server-spawn/index.html @@ -231,10 +231,13 @@ used to detect server shutdowns.

                                      -
                                      -

                                      - Plugins That Use This Event -

                                      + +
                                      +

                                      + A list of some plugins that make use of this event is available + here. +

                                      + diff --git a/docs/api/plugins/events/server-stop/index.html b/docs/api/plugins/events/server-stop/index.html index c0a835db..45cca69a 100644 --- a/docs/api/plugins/events/server-stop/index.html +++ b/docs/api/plugins/events/server-stop/index.html @@ -203,10 +203,13 @@ server-spawn which shows how to use it.

                                      -
                                      -

                                      - Plugins That Use This Event -

                                      + +
                                      +

                                      + A list of some plugins that make use of this event is available + here. +

                                      + diff --git a/docs/api/plugins/events/setup-env/index.html b/docs/api/plugins/events/setup-env/index.html index d10cac0f..4ab4cbbd 100644 --- a/docs/api/plugins/events/setup-env/index.html +++ b/docs/api/plugins/events/setup-env/index.html @@ -217,10 +217,13 @@ filters and global variables.

                                      -
                                      -

                                      - Plugins That Use This Event -

                                      + +
                                      +

                                      + A list of some plugins that make use of this event is available + here. +

                                      + diff --git a/docs/api/publisher/publish/index.html b/docs/api/publisher/publish/index.html index 12dbceb8..504ba249 100644 --- a/docs/api/publisher/publish/index.html +++ b/docs/api/publisher/publish/index.html @@ -180,7 +180,7 @@ and reports an error.

                                      • target_url: a URL object with the parsed URL. This object comes from the Werkzeug library and gives access to the individual parts of a URL by the -exposed attributes (Read about the URL object).
                                      • +exposed attributes (Read about the URL object).
                                      • credentials: an optional dictionary with command line supplied credentials. Note that these credentials might be completely absent and the keys which are provided might change with future versions of Lektor.
                                      • diff --git a/docs/api/templates/filters/index.html b/docs/api/templates/filters/index.html index d905a806..50ef00d2 100644 --- a/docs/api/templates/filters/index.html +++ b/docs/api/templates/filters/index.html @@ -180,7 +180,7 @@

                                      These is the list of custom filters added by Lektor in addition to the -built in filters.

                                      +built in filters.

                                      diff --git a/docs/api/templates/globals/get-random-id/index.html b/docs/api/templates/globals/get-random-id/index.html index 042cc24c..e3fe1f99 100644 --- a/docs/api/templates/globals/get-random-id/index.html +++ b/docs/api/templates/globals/get-random-id/index.html @@ -172,13 +172,13 @@

                                      In some situations it can be very useful to generate a unique ID in templates. -This is particularly useful when creating templates for the Flow system and you need unique IDs for the DOM.

                                      +This is particularly useful when creating templates for the Flow system and you need unique IDs for the DOM.

                                      Example

                                      {% set id = get_random_id() %}
                                       <div id="{{ id }}">
                                         <button data-target="{{ id }}" class="toggle">Hide This</button>
                                      diff --git a/docs/api/utils/process-image/index.html b/docs/api/utils/process-image/index.html
                                      index 24c4bcfc..8c47d904 100644
                                      --- a/docs/api/utils/process-image/index.html
                                      +++ b/docs/api/utils/process-image/index.html
                                      @@ -180,7 +180,7 @@ absolute paths to the image's source and target files, the target image's
                                       width and/or height, and the operation mode.
                                       In the default mode, if width or height are None, they are calculated
                                       from the source image's dimensions so that the image is scaled proportionally.

                                      -

                                      Used internally for the implementation of thumbnail, and exposed as an API for image-processing plugins.

                                      +

                                      Used internally for the implementation of thumbnail, and exposed as an API for image-processing plugins.

                                      Example

                                      from lektor.build_programs import AttachmentBuildProgram
                                       from lektor.context import get_ctx
                                       from lektor.db import Image
                                      diff --git a/docs/content/urls/index.html b/docs/content/urls/index.html
                                      index b73a88de..f44bf7a3 100644
                                      --- a/docs/content/urls/index.html
                                      +++ b/docs/content/urls/index.html
                                      @@ -228,7 +228,7 @@ an absolute or fully canonical (external) URL.  For instance sitemaps or Atom
                                       feeds do not work with relative URLs.  In this case the absolute URL path has
                                       to be configured.

                                      You can pick the default for URL generation in the project configuration. -For more information read about the Project Configuration.

                                      +For more information read about the Project Configuration.

                                      The default of relative, a relative URL style, means that you can deploy a website to a sub folder without any configuration, however most likely custom 404 pages will fail to find the needed assets. Fully canonical URLs are not diff --git a/docs/deployment/glpages/index.html b/docs/deployment/glpages/index.html index d27680f0..d9e8a059 100644 --- a/docs/deployment/glpages/index.html +++ b/docs/deployment/glpages/index.html @@ -151,7 +151,7 @@

                                    -

                                    GitLab supports Lektor on their GitLab +

                                    GitLab supports Lektor on their GitLab Pages infrastructure. Effectively GitLab can build your website out of any repository on GitLab and hosts it up on either a subdomain or a custom domain (including SSL).

                                    @@ -216,13 +216,13 @@ To do so, you have to:

                                    CNAME Support

                                    If you want to use a CNAME with GitLab pages you can configure it in the GitLab settings:

                                    SSL/TLS Support

                                    If you have an SSL certificate and a custom domain, you can upload your private key and certificate to GitLab and SSL will become available on your custom domain as well.

                                    404 Pages

                                    Per convention the file named 404.html is used as placeholder if a page cannot be found. You can create such a page by creating a 404.html/contents.lr diff --git a/docs/guides/sitemap/index.html b/docs/guides/sitemap/index.html index ea4608b9..10f2b445 100644 --- a/docs/guides/sitemap/index.html +++ b/docs/guides/sitemap/index.html @@ -194,7 +194,7 @@ version the generated page and would like a clean history or a meaningful diff from the last build.

                                    Note that because sitemaps need to have external URLs (with scheme and everything) you will need to configure the url of the site before the -template starts working. For more information see Project File

                                    +template starts working. For more information see Project File

                                    Human Readable Sitemap

                                    But what if you want a beautiful sitemap as a tree for human reading? This is not any harder. Instead of making a sitemap.xml/contents.lr file just create a sitemap/contents.lr file instead and use a template like diff --git a/docs/plugins/dev/index.html b/docs/plugins/dev/index.html index 9f8ea8ed..56041c6d 100644 --- a/docs/plugins/dev/index.html +++ b/docs/plugins/dev/index.html @@ -199,7 +199,7 @@ plugins when using them.

                                  • This should always be exactly one module named lektor_XXX where XXX is your plugin name with underscores instead of dashes as separators. If you need more than one module you should use a package instead. This is -not covered here, but you can find this in the setuptools documentation. +not covered here, but you can find this in the setuptools documentation.
                                  • entry_points: this is meta data that is needed to associate our package with Lektor. Lektor will load all plugins in the lektor.plugins list. It can be a list of definitions in the form plugin-name = import_path. diff --git a/docs/plugins/howto/index.html b/docs/plugins/howto/index.html index 4efb31b7..0afd3f67 100644 --- a/docs/plugins/howto/index.html +++ b/docs/plugins/howto/index.html @@ -227,7 +227,7 @@ The source image is tracked as direct source for the artifact and within the function we also track the plugin's filename to rebuild if the plugin changes.

                                    Adding New Field Types

                                    Let's say you want to add an "asciidoc" field type so you can write with AsciiDoc markup.

                                    -

                                    First install AsciiDoc so its command-line program is available. Then update blog-post.ini from the blog guide like so:

                                    +

                                    First install AsciiDoc so its command-line program is available. Then update blog-post.ini from the blog guide like so:

                                    [fields.body]
                                     label = Body
                                     type = asciidoc  # Custom type.
                                    diff --git a/docs/plugins/publishing/index.html b/docs/plugins/publishing/index.html
                                    index 8748520b..fbec6b8d 100644
                                    --- a/docs/plugins/publishing/index.html
                                    +++ b/docs/plugins/publishing/index.html
                                    @@ -204,7 +204,7 @@ $ lektor dev publish-plugin
                                     

                                    When you use this for the first time it will prompt you for your login credentials for pypi. Next time it will have remembered them.

                                    -

                                    Listing on this site

                                    Guide

                                    We'd love to see your new plugin listed on our plugins page. To do that, submit a pull request to this repository that adds your plugin as a sub-page of /plugins. To have your plugin page look it's best and be found more easily here and on PyPI, please fill out your setup.py completely (as in the above snippet), including

                                    +

                                    Listing on this site

                                    Guide

                                    We'd love to see your new plugin listed on our plugins page. To do that, submit a pull request to this repository that adds your plugin as a sub-page of /plugins. To have your plugin page look it's best and be found more easily here and on PyPI, please fill out your setup.py completely (as in the above snippet), including

                                    • author and author_email
                                    • classifiers, (optional) such as
                                        diff --git a/docs/quickstart/index.html b/docs/quickstart/index.html index 92a00f2a..698752d2 100644 --- a/docs/quickstart/index.html +++ b/docs/quickstart/index.html @@ -139,7 +139,7 @@ let Lektor generate a basic project layout for you. This requires the use of the command line client which is the recommended way to do development until the website is ready for end user management.

                                        If you do not have the lektor command line executable -available yet just consult the Installation section of +available yet just consult the Installation section of the documentation.

                                        Creating a New Project

                                        To create a new project open a terminal and navigate to the preferred location of your project. Then execute the quickstart command to create a new project:

                                        diff --git a/docs/templates/videoops/index.html b/docs/templates/videoops/index.html index 2f04c13d..dccb6377 100644 --- a/docs/templates/videoops/index.html +++ b/docs/templates/videoops/index.html @@ -149,7 +149,7 @@ <div class="video"><video src="{{ video|url }}"></div> {% endfor %}
                                    -

                                    Just like images you can also access them using site.get('/myfolder').attachments.videos or site.get('/myfolder').attachments.get('examplevideo.mp4'). Note that not all formats are detected as videos (see attachments). If your format is not in the list you may still be able to get it detected as a video by adding it to your Lektor project file.

                                    +

                                    Just like images you can also access them using site.get('/myfolder').attachments.videos or site.get('/myfolder').attachments.get('examplevideo.mp4'). Note that not all formats are detected as videos (see attachments). If your format is not in the list you may still be able to get it detected as a video by adding it to your Lektor project file.

                                    Accessing metadata

                                    Video objects are sub-classes of Attachments but with a few extra properties.

                                    diff --git a/docs/themes/installing/index.html b/docs/themes/installing/index.html index 19122af1..5b443a0a 100644 --- a/docs/themes/installing/index.html +++ b/docs/themes/installing/index.html @@ -159,7 +159,10 @@ git clone https://github.com/rlaverde/lektor-theme-nix.git

                                    If you download several themes, setting themes variable will allow you to only load a particular theme.

                                    Not implemented yet.

                                    You could add the themes variable to the .lektorproject file and Lektor will -search in the community themes and automatically install it.

                                    +search in the + +community themes +and automatically install it.

                                    [project]
                                     themes = lektor-theme-nix
                                     
                                    diff --git a/docs/themes/packages/index.html b/docs/themes/packages/index.html index 0fe44aa6..0e75916b 100644 --- a/docs/themes/packages/index.html +++ b/docs/themes/packages/index.html @@ -129,7 +129,7 @@ -

                                    Not implemented yet.

                                    Themes could depend on plugins, and they will be loaded along +

                                    Not implemented yet.

                                    Themes could depend on plugins, and they will be loaded along the theme.

                                    1. You could use the [packages] section of the theme.ini to install diff --git a/index.html b/index.html index 60d4dc73..2f3a23da 100644 --- a/index.html +++ b/index.html @@ -151,7 +151,7 @@ speak multiple languages and allow you to easily create localized websites.

                                    2. -