eb590bdc12
When rebooting the node in config mode, currently the fastd key is forcefully displayed in a fixed format. This is confusing in communities where fastd accepts all keys and no key submission is needed. Furthermore, some communities might want to personalize the display of the key (see #387). This patch moves the displaying <div> from the package's lua file to the translation files of the sample site configuration and mentiones the change in the release notes.
38 lines
660 B
ReStructuredText
38 lines
660 B
ReStructuredText
Gluon 2015.2 (in development)
|
|
=============================
|
|
|
|
Added (and removed) hardware support
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
New features
|
|
~~~~~~~~~~~~
|
|
|
|
|
|
Bugfixes
|
|
~~~~~~~~
|
|
|
|
|
|
Site changes
|
|
~~~~~~~~~~~~
|
|
* ``i18n/``
|
|
|
|
- The translations of ``gluon-config-mode:pubkey`` now have to show the fastd
|
|
public key itself if desired, making its format and whether it is shown at
|
|
all configurable. To retain the old format, add ``<p>`` to the beginning of
|
|
your translations and append::
|
|
|
|
"</p>"
|
|
"<div class=\"the-key\">"
|
|
" # <%= hostname %>"
|
|
" <br/>"
|
|
"<%= pubkey %>"
|
|
"</div>"
|
|
|
|
Internals
|
|
~~~~~~~~~
|
|
|
|
|
|
Known Issues
|
|
~~~~~~~~~~~~
|