website/data/downloadDetails.js

108 lines
2.4 KiB
JavaScript

const detailsData = {
gnome: {
text: {
en: 'Parch GNOME',
fa: 'پارچ گنوم',
},
img: '/gnome.jpeg',
href: 'https://mirror.parchlinux.com/gnome/ParchLinux-gnome-latest.iso',
changelog: null,
build_date: '2024-09-19',
size: '2.3 GiB',
hash: '024820a1a39299c30ea23d3c199dad0a',
maintainer: null
},
plasma: {
text: {
en: 'Parch Plasma',
fa: 'پارچ پلاسما',
},
img: '/plasma.jpeg',
href: 'https://mirror.parchlinux.com/plasma/ParchLinux-plasma-latest.iso',
changelog: null,
build_date: '2024-09-19',
size: '2.7 GiB',
hash: 'df4e9102c11a88363152162b5ea60907',
maintainer: null
},
mate: {
text: {
en: 'Parch Mate',
fa: 'پارچ ماته',
},
img: '/mate.png',
href: 'https://mirror.parchlinux.com/mate/ParchLinux-mate-latest.iso',
changelog: null,
build_date: '2024-10-18',
size: '2.1 GiB',
hash: '8b7a35d61a359c3f3e7c2475ef5c64fb',
maintainer: 'Sohrab Behdani'
},
xfce: {
text: {
en: 'Parch XFCE',
fa: 'پارچ XFCE',
},
img: '/xfce.jpeg',
href: 'https://mirror.parchlinux.com/XFCE/ParchLinux-XFCE-latest.iso',
changelog: null,
build_date: '2024-10-29',
size: '2.2 GiB',
hash: '4c809266f5aa88879d856ad615e42974',
maintainer: 'Sohrab Behdani'
},
cosmic: {
text: {
en: 'Parch COSMIC',
fa: 'پارچ کازمیک',
},
img: '/cosmic.jpeg',
href: 'https://mirror.parchlinux.com/cosmic/ParchLinux-cosmic-latest.iso',
changelog: null,
build_date: '2024-09-16',
size: '1.9 GiB',
hash: '5141429093026d2ca05d9ea97e32260d',
maintainer: null
},
lxqt: {
text: {
en: 'Parch LXQt',
fa: 'پارچ LXQt',
},
img: '/lxqt.png',
href: '#',
changelog: null,
build_date: '2024-01-01',
size: '1GB',
hash: null,
maintainer: 'Sohrab Behdani'
},
mobile: {
text: {
en: 'Parch Mobile',
fa: 'پارچ موبایل',
},
img: '/mobile.jpeg',
href: '#',
changelog: null,
build_date: '2024-01-01',
size: '1GB',
hash: null,
maintainer: 'Sohrab Behdani'
},
arm: {
text: {
en: 'Parch ARM Generic',
fa: 'پارچ جنریک آرم',
},
img: '/arm.png',
href: '#',
changelog: null,
build_date: '2024-01-01',
size: '1GB',
hash: null,
maintainer: 'Sohrab Behdani'
},
}
export default detailsData;