From 800a48b1454ca2642718fea74532f037187e775b Mon Sep 17 00:00:00 2001 From: hyzen Date: Sat, 25 Jul 2026 11:39:05 +0530 Subject: [PATCH] Fix: uninotes subject code url --- docs/sitemap.xml | 2 +- docs/subjectcode/index.html | 2 +- docs/subjectcode/index.xml | 2 +- docs/uninotes/bo-dcm1109/index.xml | 1 - docs/uninotes/et-dcm1107/index.xml | 1 - docs/uninotes/fa-dcm1108/index.xml | 1 - docs/uninotes/ge-dcm1106/index.xml | 1 - docs/uninotes/index.html | 8 ++-- docs/uninotes/{ => s1}/bo-dcm1109/index.html | 6 +-- .../{pbm-dcm1110 => s1/bo-dcm1109}/index.xml | 2 +- docs/uninotes/s1/bo-dcm1109/qna/index.html | 3 +- docs/uninotes/s1/bo-dcm1109/unit1/index.html | 2 +- .../s1/bo-dcm1109/unit1/self/index.html | 3 +- docs/uninotes/s1/bo-dcm1109/unit11/index.html | 2 +- .../s1/bo-dcm1109/unit11/self/index.html | 3 +- docs/uninotes/s1/bo-dcm1109/unit2/index.html | 2 +- .../s1/bo-dcm1109/unit2/self/index.html | 3 +- docs/uninotes/s1/bo-dcm1109/unit3/index.html | 2 +- .../s1/bo-dcm1109/unit3/self/index.html | 3 +- docs/uninotes/{ => s1}/et-dcm1107/index.html | 6 +-- docs/uninotes/s1/et-dcm1107/index.xml | 1 + docs/uninotes/s1/et-dcm1107/qna/index.html | 3 +- docs/uninotes/s1/et-dcm1107/unit1/index.html | 2 +- .../s1/et-dcm1107/unit1/live/index.html | 3 +- docs/uninotes/s1/et-dcm1107/unit12/index.html | 2 +- .../s1/et-dcm1107/unit12/self/index.html | 3 +- docs/uninotes/s1/et-dcm1107/unit2/index.html | 2 +- .../s1/et-dcm1107/unit2/live/index.html | 3 +- docs/uninotes/s1/et-dcm1107/unit5/index.html | 2 +- .../s1/et-dcm1107/unit5/self/index.html | 3 +- docs/uninotes/s1/et-dcm1107/unit6/index.html | 2 +- .../s1/et-dcm1107/unit6/self/index.html | 3 +- docs/uninotes/s1/et-dcm1107/unit7/index.html | 2 +- .../s1/et-dcm1107/unit7/self/index.html | 3 +- docs/uninotes/{ => s1}/fa-dcm1108/index.html | 6 +-- docs/uninotes/s1/fa-dcm1108/index.xml | 1 + docs/uninotes/s1/fa-dcm1108/qna/index.html | 3 +- docs/uninotes/{ => s1}/ge-dcm1106/index.html | 4 +- docs/uninotes/s1/ge-dcm1106/index.xml | 1 + docs/uninotes/s1/ge-dcm1106/qna/index.html | 3 +- docs/uninotes/s1/ge-dcm1106/unit1/index.html | 2 +- .../s1/ge-dcm1106/unit1/live/index.html | 3 +- docs/uninotes/s1/index.html | 2 +- docs/uninotes/{ => s1}/pbm-dcm1110/index.html | 4 +- docs/uninotes/s1/pbm-dcm1110/index.xml | 1 + docs/uninotes/s1/pbm-dcm1110/qna/index.html | 3 +- docs/uninotes/s1/pbm-dcm1110/unit1/index.html | 2 +- .../s1/pbm-dcm1110/unit1/live/index.html | 3 +- .../s1/pbm-dcm1110/unit1/self/index.html | 3 +- docs/uninotes/s1/pbm-dcm1110/unit2/index.html | 2 +- .../s1/pbm-dcm1110/unit2/self/index.html | 3 +- docs/uninotes/s1/pbm-dcm1110/unit3/index.html | 2 +- .../s1/pbm-dcm1110/unit3/self/index.html | 3 +- docs/uninotes/s1/pbm-dcm1110/unit4/index.html | 2 +- .../s1/pbm-dcm1110/unit4/self/index.html | 3 +- .../subjectcode/bo-dcm1109/index.html | 45 ------------------- .../uninotes/subjectcode/bo-dcm1109/index.xml | 1 - .../subjectcode/et-dcm1107/index.html | 45 ------------------- .../uninotes/subjectcode/et-dcm1107/index.xml | 1 - .../subjectcode/fa-dcm1108/index.html | 45 ------------------- .../uninotes/subjectcode/fa-dcm1108/index.xml | 1 - .../subjectcode/ge-dcm1106/index.html | 45 ------------------- .../uninotes/subjectcode/ge-dcm1106/index.xml | 1 - .../subjectcode/pbm-dcm1110/index.html | 45 ------------------- .../subjectcode/pbm-dcm1110/index.xml | 1 - hugo.toml | 4 ++ layouts/uninotes/section.html | 11 ++--- layouts/uninotes/single.html | 8 ++-- layouts/uninotes/unit-choice.html | 5 +-- 69 files changed, 98 insertions(+), 305 deletions(-) delete mode 100644 docs/uninotes/bo-dcm1109/index.xml delete mode 100644 docs/uninotes/et-dcm1107/index.xml delete mode 100644 docs/uninotes/fa-dcm1108/index.xml delete mode 100644 docs/uninotes/ge-dcm1106/index.xml rename docs/uninotes/{ => s1}/bo-dcm1109/index.html (85%) rename docs/uninotes/{pbm-dcm1110 => s1/bo-dcm1109}/index.xml (53%) rename docs/uninotes/{ => s1}/et-dcm1107/index.html (86%) create mode 100644 docs/uninotes/s1/et-dcm1107/index.xml rename docs/uninotes/{ => s1}/fa-dcm1108/index.html (84%) create mode 100644 docs/uninotes/s1/fa-dcm1108/index.xml rename docs/uninotes/{ => s1}/ge-dcm1106/index.html (85%) create mode 100644 docs/uninotes/s1/ge-dcm1106/index.xml rename docs/uninotes/{ => s1}/pbm-dcm1110/index.html (86%) create mode 100644 docs/uninotes/s1/pbm-dcm1110/index.xml delete mode 100644 docs/uninotes/subjectcode/bo-dcm1109/index.html delete mode 100644 docs/uninotes/subjectcode/bo-dcm1109/index.xml delete mode 100644 docs/uninotes/subjectcode/et-dcm1107/index.html delete mode 100644 docs/uninotes/subjectcode/et-dcm1107/index.xml delete mode 100644 docs/uninotes/subjectcode/fa-dcm1108/index.html delete mode 100644 docs/uninotes/subjectcode/fa-dcm1108/index.xml delete mode 100644 docs/uninotes/subjectcode/ge-dcm1106/index.html delete mode 100644 docs/uninotes/subjectcode/ge-dcm1106/index.xml delete mode 100644 docs/uninotes/subjectcode/pbm-dcm1110/index.html delete mode 100644 docs/uninotes/subjectcode/pbm-dcm1110/index.xml diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 34aec10..a70a646 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -1 +1 @@ -https://freedoms4.org/services/email/https://freedoms4.org/services/xmpp/https://freedoms4.org/services/file-share/https://freedoms4.org/tags/academics/2026-03-01T18:11:14+00:00https://freedoms4.org/blog/2026-03-01T18:11:14+00:00https://freedoms4.org/categories/2026-03-01T18:11:14+00:00https://freedoms4.org/tags/education/2026-03-01T18:11:14+00:00https://freedoms4.org/2026-03-01T18:11:14+00:00https://freedoms4.org/categories/philosophy/2026-03-01T18:11:14+00:00https://freedoms4.org/tags/system/2026-03-01T18:11:14+00:00https://freedoms4.org/tags/2026-03-01T18:11:14+00:00https://freedoms4.org/blog/what-is-education/2026-03-01T18:11:14+00:00https://freedoms4.org/uninotes/2025-11-11T23:15:44+05:30https://freedoms4.org/uninotes/bo-dcm1109/https://freedoms4.org/uninotes/subjectcode/bo-dcm1109/https://freedoms4.org/uninotes/s1/bo-dcm1109/qna/https://freedoms4.org/changelog/https://freedoms4.org/coming-soon/https://freedoms4.org/contact/https://freedoms4.org/uninotes/et-dcm1107/https://freedoms4.org/uninotes/subjectcode/et-dcm1107/https://freedoms4.org/uninotes/s1/et-dcm1107/qna/https://freedoms4.org/uninotes/fa-dcm1108/https://freedoms4.org/uninotes/subjectcode/fa-dcm1108/https://freedoms4.org/uninotes/s1/fa-dcm1108/qna/https://freedoms4.org/uninotes/ge-dcm1106/https://freedoms4.org/uninotes/subjectcode/ge-dcm1106/https://freedoms4.org/uninotes/s1/ge-dcm1106/qna/https://freedoms4.org/login/https://freedoms4.org/uninotes/pbm-dcm1110/https://freedoms4.org/uninotes/subjectcode/pbm-dcm1110/https://freedoms4.org/uninotes/s1/pbm-dcm1110/qna/https://freedoms4.org/privacy/https://freedoms4.org/uninotes/s1/https://freedoms4.org/search-results/https://freedoms4.org/semester/https://freedoms4.org/services/https://freedoms4.org/signup/https://freedoms4.org/subjectcode/https://freedoms4.org/terms/https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/self/https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/live/https://freedoms4.org/uninotes/s1/ge-dcm1106/unit1/https://freedoms4.org/uninotes/s1/ge-dcm1106/unit1/live/https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/live/https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/self/https://freedoms4.org/uninotes/s1/bo-dcm1109/unit11/https://freedoms4.org/uninotes/s1/bo-dcm1109/unit11/self/https://freedoms4.org/uninotes/s1/et-dcm1107/unit12/https://freedoms4.org/uninotes/s1/et-dcm1107/unit12/self/https://freedoms4.org/uninotes/s1/bo-dcm1109/unit2/https://freedoms4.org/uninotes/s1/bo-dcm1109/unit2/self/https://freedoms4.org/uninotes/s1/et-dcm1107/unit2/https://freedoms4.org/uninotes/s1/et-dcm1107/unit2/live/https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit2/https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit2/self/https://freedoms4.org/uninotes/s1/bo-dcm1109/unit3/https://freedoms4.org/uninotes/s1/bo-dcm1109/unit3/self/https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit3/https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit3/self/https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit4/https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit4/self/https://freedoms4.org/uninotes/s1/et-dcm1107/unit5/https://freedoms4.org/uninotes/s1/et-dcm1107/unit5/self/https://freedoms4.org/uninotes/s1/et-dcm1107/unit6/https://freedoms4.org/uninotes/s1/et-dcm1107/unit6/self/https://freedoms4.org/uninotes/s1/et-dcm1107/unit7/https://freedoms4.org/uninotes/s1/et-dcm1107/unit7/self/https://freedoms4.org/admin/ \ No newline at end of file +https://freedoms4.org/services/email/https://freedoms4.org/services/xmpp/https://freedoms4.org/services/file-share/https://freedoms4.org/tags/academics/2026-03-01T18:11:14+00:00https://freedoms4.org/blog/2026-03-01T18:11:14+00:00https://freedoms4.org/categories/2026-03-01T18:11:14+00:00https://freedoms4.org/tags/education/2026-03-01T18:11:14+00:00https://freedoms4.org/2026-03-01T18:11:14+00:00https://freedoms4.org/categories/philosophy/2026-03-01T18:11:14+00:00https://freedoms4.org/tags/system/2026-03-01T18:11:14+00:00https://freedoms4.org/tags/2026-03-01T18:11:14+00:00https://freedoms4.org/blog/what-is-education/2026-03-01T18:11:14+00:00https://freedoms4.org/uninotes/2025-11-11T23:15:44+05:30https://freedoms4.org/uninotes/s1/bo-dcm1109/https://freedoms4.org/uninotes/s1/bo-dcm1109/qna/https://freedoms4.org/changelog/https://freedoms4.org/coming-soon/https://freedoms4.org/contact/https://freedoms4.org/uninotes/s1/et-dcm1107/https://freedoms4.org/uninotes/s1/et-dcm1107/qna/https://freedoms4.org/uninotes/s1/fa-dcm1108/https://freedoms4.org/uninotes/s1/fa-dcm1108/qna/https://freedoms4.org/uninotes/s1/ge-dcm1106/https://freedoms4.org/uninotes/s1/ge-dcm1106/qna/https://freedoms4.org/login/https://freedoms4.org/uninotes/s1/pbm-dcm1110/https://freedoms4.org/uninotes/s1/pbm-dcm1110/qna/https://freedoms4.org/privacy/https://freedoms4.org/uninotes/s1/https://freedoms4.org/search-results/https://freedoms4.org/semester/https://freedoms4.org/services/https://freedoms4.org/signup/https://freedoms4.org/subjectcode/https://freedoms4.org/terms/https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/self/https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/live/https://freedoms4.org/uninotes/s1/ge-dcm1106/unit1/https://freedoms4.org/uninotes/s1/ge-dcm1106/unit1/live/https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/live/https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/self/https://freedoms4.org/uninotes/s1/bo-dcm1109/unit11/https://freedoms4.org/uninotes/s1/bo-dcm1109/unit11/self/https://freedoms4.org/uninotes/s1/et-dcm1107/unit12/https://freedoms4.org/uninotes/s1/et-dcm1107/unit12/self/https://freedoms4.org/uninotes/s1/bo-dcm1109/unit2/https://freedoms4.org/uninotes/s1/bo-dcm1109/unit2/self/https://freedoms4.org/uninotes/s1/et-dcm1107/unit2/https://freedoms4.org/uninotes/s1/et-dcm1107/unit2/live/https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit2/https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit2/self/https://freedoms4.org/uninotes/s1/bo-dcm1109/unit3/https://freedoms4.org/uninotes/s1/bo-dcm1109/unit3/self/https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit3/https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit3/self/https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit4/https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit4/self/https://freedoms4.org/uninotes/s1/et-dcm1107/unit5/https://freedoms4.org/uninotes/s1/et-dcm1107/unit5/self/https://freedoms4.org/uninotes/s1/et-dcm1107/unit6/https://freedoms4.org/uninotes/s1/et-dcm1107/unit6/self/https://freedoms4.org/uninotes/s1/et-dcm1107/unit7/https://freedoms4.org/uninotes/s1/et-dcm1107/unit7/self/https://freedoms4.org/admin/ \ No newline at end of file diff --git a/docs/subjectcode/index.html b/docs/subjectcode/index.html index dc1d0e6..486d846 100644 --- a/docs/subjectcode/index.html +++ b/docs/subjectcode/index.html @@ -11,6 +11,6 @@ All updates Blog posts

All Posts | Categories

BO DCM1109 (5)

ET DCM1107 (7)

FA DCM1108 (1)

GE DCM1106 (2)

PBM DCM1110 (6)