Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
v7.8.0
  • Loading branch information
ralsina committed Aug 29, 2016
1 parent 480a41f commit 1a7226e
Show file tree
Hide file tree
Showing 23 changed files with 96 additions and 83 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
@@ -1,4 +1,4 @@
New in master
New in v7.8.0
=============

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

:Version: 7.7.12
:Version: 7.8.0
:Author: Roberto Alsina <ralsina@netmanagers.com.ar>

.. 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
Expand Up @@ -6,7 +6,7 @@ Nikola
A Static Site and Blog Generator
--------------------------------

:Version: Nikola 7.7.12
:Version: Nikola 7.8.0
:Manual section: 1
:Manual group: User Commands

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

:Version: 7.7.12
:Version: 7.8.0

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

Expand Down
14 changes: 13 additions & 1 deletion docs/path_handlers.txt
Expand Up @@ -157,6 +157,18 @@ listing
link://listing/tutorial/hello.py => /listings/tutorial/hello.py.html


listing_source
A link to the source code for a listing.

It will try to use the file name if it's not ambiguous, or the file path.

Example:

link://listing_source/hello.py => /listings/tutorial/hello.py

link://listing_source/tutorial/hello.py => /listings/tutorial/hello.py


post_path
Link to the destination of an element in the POSTS/PAGES settings.

Expand Down Expand Up @@ -204,7 +216,7 @@ section_index_rss

Example:

link://section_index_atom/cars => /cars/rss.xml
link://section_index_rss/cars => /cars/rss.xml


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

:Version: 7.7.12
:Version: 7.8.0

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

Expand Down
4 changes: 2 additions & 2 deletions docs/sphinx/conf.py
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '7.7.12'
version = '7.8.0'
# The full version, including alpha/beta/rc tags.
release = '7.7.12'
release = '7.8.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
Expand Up @@ -4,7 +4,7 @@
.. description: Get help using Nikola, or contact us.
.. author: The Nikola Team
:Version: 7.7.12
:Version: 7.8.0

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

Expand Down
2 changes: 1 addition & 1 deletion docs/theming.txt
Expand Up @@ -9,7 +9,7 @@
Theming Nikola
==============

:Version: 7.7.12
:Version: 7.8.0
:Author: Roberto Alsina <ralsina@netmanagers.com.ar>

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

__version__ = '7.7.12'
__version__ = '7.8.0'
DEBUG = bool(os.getenv('NIKOLA_DEBUG'))

from .nikola import Nikola # NOQA
Expand Down
16 changes: 8 additions & 8 deletions nikola/data/themes/base/messages/messages_fa.py
Expand Up @@ -3,10 +3,10 @@

MESSAGES = {
"%d min remaining to read": "%d دقیقه برای خواندن باقی مانده",
"(active)": "",
"(active)": "(فعال)",
"Also available in:": "همچنین قابل دسترس از:",
"Archive": "آرشیو",
"Authors": "",
"Authors": "نویسنده‌ها",
"Categories": "دسته‌ها",
"Comments": "دیدگاه‌‌‌ها",
"LANGUAGE": "فارسی",
Expand All @@ -20,7 +20,7 @@
"Original site": "سایت اصلی",
"Posted:": "ارسال شده:",
"Posts about %s": "ارسال‌ها دربارهٔ %s",
"Posts by %s": "",
"Posts by %s": "ارسال‌های %s",
"Posts for year %s": "ارسال‌ها برای سال %s",
"Posts for {month} {day}, {year}": "ارسال برای {month} {day}. {year}",
"Posts for {month} {year}": "ارسال برای {month} {year}",
Expand All @@ -31,13 +31,13 @@
"Read more": "بیشتر بخوانید",
"Skip to main content": "متن اصلی را نادیده بگیر",
"Source": "منبع",
"Subcategories:": "",
"Subcategories:": "زیر بخش‌ها:",
"Tags and Categories": "برچسب‌ها و دسته‌ها",
"Tags": "برچسب‌ها",
"Uncategorized": "",
"Updates": "",
"Write your page here.": "",
"Write your post here.": "",
"Uncategorized": "دسته‌بندی نشده",
"Updates": "بروزرسانی‌ها",
"Write your page here.": "من صفحه را این‌جا بنویسید. ",
"Write your post here.": "متن پست‌تان را این‌جا بنویسید.",
"old posts, page %d": "صفحهٔ ارسال‌های قدیمی %d",
"page %d": "برگه %d",
}
14 changes: 7 additions & 7 deletions nikola/data/themes/base/messages/messages_fi.py
Expand Up @@ -6,7 +6,7 @@
"(active)": "(aktiivinen)",
"Also available in:": "Saatavilla myös:",
"Archive": "Arkisto",
"Authors": "",
"Authors": "Kirjoittajat",
"Categories": "Kategoriat",
"Comments": "Kommentit",
"LANGUAGE": "Suomi",
Expand All @@ -20,9 +20,9 @@
"Original site": "Alkuperäinen sivusto",
"Posted:": "Postattu:",
"Posts about %s": "Postauksia aiheesta %s",
"Posts by %s": "",
"Posts by %s": "Postaukset kirjoittajalta %s",
"Posts for year %s": "Postauksia vuodelta %s",
"Posts for {month} {day}, {year}": "",
"Posts for {month} {day}, {year}": "Kirjoituksia ajalta {day}. {month}ta {year}",
"Posts for {month} {year}": "Postauksia ajalle {month} {year}",
"Previous post": "Edellinen postaus",
"Publication date": "Julkaisupäivämäärä",
Expand All @@ -34,10 +34,10 @@
"Subcategories:": "Alakategoriat:",
"Tags and Categories": "Tagit ja kategoriat",
"Tags": "Tagit",
"Uncategorized": "",
"Updates": "",
"Write your page here.": "",
"Write your post here.": "",
"Uncategorized": "Luokittelematon",
"Updates": "Päivitykset",
"Write your page here.": "Kirjoita sisältö tähän.",
"Write your post here.": "Kirjoita sisältö tähän.",
"old posts, page %d": "vanhoja postauksia, sivu %d",
"page %d": "sivu %d",
}
14 changes: 7 additions & 7 deletions nikola/data/themes/base/messages/messages_hr.py
Expand Up @@ -6,7 +6,7 @@
"(active)": "(aktivno)",
"Also available in:": "Također dostupno i u:",
"Archive": "Arhiva",
"Authors": "",
"Authors": "Autori",
"Categories": "Kategorije",
"Comments": "Komentari",
"LANGUAGE": "hrvatski",
Expand All @@ -20,9 +20,9 @@
"Original site": "Izvorna stranica",
"Posted:": "Objavljeno:",
"Posts about %s": "Postovi o %s",
"Posts by %s": "",
"Posts by %s": "Objave od %s",
"Posts for year %s": "Postovi za godinu %s",
"Posts for {month} {day}, {year}": "",
"Posts for {month} {day}, {year}": "Objave za {mjesec}{dan}, {godina}",
"Posts for {month} {year}": "Postovi za {month} {year}",
"Previous post": "Prethodni post",
"Publication date": "Nadnevak objave",
Expand All @@ -34,10 +34,10 @@
"Subcategories:": "Podkategorije:",
"Tags and Categories": "Tagovi i kategorije",
"Tags": "Tagovi",
"Uncategorized": "",
"Updates": "",
"Write your page here.": "",
"Write your post here.": "",
"Uncategorized": "Nekategorizirano",
"Updates": "Nadopune",
"Write your page here.": "Napiši svoju stranicu ovdje",
"Write your post here.": "Napiši svoju objavu ovdje",
"old posts, page %d": "stari postovi, stranice %d",
"page %d": "stranice %d",
}
8 changes: 4 additions & 4 deletions nikola/data/themes/base/messages/messages_tr.py
Expand Up @@ -11,7 +11,7 @@
"Comments": "Yorumlar",
"LANGUAGE": "Türkçe",
"Languages:": "Diller:",
"More posts about %s": "%s ilgili diğer yazılar",
"More posts about %s": "%s hakkında diğer yazılar",
"Newer posts": "Daha yeni yazılar",
"Next post": "Sonraki yazı",
"No posts found.": "Yazı bulunamadı.",
Expand All @@ -20,9 +20,9 @@
"Original site": "Orjinal web sayfası",
"Posted:": "Yayın tarihi:",
"Posts about %s": "%s ile ilgili yazılar",
"Posts by %s": "%s tarafından yazılar",
"Posts by %s": "%s tarafından yazılanlar",
"Posts for year %s": "%s yılındaki yazılar",
"Posts for {month} {day}, {year}": "{month} {day}, {year} 'den beri olan yazılar",
"Posts for {month} {day}, {year}": "{month} {day}, {year} tarihinden itibaren yazılar",
"Posts for {month} {year}": "{month} {year} göre yazılar",
"Previous post": "Önceki yazı",
"Publication date": "Yayınlanma tarihi",
Expand All @@ -31,7 +31,7 @@
"Read more": "Devamını oku",
"Skip to main content": "Ana içeriğe geç",
"Source": "Kaynak",
"Subcategories:": "Altkategoriler:",
"Subcategories:": "Alt kategoriler:",
"Tags and Categories": "Etiketler ve Kategoriler",
"Tags": "Etiketler",
"Uncategorized": "Kategorisiz",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -112,7 +112,7 @@ def run(self):


setup(name='Nikola',
version='7.7.12',
version='7.8.0',
description='A modular, fast, simple, static website and blog generator',
long_description=open('README.rst').read(),
author='Roberto Alsina and others',
Expand Down
6 changes: 3 additions & 3 deletions snapcraft/nikola.py
@@ -1,10 +1,10 @@
#!/snap/nikola/current/usr/bin/python3
# EASY-INSTALL-ENTRY-SCRIPT: 'Nikola==master'
__requires__ = 'Nikola==7.7.12'
# EASY-INSTALL-ENTRY-SCRIPT: 'Nikola==7.8.0'
__requires__ = 'Nikola==7.8.0'
import sys
from pkg_resources import load_entry_point

if __name__ == '__main__':
sys.exit(
load_entry_point('Nikola==7.7.12', 'console_scripts', 'nikola')()
load_entry_point('Nikola==7.8.0')()
)
4 changes: 2 additions & 2 deletions snapcraft/stable/snapcraft.yaml
@@ -1,5 +1,5 @@
name: nikola
version: 7.7.12
version: 7.8.0
summary: A static website generator
description: A static website generator
confinement: strict
Expand All @@ -17,7 +17,7 @@ parts:
nikola-source:
plugin: python3
source: git://github.com/getnikola/nikola.git
source-tag: v7.7.12
source-tag: v7.8.0
requirements: requirements.txt
stage-packages:
- locales
Expand Down
22 changes: 11 additions & 11 deletions translations/nikola.messages/fa.po
Expand Up @@ -8,7 +8,7 @@
# Translators:
# Translators:
# Hossein Raysehman <rayeshman@gmail.com>, 2014
# Shahinism <ishahinism@gmail.com>, 2013,2015
# Shahinism <ishahinism@gmail.com>, 2013,2015-2016
# Soroosh Azary Marhabi <soroosh@azary.ir>, 2013
# Shahinism <ishahinism@gmail.com>, 2013
# Soroosh Azary Marhabi <soroosh@azary.ir>, 2013
Expand All @@ -17,8 +17,8 @@ msgstr ""
"Project-Id-Version: Nikola\n"
"Report-Msgid-Bugs-To: ralsina@netmanagers.com.ar\n"
"POT-Creation-Date: 2013-03-15 12:24-0300\n"
"PO-Revision-Date: 2015-08-31 07:51+0000\n"
"Last-Translator: Chris Warrick <kwpolska@gmail.com>\n"
"PO-Revision-Date: 2016-08-09 19:08+0000\n"
"Last-Translator: Shahinism <ishahinism@gmail.com>\n"
"Language-Team: Persian (http://www.transifex.com/ralsina/nikola/language/fa/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -121,29 +121,29 @@ msgid "Skip to main content"
msgstr "متن اصلی را نادیده بگیر"

msgid "Subcategories:"
msgstr ""
msgstr "زیر بخش‌ها:"

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

#. Default content for a new post
msgid "Write your post here."
msgstr ""
msgstr "متن پست‌تان را این‌جا بنویسید."

#. Default content for a new page
msgid "Write your page here."
msgstr ""
msgstr "من صفحه را این‌جا بنویسید. "

msgid "Uncategorized"
msgstr ""
msgstr "دسته‌بندی نشده"

#. Used for feeds of any format
msgid "Updates"
msgstr ""
msgstr "بروزرسانی‌ها"

msgid "Authors"
msgstr ""
msgstr "نویسنده‌ها"

msgid "Posts by %s"
msgstr ""
msgstr "ارسال‌های %s"

0 comments on commit 1a7226e

Please sign in to comment.