1
0
Fork 0
forked from github/pelican
pelican-theme/docs/locale/zh_CN/LC_MESSAGES/changelog.po

1669 lines
50 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# SOME DESCRIPTIVE TITLE.
# Copyright (C) 20102024
# This file is distributed under the same license as the PELICAN package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
msgid ""
msgstr ""
"Project-Id-Version: PELICAN 4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-24 19:06+0800\n"
"PO-Revision-Date: 2024-06-27 19:00+0800\n"
"Last-Translator: GeorgeHu <dhxxhch@163.com>\n"
"Language: zh_CN\n"
"Language-Team: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.15.0\n"
#: ../../changelog.rst:2 4aeac72dd31d4f34ae17a35dc3dfb6bb
msgid "Release history"
msgstr "更新日志"
#: ../../changelog.rst:5 1e1473d7633a41f6bf9b31bdd8b7fe79
msgid "4.9.1 - 2023-11-15"
msgstr ""
#: ../../changelog.rst:7 b8408b62a2644333a6f79c46ed50ae40
msgid "Ensure ``tzdata`` dependency is installed on Windows"
msgstr ""
#: ../../changelog.rst:10 fd27b54d8bc441ffaad0eed5342e3fb0
msgid "4.9.0 - 2023-11-12"
msgstr ""
#: ../../changelog.rst:12 d2a96d9c7641406db9b5bbbf1e1591f1
msgid "Upgrade code to new minimum supported Python version: 3.8"
msgstr ""
#: ../../changelog.rst:13 eecb4e70e6d64882a298a68a906aa7e7
msgid ""
"Settings support for ``pathlib.Path`` `(#2758) "
"<https://github.com/getpelican/pelican/pull/2758>`_"
msgstr ""
#: ../../changelog.rst:14 73d4ff7624894557974d1e14072e995e
msgid ""
"Various improvements to Simple theme (`#2976 "
"<https://github.com/getpelican/pelican/pull/2976>`_ & `#3234 "
"<https://github.com/getpelican/pelican/pull/3234>`_)"
msgstr ""
#: ../../changelog.rst:15 242c2330a6264406a9444beb84da5682
msgid ""
"Use Furo as Sphinx documentation theme `(#3023) "
"<https://github.com/getpelican/pelican/pull/3023>`_"
msgstr ""
#: ../../changelog.rst:16 dabb5eb48294457aba25a322ab1d0197
msgid ""
"Default to 100 articles maximum in feeds `(#3127) "
"<https://github.com/getpelican/pelican/pull/3127>`_"
msgstr ""
#: ../../changelog.rst:17 86ddf69ef3e74a5e9633b231762624d3
msgid ""
"Add ``period_archives common context`` variable `(#3148) "
"<https://github.com/getpelican/pelican/pull/3148>`_"
msgstr ""
#: ../../changelog.rst:18 2e0c631a1cf04880b862de6b807eff48
msgid ""
"Use ``watchfiles`` as the file-watching backend `(#3151) "
"<https://github.com/getpelican/pelican/pull/3151>`_"
msgstr ""
#: ../../changelog.rst:19 59ca5ac64d244f93abcda99d3544de2a
msgid ""
"Add GitHub Actions workflow for GitHub Pages `(#3189) "
"<https://github.com/getpelican/pelican/pull/3189>`_"
msgstr ""
#: ../../changelog.rst:20 88ed863544e64ea5a09301d25cd80d3e
msgid ""
"Allow dataclasses in settings `(#3204) "
"<https://github.com/getpelican/pelican/pull/3204>`_"
msgstr ""
#: ../../changelog.rst:21 b101d1a2f7c04acfa220a77ccf85dc35
msgid ""
"Switch build tool to PDM instead of Setuptools/Poetry `(#3220) "
"<https://github.com/getpelican/pelican/pull/3220>`_"
msgstr ""
#: ../../changelog.rst:22 422f54c14c4144b986362c831b56cb86
msgid ""
"Provide a ``plugin_enabled`` Jinja test for themes `(#3235) "
"<https://github.com/getpelican/pelican/pull/3235>`_"
msgstr ""
#: ../../changelog.rst:23 1a85c8e28699430cb4ee54e6b1cda9ba
msgid ""
"Preserve connection order in Blinker `(#3238) "
"<https://github.com/getpelican/pelican/pull/3238>`_"
msgstr ""
#: ../../changelog.rst:24 f605f3f56552418d80225548b3bea74c
msgid ""
"Remove social icons from default ``notmyidea`` theme `(#3240) "
"<https://github.com/getpelican/pelican/pull/3240>`_"
msgstr ""
#: ../../changelog.rst:25 de509b7854fe41f986b7ea8c86034ded
msgid ""
"Remove unreliable ``WRITE_SELECTED`` feature `(#3243) "
"<https://github.com/getpelican/pelican/pull/3243>`_"
msgstr ""
#: ../../changelog.rst:26 1206eb9fb5c344c0ae2fa5ae405bb29e
msgid ""
"Importer: Report broken embedded video links when importing from Tumblr "
"`(#3177) <https://github.com/getpelican/pelican/issues/3177>`_"
msgstr ""
#: ../../changelog.rst:27 eeefe71248724cd8928500b64c1d24f0
msgid ""
"Importer: Remove newline addition when iterating Photo post types "
"`(#3178) <https://github.com/getpelican/pelican/issues/3178>`_"
msgstr ""
#: ../../changelog.rst:28 d9bbceb0175b42b9be8b19b89546c7fd
msgid ""
"Importer: Force timestamp conversion in Tumblr importer to be UTC with "
"offset `(#3221) <https://github.com/getpelican/pelican/pull/3221>`_"
msgstr ""
#: ../../changelog.rst:29 fcb7a001e25345bda01cc0d7fbdcc0c1
msgid ""
"Importer: Use tempfile for intermediate HTML file for Pandoc `(#3221) "
"<https://github.com/getpelican/pelican/pull/3221>`_"
msgstr ""
#: ../../changelog.rst:30 c7a0a3a319754ada970b27f9913833bd
msgid ""
"Switch linters to Ruff `(#3223) "
"<https://github.com/getpelican/pelican/pull/3223>`_"
msgstr ""
#: ../../changelog.rst:33 b80948b635ca4ba3bdaf0efedf9e8230
msgid "4.8.0 - 2022-07-11"
msgstr ""
#: ../../changelog.rst:35 c95dd083acb34ccea579bed98c19d95b
msgid ""
"Use JSON values for extra settings in Invoke tasks template `(#2994) "
"<https://github.com/getpelican/pelican/pull/2994>`_"
msgstr ""
#: ../../changelog.rst:36 54acbf33444345efa17b6006650cfff2
msgid ""
"Add content tag for links, which can help with things like Twitter social"
" cards `(#3001) <https://github.com/getpelican/pelican/pull/3001>`_"
msgstr ""
#: ../../changelog.rst:37 28a4102c014741ac987ba8be6ff00565
msgid ""
"Improve word count behavior when generating summary `(#3002) "
"<https://github.com/getpelican/pelican/pull/3002>`_"
msgstr ""
#: ../../changelog.rst:40 00956e307c3647078780260ec470f0c4
msgid "4.7.2 - 2022-02-09"
msgstr ""
#: ../../changelog.rst:42 9782bf3d611b4168b76fe33602f13d26
msgid ""
"Fix incorrect parsing of parameters specified via `-e` / `--extra-"
"settings` option flags `(#2938) "
"<https://github.com/getpelican/pelican/pull/2938>`_"
msgstr ""
#: ../../changelog.rst:43 b3ce4b03bd92409ea6aea120cd2d3a4f
msgid ""
"Add ``categories.html`` template to default theme `(#2973) "
"<https://github.com/getpelican/pelican/pull/2973>`_"
msgstr ""
#: ../../changelog.rst:44 bdcd1255d2534a5c992a53c2c9640299
msgid ""
"Document how to use plugins to inject content `(#2922) "
"<https://github.com/getpelican/pelican/pull/2922>`_"
msgstr ""
#: ../../changelog.rst:47 9052d76f02fc4509998872f8c650696d
msgid "4.7.1 - 2021-10-12"
msgstr ""
#: ../../changelog.rst:49 1ddc283dca434367a9eebebb4dc19c55
msgid ""
"Extend rich logging to server component `(#2927) "
"<https://github.com/getpelican/pelican/pull/2927>`_"
msgstr ""
#: ../../changelog.rst:50 2ebe1d316cc541eba3ef3d20512c97f0
msgid ""
"Fix an issue where metadata flagged to be discarded was being cached "
"`(#2926) <https://github.com/getpelican/pelican/pull/2926>`_"
msgstr ""
#: ../../changelog.rst:51 7561e4a903db49bba3c7cb5d22ea25be
msgid ""
"Adjust suffix in server to allow redirection when needed `(#2931) "
"<https://github.com/getpelican/pelican/pull/2931>`_"
msgstr ""
#: ../../changelog.rst:52 369516860be2437b9099796b0b3c7847
msgid ""
"Add MIME types for web fonts `(#2929) "
"<https://github.com/getpelican/pelican/pull/2929>`_"
msgstr ""
#: ../../changelog.rst:53 2a4dd51d3c2d46c1a0a774274436fc74
msgid ""
"Distribute sample data used to run tests `(#2935) "
"<https://github.com/getpelican/pelican/pull/2935>`_"
msgstr ""
#: ../../changelog.rst:54 63a08ba90a054e369d1be50c491f094b
msgid "Add Python 3.10 to test matrix"
msgstr ""
#: ../../changelog.rst:57 f07f93ca41894e2ea7de889e68dddd63
msgid "4.7.0 - 2021-10-01"
msgstr ""
#: ../../changelog.rst:59 1e0f42b1b76e4eb4a356612459563660
msgid ""
"Improve default theme rendering on mobile and other small screen devices "
"`(#2914) <https://github.com/getpelican/pelican/pull/2914>`_"
msgstr ""
#: ../../changelog.rst:60 2ae6e8430fd4421994f330f095111d0e
msgid ""
"Add support for hidden articles `(#2866) "
"<https://github.com/getpelican/pelican/pull/2866>`_"
msgstr ""
#: ../../changelog.rst:61 eabcc4a0ac764f3991805d2f746cd415
msgid ""
"Improve word count behavior when generating summary CJK & other locales "
"`(#2864) <https://github.com/getpelican/pelican/pull/2864>`_"
msgstr ""
#: ../../changelog.rst:62 9a1b80fe805a4c35960c6cba82d813b2
msgid ""
"Add progress spinner during generation `(#2869) "
"<https://github.com/getpelican/pelican/pull/2869>`_ and richer logging "
"`(#2897) <https://github.com/getpelican/pelican/pull/2897>`_, both via "
"`Rich <https://github.com/willmcgugan/rich>`_"
msgstr ""
#: ../../changelog.rst:64 5ea56ecd1a0740a1bc75e6f60515dfa8
msgid ""
"Invoke tasks ``serve`` and ``livereload`` now auto-open a web browser "
"pointing to the locally-served web site `(#2764) "
"<https://github.com/getpelican/pelican/pull/2764>`_"
msgstr ""
#: ../../changelog.rst:65 60ed0fd02107499ead142c41c827f71a
msgid ""
"Support some date format codes used by ISO dates `(#2902) "
"<https://github.com/getpelican/pelican/pull/2902>`_"
msgstr ""
#: ../../changelog.rst:66 fbf7c4ded7af44a6813c0b26432d6905
msgid ""
"Document how to add a new writer `(#2901) "
"<https://github.com/getpelican/pelican/pull/2901>`_"
msgstr ""
#: ../../changelog.rst:69 fbada9e3ad0845b4a72f9688cf251a6a
msgid "4.6.0 - 2021-03-23"
msgstr ""
#: ../../changelog.rst:71 fb814688de1a4df58087cb466d7fa24f
msgid ""
"Add new URL pattern to ``PAGINATION_PATTERNS`` for the last page in the "
"list `(#1401) <https://github.com/getpelican/pelican/issues/1401>`_"
msgstr ""
#: ../../changelog.rst:72 9c5ae9de4b3f4ee7bb54ba0f5fe9194b
msgid ""
"Speed up ``livereload`` Invoke task via caching `(#2847) "
"<https://github.com/getpelican/pelican/pull/2847>`_"
msgstr ""
#: ../../changelog.rst:73 ccfa403160e6435990a51f311c059f65
msgid ""
"Ignore ``None`` return value from ``get_generators`` signal `(#2850) "
"<https://github.com/getpelican/pelican/pull/2850>`_"
msgstr ""
#: ../../changelog.rst:74 e00f58f952cf473390d2d3a0bff95f26
msgid "Relax dependency minimum versions and remove upper bounds"
msgstr ""
#: ../../changelog.rst:77 7d2fd1353eda4e5cb27a27dae71fda0c
msgid "4.5.4 - 2021-01-04"
msgstr ""
#: ../../changelog.rst:79 d40e6e0035144705b52124f970bc3ea3
msgid ""
"Replace plugin definitions in settings with string representations after "
"registering, so they can be cached correctly `(#2828) "
"<https://github.com/getpelican/pelican/issues/2828>`_."
msgstr ""
#: ../../changelog.rst:82 13f1634fef1f4a65a64ad54159de14fe
msgid "4.5.3 - 2020-12-01"
msgstr ""
#: ../../changelog.rst:84 19753217e0b04230998d9f5c9730a423
msgid "Fix a mistake made in PR #2821"
msgstr ""
#: ../../changelog.rst:87 1c8a0889b5de47178fab5b9d5d085c55
msgid "4.5.2 - 2020-11-22"
msgstr ""
#: ../../changelog.rst:89 8c30ac8608f54fd48f29f1e48f640ccd
msgid "Improve logging of generators and writer loaders"
msgstr ""
#: ../../changelog.rst:92 2673cef2ee1c42bdad7f7a80c77002c6
msgid "4.5.1 - 2020-11-02"
msgstr ""
#: ../../changelog.rst:94 50a7b8039d1d45b4bf85550da4c40318
msgid ""
"Refactor intra-site link discovery in order to match more permissively "
"`(#2646) <https://github.com/getpelican/pelican/issues/2646>`_"
msgstr ""
#: ../../changelog.rst:95 009addb3893a4c9b98af8eba13e57e11
msgid ""
"Fix plugins running twice in auto-reload mode `(#2817) "
"<https://github.com/getpelican/pelican/issues/2817>`_"
msgstr ""
#: ../../changelog.rst:96 43f7f7e70f3948cdaaa3fb6b7a6ab45d
msgid ""
"Add notice to use ``from pelican import signals`` instead of ``import "
"pelican.signals`` `(#2805) "
"<https://github.com/getpelican/pelican/issues/2805>`_"
msgstr ""
#: ../../changelog.rst:99 ef2a1b597d854881bf89d6240fe59ee0
msgid "4.5.0 - 2020-08-20"
msgstr ""
#: ../../changelog.rst:101 d6f141fa55fc43cfa36eac89d4ec4a67
msgid "Add namespace plugin support; list plugins via ``pelican-plugins`` command"
msgstr ""
#: ../../changelog.rst:102 83d9116dd10b404fb3d978977a91f03a
msgid "Override settings via ``-e`` / ``--extra-settings`` CLI option flags"
msgstr ""
#: ../../changelog.rst:103 772c3e4941e64bc9a5a41ee644e980b3
msgid "Add settings for custom Jinja globals and tests"
msgstr ""
#: ../../changelog.rst:104 cf2bd72795894ce796ae65a26307fa9e
msgid "Customize article summary ellipsis via ``SUMMARY_END_SUFFIX`` setting"
msgstr ""
#: ../../changelog.rst:105 3494ccef87de4029a51d34e9f6ebac8c
msgid "Customize Typogrify dash handling via new ``TYPOGRIFY_DASHES`` setting"
msgstr ""
#: ../../changelog.rst:106 441907e7fc27419cad1f678c3d81fcdd
msgid "Support Unicode when generating slugs"
msgstr ""
#: ../../changelog.rst:107 0466696922dd4904a9a061c79d9e5d01
msgid "Support Asciidoc ``.adoc`` file generation in Pelican importer"
msgstr ""
#: ../../changelog.rst:108 0711923af6544d84a09b027877cd7318
msgid "Improve user experience when ``pelican --listen`` web server is quit"
msgstr ""
#: ../../changelog.rst:109 1736b73cd9354c5fb276263a0158f1d0
msgid "Improve Invoke tasks template"
msgstr ""
#: ../../changelog.rst:110 a243c2afd72349ebb46076aef63a62af
msgid "Include tests in source distributions"
msgstr ""
#: ../../changelog.rst:111 d3659b2430704e179785f6edeea9d975
msgid "Switch CI from Travis to GitHub Actions"
msgstr ""
#: ../../changelog.rst:112 a9ee05a0579d4153935499a3f3bdcc47
msgid "Remove support for Python 2.7"
msgstr ""
#: ../../changelog.rst:115 eb3830c633c14e63995b8fbcf8e3d29b
msgid "4.2.0 - 2019-10-17"
msgstr ""
#: ../../changelog.rst:117 5af9b29432a94955813a11932e9e38c8
msgid "Support inline SVGs; don't treat titles in SVGs as HTML titles"
msgstr ""
#: ../../changelog.rst:118 d776137d56d04320a1a70ced25696379
msgid "Add category to feeds (in addition to tags)"
msgstr ""
#: ../../changelog.rst:119 ab3c5b4616544a3d89492ff849de5932
msgid "Improve content metadata field docs"
msgstr ""
#: ../../changelog.rst:120 aa20a63221484e90954aaac555dba376
msgid "Add docs for including other Markdown/reST files in content"
msgstr ""
#: ../../changelog.rst:123 f40de58367e94d50af3e6e700523edc7
msgid "4.1.3 - 2019-10-09"
msgstr ""
#: ../../changelog.rst:125 910c8615c3224456a42555389c268e4c
msgid "Fix quick-start docs regarding ``pelican --listen``"
msgstr ""
#: ../../changelog.rst:126 1c9961cd18bd4d17ae1f9ff0f3f45990
msgid "Set default listen address to 127.0.0.1"
msgstr ""
#: ../../changelog.rst:127 7108f2b9c2d8444b8fa1ca32a26e36cc
msgid "Add extra/optional Markdown dependency to setup.py"
msgstr ""
#: ../../changelog.rst:128 7d9eed3579384908b8ab564a4c358df8
msgid "Use correct SSH port syntax for rsync in tasks.py"
msgstr ""
#: ../../changelog.rst:129 3b55feb812b14a1198b04659aa01ecf0
msgid "Place all deprecated settings handling together"
msgstr ""
#: ../../changelog.rst:130 dc17ca3853c04536a3ade24a93d079ac
msgid "Add related project URLs for display on PyPI"
msgstr ""
#: ../../changelog.rst:131 c513a9e1fed74fe3ae3c23ffe2f804d9
msgid "Skip some tests on Windows that can't pass due to filesystem differences"
msgstr ""
#: ../../changelog.rst:134 ced29508dce44f0eb42c45aedc672fa6
msgid "4.1.2 - 2019-09-23"
msgstr ""
#: ../../changelog.rst:136 c448cf2e59da43248819ddb51f9f9738
msgid "Fix pelican.settings.load_source to avoid caching issues - PR #2621"
msgstr ""
#: ../../changelog.rst:139 98b3a78914f14383858960c37872cec0
msgid "4.1.1 - 2019-08-23"
msgstr ""
#: ../../changelog.rst:141 7569ab6dfb9f4f59a4d9414a9ec307ac
msgid "Add AutoPub to auto-publish releases on PR merge"
msgstr ""
#: ../../changelog.rst:142 29b086166a89485e9151534a891c8794
msgid "Add CSS classes for reStructuredText figures"
msgstr ""
#: ../../changelog.rst:143 3d90d9a7e7f244aeb5ef4bc09624c9d8
msgid "Pass ``argv`` to Pelican ``main`` entrypoint"
msgstr ""
#: ../../changelog.rst:144 33de38d2ec8641ca865cebb06167ec58
msgid "Set default content status to a blank string rather than ``None``"
msgstr ""
#: ../../changelog.rst:147 9ba143abfcdf4a9a86f7866b897c9831
msgid "4.1.0 - 2019-07-14"
msgstr ""
#: ../../changelog.rst:149 cc59d3e8f5f64f5a9ec02b56956e4d53
msgid "Live browser reload upon changed files (provided via Invoke task)"
msgstr ""
#: ../../changelog.rst:150 1013f5e7df5448b5a808743127ed0740
msgid "Add ``pyproject.toml``, managed by Poetry"
msgstr ""
#: ../../changelog.rst:151 9548fcd5133743259a8e586f69e6453e
msgid "Support for invoking ``python -m pelican``"
msgstr ""
#: ../../changelog.rst:152 c1ca4a3bfa27477ebcfd9ac5757cd20b
msgid "Add relative source path attribute to content"
msgstr ""
#: ../../changelog.rst:153 14c8367983884cd5913ef4aeaaae2ebe
msgid "Allow directories in ``EXTRA_PATH_METADATA``"
msgstr ""
#: ../../changelog.rst:154 493069ecda9345cdab15204358d49856
msgid ""
"Add ``all_articles`` variable to period pages (for recent posts "
"functionality)"
msgstr ""
#: ../../changelog.rst:155 57597a2f853047128a7f19d871a767cd
msgid "Improve debug mode output"
msgstr ""
#: ../../changelog.rst:156 c1e2985b649844aface3795c16f24799
msgid "Remove blank or duplicate summaries from Atom feed"
msgstr ""
#: ../../changelog.rst:157 be874126bdaa46ab868e9d5d572973ba
msgid ""
"Fix bugs in pagination, pelican-import, pelican-quickstart, and feed "
"importer"
msgstr ""
#: ../../changelog.rst:160 3220150f83f64d869d28b2f8abdfae29
msgid "4.0.1 (2018-11-30)"
msgstr ""
#: ../../changelog.rst:162 55ef92708e464069b85c860f407c44ee
msgid "Refactor ``pelican.server`` logging"
msgstr ""
#: ../../changelog.rst:163 bbe751997c7541f78979d7885be777ad
msgid "Fix bug in which all static files were processed as \"draft\""
msgstr ""
#: ../../changelog.rst:164 e85f8cfa33124937bff767d633c505e6
msgid "Bug fixes for Invoke/Makefile automation, Importer, and other miscellanea"
msgstr ""
#: ../../changelog.rst:166 aee9e749eaa6417c9d7617678fbd5017
#, python-format
msgid ""
"If upgrading from 3.7.x or earlier, please note that slug-related "
"settings in 4.0+ use ``{slug}`` and/or ``{lang}`` rather than ``%s``. If "
"``%s``-style settings are encountered, Pelican will emit a warning and "
"fall back to the default setting. Some user-submitted themes might try to"
" format setting values but fail upon site build with a ``TypeError``. In "
"such cases, the theme needs to be updated. For example, instead of "
"``TAG_FEED_ATOM|format(tag.slug)``, use "
"``TAG_FEED_ATOM.format(slug=tag.slug)``"
msgstr ""
#: ../../changelog.rst:175 1c9f10c7ca554583840076dd4198471b
msgid "4.0.0 (2018-11-13)"
msgstr ""
#: ../../changelog.rst:177 2e48c6a93f014447a24f76ec22c56634
msgid "Replace ``develop_server.sh`` script with ``pelican --listen``"
msgstr ""
#: ../../changelog.rst:178 e9913592f867453ca8eb027547556190
msgid "Improved copy/link behavior for large static files (e.g., videos)"
msgstr ""
#: ../../changelog.rst:179 7b739431500a4e508b4eddee2944998c
msgid ""
"New ``{static}`` syntax to link to static content; content linked to by "
"``{static}`` and ``{attach}`` is automatically copied over even if not in"
" ``STATIC_PATHS``"
msgstr ""
#: ../../changelog.rst:182 7d5ec1addb4a49b6825a365c1b28e6b7
msgid "Pages can now have ``draft`` status"
msgstr ""
#: ../../changelog.rst:183 567c77a6a7c24d999b974ce0ed8ea7f9
msgid "Show current settings via new ``--print-settings`` flag"
msgstr ""
#: ../../changelog.rst:184 f8206229f89f474990ad86f3670eb6c6
#, python-format
msgid ""
"All settings for slugs now use ``{slug}`` and/or ``{lang}`` rather than "
"``%s``. If ``%s``-style settings are encountered, Pelican will emit a "
"warning and fallback to the default setting."
msgstr ""
#: ../../changelog.rst:187 55c29729d5ae42f6931b0af7ea314bcb
msgid "New signals: ``feed_generated`` and ``page_generated_write_page``"
msgstr ""
#: ../../changelog.rst:188 fdd81adbccd2499988dda1b8faef1ab3
msgid "Replace Fabric with Invoke and ``fabfile.py`` template with ``tasks.py``"
msgstr ""
#: ../../changelog.rst:189 85659c414dad4293b8a0d6ad9350c4d9
msgid ""
"Replace ``PAGINATED_DIRECT_TEMPLATES`` by ``PAGINATED_TEMPLATES``, "
"extending control over pagination to all templates and making page size "
"variable"
msgstr ""
#: ../../changelog.rst:191 2e76745f8fea417fb90052f755372212
msgid ""
"Replace ``SLUG_SUBSTITUTIONS`` (and friends) by "
"``SLUG_REGEX_SUBSTITUTIONS`` for more finegrained control"
msgstr ""
#: ../../changelog.rst:193 c477dc73b63646c2bf339afff54a2e5f
msgid ""
"``'{base_name}'`` value in ``PAGINATION_PATTERNS`` setting no longer "
"strips ``'bar'`` from ``'foo/bar.html'`` (unless ``'bar' == 'index'``)."
msgstr ""
#: ../../changelog.rst:195 0c9192b9f8c64af491d33f9358694940
msgid ""
"``ARTICLE_ORDER_BY`` and ``PAGE_ORDER_BY`` now also affect 1) category, "
"tag and author pages 2) feeds 3) draft and hidden articles and pages"
msgstr ""
#: ../../changelog.rst:197 6e339043faff4d4a9a718a7571bf9698
msgid ""
"New ``ARTICLE_TRANSLATION_ID`` and ``PAGE_TRANSLATION_ID`` settings to "
"specify metadata attributes used to identify/disable translations"
msgstr ""
#: ../../changelog.rst:199 84e3cebb5adf4c45bda8f132772f2bdd
msgid "Make the HTML reader parse multiple occurrences of metadata tags as a list"
msgstr ""
#: ../../changelog.rst:200 790b535916b4402e8f3e568a96d208cc
msgid "New Blogger XML backup importer"
msgstr ""
#: ../../changelog.rst:201 84ba1adba13c4c66a843be015263cc5f
msgid ""
"Wordpress importer now updates file links to point to local copies if the"
" files were downloaded with ``--wp-attach``."
msgstr ""
#: ../../changelog.rst:203 e40ac2db0d404e3d8b51e350256eb49b
msgid ""
"Importer no longer inserts extra newlines, to prevent breaking of HTML "
"attributes."
msgstr ""
#: ../../changelog.rst:205 a026ba70157640f9afdbbfd1c52635ed
msgid ""
"Pelican server now prioritises ``foo.html`` and ``foo/index.html`` over "
"``foo/`` when resolving ``foo``."
msgstr ""
#: ../../changelog.rst:209 7bd3c3fdc45a4e848499d05fd1a2149a
msgid "3.7.1 (2017-01-10)"
msgstr ""
#: ../../changelog.rst:211 a2224771f8184ef2ae2ae19e69ffff95
msgid "Fix locale issues in Quickstart script"
msgstr ""
#: ../../changelog.rst:212 4bc8c9d8dbf24260a84512695081a437
msgid "Specify encoding for README and CHANGELOG in setup.py"
msgstr ""
#: ../../changelog.rst:215 cdc85601d26440c08ba36b90b241218a
msgid "3.7.0 (2016-12-12)"
msgstr ""
#: ../../changelog.rst:217 88cad459481748c385a4d15e5041255c
msgid "Atom feeds output ``<content>`` in addition to ``<summary>``"
msgstr ""
#: ../../changelog.rst:218 e8f51cd31ea94d1cb0fff327607a5106
msgid ""
"Atom feeds use ``<published>`` for the original publication date and "
"``<updated>`` for modifications"
msgstr ""
#: ../../changelog.rst:220 56be71bb20124ccbb10bf502c2158ebd
msgid "Simplify Atom feed ID generation and support URL fragments"
msgstr ""
#: ../../changelog.rst:221 1ece62b3d5424ec4abd099d5b2bf20e0
msgid "Produce category feeds with category-specific titles"
msgstr ""
#: ../../changelog.rst:222 106c730749474695b90ef8e5ddd31a7e
msgid ""
"RSS feeds now default to summary instead of full content; set "
"``RSS_FEED_SUMMARY_ONLY = False`` to revert to previous behavior"
msgstr ""
#: ../../changelog.rst:224 14f1280956dc466a97042a5a313f9511
msgid "Replace ``MD_EXTENSIONS`` with ``MARKDOWN`` setting"
msgstr ""
#: ../../changelog.rst:225 57cec9a1574f40f691b026cd680b681e
msgid ""
"Replace ``JINJA_EXTENSIONS`` with more-robust ``JINJA_ENVIRONMENT`` "
"setting"
msgstr ""
#: ../../changelog.rst:226 9a398118c3d34bb996dc9af2d9c9503a
msgid ""
"Improve summary truncation logic to handle special characters and tags "
"that span multiple lines, using HTML parser instead of regular "
"expressions"
msgstr ""
#: ../../changelog.rst:228 75ef90817db34f7ea869a68fcc3fb469
msgid "Include summary when looking for intra-site link substitutions"
msgstr ""
#: ../../changelog.rst:229 264f880b25284b01b7135c2a2b9e8dc1
msgid "Link to authors and index via ``{author}name`` and ``{index}`` syntax"
msgstr ""
#: ../../changelog.rst:230 4c7abfddef0b454882888ba479aea6b7
msgid "Override widget names via ``LINKS_WIDGET_NAME`` and ``SOCIAL_WIDGET_NAME``"
msgstr ""
#: ../../changelog.rst:231 2c5e79d0ad6141c9b6a19ee3e65d091e
msgid "Add ``INDEX_SAVE_AS`` option to override default ``index.html`` value"
msgstr ""
#: ../../changelog.rst:232 6f89cd4a39ec445297f7dbb93e662e45
msgid "Remove ``PAGES`` context variable for themes in favor of ``pages``"
msgstr ""
#: ../../changelog.rst:233 5b5ca0f599de4532964b3abe99a8c0d7
msgid ""
"``SLUG_SUBSTITUTIONS`` now accepts 3-tuple elements, allowing URL slugs "
"to contain non-alphanumeric characters"
msgstr ""
#: ../../changelog.rst:235 159f3122fe94405489ccc20fe78f53b5
msgid ""
"Tag and category slugs can be controlled with greater precision using the"
" ``TAG_SUBSTITUTIONS`` and ``CATEGORY_SUBSTITUTIONS`` settings"
msgstr ""
#: ../../changelog.rst:237 e163a8d8d61a4997b4259fcad5005d9c
msgid ""
"Author slugs can be controlled with greater precision using the "
"``AUTHOR_SUBSTITUTIONS`` setting"
msgstr ""
#: ../../changelog.rst:239 f81c1120fcd44bfc9dd76acfb090ca9c
msgid "``DEFAULT_DATE`` can be defined as a string"
msgstr ""
#: ../../changelog.rst:240 d79a66c8b8b44b3a93ec70011feae3e4
msgid "Use ``mtime`` instead of ``ctime`` when ``DEFAULT_DATE = 'fs'``"
msgstr ""
#: ../../changelog.rst:241 ec0aa5c74458441c9ba450673f5fd2ef
msgid "Add ``--fatal=errors|warnings`` option for use with continuous integration"
msgstr ""
#: ../../changelog.rst:242 13b4ab828a2941dfa8f1418685bb81a0
msgid ""
"When using generator-level caching, ensure previously-cached files are "
"processed instead of just new files."
msgstr ""
#: ../../changelog.rst:244 d89e5097e9984f3daf4db6e9b929ada0
msgid "Add Python and Pelican version information to debug output"
msgstr ""
#: ../../changelog.rst:245 4716f79323444484a70f7fe8c2650e1f
msgid "Improve compatibility with Python 3.5"
msgstr ""
#: ../../changelog.rst:246 0f44c8d133b84c41a41d850300da1578
msgid "Comply with and enforce PEP8 guidelines"
msgstr ""
#: ../../changelog.rst:247 c334d1c279204190893641f5ac313e36
msgid "Replace tables in settings documentation with ``data::`` directives"
msgstr ""
#: ../../changelog.rst:250 461f1d0f43544a69be1139a9f19fe25a
msgid "3.6.3 (2015-08-14)"
msgstr ""
#: ../../changelog.rst:252 7cff2bfca67f43bcb81338e645c16d6a
msgid "Fix permissions issue in release tarball"
msgstr ""
#: ../../changelog.rst:255 73ecf430824c4621a9feba3aeb0f0435
msgid "3.6.2 (2015-08-01)"
msgstr ""
#: ../../changelog.rst:257 304aa2b89bdb4d6a9765f92c169eeab7
msgid "Fix installation errors related to Unicode in tests"
msgstr ""
#: ../../changelog.rst:258 8b544b800b20492db937b02285e42065
msgid "Don't show pagination in ``notmyidea`` theme if there's only one page"
msgstr ""
#: ../../changelog.rst:259 f4aa88761161465faaf260a5b8fd25a9
msgid "Make hidden pages available in context"
msgstr ""
#: ../../changelog.rst:260 13a3a8e59edc4125afa6dee4ed568e9d
msgid "Improve URLWrapper comparison"
msgstr ""
#: ../../changelog.rst:263 fa56610009e8407a89af312d093f2aff
msgid "3.6.0 (2015-06-15)"
msgstr ""
#: ../../changelog.rst:265 c4f546492e6447edb4d87c9317bdfb3f
msgid "Disable caching by default in order to prevent potential confusion"
msgstr ""
#: ../../changelog.rst:266 b874f6f5b4734a5c80587442728a7544
msgid "Improve caching behavior, replacing ``pickle`` with ``cpickle``"
msgstr ""
#: ../../changelog.rst:267 1f5690a0d5b6437e99c0ea9104de979b
msgid "Allow Markdown or reST content in metadata fields other than ``summary``"
msgstr ""
#: ../../changelog.rst:268 a1f397d14aca4c879211d95a5ca892db
msgid "Support semicolon-separated author/tag lists"
msgstr ""
#: ../../changelog.rst:269 9926a6f073cc4fa9813df12d652898be
msgid "Improve flexibility of article sorting"
msgstr ""
#: ../../changelog.rst:270 e832f800cde5424bb332cc49f30f3f0a
msgid "Add ``--relative-urls`` argument"
msgstr ""
#: ../../changelog.rst:271 3d1c82c08deb4a778f807be5b779d381
msgid "Support devserver listening on addresses other than localhost"
msgstr ""
#: ../../changelog.rst:272 b6ee74584c064fac80c6f0e37d4f1d68
msgid "Unify HTTP server handlers to ``pelican.server`` throughout"
msgstr ""
#: ../../changelog.rst:273 7e5010e2d8b74a03b694e8fa433fdf98
msgid "Handle intra-site links to draft posts"
msgstr ""
#: ../../changelog.rst:274 a9afa1c067be459886fd7998d52f59d3
msgid "Move ``tag_cloud`` from core to plugin"
msgstr ""
#: ../../changelog.rst:275 432317300d7a4b2f82199c0f275716e4
msgid "Load default theme's external resources via HTTPS"
msgstr ""
#: ../../changelog.rst:276 56de44e81ae14997afb15c15e59f36ce
msgid "Import drafts from WordPress XML"
msgstr ""
#: ../../changelog.rst:277 f1ef4f1c13434d6b9614ebe9ebddfce6
msgid "Improve support for Windows users"
msgstr ""
#: ../../changelog.rst:278 0fef1b4c413d491a98aba0c84e082594
msgid "Enhance logging and test suite"
msgstr ""
#: ../../changelog.rst:279 432c66ec8584401797ea817ec661c45b
msgid "Clean up and refactor codebase"
msgstr ""
#: ../../changelog.rst:280 e22e5fb2b5264d1ca6eb78c067c76a32
msgid "New signals: ``all_generators_finalized`` and ``page_writer_finalized``"
msgstr ""
#: ../../changelog.rst:283 b4d02cf4a5b642dcbb0237738d79bfcb
msgid "3.5.0 (2014-11-04)"
msgstr ""
#: ../../changelog.rst:285 e9efd7356dc9488aa6f4f20ba995683a
msgid ""
"Introduce ``ARTICLE_ORDER_BY`` and ``PAGE_ORDER_BY`` settings to control "
"the order of articles and pages."
msgstr ""
#: ../../changelog.rst:287 7cba6f51788f47f391c2eb2c35bff315
msgid "Include time zone information in dates rendered in templates."
msgstr ""
#: ../../changelog.rst:288 8288271ca2e74d6da347bdce53a3cf59
msgid "Expose the reader name in the metadata for articles and pages."
msgstr ""
#: ../../changelog.rst:289 0c44eda91d9c4722b8ae87ed75416fd1
msgid ""
"Add the ability to store static files along with content in the same "
"directory as articles and pages using ``{attach}`` in the path."
msgstr ""
#: ../../changelog.rst:291 d96ca5c3ced44a7db8997feda6d5c36d
msgid ""
"Prevent Pelican from raising an exception when there are duplicate pieces"
" of metadata in a Markdown file."
msgstr ""
#: ../../changelog.rst:293 59a2c665716a4d51bdec967e877f86a1
msgid ""
"Introduce the ``TYPOGRIFY_IGNORE_TAGS`` setting to add HTML tags to be "
"ignored by Typogrify."
msgstr ""
#: ../../changelog.rst:295 fa33c1b08c7b4286b25b56b4ea285c5a
#, python-format
msgid ""
"Add the ability to use ``-`` in date formats to strip leading zeros. For "
"example, ``%-d/%-m/%y`` will now result in the date ``9/8/12``."
msgstr ""
#: ../../changelog.rst:297 64d61ee9d8ae4414b9b84a8051cd5522
msgid ""
"Ensure feed generation is correctly disabled during quickstart "
"configuration."
msgstr ""
#: ../../changelog.rst:298 85d7dfece0244142a1e486fbae2beb01
msgid ""
"Fix ``PAGE_EXCLUDES`` and ``ARTICLE_EXCLUDES`` from incorrectly matching "
"sub-directories."
msgstr ""
#: ../../changelog.rst:300 3acc9c23e76e4b289d9de3705c416913
msgid "Introduce ``STATIC_EXCLUDE`` setting to add static file excludes."
msgstr ""
#: ../../changelog.rst:301 10dd085e254948f986aa41f9bd5ba73b
msgid ""
"Fix an issue when using ``PAGINATION_PATTERNS`` while ``RELATIVE_URLS`` "
"is enabled."
msgstr ""
#: ../../changelog.rst:303 f7b355566396425cbd08985d5771e6d4
msgid ""
"Fix feed generation causing links to use the wrong language for month "
"names when using other locales."
msgstr ""
#: ../../changelog.rst:305 28f48794554048308015e2fb52cc4c5b
msgid ""
"Fix an issue where the authors list in the simple template wasn't "
"correctly formatted."
msgstr ""
#: ../../changelog.rst:307 5509ab0c156845d1a7f1a59306ccfe6c
msgid "Fix an issue when parsing non-string URLs from settings."
msgstr ""
#: ../../changelog.rst:308 4da2cbc439db416daeb4442a29645664
msgid "Improve consistency of debug and warning messages."
msgstr ""
#: ../../changelog.rst:311 2e98c390cf6b4b4b93ddcce23014dbe9
msgid "3.4.0 (2014-07-01)"
msgstr ""
#: ../../changelog.rst:313 b3f12ddd82d74409b734a8bd10458173
msgid "Speed up content generation via new caching mechanism"
msgstr ""
#: ../../changelog.rst:314 c1772deca0344f74aad300e77e2641b2
msgid "Add selective post generation (instead of always building entire site)"
msgstr ""
#: ../../changelog.rst:315 7db419405a1740ef917e19f05015228a
msgid "Many documentation improvements, including switching to prettier RtD theme"
msgstr ""
#: ../../changelog.rst:316 a045ce18d5724b888849a2036fdf626d
msgid "Add support for multiple content and plugin paths"
msgstr ""
#: ../../changelog.rst:317 75ddeed2af5e4a56a83e6b4026807ebf
msgid ""
"Add ``: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."
msgstr ""
#: ../../changelog.rst:320 0049c916daed45a6bcd389ad0c120732
msgid "Add support for multiple authors via new ``:authors:`` metadata field"
msgstr ""
#: ../../changelog.rst:321 bd572ae6cd4c4783b751a35f4f001ed6
msgid "Watch for changes in static directories when in auto-regeneration mode"
msgstr ""
#: ../../changelog.rst:322 b48f6001e36e428491aa05fa2d419cd1
msgid "Add filters to limit log output when desired"
msgstr ""
#: ../../changelog.rst:323 5d67072828f04eb1a2b8d37aca1706e4
msgid "Add language support to drafts"
msgstr ""
#: ../../changelog.rst:324 5f6eef6c622a468ab0750bc4fbafffcd
msgid "Add ``SLUGIFY_SOURCE`` setting to control how post slugs are generated"
msgstr ""
#: ../../changelog.rst:325 f77675fb2cb94589b821eaf0116d5b33
msgid "Fix many issues relating to locale and encoding"
msgstr ""
#: ../../changelog.rst:326 b90206854315449696be45e4d459e5b4
msgid "Apply Typogrify filter to post summary"
msgstr ""
#: ../../changelog.rst:327 86383b9bc16e4b4a9ec3d15e7b727ca1
msgid ""
"Preserve file metadata (e.g. time stamps) when copying static files to "
"output"
msgstr ""
#: ../../changelog.rst:328 f844db2703af4069830a3fbcbd3841bd
msgid "Move AsciiDoc support from Pelican core into separate plugin"
msgstr ""
#: ../../changelog.rst:329 1c30d68d58dc42d9b33c2662f1258bcd
msgid ""
"Produce inline links instead of reference-style links when importing "
"content"
msgstr ""
#: ../../changelog.rst:330 fa8944dc8e284fe4bf78ad3a0676af3f
msgid "Improve handling of ``IGNORE_FILES`` setting behavior"
msgstr ""
#: ../../changelog.rst:331 f4c5805f6879483f9aa25e247f49016e
msgid "Properly escape symbol characters in tag names (e.g., ``C++``)"
msgstr ""
#: ../../changelog.rst:332 d4c27bbafbd0427e821e301a503eec07
msgid "Minor tweaks for Python 3.4 compatibility"
msgstr ""
#: ../../changelog.rst:333 743111e35a0c4303985dcce214e3e29f
msgid "Add several new signals"
msgstr ""
#: ../../changelog.rst:336 46ee1a42a2ac4f688e20db25231a97cc
msgid "3.3.0 (2013-09-24)"
msgstr ""
#: ../../changelog.rst:338 d38c96a268fb4928b7884c32f04ea781
msgid "Drop Python 3.2 support in favor of Python 3.3"
msgstr ""
#: ../../changelog.rst:339 e4b1b4170e3a4daf85bb3e0b4a33d84c
msgid ""
"Add ``Fabfile`` so Fabric can be used for workflow automation instead of "
"Make"
msgstr ""
#: ../../changelog.rst:340 8f898752127545598c060470ba4ea5a6
msgid ""
"``OUTPUT_RETENTION`` setting can be used to preserve metadata (e.g., VCS "
"data such as ``.hg`` and ``.git``) from being removed from output "
"directory"
msgstr ""
#: ../../changelog.rst:342 3cef6e0824db42ef8eb2a6db21e018c4
msgid "Tumblr import"
msgstr ""
#: ../../changelog.rst:343 9b35ec96add44773857342682a38fbe9
msgid "Improve logic and consistency when cleaning output folder"
msgstr ""
#: ../../changelog.rst:344 0e3383e3461a44b590b00a88c8543859
msgid "Improve documentation versioning and release automation"
msgstr ""
#: ../../changelog.rst:345 ab9935d7e2c84ccb852185870f8d1cc9
msgid "Improve pagination flexibility"
msgstr ""
#: ../../changelog.rst:346 92bd1ab368544083ac4e64f5d424c151
msgid ""
"Rename signals for better consistency (some plugins may need to be "
"updated)"
msgstr ""
#: ../../changelog.rst:347 740eae7ce680434c981b4064809072a3
msgid ""
"Move metadata extraction from generators to readers; metadata extraction "
"no longer article-specific"
msgstr ""
#: ../../changelog.rst:349 d1ae5b5bc77f4bcaa40d5bd86cdc0fcc
msgid ""
"Deprecate ``FILES_TO_COPY`` in favor of ``STATIC_PATHS`` and "
"``EXTRA_PATH_METADATA``"
msgstr ""
#: ../../changelog.rst:351 806154386d4c45d9b625087bbd8706bd
msgid "Summaries in Markdown posts no longer include footnotes"
msgstr ""
#: ../../changelog.rst:352 1e20db19c60442a4ae4c517d5edaac8c
msgid ""
"Remove unnecessary whitespace in output via ``lstrip_blocks`` Jinja "
"parameter"
msgstr ""
#: ../../changelog.rst:353 72b17016676643d4863b6da2dc5dd585
msgid "Move PDF generation from core to plugin"
msgstr ""
#: ../../changelog.rst:354 c8e9e2beddd242038b0655913de16745
msgid "Replace ``MARKUP`` setting with ``READERS``"
msgstr ""
#: ../../changelog.rst:355 39124ff576a145e194694060c394ebea
msgid "Add warning if img tag is missing ``alt`` attribute"
msgstr ""
#: ../../changelog.rst:356 039cc780731643f882a0dd52bd7486d9
msgid "Add support for ``{}`` in relative links syntax, besides ``||``"
msgstr ""
#: ../../changelog.rst:357 9289f5f1c5f04c5894cb8e7e02f9f5c8
msgid "Add support for ``{tag}`` and ``{category}`` relative links"
msgstr ""
#: ../../changelog.rst:358 a214dc13448b479bb7af0a16825457aa
msgid "Add a ``content_written`` signal"
msgstr ""
#: ../../changelog.rst:361 5249278a96bc437fa297368c8f672404
msgid "3.2.1 and 3.2.2"
msgstr ""
#: ../../changelog.rst:363 3f9b98d264e048949c389dbe3e260652
msgid "Facilitate inclusion in FreeBSD Ports Collection"
msgstr ""
#: ../../changelog.rst:366 124cc3f3f8924e918bd0789422649535
msgid "3.2 (2013-04-24)"
msgstr ""
#: ../../changelog.rst:368 fa25abf620e84a568df67473d9b3e20f
msgid "Support for Python 3!"
msgstr ""
#: ../../changelog.rst:369 b1702663f9ff41e387aa055aa8a80985
msgid ""
"Override page save-to location from meta-data (enables using a static "
"page as the site's home page, for example)"
msgstr ""
#: ../../changelog.rst:371 3d9f1c80f4c74f0fb655aaff98846e2e
msgid "Time period archives (per-year, per-month, and per-day archives of posts)"
msgstr ""
#: ../../changelog.rst:372 ee27abd30d204213967d190e45bc3cce
msgid "Posterous blog import"
msgstr ""
#: ../../changelog.rst:373 2614d3717c644bd4b567eb2bbcec9c5b
msgid "Improve WordPress blog import"
msgstr ""
#: ../../changelog.rst:374 8e10fa12d60b4473858214e618f934f3
msgid "Migrate plugins to separate repository"
msgstr ""
#: ../../changelog.rst:375 a4ff557f266149e992884d5bc180f6fd
msgid "Improve HTML parser"
msgstr ""
#: ../../changelog.rst:376 e9a87539173943dcb76ffff618a205cc
msgid ""
"Provide ability to show or hide categories from menu using "
"``DISPLAY_CATEGORIES_ON_MENU`` option"
msgstr ""
#: ../../changelog.rst:378 721df0da641444c1a41fe72e38bafa20
msgid "Auto-regeneration can be told to ignore files via ``IGNORE_FILES`` setting"
msgstr ""
#: ../../changelog.rst:379 2f925e2291c54bc0b6da964d7f17079f
msgid "Improve post-generation feedback to user"
msgstr ""
#: ../../changelog.rst:380 bc36457afeaa449583693dcef652e072
msgid ""
"For multilingual posts, use meta-data to designate which is the original "
"and which is the translation"
msgstr ""
#: ../../changelog.rst:382 8abbe86f8e4a4786886f887bad894983
msgid "Add ``.mdown`` to list of supported Markdown file extensions"
msgstr ""
#: ../../changelog.rst:383 84e1d9cee66c4ee3ba779eb697169d35
msgid "Document-relative URL generation (``RELATIVE_URLS``) is now off by default"
msgstr ""
#: ../../changelog.rst:386 461aa8ba882c4543980540c6686a69ff
msgid "3.1 (2012-12-04)"
msgstr ""
#: ../../changelog.rst:388 ea4445533819403b8a54af8f62d30dab
msgid ""
"Importer now stores slugs within files by default. This can be disabled "
"with the ``--disable-slugs`` option."
msgstr ""
#: ../../changelog.rst:390 a00bcb155126439ab341cff0f37ecc5a
msgid "Improve handling of links to intra-site resources"
msgstr ""
#: ../../changelog.rst:391 5d47bb0eac84452b829ea7a5a7447bdd
msgid ""
"Ensure WordPress import adds paragraphs for all types of line endings in "
"post content"
msgstr ""
#: ../../changelog.rst:393 6d41430cf1ae4bbe95c7206bed9fe17c
msgid "Decode HTML entities within WordPress post titles on import"
msgstr ""
#: ../../changelog.rst:394 17121b597e6148768c531523a9b6f955
msgid "Improve appearance of LinkedIn icon in default theme"
msgstr ""
#: ../../changelog.rst:395 cfc8bfbe89c44ce9a30e230f255d79dd
msgid "Add GitHub and Google+ social icons support in default theme"
msgstr ""
#: ../../changelog.rst:396 5bd746b4bcc64c7382d492f61d50193c
msgid "Optimize social icons"
msgstr ""
#: ../../changelog.rst:397 bdb1513252d54c1f89e9efc11516b368
msgid ""
"Add ``FEED_ALL_ATOM`` and ``FEED_ALL_RSS`` to generate feeds containing "
"all posts regardless of their language"
msgstr ""
#: ../../changelog.rst:399 6d52c5f3e6e64dcc8b11fb5f80d6df46
msgid ""
"Split ``TRANSLATION_FEED`` into ``TRANSLATION_FEED_ATOM`` and "
"``TRANSLATION_FEED_RSS``"
msgstr ""
#: ../../changelog.rst:401 12c0a402411f47a4a71f64d7f19efd01
msgid "Different feeds can now be enabled/disabled individually"
msgstr ""
#: ../../changelog.rst:402 f7ddae2570b34df1b598fa35239449ad
msgid ""
"Allow for blank author: if ``AUTHOR`` setting is not set, author won't "
"default to ``${USER}`` anymore, and a post won't contain any author "
"information if the post author is empty"
msgstr ""
#: ../../changelog.rst:405 e12a883add8d41f1b330e51ace547b06
msgid "Move LESS and Webassets support from Pelican core to plugin"
msgstr ""
#: ../../changelog.rst:406 d2e26f930edf4d68801b4e005ab7cdca
msgid ""
"The ``DEFAULT_DATE`` setting now defaults to ``None``, which means that "
"articles won't be generated unless date metadata is specified"
msgstr ""
#: ../../changelog.rst:408 c198ce6b37c94d98b358cf8aae3fa1c0
msgid ""
"Add ``FILENAME_METADATA`` setting to support metadata extraction from "
"filename"
msgstr ""
#: ../../changelog.rst:410 c3a2e1677eab4de3a12963b8c13e4875
msgid ""
"Add ``gzip_cache`` plugin to compress common text files into a ``.gz`` "
"file within the same directory as the original file, preventing the "
"server (e.g. Nginx) from having to compress files during an HTTP call"
msgstr ""
#: ../../changelog.rst:413 666bac4d13ba42d5b61833beb0950beb
msgid "Add support for AsciiDoc-formatted content"
msgstr ""
#: ../../changelog.rst:414 aaf5c771064c4c46975523a15609e6c9
msgid ""
"Add ``USE_FOLDER_AS_CATEGORY`` setting so that feature can be toggled "
"on/off"
msgstr ""
#: ../../changelog.rst:415 71233f0cf0844770a9374a375bce2ed6
msgid "Support arbitrary Jinja template files"
msgstr ""
#: ../../changelog.rst:416 fa2c3365a6c049bdb69a3215fd4010f7
msgid "Restore basic functional tests"
msgstr ""
#: ../../changelog.rst:417 925cdeb6a5344275a69e3d93ecc88eea
msgid ""
"New signals: ``generator_init``, ``get_generators``, and "
"``article_generate_preread``"
msgstr ""
#: ../../changelog.rst:421 a534e61fa0374d0cb03ec9d83b5fe387
msgid "3.0 (2012-08-08)"
msgstr ""
#: ../../changelog.rst:423 7ec504fa35f84ec1b47a86fb9ef3b685
msgid "Refactored the way URLs are handled"
msgstr ""
#: ../../changelog.rst:424 a268577292d945649ad12e1430ed9eaf
msgid "Improved the English documentation"
msgstr ""
#: ../../changelog.rst:425 c694abe18818459d83a25f01c6257d9b
msgid "Fixed packaging using ``setuptools`` entrypoints"
msgstr ""
#: ../../changelog.rst:426 81b5a9a2740340e6ad48d2baceef5ebd
msgid "Added ``typogrify`` support"
msgstr ""
#: ../../changelog.rst:427 39d0f35b4ee343259ec7375597a718ec
msgid "Added a way to disable feed generation"
msgstr ""
#: ../../changelog.rst:428 8eb4aa1d17ff406aaf5be093c4310966
msgid "Added support for ``DIRECT_TEMPLATES``"
msgstr ""
#: ../../changelog.rst:429 0b43a8fa70db455696e298f4c11ac0c3
msgid "Allow multiple extensions for content files"
msgstr ""
#: ../../changelog.rst:430 89b94d339a3f46f882451d1dfac8df08
msgid "Added LESS support"
msgstr ""
#: ../../changelog.rst:431 bb9a3c00bb23405698d39c49b812ec07
msgid "Improved the import script"
msgstr ""
#: ../../changelog.rst:432 d4b7b6302e4b48b6990484066099dec1
msgid "Added functional tests"
msgstr ""
#: ../../changelog.rst:433 cc8d47d8e96d47c1965b6b721ad32de5
msgid "Rsync support in the generated Makefile"
msgstr ""
#: ../../changelog.rst:434 10cb71db95504caf9c45928191f650b0
msgid "Improved feed support (easily pluggable with Feedburner for instance)"
msgstr ""
#: ../../changelog.rst:435 61c7cb5819f94c89bd6dc3773375048f
msgid "Added support for ``abbr`` in reST"
msgstr ""
#: ../../changelog.rst:436 f65624c8dd3f4047be4adc66a8a9d1f4
msgid "Fixed a bunch of bugs :-)"
msgstr ""
#: ../../changelog.rst:439 d87300bfd91e495286e96a06c76fea5a
msgid "2.8 (2012-02-28)"
msgstr ""
#: ../../changelog.rst:441 a96f4e4b17034044a7fad630eba6f6c3
msgid "Dotclear importer"
msgstr ""
#: ../../changelog.rst:442 769b7e899fe44b2299b3bc021b23724d
msgid "Allow the usage of Markdown extensions"
msgstr ""
#: ../../changelog.rst:443 c11b737547f44ee4b9f206d78fd69034
msgid "Themes are now easily extensible"
msgstr ""
#: ../../changelog.rst:444 22b0eea97e5c4d5ea4615961685ddfda
msgid "Don't output pagination information if there is only one page"
msgstr ""
#: ../../changelog.rst:445 739a53e452714197918fdb7c730685c2
msgid "Add a page per author, with all their articles"
msgstr ""
#: ../../changelog.rst:446 6b9d84b09f954dba8e2ad225e26ad68a
msgid "Improved the test suite"
msgstr ""
#: ../../changelog.rst:447 6099f1c52f7c48adad09f9b84f50f181
msgid "Made the themes easier to extend"
msgstr ""
#: ../../changelog.rst:448 e4090cb5f1634fe0b30e498e8f1c0eca
msgid "Removed Skribit support"
msgstr ""
#: ../../changelog.rst:449 04ff51eeefd24306804c5a2daa98d59e
msgid "Added a ``pelican-quickstart`` script"
msgstr ""
#: ../../changelog.rst:450 550158557c904ad8abe330a0b86e6755
msgid "Fixed timezone-related issues"
msgstr ""
#: ../../changelog.rst:451 f41a6fafa9d548adbae1dfc7276a7f3a
msgid "Added some scripts for Windows support"
msgstr ""
#: ../../changelog.rst:452 e8b30590d7c64808b604f03d4bf25ffc
msgid "Date can be specified in seconds"
msgstr ""
#: ../../changelog.rst:453 bbdf1c456cc3417e876855d8b792753c
msgid "Never fail when generating posts (skip and continue)"
msgstr ""
#: ../../changelog.rst:454 33545506148f48c7a1f42d12535604ad
msgid "Allow the use of future dates"
msgstr ""
#: ../../changelog.rst:455 1d56de44e22c432eb61fbd23fe27ae88
msgid "Support having different timezones per language"
msgstr ""
#: ../../changelog.rst:456 0002c845a16a4d5bb19eeca4dedb0ce9
msgid "Enhanced the documentation"
msgstr ""
#: ../../changelog.rst:459 2dd8c562cd44466cbbc868023bc8eef6
msgid "2.7 (2011-06-11)"
msgstr ""
#: ../../changelog.rst:461 6383d280fbbf47e99be6cbceaaa30245
msgid "Use ``logging`` rather than echoing to stdout"
msgstr ""
#: ../../changelog.rst:462 80e585445f284f95be38a221068c817d
msgid "Support custom Jinja filters"
msgstr ""
#: ../../changelog.rst:463 a2431e6f9cd041d7ae9a81ee9ea1f1d3
msgid "Compatibility with Python 2.5"
msgstr ""
#: ../../changelog.rst:464 8cdec91cfae54eef979319ffcd7b2b4b
msgid "Added a theme manager"
msgstr ""
#: ../../changelog.rst:465 53823ba8924f4092a13f30d612b6d147
msgid "Packaged for Debian"
msgstr ""
#: ../../changelog.rst:466 dcf480ab75f849e78f2e15e0de4880c9
msgid "Added draft support"
msgstr ""
#: ../../changelog.rst:469 9e46e5ecc5aa48ed9c973f181250bb2d
msgid "2.6 (2011-03-08)"
msgstr ""
#: ../../changelog.rst:471 3b00b44b0dc74320bcc30ac3c3b8d43f
msgid "Changes in the output directory structure"
msgstr ""
#: ../../changelog.rst:472 7edd59c2885748b18242900bc717e6f2
msgid "Makes templates easier to work with / create"
msgstr ""
#: ../../changelog.rst:473 80ecbc256d074c0ab966b3f8f90b2fa7
msgid "Added RSS support (was Atom-only)"
msgstr ""
#: ../../changelog.rst:474 6bcd42cb56ae4e52b1fd66833cad6bd3
msgid "Added tag support for the feeds"
msgstr ""
#: ../../changelog.rst:475 e8875e8c6317488eb0fa76f5d444763f
msgid "Enhance the documentation"
msgstr ""
#: ../../changelog.rst:476 feb91b6347cb467ba693cb55a2cd8a00
msgid "Added another theme (brownstone)"
msgstr ""
#: ../../changelog.rst:477 3e8cd0da99fe408bb66b8db1caaa336b
msgid "Added translations"
msgstr ""
#: ../../changelog.rst:478 888218f74f754c209363573264452100
msgid "Added a way to use cleaner URLs with a rewrite url module (or equivalent)"
msgstr ""
#: ../../changelog.rst:479 5006a51a923042dcabda9843b155d177
msgid "Added a tag cloud"
msgstr ""
#: ../../changelog.rst:480 a329ec582419436392aea3556205352c
msgid ""
"Added an autoreloading feature: the blog is automatically regenerated "
"each time a modification is detected"
msgstr ""
#: ../../changelog.rst:482 8b136937ff5c42b6a9d4ca2c09f49399
msgid "Translate the documentation into French"
msgstr ""
#: ../../changelog.rst:483 00b39926200d4f1389445e6f7a25ea34
msgid "Import a blog from an RSS feed"
msgstr ""
#: ../../changelog.rst:484 92dd7ebe963e4c3da3dd0b138d8c0cd7
msgid "Pagination support"
msgstr ""
#: ../../changelog.rst:485 45dc61ad8c664e1e84511003c2431e7f
msgid "Added Skribit support"
msgstr ""
#: ../../changelog.rst:488 17729e7145b04f21b6adef1c94284e4b
msgid "2.5 (2010-11-20)"
msgstr ""
#: ../../changelog.rst:490 44ae6d5ba68944cea82d7b3598be287e
msgid "Import from WordPress"
msgstr ""
#: ../../changelog.rst:491 a0af2d8823354b8fa048b456f9d0df25
msgid "Added some new themes (martyalchin / wide-notmyidea)"
msgstr ""
#: ../../changelog.rst:492 ec519864fa79463b8eea11f06934cbc5
msgid "First bug report!"
msgstr ""
#: ../../changelog.rst:493 7d38312ffc1f4589ad54b2d019cad3ea
msgid "Linkedin support"
msgstr ""
#: ../../changelog.rst:494 99a73194501a4469acac9ffdd791502f
msgid "Added a FAQ"
msgstr ""
#: ../../changelog.rst:495 49dc1d7af56c43a8b21e3d0e0bf141ad
msgid "Google Analytics support"
msgstr ""
#: ../../changelog.rst:496 59edf76455f2489993739d027964bb63
msgid "Twitter support"
msgstr ""
#: ../../changelog.rst:497 9c2d230b25e24b179049dc9e0332401c
msgid "Use relative URLs, not static ones"
msgstr ""
#: ../../changelog.rst:500 fc4e0772192648cd89baed818dbeb908
msgid "2.4 (2010-11-06)"
msgstr ""
#: ../../changelog.rst:502 d01de90563a94bafae690740613aa682
msgid "Minor themes changes"
msgstr ""
#: ../../changelog.rst:503 38a95f8b00684dc3ab279840640a01d8
msgid "Add Disqus support (so we have comments)"
msgstr ""
#: ../../changelog.rst:504 13dca871c120491a90240c43c7d0f4c7
msgid "Another code refactoring"
msgstr ""
#: ../../changelog.rst:505 87ec5e2d8b80482aac6e0a82f31c0d12
msgid "Added config settings about pages"
msgstr ""
#: ../../changelog.rst:506 30c338ee5d85462588119841675c73f4
msgid "Blog entries can also be generated in PDF"
msgstr ""
#: ../../changelog.rst:509 6d1ebe0620ff46939743b2fe2e9f1683
msgid "2.3 (2010-10-31)"
msgstr ""
#: ../../changelog.rst:511 3df14b83afaa446ca893c157189e33fb
msgid "Markdown support"
msgstr ""
#: ../../changelog.rst:514 91b45ea2e78047ccbbd97c7059930864
msgid "2.2 (2010-10-30)"
msgstr ""
#: ../../changelog.rst:516 4b96d6c2c47d463ebb66d1eaeb1f004e
msgid "Prettify output"
msgstr ""
#: ../../changelog.rst:517 cd805a3c55c84ddd89080a4912d91633
msgid "Manages static pages as well"
msgstr ""
#: ../../changelog.rst:520 bc8859b0bf4043e09aed54af4b3c6ba7
msgid "2.1 (2010-10-30)"
msgstr ""
#: ../../changelog.rst:522 3146db5382224eddad41228f6f539e4c
msgid "Make notmyidea the default theme"
msgstr ""
#: ../../changelog.rst:525 f1bff0048805473d90461c68f8c82f07
msgid "2.0 (2010-10-30)"
msgstr ""
#: ../../changelog.rst:527 9c0181b93ed34eaa87a8e323a773a4c9
msgid "Refactoring to be more extensible"
msgstr ""
#: ../../changelog.rst:528 878c1cc7b2bb4adbb1684439b029cd14
msgid "Change into the setting variables"
msgstr ""
#: ../../changelog.rst:531 ca506f63c6474fa4ba68a7b57a840e81
msgid "1.2 (2010-09-28)"
msgstr ""
#: ../../changelog.rst:533 eef62c1f5bff457eba9733aba004b18d
msgid "Added a debug option"
msgstr ""
#: ../../changelog.rst:534 5c800901f23b4dceac320db21cb1e3db
msgid "Added per-category feeds"
msgstr ""
#: ../../changelog.rst:535 d51b96b46a2b4dc09088ad32fbc61bbb
msgid "Use filesystem to get dates if no metadata is provided"
msgstr ""
#: ../../changelog.rst:536 9b6420ecf5fb459d885d70db9190ad3b
msgid "Add Pygments support"
msgstr ""
#: ../../changelog.rst:539 5ccc5d9fa9424ec8896c57c3d62e1b6e
msgid "1.1 (2010-08-19)"
msgstr ""
#: ../../changelog.rst:541 a992372f04e345b5b37b6e20891b9b60
msgid "First working version"
msgstr ""