Skip to content

Commit 21bfb8f

Browse files
committedJan 13, 2015
v7.3.0
1 parent 265367e commit 21bfb8f

File tree

2 files changed

+121
-1
lines changed

2 files changed

+121
-1
lines changed
 

‎posts/nikola-v730-is-out.txt

+120
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
.. title: Nikola v7.3.0 is out!
2+
.. slug: nikola-v730-is-out
3+
.. date: 2015-01-12 17:04:39 UTC
4+
.. tags: nikola, planet, python, programming, release
5+
.. link:
6+
.. description: Version 7.3.0 of Nikola is out!
7+
.. type: text
8+
.. author: Roberto Alsina
9+
10+
On behalf of the Nikola team, I am pleased to announce the immediate
11+
availability of Nikola v7.3.0. It features many bugfixes, and also
12+
some new useful features.
13+
14+
What is Nikola?
15+
===============
16+
17+
Nikola is a static site and blog generator, written in Python. It can
18+
use Mako and Jinja2 templates, and input in many popular markup
19+
formats, such as reStructuredText and Markdown — and can even turn
20+
IPython Notebooks into blog posts! It also supports image galleries,
21+
and is multilingual. Nikola is flexible, and page builds are
22+
extremely fast, courtesy of doit (which is rebuilding only what has
23+
been changed).
24+
25+
Find out more at the website: http://getnikola.com/
26+
27+
Downloads
28+
=========
29+
30+
Get it on `GitHub`__ and `PyPI`__.
31+
32+
__ https://github.com/getnikola/nikola/releases/tag/v7.3.0
33+
__ https://pypi.python.org/pypi/Nikola
34+
35+
Changes
36+
=======
37+
38+
Features
39+
--------
40+
41+
* Added ``-a``, ``--author`` option to set post author field
42+
* Added option INDEXES_PRETTY_PAGE_URL to make URLs for indexes
43+
pages more pretty. (Issue #1548)
44+
* Added ``-i``, ``--import`` argument to ``new_post`` for importing
45+
existing post contents (Issue #1385)
46+
* Added warning about ``password`` in posts being insecure
47+
(Issue #1547)
48+
* INDEXES_TITLE and INDEXES_PAGES are translatable (Issue #1544)
49+
* Added new option ARCHIVES_ARE_INDEXES which allows archive pages
50+
which list posts to be rendered with the post contents.
51+
(Issue #1537)
52+
* Added new option INDEXES_STATIC which allows to define the
53+
page ordering for indexes (Issue #1537). Also, if tag pages are
54+
created as indexes, they will behave more close to the
55+
default indexes.
56+
* Use ``table`` line-numbering style with reST code, making
57+
copy-pasting code possible (Issue #1285)
58+
* Tag and category pages are now more separated. The prefix for
59+
category pages can be changed and the folder can be modified
60+
independently of the tags' folder. (Issue #1535)
61+
* Writing the tag cloud data file can now be disabled. Will be
62+
disabled by default in the future. (Issue #1535)
63+
* The ``utils.config_changed`` function now takes an optional extra
64+
argument, ``identifier``, used to identify the source of a specific
65+
dependency save. As such, ALL your files will be rebuilt after
66+
upgrading. (Issue #1526 via #1521)
67+
* New option GALLERY_FOLDERS replacing GALLERY_PATH (Issue #1511)
68+
* New PANDOC_OPTIONS option (Issue #1492)
69+
* New tab-width option in code-block directive (Issue #1514)
70+
* New option TAG_PAGES_DESCRIPTIONS for optionally making individual
71+
tag pages more unique and interesting (Issue #1486)
72+
* New option LISTINGS_FOLDERS (which replaces LISTINGS_FOLDER) which
73+
allows to separate input and output folder names for listings, and
74+
allows to have more than one listings folder (Issue #1499)
75+
* ReST listing directive now honors alternative listings folder names
76+
(Issue #1499)
77+
* New command line option --conf= to specify the configuration file
78+
(default is conf.py) (Issue #1501)
79+
* Added Arabic translation (by darkwise)
80+
* Added Danish translation (by mikkelkristiansen)
81+
* Added Indonesian translation (by Willy Sudiarto Raharjo)
82+
* Added Korean translation (by Dong Geun)
83+
* Added Serbian translation (by Ivan Radeljic)
84+
* Added Swedish translation (by Johan Sommerfeld)
85+
* New advanced option RSS_LINKS_APPEND_QUERY for tracking traffic
86+
from RSS subscribers
87+
* Add ``robots`` meta tag with value ``noindex`` for drafts
88+
(Issue #1489)
89+
* New option TAGLIST_MINIMUM_POSTS allows hiding unpopular tags from
90+
the tag index page (Issue #1484)
91+
* New options CREATE_FULL_ARCHIVES and CREATE_DAILY_ARCHIVE which
92+
allow to create non-hierarchical archives and archives for days,
93+
respectively (Issue #1494)
94+
* New plugin for creating image thumbnails, and a corresponding reST
95+
plugin (Issue #1527)
96+
97+
Bugfixes
98+
--------
99+
100+
* Handle over-and-under-lined titles in rst for guessing title (Issue #1539)
101+
* Don't apply colorbox to figures if they are of islink class. (Issue #1536)
102+
* Turned minify_lines into a no-op (Issue #1497)
103+
* Don’t classify unpublished posts as pages (Issue #1577)
104+
* Fixed a ``TranslatableSetting.langformat`` race condition
105+
* Fixed ``TranslatableSetting`` instantiation in
106+
``TranslatableSetting.langformat`` (Issue #1571)
107+
* Fixed ``rss.xsl`` path for blogs not deployed to server root
108+
(Issue #1563)
109+
* Respect SHOW_UNTRANSLATED_POSTS = False in archives
110+
and for untranslated source files (Issue #1360)
111+
* Make sure drafts don’t appear in sitemaps with multiple languages
112+
(Issue #1489)
113+
* Make site.posts_per_file cover all languages (Issues #1270, #1489)
114+
* Fix ANNOTATIONS not working at all (Issue #1477)
115+
* Fix asking questions with Unicode chars in Python 2 (Issue #1476)
116+
* Use ADDITIONAL_METADATA with the two-file format (Issue #1471)
117+
* Make previewimage compatible with sites deployed to subdirectories
118+
(Issue #1473)
119+
* Make sitemaps work on sites deployed to subdirectories
120+
(Issue #1472)

‎stories/welcome.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can read more about this in the `Nikola Handbook </handbook.html#why-static>
2020

2121
.. raw:: html
2222

23-
<a class="btn btn-danger btn-lg" href="https://github.com/getnikola/nikola/releases/tag/v7.2.0"><i class="glyphicon glyphicon-download-alt"></i> Get Nikola (v7.2.0)</a>
23+
<a class="btn btn-danger btn-lg" href="https://github.com/getnikola/nikola/releases/tag/v7.3.0"><i class="glyphicon glyphicon-download-alt"></i> Get Nikola (v7.3.0)</a>
2424

2525
.. class:: col-md-4
2626

0 commit comments

Comments
 (0)
Please sign in to comment.