Skip to content

Commit

Permalink
Version 7.8.6
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <[email protected]>
  • Loading branch information
Kwpolska committed May 26, 2017
1 parent 5c73f38 commit d282247
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 31 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
New in master
New in v7.8.6
=============

Features
Expand Down
2 changes: 1 addition & 1 deletion docs/extending.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Extending Nikola
================

:Version: 7.8.5
:Version: 7.8.6
:Author: Roberto Alsina <[email protected]>

.. class:: alert alert-info pull-right
Expand Down
Binary file modified docs/man/nikola.1.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/man/nikola.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Nikola
A Static Site and Blog Generator
--------------------------------

:Version: Nikola 7.8.5
:Version: Nikola 7.8.6
:Manual section: 1
:Manual group: User Commands

Expand Down
2 changes: 1 addition & 1 deletion docs/manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
The Nikola Handbook
===================

:Version: 7.8.5
:Version: 7.8.6

.. class:: alert alert-info pull-right

Expand Down
9 changes: 1 addition & 8 deletions docs/path_handlers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,12 @@ archive
link://archive/2013 => /archives/2013/index.html

archive_atom
Link to archive Atom path, name is the year.
Link to archive Atom path, name is the year (archive pages must be indexes).

Example:

link://archive_atom/2013 => /archives/2013/index.atom

archive_rss
Link to archive RSS path, name is the year.

Example:

link://archive_rss/2013 => /archives/2013/rss.xml

author
Link to an author's page.

Expand Down
2 changes: 1 addition & 1 deletion docs/social_buttons.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Using Alternative Social Buttons with Nikola
============================================

:Version: 7.8.5
:Version: 7.8.6

.. class:: alert alert-info pull-right

Expand Down
4 changes: 2 additions & 2 deletions docs/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '7.8.5'
version = '7.8.6'
# The full version, including alpha/beta/rc tags.
release = '7.8.5'
release = '7.8.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.. description: Get help using Nikola, or contact us.
.. author: The Nikola Team
:Version: 7.8.5
:Version: 7.8.6

.. class:: alert alert-info pull-right

Expand Down
2 changes: 1 addition & 1 deletion docs/template-variables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.. date: 2017-04-13 12:00:00
.. author: The Nikola Team
:Version: 7.8.5
:Version: 7.8.6
:Author: Chris Warrick <[email protected]>

Variables available in templates are listed below.
Expand Down
2 changes: 1 addition & 1 deletion docs/theming.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Theming Nikola
==============

:Version: 7.8.5
:Version: 7.8.6
:Author: Roberto Alsina <[email protected]>

.. class:: alert alert-info pull-right
Expand Down
2 changes: 1 addition & 1 deletion nikola/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from __future__ import absolute_import
import os

__version__ = '7.8.5'
__version__ = '7.8.6'
DEBUG = bool(os.getenv('NIKOLA_DEBUG'))

from .nikola import Nikola # NOQA
Expand Down
8 changes: 4 additions & 4 deletions nikola/data/themes/base/messages/messages_ru.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"More posts about %s": "Больше записей о %s",
"Newer posts": "Новые записи",
"Next post": "Следующая запись",
"Next": "",
"Next": "Следующая",
"No posts found.": "Записей не найдено.",
"Nothing found.": "Ничего не найдено.",
"Older posts": "Старые записи",
Expand All @@ -28,7 +28,7 @@
"Posts for {month} {day}, {year}": "Записи за {day} {month} {year}",
"Posts for {month} {year}": "Записи за {month} {year}",
"Previous post": "Предыдущая запись",
"Previous": "",
"Previous": "Предыдущая",
"Publication date": "Дата опубликования",
"RSS feed": "RSS лента",
"Read in English": "Прочесть по-русски",
Expand All @@ -38,9 +38,9 @@
"Subcategories:": "Подкатегории:",
"Tags and Categories": "Тэги и категории",
"Tags": "Тэги",
"Toggle navigation": "",
"Toggle navigation": "Включить навигацию",
"Uncategorized": "Несортированное",
"Up": "",
"Up": "Наверх",
"Updates": "Обновления",
"Write your page here.": "Создайте Вашу страницу здесь.",
"Write your post here.": "Создайте Вашу запись здесь.",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def run(self):


setup(name='Nikola',
version='7.8.5',
version='7.8.6',
description='A modular, fast, simple, static website and blog generator',
long_description=open('README.rst').read(),
author='Roberto Alsina and others',
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: nikola
version: 7.8.5
version: 7.8.6
summary: A static website generator
description: A static website generator
confinement: strict
Expand Down
14 changes: 8 additions & 6 deletions translations/nikola.messages/ru.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,21 @@
# Translators:
# Translators:
# Dmitry Verkhoturov <[email protected]>, 2014
# Dmitry Verkhoturov <[email protected]>, 2014
# Evgeny [PTM] <[email protected]>, 2016
# Max Arnold <[email protected]>, 2013
# Max Arnold <[email protected]>, 2013
# Oleksandr Fedorov, 2015
# Oleksandr Fedorov, 2015
# Roberto Alsina <[email protected]>, 2013
# Roberto Alsina <[email protected]>, 2013
msgid ""
msgstr ""
"Project-Id-Version: Nikola\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2013-03-15 12:24-0300\n"
"PO-Revision-Date: 2017-01-07 11:37+0000\n"
"Last-Translator: Chris Warrick <kwpolska@gmail.com>\n"
"PO-Revision-Date: 2017-05-15 08:13+0000\n"
"Last-Translator: vadim Kucherenko <vadimkucherenko.69@gmail.com>\n"
"Language-Team: Russian (http://www.transifex.com/ralsina/nikola/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -151,7 +153,7 @@ msgid "Posts by %s"
msgstr "Запись %s"

msgid "Toggle navigation"
msgstr ""
msgstr "Включить навигацию"

#. Used to format months per year
msgid "{month} {year}"
Expand All @@ -162,10 +164,10 @@ msgid "{month} {day}, {year}"
msgstr ""

msgid "Previous"
msgstr ""
msgstr "Предыдущая"

msgid "Up"
msgstr ""
msgstr "Наверх"

msgid "Next"
msgstr ""
msgstr "Следующая"

0 comments on commit d282247

Please sign in to comment.