mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Revert to newly-revived Typogrify project
Since the Typogrify project will be actively maintained going forward, there is no need for the fork.
This commit is contained in:
parent
6b0a99932f
commit
00e1b68e74
4 changed files with 4 additions and 6 deletions
|
|
@ -5,7 +5,7 @@ mock
|
||||||
Markdown
|
Markdown
|
||||||
BeautifulSoup4
|
BeautifulSoup4
|
||||||
lxml
|
lxml
|
||||||
typogrify-web
|
typogrify
|
||||||
|
|
||||||
# To perform release
|
# To perform release
|
||||||
bumpr==0.2.0
|
bumpr==0.2.0
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,6 @@ Release history
|
||||||
Next release
|
Next release
|
||||||
============
|
============
|
||||||
|
|
||||||
* Replace the neglected ``typogrify`` package with the actively-maintained
|
|
||||||
``typogrify-web`` package.
|
|
||||||
* Added the `:modified:` metadata field to complement `:date:`.
|
* Added the `:modified:` metadata field to complement `:date:`.
|
||||||
Used to specify the last date and time an article was updated independently from the date and time it was published.
|
Used to specify the last date and time an article was updated independently from the date and time it was published.
|
||||||
* Produce inline links instead of reference-style links when importing content.
|
* Produce inline links instead of reference-style links when importing content.
|
||||||
|
|
|
||||||
|
|
@ -136,7 +136,7 @@ manually via ``pip``:
|
||||||
|
|
||||||
* `markdown <http://pypi.python.org/pypi/Markdown>`_, for supporting Markdown as
|
* `markdown <http://pypi.python.org/pypi/Markdown>`_, for supporting Markdown as
|
||||||
an input format
|
an input format
|
||||||
* `typogrify-web <http://pypi.python.org/pypi/typogrify-web>`_, for
|
* `typogrify <http://pypi.python.org/pypi/typogrify>`_, for
|
||||||
typographical enhancements
|
typographical enhancements
|
||||||
|
|
||||||
Kickstart your site
|
Kickstart your site
|
||||||
|
|
|
||||||
|
|
@ -136,8 +136,8 @@ Setting name (default value)
|
||||||
section below for more info.
|
section below for more info.
|
||||||
`TYPOGRIFY` (``False``) If set to True, several typographical improvements will be
|
`TYPOGRIFY` (``False``) If set to True, several typographical improvements will be
|
||||||
incorporated into the generated HTML via the `Typogrify
|
incorporated into the generated HTML via the `Typogrify
|
||||||
<https://pypi.python.org/pypi/typogrify-web>`_ library,
|
<https://pypi.python.org/pypi/typogrify>`_ library,
|
||||||
which can be installed via: ``pip install typogrify-web``
|
which can be installed via: ``pip install typogrify``
|
||||||
`DIRECT_TEMPLATES` (``('index', 'tags', 'categories', 'authors', 'archives')``) List of templates that are used directly to render
|
`DIRECT_TEMPLATES` (``('index', 'tags', 'categories', 'authors', 'archives')``) List of templates that are used directly to render
|
||||||
content. Typically direct templates are used to generate
|
content. Typically direct templates are used to generate
|
||||||
index pages for collections of content (e.g., tags and
|
index pages for collections of content (e.g., tags and
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue