DFSG NEW Queue

DFSG, Licensing & New Packages Team

mkdocs-git-revision-date-localized-plugin 1.5.3+dfsg-1

Package Information

DescriptionMkDocs plugin to display the localized date of last git modification

This MkDocs plugin enables displaying the date of the last git modification of a documentation page. The date is extracted directly from the git history, ensuring it always reflects when the content was actually changed.

The plugin supports multiple date formats including date, datetime, iso_date, iso_datetime, timeago (relative format like "2 days ago") and custom formats. Dates can be displayed in many languages using babel for localization, and timeago.js for dynamic relative time display in the browser.

When used with the mkdocs-material theme, the plugin integrates natively and automatically displays the last modification date and optionally the creation date at the bottom of each page.

It is useful for documentation sites where readers need to know how current the content is, such as software documentation, wikis, and technical references hosted on platforms like GitHub Pages or GitLab Pages.

MaintainerDebian Python Team <team+python@tracker.debian.org>
Changed ByJosenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Sponsormitya57@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/python-team/packages/mkdocs-git-revision-date-localized-plugin.git (browse)
Closes#1136093
Trackerhttps://tracker.debian.org/pkg/mkdocs-git-revision-date-localized-plugin
Uploaded14 hours ago

New Package Report

.changes
Version1.5.3+dfsg-1
Changed-ByJosenilson Ferreira da Silva
Architecturesource all
Distributionunstable
DateTue, 05 May 2026 23:42:55 -0300
Sourcemkdocs-git-revision-date-localized-plugin
Changelog
mkdocs-git-revision-date-localized-plugin (1.5.3+dfsg-1) unstable; urgency=medium
 .
   [ Josenilson Ferreira da Silva ]
   * Initial release. (Closes: #1136093)
 .
   [ Dmitry Shachnev ]
   * New upstream release (1.5.3).
   * Add timeago.min.js symlink to the built package.
.dsc
Priorityoptional
Componentmain
Package-Listmkdocs-git-revision-date-localized-plugin deb python optional arch=all
mkdocs-git-revision-date-localized-plugin-doc deb doc optional arch=all profile=!nodoc profile:v1=!nodoc
Sectionpython
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin
Upstream-Name: mkdocs-git-revision-date-localized-plugin
Upstream-Contact: Tim Vink <vinktim@gmail.com>
Files-Excluded: src/mkdocs_git_revision_date_localized_plugin/js/timeago.min.js

Files: *
Copyright: 2018 Terry Zhao
           2019 Tim Vink <vinktim@gmail.com>
License: Expat

Files: tests/fixtures/basic_project/docs/overrides_material_theme/partials/source-file.html
Copyright: 2016-2021 Martin Donath <martin.donath@squidfunk.com>
License: Expat

Files: debian/*
Copyright: 2026 Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
License: Expat

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Back to Dashboard | View all reviews for this package