Version 2.4

    Overview

      Parent-children relationship between texts

      Binary uploads

      Express publishing

      Let's Encrypt

      Custom category types

      Introducing nodes

    Changes

      2.459 (2020-07-03)

      2.458 (2020-06-22)

      2.457 (2020-06-18)

      2.456 (2020-06-12)

      2.455 (2020-05-31)

      2.454 (2020-05-07)

      2.453 (2020-05-01)

      2.452 (2020-04-18)

      2.451 (2020-04-13)

      2.450 (2020-04-12)

      2.442 2020-02-25

      2.441 2020-01-17

      2.440 2020-01-08

      2.431 2019-12-23

      2.430 2019-12-23

      2.420 2019-12-04

      2.412 2019-12-01 [SECURITY]

      2.411 2019-11-29

      2.410 2019-11-28

      2.401 2019-11-01

      2.400 2019-10-27

      2.392 2019-08-23

      2.391 2019-08-15

      2.390 2019-07-25

Overview

Parent-children relationship between texts

You can now use the #parent directive in a text, which will become its child. A child text will not be listed in the categories listing and will inherit them from the parent.

#title Example
#parent my-other-text-uri

The infobox will link to the parent, and the parent will have a box pointing to the children.

Binary uploads

The support for attached files has been extended. You can now upload audio and video files (you will probably need to tweak the max upload size in the admin) and create pages to display them without the infobox.

Example source:

#ATTACH t-t-test-1.webm t-t-test-2.pdf t-t-test-4.mp3 t-t-test-3.mp4
#title File Gallery
#blob 1

Resulting in such page:

a-v-nodes-9.png

Express publishing

A new option has been added in the admin, "Speed up the publishing process", which will skip the revision page if you have the permission to publish and there are no conflicts. Also when the publishing is complete, you will be redirected automatically to the target page.

This makes sense if you are the only one working on the site and the publishing procedure seems too long and kind of gratuitous (it's not, really!) to you.

Let's Encrypt

The version 1 of the ACME protocol is going away soon, so Amusewiki is now using the version 2, thanks to Net::ACME2. Unofficial Debian packages are available for Stretch and Buster at packages.amusewiki.org

Custom category types

You may need more flexibility than just authors and topics. For that you can now create your own category type, e.g. publisher or location (You can find the admin console at /settings/categories).

a-v-cat-1.png

Then you would add to the header:

#title test custom formats (all)
#publisher My publisher
#location Zagreb

Text...

And they would appear in the text infobox.

a-v-cat-2.png

On /category/location you have the listing of the locations.

a-v-cat-5.png

And the location page /category/location/zagreb

a-v-cat-3.png

Introducing nodes

The development for Amusewiki 2.4 started in the late spring 2019 developing a new feature, the "nodes", to overcome the limitation of the single level author/topic structure and to gain the ability to build arbitrary trees of texts.

Sometimes this approach can be better than having the category hardcoded into the text, but it's your choice. You can use this or the classical system, or both.

The feature is still marked as experimental, but it can be accessed under /node

A quick demo would probably give you a better idea of what is about.

a-v-nodes-1.png
Create the initial node
a-v-nodes-2.png
Add a title and an optional body, and attach texts
a-v-nodes-3.png
Overview of the tree, you can add a child node
a-v-nodes-5.png
An attached text will carry the breadcrumbs
a-v-nodes-6.png
The updated sitemap
a-v-nodes-7.png
The node page with texts and children nodes
a-v-nodes-8.png
When adding a text, you can attach it to a node right away

Changes

2.459 (2020-07-03)

2.458 (2020-06-22)

2.457 (2020-06-18)

2.456 (2020-06-12)

2.455 (2020-05-31)

2.454 (2020-05-07)

2.453 (2020-05-01)

2.452 (2020-04-18)

2.451 (2020-04-13)

2.450 (2020-04-12)

2.442 2020-02-25

2.441 2020-01-17

2.440 2020-01-08

2.431 2019-12-23

2.430 2019-12-23

2.420 2019-12-04

2.412 2019-12-01 [SECURITY]

2.411 2019-11-29

2.410 2019-11-28

To take advantage of the new BookBuilder features with images, you may want to reindex the site with amusewiki-bootstrap-archive --refresh. This step is however optional and doesn't prevent the normal functioning of the sites (you're just not going to see the images as available on the BookBuilder until you reindex the affected texts).

2.401 2019-11-01

2.400 2019-10-27

2.392 2019-08-23

2.391 2019-08-15

2.390 2019-07-25