Skip to content

Commit

Permalink
Version 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Jan 10, 2024
1 parent d4a3c71 commit 0a51fbb
Show file tree
Hide file tree
Showing 16 changed files with 225 additions and 15 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 v8.3.0
=============

Features
Expand Down
2 changes: 1 addition & 1 deletion docs/extending.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.. description:
.. author: The Nikola Team
:Version: 8.2.4
:Version: 8.3.0
:Author: Roberto Alsina <[email protected]>

.. class:: alert alert-primary float-md-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 8.2.4
:Version: Nikola 8.3.0
:Manual section: 1
:Manual group: User Commands

Expand Down
2 changes: 1 addition & 1 deletion docs/manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.. has_math: true
.. author: The Nikola Team
:Version: 8.2.4
:Version: 8.3.0

.. class:: alert alert-primary float-md-right

Expand Down
2 changes: 1 addition & 1 deletion docs/social_buttons.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.. description:
.. author: The Nikola Team
:Version: 8.2.4
:Version: 8.3.0

.. class:: alert alert-primary float-md-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 @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '8.2.4'
version = '8.3.0'
# The full version, including alpha/beta/rc tags.
release = '8.2.4'
release = '8.3.0'

# 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: 8.2.4
:Version: 8.3.0

.. class:: alert alert-primary float-md-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: 8.2.4
:Version: 8.3.0
:Author: Chris Warrick <[email protected]>

Variables available in templates are listed below.
Expand Down
2 changes: 1 addition & 1 deletion docs/theming.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.. description:
.. author: The Nikola Team
:Version: 8.2.4
:Version: 8.3.0
:Author: Roberto Alsina <[email protected]>

.. class:: alert alert-primary float-md-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 @@
import os
import sys

__version__ = '8.2.4'
__version__ = '8.3.0'
DEBUG = bool(os.getenv('NIKOLA_DEBUG'))
SHOW_TRACEBACKS = bool(os.getenv('NIKOLA_SHOW_TRACEBACKS'))

Expand Down
49 changes: 49 additions & 0 deletions nikola/data/themes/base/messages/messages_bn.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# -*- encoding:utf-8 -*-
"""Autogenerated file, do not edit. Submit translations on Transifex."""

MESSAGES = {
"%d min remaining to read": "",
"(active)": "",
"Also available in:": "",
"Archive": "",
"Atom feed": "",
"Authors": "",
"Categories": "",
"Comments": "",
"LANGUAGE": "",
"Languages:": "",
"More posts about %s": "",
"Newer posts": "",
"Next post": "",
"Next": "",
"No posts found.": "",
"Nothing found.": "",
"Older posts": "",
"Original site": "",
"Posted:": "",
"Posts about %s": "",
"Posts by %s": "",
"Posts for year %s": "",
"Posts for {month_day_year}": "",
"Posts for {month_year}": "",
"Previous post": "",
"Previous": "",
"Publication date": "",
"RSS feed": "",
"Read in English": "",
"Read more": "",
"Skip to main content": "",
"Source": "",
"Subcategories:": "",
"Tags and Categories": "",
"Tags": "",
"Toggle navigation": "",
"Uncategorized": "",
"Up": "",
"Updates": "",
"Write your page here.": "",
"Write your post here.": "",
"old posts, page %d": "",
"page %d": "",
"updated": "",
}
2 changes: 0 additions & 2 deletions scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ read bailout
cleanup

./setup.py sdist bdist_wheel || exit $?
gpg --detach-sign -a dist/Nikola-$version.tar.gz.asc dist/Nikola-$version.tar.gz
gpg --detach-sign -a dist/Nikola-$version*.whl.asc dist/Nikola-$version*.whl
twine upload dist/Nikola-$version.tar.gz dist/Nikola-$version*.whl || exit $?

cleanup
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def run(self):


setup(name='Nikola',
version='8.2.4',
version='8.3.0',
description='A modular, fast, simple, static website and blog generator',
long_description=long_description,
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: 8.2.4
version: 8.3.0
summary: A static website generator
description: A static website generator
confinement: strict
Expand Down
163 changes: 163 additions & 0 deletions translations/nikola.messages/bn.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,163 @@
# Messages in Nikola
# Copyright (C) 2012-2016
# This file is distributed under the same license as the Nikola package.
#
# Translators:
# Translators:
# Translators:
# Translators:
# Translators:
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: 2013-03-15 15:29+0000\n"
"Last-Translator: Chris Warrick <[email protected]>\n"
"Language-Team: Bengali (http://app.transifex.com/ralsina/nikola/language/bn/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

msgid "More posts about %s"
msgstr ""

#. Here your translation should NOT say English but the name of your language
#. instead
msgid "LANGUAGE"
msgstr ""

msgid "Tags"
msgstr ""

msgid "Categories"
msgstr ""

msgid "Tags and Categories"
msgstr ""

msgid "Comments"
msgstr ""

msgid "Read more"
msgstr ""

msgid "Posts about %s"
msgstr ""

msgid "Next post"
msgstr ""

msgid "old posts, page %d"
msgstr ""

msgid "page %d"
msgstr ""

msgid "Source"
msgstr ""

#. Here your translation should NOT say English but the name of your language
#. instead
msgid "Read in English"
msgstr ""

msgid "Posts for year %s"
msgstr ""

msgid "Newer posts"
msgstr ""

msgid "Previous post"
msgstr ""

msgid "Also available in:"
msgstr ""

msgid "Languages:"
msgstr ""

msgid "Original site"
msgstr ""

msgid "Older posts"
msgstr ""

msgid "Archive"
msgstr ""

msgid "Publication date"
msgstr ""

msgid "Posted:"
msgstr ""

msgid "Posts for {month_year}"
msgstr ""

msgid "Posts for {month_day_year}"
msgstr ""

msgid "Nothing found."
msgstr ""

msgid "No posts found."
msgstr ""

msgid "RSS feed"
msgstr ""

msgid "%d min remaining to read"
msgstr ""

msgid "Skip to main content"
msgstr ""

msgid "Subcategories:"
msgstr ""

#. Used for active navigation links, for screen readers only
msgid "(active)"
msgstr ""

#. Default content for a new post
msgid "Write your post here."
msgstr ""

#. Default content for a new page
msgid "Write your page here."
msgstr ""

msgid "Uncategorized"
msgstr ""

#. Used for feeds of any format
msgid "Updates"
msgstr ""

msgid "Authors"
msgstr ""

msgid "Posts by %s"
msgstr ""

msgid "Toggle navigation"
msgstr ""

msgid "Previous"
msgstr ""

msgid "Up"
msgstr ""

msgid "Next"
msgstr ""

msgid "Atom feed"
msgstr ""

#. {date} (updated {updated_date})
msgid "updated"
msgstr ""

0 comments on commit 0a51fbb

Please sign in to comment.