forked from Github/date2name
Fixed broken URL to datestamps.org
This commit is contained in:
parent
77eff4da53
commit
b895c771a3
3 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Per default, date2name gets the modification time of matching files
|
Per default, date2name gets the modification time of matching files
|
||||||
and directories and adds a datestamp in standard ISO 8601+ format
|
and directories and adds a datestamp in standard ISO 8601+ format
|
||||||
YYYY-MM-DD (http://datestamp.org/index.shtml) at the beginning of
|
YYYY-MM-DD (http://datestamps.org/index.shtml) at the beginning of
|
||||||
the file- or directoryname.
|
the file- or directoryname.
|
||||||
|
|
||||||
If an existing timestamp is found, its style will be converted to the
|
If an existing timestamp is found, its style will be converted to the
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ USAGE = "\n\
|
||||||
\n\
|
\n\
|
||||||
Per default, %prog gets the modification time of matching files\n\
|
Per default, %prog gets the modification time of matching files\n\
|
||||||
and directories and adds a datestamp in standard ISO 8601+ format\n\
|
and directories and adds a datestamp in standard ISO 8601+ format\n\
|
||||||
YYYY-MM-DD (http://datestamp.org/index.shtml) at the beginning of\n\
|
YYYY-MM-DD (http://datestamps.org/index.shtml) at the beginning of\n\
|
||||||
the file- or directoryname.\n\
|
the file- or directoryname.\n\
|
||||||
If an existing timestamp is found, its style will be converted to the\n\
|
If an existing timestamp is found, its style will be converted to the\n\
|
||||||
selected ISO datestamp format but the numbers stays the same.\n\
|
selected ISO datestamp format but the numbers stays the same.\n\
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ Introduction
|
||||||
------------
|
------------
|
||||||
|
|
||||||
date2name adds ISO 8601+ compatible datestamps (YYYY-MM-DD,
|
date2name adds ISO 8601+ compatible datestamps (YYYY-MM-DD,
|
||||||
link:http://datestamp.org/index.shtml[ISO 8601+ webpage]) to file- and
|
link:http://datestamps.org/index.shtml[ISO 8601+ webpage]) to file- and
|
||||||
directorynames or converts datestamps between known datestamp formats.
|
directorynames or converts datestamps between known datestamp formats.
|
||||||
|
|
||||||
Per default, date2name uses the modification time of matching files and
|
Per default, date2name uses the modification time of matching files and
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue