Login  Register

"Last updated" value computation?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

"Last updated" value computation?

Jeremie Bresson
163 posts
When I use the document type "article", I get a "Last updated" date in the footer div.
This is nice and useful.

My guess is that the value here is the "Modified date" of the document returned by the file system.
This is a big limitation for articles including other asciidoc files.

The "Last updated" computed by Asciidoctor should be the MAX of the "Modified date" of the document itself and of all included files.

Did I miss something?
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: "Last updated" value computation?

mojavelinux
Administrator
2681 posts
Your observation is correct. We've been discussing a fix for this in the following issue:


Cheers,

-Dan

On Mon, May 4, 2015 at 2:18 AM, Jeremie Bresson [via Asciidoctor :: Discussion] <[hidden email]> wrote:
When I use the document type "article", I get a "Last updated" date in the footer div.
This is nice and useful.

My guess is that the value here is the "Modified date" of the document returned by the file system.
This is a big limitation for articles including other asciidoc files.

The "Last updated" computed by Asciidoctor should be the MAX of the "Modified date" of the document itself and of all included files.

Did I miss something?


If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/Last-updated-value-computation-tp3118.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML



--