website/data/downloadDetails.js
Sohrab Behdani 8d3b688148
Merge pull request #51 from ERFouX/main
Removed Mate Version
2025-02-10 18:27:11 +03:30

108 lines
2.5 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: '2025-01-26',
size: '2.4 GiB',
hash: 'eaa711866f14615ef2d20585e60ee227',
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: '2025-01-26',
size: '2.8 GiB',
hash: '65fc9bc08f111eb64db7119c101b7554',
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: '2025-01-26',
size: '2.2 GiB',
hash: '64526d0605f729c5a271553fb6f11123',
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: '2025-01-26',
size: '2.1 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;