notice and this notice are preserved. This file is offered as-is,
without any warranty.
+updated: 2021-02-28
+published: 2019-09-14
plain text: https://bndl.org/bandali-computing.txt
و در هر رسانهای مجاز است، به این شرط که اعلان حق تکثیر و این اعلان حفظ
شوند. این پرونده به صورت موجود و بدون هیچ گونه ضمانت ارائه میشود.
+ویرایش: 2021-02-28
+انتشار: 2019-09-14
متن ساده: https://bndl.org/fa/bandali-computing.fa.txt
و در هر رسانهای مجاز است، به این شرط که اعلان حق تکثیر و این اعلان حفظ
شوند. این پرونده به صورت موجود و بدون هیچ گونه ضمانت ارائه میشود.
+انتشار: 2020-12-18
متن ساده: https://bndl.org/fa/fsf-internship-beyond.fa.txt
و در هر رسانهای مجاز است، به این شرط که اعلان حق تکثیر و این اعلان حفظ
شوند. این پرونده به صورت موجود و بدون هیچ گونه ضمانت ارائه میشود.
+انتشار: 2020-05-29
متن ساده: https://bndl.org/fa/fsf-internship-intro.fa.txt
notice and this notice are preserved. This file is offered as-is,
without any warranty.
+published: 2020-12-18
plain text: https://bndl.org/fsf-internship-beyond.txt
notice and this notice are preserved. This file is offered as-is,
without any warranty.
+published: 2020-05-29
plain text: https://bndl.org/fsf-internship-intro.txt
notice and this notice are preserved. This file is offered as-is,
without any warranty.
+updated: 2021-03-21
+published: 2021-03-20
plain text: https://bndl.org/libreplanet-2021.txt
my $txt = do { local $/; <STDIN> };
+
my $title = html_esc($txt =~ /\A([^\n]+)/);
$title =~ s/^\s+|\s+$//g;
if ($opt_lang eq 'fa') {
} else {
$title .= ' — bandali' if $title !~ /bandali/;
}
-my ($url) = $txt =~ /(?:plain text|متن ساده): (.*)\r?\n?\z/;
+
+my ($upd, $pub, $url) = $txt =~ /(.*)\r?\n(.*)\r?\n(.*)\r?\n?\z/;
+($upd) = $upd =~ /(?:updated|ویرایش): (.*)/ if $upd;
+($pub) = $pub =~ /(?:published|انتشار): (.*)/ if $pub;
+($url) = $url =~ /(?:plain text|متن ساده): (.*)/ if $url;
$url = 'https://bndl.org/bandali-cv.txt'
if (!$url and $title =~ /curriculum vitae/);
$url = html_esc($url) if $url;