Source: mkdocs-git-revision-date-localized-plugin Section: python Maintainer: Debian Python Team Uploaders: Josenilson Ferreira da Silva Build-Depends: debhelper-compat (= 13), dh-sequence-mkdocs , dh-sequence-python3, mkdocs, mkdocs-gen-files, mkdocs-material, mkdocs-static-i18n, pybuild-plugin-pyproject, python3-all, python3-babel, python3-git , python3-pytest , python3-setuptools, tzdata Standards-Version: 4.7.4 Homepage: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin Vcs-Browser: https://salsa.debian.org/python-team/packages/mkdocs-git-revision-date-localized-plugin Vcs-Git: https://salsa.debian.org/python-team/packages/mkdocs-git-revision-date-localized-plugin.git Testsuite: autopkgtest-pkg-pybuild Package: mkdocs-git-revision-date-localized-plugin Architecture: all Depends: node-timeago.js, ${misc:Depends}, ${python3:Depends} Suggests: mkdocs-git-revision-date-localized-plugin-doc Description: MkDocs 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. Package: mkdocs-git-revision-date-localized-plugin-doc Section: doc Architecture: all Build-Profiles: Depends: ${misc:Depends}, ${mkdocs:Depends} Description: MkDocs plugin to display the localized date of last git modification (docs) 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. . This package contains the HTML documentation.