11<!DOCTYPE html>
22< html lang ="en ">
3- < head >
3+ < head >
44 <!-- Required meta tags -->
5- < meta charset ="utf-8 " />
6- < meta content ="width=device-width, initial-scale=1, shrink-to-fit=no " name ="viewport " />
7-
5+ < meta charset ="utf-8 "/>
6+ < meta content ="width=device-width, initial-scale=1, shrink-to-fit=no " name ="viewport "/>
87 <!-- Skeleton CSS -->
9- < link crossorigin ="anonymous " href ="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css " rel ="stylesheet " />
10-
8+ < link crossorigin ="anonymous " href ="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css " rel ="stylesheet "/>
119 <!-- Font -->
12- < link href ="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap " rel ="stylesheet " type ="text/css " />
13-
10+ < link href ="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap " rel ="stylesheet " type ="text/css "/>
1411 <!-- JQuery -->
15- < script src ="https://code.jquery.com/jquery-latest.min.js "> </ script >
16-
12+ < script src ="https://code.jquery.com/jquery-latest.min.js ">
13+ </ script >
1714 <!-- Marked parser -->
18- < script src ="https://cdn.jsdelivr.net/npm/marked/marked.min.js "> </ script >
19-
15+ < script src ="https://cdn.jsdelivr.net/npm/marked/marked.min.js ">
16+ </ script >
2017 <!-- Favicon -->
21- < link href ="https://gist.githubusercontent.com/astariul/c09af596e802e945d3032774e10e1047/raw/f693a2e2b65966494da082887bc4be2917f615e4/random_icon.svg " rel ="icon " />
22-
18+ < link href ="https://gist.githubusercontent.com/astariul/c09af596e802e945d3032774e10e1047/raw/f693a2e2b65966494da082887bc4be2917f615e4/random_icon.svg " rel ="icon "/>
2319 <!-- Custom Styles -->
24- < link href ="../static/package_styles.css " rel ="stylesheet " />
25-
20+ < link href ="../static/package_styles.css " rel ="stylesheet "/>
2621 <!-- Our JS -->
27- < script type ="text/javascript " src ="../static/pypi_checker.js "> </ script >
28- < script src ="../static/package_page.js " defer > </ script >
29-
22+ < script src ="../static/pypi_checker.js " type ="text/javascript ">
23+ </ script >
24+ < script defer ="" src ="../static/package_page.js ">
25+ </ script >
3026 < title >
31- korewa.li - Public Pypi
27+ korewa.li - Public Pypi
3228 </ title >
33- </ head >
34-
35- < body >
29+ </ head >
30+ < body >
3631 < div class ="container ">
37- < section class ="header ">
38- < button onclick ="redirectToIndex() " class ="goback-button ">
39- < svg width ="50 " height ="50 ">
40- < circle cx ="25 " cy ="25 " r ="20 " fill ="#1EAEDB " />
41- < path d ="M15 25l10-10v5h10v10h-10v5z " fill ="white " />
42- </ svg >
43- </ button >
44- gdal
45- < span >
46- </ span >
47- < span id ='latest-version ' class ="version ">
48- 3.10.1
49- </ span >
50- < span id ='latest-main-version ' hidden >
51- 3.10.1
52- </ span >
53- </ section >
54-
55- < pre id ='installdanger ' hidden >
56- < button class ="danger-button " disabled >
32+ < section class ="header ">
33+ < button class ="goback-button " onclick ="redirectToIndex() ">
34+ < svg height ="50 " width ="50 ">
35+ < circle cx ="25 " cy ="25 " fill ="#1EAEDB " r ="20 ">
36+ </ circle >
37+ < path d ="M15 25l10-10v5h10v10h-10v5z " fill ="white ">
38+ </ path >
39+ </ svg >
40+ </ button >
41+ gdal
42+ < span >
43+ </ span >
44+ < span class ="version " id ="latest-version ">
45+ 3.10.1
46+ </ span >
47+ < span hidden ="" id ="latest-main-version ">
48+ 3.10.1
49+ </ span >
50+ </ section >
51+ < pre hidden ="" id ="installdanger ">
52+ < button class ="danger-button " disabled ="">
5753 DANGER ! A higher version of < i > gdal</ i > already exists on PyPi
5854 </ button >
5955 </ pre >
60-
61- < pre id ='installcmd '>
56+ < pre id ="installcmd ">
6257 < code > pip install gdal --extra-index-url https://pypi.korewa.li/</ code >
6358 </ pre >
64-
65- < hr />
66-
67- < div class ="row ">
68- < div class ="three columns ">
69- < b >
70- Project links
71- </ b >
72- < button id ="repoHomepage " onclick ="openLinkInNewTab('https://github.com/OSGeo/gdal') ">
73- Homepage
74- </ button >
75- < p class ="elem ">
76- < b >
77- Author :
78- </ b >
79- cgohlke
80- </ p >
81- < section class ="versions " id ="versions ">
82- < div id ="3.10.1 " onclick ="load_readme('3.10.1', scroll_to_div=true) ">
83- < a href ="https://github.com/cgohlke/geospatial-wheels/releases/download/v2025.1.20/GDAL-3.10.1-cp313-cp313-win_amd64.whl#egg=gdal-3.10.1 ">
84- 3.10.1
85- </ a >
86- </ div >
87- </ section >
59+ < hr />
60+ < div class ="row ">
61+ < div class ="three columns ">
62+ < b >
63+ Project links
64+ </ b >
65+ < button id ="repoHomepage " onclick ="openLinkInNewTab('https://github.com/OSGeo/gdal') ">
66+ Homepage
67+ </ button >
68+ < p class ="elem ">
69+ < b >
70+ Author :
71+ </ b >
72+ cgohlke
73+ </ p >
74+ < section class ="versions " id ="versions ">
75+ < div id ="3.10.1 " onclick ="load_readme('3.10.1', scroll_to_div=true) ">
76+ < a href ="https://github.com/cgohlke/geospatial-wheels/releases/download/v2025.1.20/GDAL-3.10.1-cp313-cp313-win_amd64.whl#egg=gdal-3.10.1 ">
77+ 3.10.1
78+ </ a >
8879 </ div >
89-
90- < div class ="nine columns " id ="description_pkg ">
91- < h6 class ="text-header ">
92- Description
93- </ h6 >
94- < p id ="markdown-container " class ="readme-block ">
95- </ p >
80+ < div class ="" id ="3.10.1 " onclick ="load_readme('3.10.1', scroll_to_div=true); ">
81+ < a href ="https://github.com/cgohlke/geospatial-wheels/releases/download/v2025.1.20/GDAL-3.10.1-cp313-cp313-win_amd64.whl ">
82+ 3.10.1
83+ </ a >
9684 </ div >
85+ </ section >
86+ </ div >
87+ < div class ="nine columns " id ="description_pkg ">
88+ < h6 class ="text-header ">
89+ Description
90+ </ h6 >
91+ < p class ="readme-block " id ="markdown-container ">
92+ </ p >
9793 </ div >
94+ </ div >
9895 </ div >
99-
10096 < script >
101- var url_readme_main = 'https://raw.githubusercontent.com/OSGeo/gdal/main/README.md' ;
97+ var url_readme_main = 'https://raw.githubusercontent.com/OSGeo/gdal/main/README.md' ;
10298
10399 $ ( document ) . ready ( function ( ) {
104100 var this_vers = document . getElementById ( 'latest-main-version' ) . textContent . trim ( ) ;
@@ -114,5 +110,5 @@ <h6 class="text-header">
114110 load_readme ( this_vers ) ;
115111 } ) ;
116112 </ script >
117- </ body >
113+ </ body >
118114</ html >
0 commit comments