Compare commits

...

4 Commits

Author SHA1 Message Date
Legacy Installer 557bf53e2c Separate DEC OSs 2024-01-09 13:25:16 +05:30
Legacy Installer d0fed36bfa improve edit links 2024-01-09 11:43:40 +05:30
Legacy Installer a106e27844 fix comment section 2024-01-09 11:28:19 +05:30
Legacy Installer 7a25493330
Create dependabot.yml 2024-01-09 11:12:38 +05:30
13 changed files with 86 additions and 36 deletions

11
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

View File

@ -0,0 +1,13 @@
---
keywords: ["DEC", "Start Here", "VirtualHub"]
description: "Operating Systems made by DEC."
sidebar_position: 3
---
import DocCardList from '@theme/DocCardList';
# DEC Operating Systems
These operating systems were made by [DEC](https://en.wikipedia.org/wiki/Digital_Equipment_Corporation).
<DocCardList />

View File

@ -0,0 +1,12 @@
---
keywords: ["PDP-11", "DEC", "Start Here", "VirtualHub"]
description: "PDP-11 operating systems made by DEC."
sidebar_position: 3
sidebar_label: PDP-11
---
# DEC PDP-11 Operating Systems
These operating systems were made by [DEC](https://en.wikipedia.org/wiki/Digital_Equipment_Corporation) for their [PDP-11](https://en.wikipedia.org/wiki/PDP-11) computers.
- [! CAPS-11](/1970s/1970/caps-11/)

View File

@ -0,0 +1,13 @@
---
keywords: ["PDP-15", "DEC", "Start Here", "VirtualHub"]
description: "PDP-15 operating systems made by DEC."
sidebar_position: 4
sidebar_label: PDP-15
---
# DEC PDP-11 Operating Systems
These operating systems were made by [DEC](https://en.wikipedia.org/wiki/Digital_Equipment_Corporation) for their [PDP-15](https://en.wikipedia.org/wiki/PDP-15) computers.
- [! ADSS-15](/1970s/1970/adss-15/)
- [! DOS-15](/1970s/1970/dos-15/)

View File

@ -0,0 +1,12 @@
---
keywords: ["PDP-7", "DEC", "Start Here", "VirtualHub"]
description: "PDP-7 operating systems made by DEC."
sidebar_position: 1
sidebar_label: PDP-7
---
# DEC PDP-7 Operating Systems
These operating systems were made by [DEC](https://en.wikipedia.org/wiki/Digital_Equipment_Corporation) for their [PDP-7](https://en.wikipedia.org/wiki/PDP-7) computers.
- [! DECSys-7](/1960s/1965/decsys/)

View File

@ -0,0 +1,14 @@
---
keywords: ["PDP-8", "DEC", "Start Here", "VirtualHub"]
description: "PDP-8 operating systems made by DEC."
sidebar_position: 2
sidebar_label: PDP-8
---
# DEC PDP-8 Operating Systems
These operating systems were made by [DEC](https://en.wikipedia.org/wiki/Digital_Equipment_Corporation) for their [PDP-8](https://en.wikipedia.org/wiki/PDP-8) computers.
- [! 4K DMS](/1960s/1965/4kdms/)
- [! TSS/8](/1960s/1968/tss8/)
- [! OS/8](/1970s/1971/os8/)

View File

@ -8,13 +8,6 @@ description: "Categorizing the tutorials on basis of type of OS."
This page categorizes the tutorials on basis of type of OS. If you are interested in operating systems from specific years, use the navigation bar above and choose the appropriate decade under "OSs".
<div className='container'>
<div className="row">
<div className="col text--center padding-horiz--md padding-vert--md">
<a href="/start-here/unix" className="button button--primary">Unix</a>
</div>
<div className="col text--center padding-horiz--md padding-vert--md">
<a href="/start-here/others" className="button button--primary">Other Operating Systems</a>
</div>
</div>
</div>
- [Unix](/start-here/unix)
- [DEC Operating Systems](/start-here/dec)
- [Other Operating Systems](/start-here/others)

View File

@ -1,14 +0,0 @@
---
keywords: ["1960s", "Others", "Start Here", "VirtualHub"]
description: "Operating Systems released in the 1960s, which do not fit in other categories."
sidebar_position: 1
sidebar_label: 1960s
---
# Other OSs from 1960s
Operating Systems released in the 1960s, which do not fit in other categories.
- [! DECSys-7](/1960s/1965/decsys/)
- [! 4K DMS](/1960s/1965/4kdms/)
- [! TSS/8](/1960s/1968/tss8/)

View File

@ -1,7 +1,7 @@
---
keywords: ["1970s", "Others", "Start Here", "VirtualHub"]
description: "Operating Systems released in the 1970s which, do not fit in other categories."
sidebar_position: 2
sidebar_position: 1
sidebar_label: 1970s
---
@ -9,8 +9,4 @@ sidebar_label: 1970s
Operating Systems released in the 1970s, which do not fit in other categories.
- [! CAPS-11](/1970s/1970/caps-11/)
- [! ADSS-15](/1970s/1970/adss-15/)
- [! DOS-15](/1970s/1970/dos-15/)
- [! OS/8](/1970s/1971/os8/)
- [Alto OS](/1970s/1973/alto-os/)

View File

@ -1,7 +1,7 @@
---
keywords: ["Others", "Start Here", "VirtualHub"]
description: "Operating Systems which are unique and do not fit in other categories."
sidebar_position: 3
sidebar_position: 4
---
import DocCardList from '@theme/DocCardList';

View File

@ -44,7 +44,7 @@ const config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/InstallerLegacy/virtualhub.eu.org/tree/main/',
'https://github.com/InstallerLegacy/virtualhub.eu.org/edit/main/',
routeBasePath: '/',
showLastUpdateAuthor: true,
showLastUpdateTime: true,
@ -54,7 +54,7 @@ const config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/InstallerLegacy/virtualhub.eu.org/tree/main/',
'https://github.com/InstallerLegacy/virtualhub.eu.org/edit/main/',
blogTitle: 'VirtualHub Blog',
blogDescription: 'The VirtualHub Blog.',
},

View File

@ -13,9 +13,9 @@ export default function BlogPostItemContent({children, className}) {
<Giscus
id="comments"
repo="InstallerLegacy/virtualhub.eu.org"
repoId="R_kgDOH8Gw8w"
repoId="R_kgDOLCT14w"
category="Comments"
categoryId="DIC_kwDOH8Gw884CRQXl"
categoryId="DIC_kwDOLCT1484CcS1P"
mapping="pathname"
strict="1"
reactionsEnabled="1"

View File

@ -41,9 +41,9 @@ export default function DocItemLayout({children}) {
<Giscus
id="comments"
repo="InstallerLegacy/virtualhub.eu.org"
repoId="R_kgDOH8Gw8w"
repoId="R_kgDOLCT14w"
category="Comments"
categoryId="DIC_kwDOH8Gw884CRQXl"
categoryId="DIC_kwDOLCT1484CcS1P"
mapping="pathname"
strict="1"
reactionsEnabled="1"