Skip to content

Commit 0011a65

Browse files
committed
add licenses to static site generator pages
1 parent 38502b7 commit 0011a65

File tree

7 files changed

+45
-20
lines changed

7 files changed

+45
-20
lines changed

all.html

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4835,7 +4835,10 @@ <h1>Pelican</h1>
48354835
<p><a href="http://docs.getpelican.com/en/3.6.3/">Pelican</a> is a
48364836
<a href="/static-site-generator.html">static site generator</a> implemented in Python
48374837
that combines <a href="/jinja2.html">Jinja</a> templates with content written in
4838-
Markdown or reStructuredText to produce websites.</p>
4838+
Markdown or reStructuredText to produce websites. Pelican's
4839+
<a href="https://github.com/getpelican/pelican">source code is available on GitHub</a>
4840+
under the
4841+
<a href="https://www.gnu.org/licenses/quick-guide-gplv3.html">GPL 3 license</a>.</p>
48394842
<p><a href="http://docs.getpelican.com/en/3.6.3/" style="border: none;"><img src="/img/pelican-logo.png" width="100%" alt="Pelican static website generator logo." class="technical-diagram" /></a></p>
48404843
<div class="well see-also">Pelican is an implementation of the <a href="/static-site-generator.html">static site generators</a> concept. Learn how the parts fit together in the <a href="/web-development.html">web development</a> chapter or view <a href="/table-of-contents.html">all topics</a>.</div>
48414844

@@ -4877,7 +4880,10 @@ <h2>Pelican resources</h2>
48774880
<h1>Lektor</h1>
48784881
<p><a href="https://www.getlektor.com/">Lektor</a> is a static website generator with
48794882
content management system (CMS) and <a href="/web-frameworks.html">web framework</a>
4880-
features for creating websites.</p>
4883+
features for creating websites. Lektor's
4884+
<a href="https://github.com/lektor/lektor">source code is available on GitHub</a>
4885+
under the
4886+
<a href="https://opensource.org/licenses/BSD-3-Clause">BSD 3-clause license</a>.</p>
48814887
<p><a href="https://www.getlektor.com/" style="border: none;"><img src="/img/lektor-logo.jpg" width="100%" alt="Lektor static website generator logo." class="technical-diagram" style="border-radius:5px"></a></p>
48824888
<h2>How is Lektor different from other static site generators?</h2>
48834889
<p>Most static site generators such as <a href="/pelican.html">Pelican</a> are built with
@@ -4915,11 +4921,13 @@ <h2>Lektor resources</h2>
49154921
</li>
49164922
</ul>
49174923
<h1>MkDocs</h1>
4918-
<p><a href="http://www.mkdocs.org/">MkDocs</a>
4919-
(<a href="https://github.com/mkdocs/mkdocs/">source code</a>)
4920-
is a static site generator that combines Markdown content with
4921-
<a href="/jinja2.html">Jinja2 templates</a> to produce websites.
4922-
MkDocs can be pronounced "McDocs" or "M-K Docs",
4924+
<p><a href="http://www.mkdocs.org/">MkDocs</a> is a Python-based static site generator
4925+
that combines Markdown content with <a href="/jinja2.html">Jinja2 templates</a> to
4926+
produce websites. MkDocs'
4927+
<a href="https://github.com/mkdocs/mkdocs">source code is available on GitHub</a>
4928+
under the
4929+
<a href="https://opensource.org/licenses/BSD-2-Clause">BSD 2-clause license</a>.</p>
4930+
<p>MkDocs can be pronounced "McDocs" or "M-K Docs",
49234931
<a href="https://twitter.com/_tomchristie/status/805861272076042241">although the core committers do not have a strong preference</a>
49244932
one way or the other on the name's pronunciation.</p>
49254933
<p><a href="http://www.mkdocs.org/" style="border: none;"><img src="/img/mkdocs-logo.jpg" width="100%" alt="MkDocs static site and documentation generator logo." class="technical-diagram" style="border-radius:5px"></a></p>

lektor.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@
3939
<h1>Lektor</h1>
4040
<p><a href="https://www.getlektor.com/">Lektor</a> is a static website generator with
4141
content management system (CMS) and <a href="/web-frameworks.html">web framework</a>
42-
features for creating websites.</p>
42+
features for creating websites. Lektor's
43+
<a href="https://github.com/lektor/lektor">source code is available on GitHub</a>
44+
under the
45+
<a href="https://opensource.org/licenses/BSD-3-Clause">BSD 3-clause license</a>.</p>
4346
<p><a href="https://www.getlektor.com/" style="border: none;"><img src="/img/lektor-logo.jpg" width="100%" alt="Lektor static website generator logo." class="technical-diagram" style="border-radius:5px"></a></p>
4447
<h2>How is Lektor different from other static site generators?</h2>
4548
<p>Most static site generators such as <a href="/pelican.html">Pelican</a> are built with

mkdocs.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,13 @@
3737
</div><div class="row">
3838
<div class="col-md-8">
3939
<h1>MkDocs</h1>
40-
<p><a href="http://www.mkdocs.org/">MkDocs</a>
41-
(<a href="https://github.com/mkdocs/mkdocs/">source code</a>)
42-
is a static site generator that combines Markdown content with
43-
<a href="/jinja2.html">Jinja2 templates</a> to produce websites.
44-
MkDocs can be pronounced "McDocs" or "M-K Docs",
40+
<p><a href="http://www.mkdocs.org/">MkDocs</a> is a Python-based static site generator
41+
that combines Markdown content with <a href="/jinja2.html">Jinja2 templates</a> to
42+
produce websites. MkDocs'
43+
<a href="https://github.com/mkdocs/mkdocs">source code is available on GitHub</a>
44+
under the
45+
<a href="https://opensource.org/licenses/BSD-2-Clause">BSD 2-clause license</a>.</p>
46+
<p>MkDocs can be pronounced "McDocs" or "M-K Docs",
4547
<a href="https://twitter.com/_tomchristie/status/805861272076042241">although the core committers do not have a strong preference</a>
4648
one way or the other on the name's pronunciation.</p>
4749
<p><a href="http://www.mkdocs.org/" style="border: none;"><img src="/img/mkdocs-logo.jpg" width="100%" alt="MkDocs static site and documentation generator logo." class="technical-diagram" style="border-radius:5px"></a></p>

pelican.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ <h1>Pelican</h1>
4040
<p><a href="http://docs.getpelican.com/en/3.6.3/">Pelican</a> is a
4141
<a href="/static-site-generator.html">static site generator</a> implemented in Python
4242
that combines <a href="/jinja2.html">Jinja</a> templates with content written in
43-
Markdown or reStructuredText to produce websites.</p>
43+
Markdown or reStructuredText to produce websites. Pelican's
44+
<a href="https://github.com/getpelican/pelican">source code is available on GitHub</a>
45+
under the
46+
<a href="https://www.gnu.org/licenses/quick-guide-gplv3.html">GPL 3 license</a>.</p>
4447
<p><a href="http://docs.getpelican.com/en/3.6.3/" style="border: none;"><img src="/img/pelican-logo.png" width="100%" alt="Pelican static website generator logo." class="technical-diagram" /></a></p>
4548
<div class="well see-also">Pelican is an implementation of the <a href="/static-site-generator.html">static site generators</a> concept. Learn how the parts fit together in the <a href="/web-development.html">web development</a> chapter or view <a href="/table-of-contents.html">all topics</a>.</div>
4649

source/content/pages/07-web-development/29-pelican.markdown

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ meta: Pelican is a static site generator implemented in Python that uses Markdow
1111
[Pelican](http://docs.getpelican.com/en/3.6.3/) is a
1212
[static site generator](/static-site-generator.html) implemented in Python
1313
that combines [Jinja](/jinja2.html) templates with content written in
14-
Markdown or reStructuredText to produce websites.
14+
Markdown or reStructuredText to produce websites. Pelican's
15+
[source code is available on GitHub](https://github.com/getpelican/pelican)
16+
under the
17+
[GPL 3 license](https://www.gnu.org/licenses/quick-guide-gplv3.html).
1518

1619
<a href="http://docs.getpelican.com/en/3.6.3/" style="border: none;"><img src="/img/pelican-logo.png" width="100%" alt="Pelican static website generator logo." class="technical-diagram" /></a>
1720

source/content/pages/07-web-development/30-lektor.markdown

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ meta: Lektor is a static website generator with content management system (CMS)
1010
# Lektor
1111
[Lektor](https://www.getlektor.com/) is a static website generator with
1212
content management system (CMS) and [web framework](/web-frameworks.html)
13-
features for creating websites.
13+
features for creating websites. Lektor's
14+
[source code is available on GitHub](https://github.com/lektor/lektor)
15+
under the
16+
[BSD 3-clause license](https://opensource.org/licenses/BSD-3-Clause).
1417

1518
<a href="https://www.getlektor.com/" style="border: none;"><img src="/img/lektor-logo.jpg" width="100%" alt="Lektor static website generator logo." class="technical-diagram" style="border-radius:5px"></a>
1619

source/content/pages/07-web-development/31-mkdocs.markdown

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@ meta: MkDocs is a static site generator built in Python that is intended for cre
88

99

1010
# MkDocs
11-
[MkDocs](http://www.mkdocs.org/)
12-
([source code](https://github.com/mkdocs/mkdocs/))
13-
is a static site generator that combines Markdown content with
14-
[Jinja2 templates](/jinja2.html) to produce websites.
11+
[MkDocs](http://www.mkdocs.org/) is a Python-based static site generator
12+
that combines Markdown content with [Jinja2 templates](/jinja2.html) to
13+
produce websites. MkDocs'
14+
[source code is available on GitHub](https://github.com/mkdocs/mkdocs)
15+
under the
16+
[BSD 2-clause license](https://opensource.org/licenses/BSD-2-Clause).
17+
1518
MkDocs can be pronounced "McDocs" or "M-K Docs",
1619
[although the core committers do not have a strong preference](https://twitter.com/_tomchristie/status/805861272076042241)
1720
one way or the other on the name's pronunciation.

0 commit comments

Comments
 (0)