11<!DOCTYPE html>
2- < html lang ="en ">
2+ < html lang ="en " data-bs-theme =" light " >
33 < head >
44 < meta charset ="utf-8 ">
55 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
77
88
9- < link rel ="canonical " href ="https://perl- workflow.github.io /about/ ">
9+ < link rel ="canonical " href ="https://workflow.pm /about/ ">
1010 < link rel ="shortcut icon " href ="../img/favicon.ico ">
1111 < title > About - perl-workflow</ title >
1212 < link href ="../css/bootstrap.min.css " rel ="stylesheet ">
13- < link href ="../css/font-awesome.min.css " rel ="stylesheet ">
13+ < link href ="../css/fontawesome.min.css " rel ="stylesheet ">
14+ < link href ="../css/brands.min.css " rel ="stylesheet ">
15+ < link href ="../css/solid.min.css " rel ="stylesheet ">
16+ < link href ="../css/v4-font-face.min.css " rel ="stylesheet ">
1417 < link href ="../css/base.css " rel ="stylesheet ">
15- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/styles/github.min.css ">
16-
17- < script src ="../js/jquery-1.10.2.min.js " defer > </ script >
18- < script src ="../js/bootstrap.min.js " defer > </ script >
19- < script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js "> </ script >
20- < script > hljs . initHighlightingOnLoad ( ) ; </ script >
18+ < link id ="hljs-light " rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css " >
19+ < link id ="hljs-dark " rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github-dark.min.css " disabled >
20+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js "> </ script >
21+ < script > hljs . highlightAll ( ) ; </ script >
2122 </ head >
2223
2324 < body >
2425 < div class ="navbar fixed-top navbar-expand-lg navbar-dark bg-primary ">
2526 < div class ="container ">
2627 < a class ="navbar-brand " href =".. "> perl-workflow</ a >
2728 <!-- Expander button -->
28- < button type ="button " class ="navbar-toggler " data-toggle ="collapse " data-target ="#navbar-collapse ">
29+ < button type ="button " class ="navbar-toggler " data-bs- toggle ="collapse " data-bs- target ="#navbar-collapse " aria-controls =" navbar-collapse " aria-expanded =" false " aria-label =" Toggle navigation ">
2930 < span class ="navbar-toggler-icon "> </ span >
3031 </ button >
3132
3233 <!-- Expanded navigation -->
3334 < div id ="navbar-collapse " class ="navbar-collapse collapse ">
3435 <!-- Main navigation -->
3536 < ul class ="nav navbar-nav ">
36- < li class ="navitem ">
37+ < li class ="nav-item ">
3738 < a href =".. " class ="nav-link "> Home</ a >
3839 </ li >
39- < li class ="navitem active ">
40- < a href ="./ " class ="nav-link "> About</ a >
40+ < li class ="nav-item ">
41+ < a href ="./ " class ="nav-link active " aria-current =" page "> About</ a >
4142 </ li >
4243 </ ul >
4344
44- < ul class ="nav navbar-nav ml -auto ">
45+ < ul class ="nav navbar-nav ms-md -auto ">
4546 < li class ="nav-item ">
46- < a href ="# " class ="nav-link " data-toggle ="modal " data-target ="#mkdocs_search_modal ">
47+ < a href ="# " class ="nav-link " data-bs- toggle ="modal " data-bs -target ="#mkdocs_search_modal ">
4748 < i class ="fa fa-search "> </ i > Search
4849 </ a >
4950 </ li >
6465
6566 < div class ="container ">
6667 < div class ="row ">
67- < div class ="col-md-3 "> < div class ="navbar-light navbar- expand-md bs-sidebar hidden-print affix " role ="complementary ">
68+ < div class ="col-md-3 "> < div class ="navbar-expand-md bs-sidebar hidden-print affix " role ="complementary ">
6869 < div class ="navbar-header ">
69- < button type ="button " class ="navbar-toggler collapsed " data-toggle ="collapse " data-target ="#toc-collapse " title ="Table of Contents ">
70+ < button type ="button " class ="navbar-toggler collapsed " data-bs- toggle ="collapse " data-bs -target ="#toc-collapse " title ="Table of Contents ">
7071 < span class ="fa fa-angle-down "> </ span >
7172 </ button >
7273 </ div >
7374
7475
75- < div id ="toc-collapse " class ="navbar-collapse collapse card bg-secondary ">
76+ < div id ="toc-collapse " class ="navbar-collapse collapse card bg-body-tertiary ">
7677 < ul class ="nav flex-column ">
7778
78- < li class ="nav-item " data-level ="1 "> < a href ="#about " class ="nav-link "> About</ a >
79+ < li class ="nav-item " data-bs- level ="1 "> < a href ="#about " class ="nav-link "> About</ a >
7980 < ul class ="nav flex-column ">
81+ < li class ="nav-item " data-bs-level ="2 "> < a href ="#brief-history-of-workflow " class ="nav-link "> Brief History of Workflow</ a >
82+ < ul class ="nav flex-column ">
83+ </ ul >
84+ </ li >
8085 </ ul >
8186 </ li >
8287 </ ul >
8590 < div class ="col-md-9 " role ="main ">
8691
8792< h1 id ="about "> About</ h1 >
88- < p > This is the website for the perl-workflow Perl distribution and related projects.</ p > </ div >
93+ < p > This is the website for the perl-workflow Perl distribution and related projects.</ p >
94+ < h2 id ="brief-history-of-workflow "> Brief History of Workflow</ h2 >
95+ < ul >
96+ < li > 11th. of October 2004 - Initial release to CPAN (< code > 0.10</ code > )</ li >
97+ < li > 7th. of July 2006 - Jonas B. Nielsen takes over maintenance from Chris Winters</ li >
98+ < li > 19th. of September 2006 - Project set up at SourceForge</ li >
99+ < li > 26th. of January - Version 1 release (< code > 1.32</ code > ) </ li >
100+ < li > 4th. of February 2014 - Project migrated from SourceForge to GitHub</ li >
101+ < li > 1st. of October 2022 - Workflow organization established on GitHub</ li >
102+ < li > 11th. of January 2025 - Version 2 released (< code > 2.02</ code > )</ li >
103+ </ ul >
104+ < p > Please see the < a href ="https://github.com/perl-workflow/perl-workflow/blob/master/Changes.md "> change log</ a > for more details involving the codebase.</ p > </ div >
89105 </ div >
90106 </ div >
91107
92108 < footer class ="col-md-12 ">
93109 < hr >
94110 < p > Documentation built with < a href ="https://www.mkdocs.org/ "> MkDocs</ a > .</ p >
95111 </ footer >
112+ < script src ="../js/bootstrap.bundle.min.js "> </ script >
96113 < script >
97114 var base_url = ".." ,
98115 shortcuts = { "help" : 191 , "next" : 78 , "previous" : 80 , "search" : 83 } ;
99116 </ script >
100- < script src ="../js/base.js " defer > </ script >
101- < script src ="../search/main.js " defer > </ script >
117+ < script src ="../js/base.js "> </ script >
118+ < script src ="../search/main.js "> </ script >
102119
103120 < div class ="modal " id ="mkdocs_search_modal " tabindex ="-1 " role ="dialog " aria-labelledby ="searchModalLabel " aria-hidden ="true ">
104121 < div class ="modal-dialog modal-lg ">
105122 < div class ="modal-content ">
106123 < div class ="modal-header ">
107124 < h4 class ="modal-title " id ="searchModalLabel "> Search</ h4 >
108- < button type ="button " class ="close " data-dismiss ="modal "> < span aria-hidden =" true " > × </ span > < span class =" sr-only " > Close</ span > </ button >
125+ < button type ="button " class ="btn- close " data-bs- dismiss ="modal " aria-label =" Close " > </ button >
109126 </ div >
110127 < div class ="modal-body ">
111128 < p > From here you can search these documents. Enter your search terms below.</ p >
@@ -125,7 +142,7 @@ <h4 class="modal-title" id="searchModalLabel">Search</h4>
125142 < div class ="modal-content ">
126143 < div class ="modal-header ">
127144 < h4 class ="modal-title " id ="keyboardModalLabel "> Keyboard Shortcuts</ h4 >
128- < button type ="button " class ="close " data-dismiss ="modal "> < span aria-hidden =" true " > × </ span > < span class =" sr-only " > Close</ span > </ button >
145+ < button type ="button " class ="btn- close " data-bs- dismiss ="modal " aria-label =" Close " > </ button >
129146 </ div >
130147 < div class ="modal-body ">
131148 < table class ="table ">
0 commit comments