From dedbf6ecb8da0797c6c6c85226af4f0a78bc79fc Mon Sep 17 00:00:00 2001 From: hyzen Date: Tue, 14 Apr 2026 14:52:20 +0530 Subject: [PATCH] Add: changelog --- changelog/_index.md | 9 +++ content/uninotes/bo-dcm1109-unit1/_index.md | 1 - content/uninotes/bo-dcm1109-unit1/self.md | 1 - content/uninotes/bo-dcm1109-unit2/_index.md | 1 - content/uninotes/bo-dcm1109-unit2/self.md | 1 - content/uninotes/et-dcm1107-unit1/_index.md | 1 - content/uninotes/et-dcm1107-unit1/live.md | 1 - content/uninotes/et-dcm1107-unit2/_index.md | 1 - content/uninotes/et-dcm1107-unit2/live.md | 1 - content/uninotes/ge-dcm1106-unit1/_index.md | 1 - content/uninotes/ge-dcm1106-unit1/live.md | 1 - content/uninotes/pbm-dcm1110-unit1/_index.md | 1 - content/uninotes/pbm-dcm1110-unit1/live.md | 1 - content/uninotes/pbm-dcm1110-unit1/self.md | 1 - content/uninotes/pbm-dcm1110-unit2/_index.md | 1 - content/uninotes/pbm-dcm1110-unit2/self.md | 1 - docs/404.html | 2 +- docs/blog/index.html | 2 +- docs/blog/what-is-education/index.html | 2 +- docs/categories/index.html | 2 +- docs/categories/philosophy/index.html | 2 +- docs/changelog/index.html | 10 +++ docs/changelog/index.xml | 1 + docs/coming-soon/index.html | 2 +- docs/contact/index.html | 2 +- docs/css/custom.css | 12 ++++ docs/index.html | 2 +- docs/index.xml | 72 +++++++++---------- docs/login/index.html | 2 +- docs/semester/index.html | 2 +- docs/services/file-share/index.html | 2 +- docs/services/index.html | 2 +- docs/services/xmpp-account/index.html | 2 +- docs/signup/index.html | 2 +- docs/sitemap.xml | 2 +- docs/subjectcode/index.html | 2 +- docs/tags/academics/index.html | 2 +- docs/tags/education/index.html | 2 +- docs/tags/index.html | 2 +- docs/tags/system/index.html | 2 +- docs/uninotes/index.html | 2 +- docs/uninotes/s1/bo-dcm1109/index.html | 2 +- docs/uninotes/s1/bo-dcm1109/unit1/index.html | 2 +- .../s1/bo-dcm1109/unit1/self/index.html | 2 +- docs/uninotes/s1/bo-dcm1109/unit2/index.html | 2 +- .../s1/bo-dcm1109/unit2/self/index.html | 2 +- docs/uninotes/s1/et-dcm1107/index.html | 2 +- docs/uninotes/s1/et-dcm1107/unit1/index.html | 2 +- .../s1/et-dcm1107/unit1/live/index.html | 2 +- docs/uninotes/s1/et-dcm1107/unit2/index.html | 2 +- .../s1/et-dcm1107/unit2/live/index.html | 2 +- docs/uninotes/s1/fa-dcm1108/index.html | 2 +- docs/uninotes/s1/ge-dcm1106/index.html | 2 +- .../s1/ge-dcm1106/unit1/live/index.html | 2 +- docs/uninotes/s1/index.html | 2 +- docs/uninotes/s1/pbm-dcm1110/index.html | 2 +- docs/uninotes/s1/pbm-dcm1110/unit1/index.html | 4 +- .../s1/pbm-dcm1110/unit1/live/index.html | 2 +- .../s1/pbm-dcm1110/unit1/self/index.html | 2 +- docs/uninotes/s1/pbm-dcm1110/unit2/index.html | 2 +- .../s1/pbm-dcm1110/unit2/self/index.html | 2 +- docs/uninotes/s2/index.html | 2 +- docs/uninotes/s3/index.html | 2 +- docs/uninotes/s4/index.html | 2 +- docs/uninotes/s5/index.html | 2 +- docs/uninotes/s6/index.html | 2 +- hugo.toml | 26 +++++++ layouts/_partials/footer/copyright.html | 2 +- layouts/changelog/list.html | 6 ++ layouts/changelog/single.html | 6 ++ static/css/custom.css | 12 ++++ 71 files changed, 166 insertions(+), 99 deletions(-) create mode 100644 changelog/_index.md create mode 100644 docs/changelog/index.html create mode 100644 docs/changelog/index.xml create mode 100644 layouts/changelog/list.html create mode 100644 layouts/changelog/single.html diff --git a/changelog/_index.md b/changelog/_index.md new file mode 100644 index 0000000..890ba54 --- /dev/null +++ b/changelog/_index.md @@ -0,0 +1,9 @@ +--- +title: "Changelog" +--- + +## [2026-04-14] + +### Added +- Changelog page linked in the footer beside the copyright notice +- Removed year from footer copyright to keep it cleaner diff --git a/content/uninotes/bo-dcm1109-unit1/_index.md b/content/uninotes/bo-dcm1109-unit1/_index.md index b1cfb93..2803db4 100644 --- a/content/uninotes/bo-dcm1109-unit1/_index.md +++ b/content/uninotes/bo-dcm1109-unit1/_index.md @@ -2,7 +2,6 @@ draft = false title = 'Unit 1' unit = 'Unit 1' -weight = 1 layout = 'unit-choice' url = '/uninotes/s1/bo-dcm1109/unit1/' +++ diff --git a/content/uninotes/bo-dcm1109-unit1/self.md b/content/uninotes/bo-dcm1109-unit1/self.md index a5977ba..760b12d 100644 --- a/content/uninotes/bo-dcm1109-unit1/self.md +++ b/content/uninotes/bo-dcm1109-unit1/self.md @@ -6,7 +6,6 @@ unit = 'Unit 1' notecategory = 'Self' title = 'Unit 1' toc = true -weight = 1 url = '/uninotes/s1/bo-dcm1109/unit1/self/' uniturl = '/uninotes/s1/bo-dcm1109/unit1/' +++ diff --git a/content/uninotes/bo-dcm1109-unit2/_index.md b/content/uninotes/bo-dcm1109-unit2/_index.md index 71f2609..ee5a600 100644 --- a/content/uninotes/bo-dcm1109-unit2/_index.md +++ b/content/uninotes/bo-dcm1109-unit2/_index.md @@ -2,7 +2,6 @@ draft = false title = 'Unit 2' unit = 'Unit 2' -weight = 2 layout = 'unit-choice' url = '/uninotes/s1/bo-dcm1109/unit2/' +++ diff --git a/content/uninotes/bo-dcm1109-unit2/self.md b/content/uninotes/bo-dcm1109-unit2/self.md index 99f8935..c2af4d7 100644 --- a/content/uninotes/bo-dcm1109-unit2/self.md +++ b/content/uninotes/bo-dcm1109-unit2/self.md @@ -6,7 +6,6 @@ unit = 'Unit 2' notecategory = 'Self' title = 'Unit 2' toc = true -weight = 2 url = '/uninotes/s1/bo-dcm1109/unit2/self/' uniturl = '/uninotes/s1/bo-dcm1109/unit2/' +++ diff --git a/content/uninotes/et-dcm1107-unit1/_index.md b/content/uninotes/et-dcm1107-unit1/_index.md index 0357b69..50d9d3d 100644 --- a/content/uninotes/et-dcm1107-unit1/_index.md +++ b/content/uninotes/et-dcm1107-unit1/_index.md @@ -2,7 +2,6 @@ draft = false title = 'Unit 1' unit = 'Unit 1' -weight = 1 layout = 'unit-choice' url = '/uninotes/s1/et-dcm1107/unit1/' +++ diff --git a/content/uninotes/et-dcm1107-unit1/live.md b/content/uninotes/et-dcm1107-unit1/live.md index 8b76d17..7499712 100644 --- a/content/uninotes/et-dcm1107-unit1/live.md +++ b/content/uninotes/et-dcm1107-unit1/live.md @@ -6,7 +6,6 @@ unit = 'Unit 1' notecategory = 'Live' title = 'Unit 1' toc = true -weight = 1 url = '/uninotes/s1/et-dcm1107/unit1/live/' uniturl = '/uninotes/s1/et-dcm1107/unit1/' +++ diff --git a/content/uninotes/et-dcm1107-unit2/_index.md b/content/uninotes/et-dcm1107-unit2/_index.md index a4a97cc..e8260f4 100644 --- a/content/uninotes/et-dcm1107-unit2/_index.md +++ b/content/uninotes/et-dcm1107-unit2/_index.md @@ -2,7 +2,6 @@ draft = false title = 'Unit 2' unit = 'Unit 2' -weight = 2 layout = 'unit-choice' url = '/uninotes/s1/et-dcm1107/unit2/' +++ diff --git a/content/uninotes/et-dcm1107-unit2/live.md b/content/uninotes/et-dcm1107-unit2/live.md index ff935a5..fa848d8 100644 --- a/content/uninotes/et-dcm1107-unit2/live.md +++ b/content/uninotes/et-dcm1107-unit2/live.md @@ -6,7 +6,6 @@ unit = 'Unit 2' notecategory = 'Live' title = 'Unit 2' toc = true -weight = 2 url = '/uninotes/s1/et-dcm1107/unit2/live/' uniturl = '/uninotes/s1/et-dcm1107/unit2/' +++ diff --git a/content/uninotes/ge-dcm1106-unit1/_index.md b/content/uninotes/ge-dcm1106-unit1/_index.md index 06ed8b6..fbb0d6c 100644 --- a/content/uninotes/ge-dcm1106-unit1/_index.md +++ b/content/uninotes/ge-dcm1106-unit1/_index.md @@ -2,7 +2,6 @@ draft = false title = 'Unit 1' unit = 'Unit 1' -weight = 1 layout = 'unit-choice' url = '/uninotes/s1/pbm-dcm1110/unit1/' +++ diff --git a/content/uninotes/ge-dcm1106-unit1/live.md b/content/uninotes/ge-dcm1106-unit1/live.md index 842a970..679876d 100644 --- a/content/uninotes/ge-dcm1106-unit1/live.md +++ b/content/uninotes/ge-dcm1106-unit1/live.md @@ -6,7 +6,6 @@ unit = 'Unit 1' notecategory = 'Live' title = 'Unit 1' toc = true -weight = 1 url = '/uninotes/s1/ge-dcm1106/unit1/live/' uniturl = '/uninotes/s1/ge-dcm1106/unit1/' +++ diff --git a/content/uninotes/pbm-dcm1110-unit1/_index.md b/content/uninotes/pbm-dcm1110-unit1/_index.md index 06ed8b6..fbb0d6c 100644 --- a/content/uninotes/pbm-dcm1110-unit1/_index.md +++ b/content/uninotes/pbm-dcm1110-unit1/_index.md @@ -2,7 +2,6 @@ draft = false title = 'Unit 1' unit = 'Unit 1' -weight = 1 layout = 'unit-choice' url = '/uninotes/s1/pbm-dcm1110/unit1/' +++ diff --git a/content/uninotes/pbm-dcm1110-unit1/live.md b/content/uninotes/pbm-dcm1110-unit1/live.md index e8bf22f..6051497 100644 --- a/content/uninotes/pbm-dcm1110-unit1/live.md +++ b/content/uninotes/pbm-dcm1110-unit1/live.md @@ -6,7 +6,6 @@ unit = 'Unit 1' notecategory = 'Live' title = 'Unit 1' toc = true -weight = 1 url = '/uninotes/s1/pbm-dcm1110/unit1/live/' uniturl = '/uninotes/s1/pbm-dcm1110/unit1/' +++ diff --git a/content/uninotes/pbm-dcm1110-unit1/self.md b/content/uninotes/pbm-dcm1110-unit1/self.md index 96c3979..1be6c94 100644 --- a/content/uninotes/pbm-dcm1110-unit1/self.md +++ b/content/uninotes/pbm-dcm1110-unit1/self.md @@ -6,7 +6,6 @@ unit = 'Unit 1' notecategory = 'Self' title = 'Unit 1' toc = true -weight = 1 url = '/uninotes/s1/pbm-dcm1110/unit1/self/' uniturl = '/uninotes/s1/pbm-dcm1110/unit1/' +++ diff --git a/content/uninotes/pbm-dcm1110-unit2/_index.md b/content/uninotes/pbm-dcm1110-unit2/_index.md index d341f02..765cbbe 100644 --- a/content/uninotes/pbm-dcm1110-unit2/_index.md +++ b/content/uninotes/pbm-dcm1110-unit2/_index.md @@ -2,7 +2,6 @@ draft = false title = 'Unit 2' unit = 'Unit 2' -weight = 2 layout = 'unit-choice' url = '/uninotes/s1/pbm-dcm1110/unit2/' +++ diff --git a/content/uninotes/pbm-dcm1110-unit2/self.md b/content/uninotes/pbm-dcm1110-unit2/self.md index 4b8a699..f5ed0df 100644 --- a/content/uninotes/pbm-dcm1110-unit2/self.md +++ b/content/uninotes/pbm-dcm1110-unit2/self.md @@ -6,7 +6,6 @@ unit = 'Unit 2' notecategory = 'Self' title = 'Unit 2' toc = true -weight = 2 url = '/uninotes/s1/pbm-dcm1110/unit2/self/' uniturl = '/uninotes/s1/pbm-dcm1110/unit2/' +++ diff --git a/docs/404.html b/docs/404.html index 9dfcd7a..5ea2f27 100644 --- a/docs/404.html +++ b/docs/404.html @@ -7,4 +7,4 @@

404

The page you visited was not found.

Return to the home page

\ No newline at end of file +Subscribe

404

The page you visited was not found.

Return to the home page

\ No newline at end of file diff --git a/docs/blog/index.html b/docs/blog/index.html index 75d1f19..948c366 100644 --- a/docs/blog/index.html +++ b/docs/blog/index.html @@ -8,4 +8,4 @@ Sign Up Subscribe

All Posts | Categories

What is Education?

What is Education? # Education simply means “learning”. It’s a natural process. -Ratio of components in Education: # 50% Knowledge/Understanding, 30% …

\ No newline at end of file +Ratio of components in Education: # 50% Knowledge/Understanding, 30% …

\ No newline at end of file diff --git a/docs/blog/what-is-education/index.html b/docs/blog/what-is-education/index.html index 37402e9..7401a07 100644 --- a/docs/blog/what-is-education/index.html +++ b/docs/blog/what-is-education/index.html @@ -17,4 +17,4 @@ Academics system has evolved with time and got worst. Let’s see what the syste Sign Up Subscribe

What is Education?


What is Education? #

Education simply means “learning”. It’s a natural process.

Ratio of components in Education: #

50% Knowledge/Understanding, 30% Skills, 20% Experience.

Education vs Academics: #

Education and Academics are not the same thing. Academics is Education based of a curriculum and an institution. Plato discovered the word while describing his school of philosophy.

Academics system has evolved with time and got worst. Let’s see what the system has become nowadays: #

Extra bad: #

Education as a concept/implementation/system is good. -Academics is good only as a concept. It’s implementation and system is always the worst and corrupted.

Activities in Education: #

Read vs Study vs Research: #

  1. Read: Reading is about watching or interpreting something/someone to gain knowledge.

  2. Study: Studying is about interpreting a topic, going deeper and gaining some conscious understanding out of it.

  3. Research: Research is about studying a topic and then contributing to it with changes from your end.

Knowledge vs Entertainment: #

Example:

  1. The first book was to provide Knowledge/Understanding, but later books became a source of Entertainment (fiction).
  2. Videos can be used for both Knowledge/Understanding and Entertainment purposes. For example, for Knowledge/Understanding, there are documentaries, tutorial videos etc. For Entertainment, there are movies, funny videos etc.
Tags:
Categories:
\ No newline at end of file +Academics is good only as a concept. It’s implementation and system is always the worst and corrupted.

Activities in Education: #

Read vs Study vs Research: #

  1. Read: Reading is about watching or interpreting something/someone to gain knowledge.

  2. Study: Studying is about interpreting a topic, going deeper and gaining some conscious understanding out of it.

  3. Research: Research is about studying a topic and then contributing to it with changes from your end.

Knowledge vs Entertainment: #

Example:

  1. The first book was to provide Knowledge/Understanding, but later books became a source of Entertainment (fiction).
  2. Videos can be used for both Knowledge/Understanding and Entertainment purposes. For example, for Knowledge/Understanding, there are documentaries, tutorial videos etc. For Entertainment, there are movies, funny videos etc.
Tags:
Categories:
\ No newline at end of file diff --git a/docs/categories/index.html b/docs/categories/index.html index a772ce1..d3572d2 100644 --- a/docs/categories/index.html +++ b/docs/categories/index.html @@ -8,4 +8,4 @@ Sign Up Subscribe

All Posts | Categories

Philosophy (1)

\ No newline at end of file +› Categories

All Posts | Categories

Philosophy (1)

\ No newline at end of file diff --git a/docs/categories/philosophy/index.html b/docs/categories/philosophy/index.html index efbd25f..49dbd22 100644 --- a/docs/categories/philosophy/index.html +++ b/docs/categories/philosophy/index.html @@ -10,4 +10,4 @@ Subscribe

All Posts | -Categories

Philosophy

What is Education?

\ No newline at end of file +Categories

Philosophy

What is Education?

\ No newline at end of file diff --git a/docs/changelog/index.html b/docs/changelog/index.html new file mode 100644 index 0000000..896d9b3 --- /dev/null +++ b/docs/changelog/index.html @@ -0,0 +1,10 @@ +Changelog | Freedoms4

Changelog

[2026-04-14] #

Added #

\ No newline at end of file diff --git a/docs/changelog/index.xml b/docs/changelog/index.xml new file mode 100644 index 0000000..e217ffb --- /dev/null +++ b/docs/changelog/index.xml @@ -0,0 +1 @@ +Changelog on Freedoms4https://freedoms4.org/changelog/Recent content in Changelog on Freedoms4Hugoen-usyour-email@example.com (Freedoms4)your-email@example.com (Freedoms4) \ No newline at end of file diff --git a/docs/coming-soon/index.html b/docs/coming-soon/index.html index 66243cc..4276e09 100644 --- a/docs/coming-soon/index.html +++ b/docs/coming-soon/index.html @@ -7,4 +7,4 @@

Coming Soon

This feature is not yet available. Check back later!

\ No newline at end of file +Subscribe

Coming Soon

This feature is not yet available. Check back later!

\ No newline at end of file diff --git a/docs/contact/index.html b/docs/contact/index.html index c46ff07..f2637ac 100644 --- a/docs/contact/index.html +++ b/docs/contact/index.html @@ -19,4 +19,4 @@ Lemmy: hyzen@lemmy.today">

Admin: hyzen

Contacts #

Email and XMPP: hyzen@freedoms4.org

IRC/Liberachat: hyzen, #freedoms4

Follow on #

Mastodon: hyzen@mastodon.social

Lemmy: hyzen@lemmy.today

\ No newline at end of file +Subscribe

Admin: hyzen

Contacts #

Email and XMPP: hyzen@freedoms4.org

IRC/Liberachat: hyzen, #freedoms4

Follow on #

Mastodon: hyzen@mastodon.social

Lemmy: hyzen@lemmy.today

\ No newline at end of file diff --git a/docs/css/custom.css b/docs/css/custom.css index 0e032de..90b7d62 100644 --- a/docs/css/custom.css +++ b/docs/css/custom.css @@ -676,6 +676,18 @@ margin-bottom: 2rem; } +@media (max-width: 600px) { + .unit-choice__options { + flex-direction: column; + align-items: center; + } + .unit-choice__card { + width: 100%; + max-width: 260px; + flex: none; + } +} + .unit-choice__card { flex: 1; min-width: 180px; diff --git a/docs/index.html b/docs/index.html index 32050aa..dfafd47 100644 --- a/docs/index.html +++ b/docs/index.html @@ -7,4 +7,4 @@

Namaste 🙏 #

My name is hyzen, I'm the founder of this site. This site is my space to write about my views on various subjects and explore ideas that matter to me. I also provide free services to the public that may matter to them.

On the blog I’m writing about: #

Beyond theoretical discussions, I may also write about my day-to-day experiences, thoughts, and feelings - the personal reflections that shape my worldview and understanding of the world around me.

Motive: #

My goal is for everyone who visits this site to leave with something valuable.

Site’s Code: #

This site is also built with open source tools like Hugo and served freely. If you're interested in the code , you can find it here↗.

\ No newline at end of file +Subscribe

Namaste 🙏 #

My name is hyzen, I'm the founder of this site. This site is my space to write about my views on various subjects and explore ideas that matter to me. I also provide free services to the public that may matter to them.

On the blog I’m writing about: #

Beyond theoretical discussions, I may also write about my day-to-day experiences, thoughts, and feelings - the personal reflections that shape my worldview and understanding of the world around me.

Motive: #

My goal is for everyone who visits this site to leave with something valuable.

Site’s Code: #

This site is also built with open source tools like Hugo and served freely. If you're interested in the code , you can find it here↗.

\ No newline at end of file diff --git a/docs/index.xml b/docs/index.xml index 2c749a0..52625c0 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -1,4 +1,38 @@ -Freedoms4https://freedoms4.org/Recent updates on Freedoms4Hugoen-usyour-email@example.com (Freedoms4)your-email@example.com (Freedoms4)Sun, 01 Mar 2026 18:11:14 +0000Unit 1https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/self/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/self/<h3 class="heading" id="april-6-2026"> +Freedoms4https://freedoms4.org/Recent updates on Freedoms4Hugoen-usyour-email@example.com (Freedoms4)your-email@example.com (Freedoms4)Sun, 01 Mar 2026 18:11:14 +0000What is Education?https://freedoms4.org/blog/what-is-education/Sun, 01 Mar 2026 18:11:14 +0000your-email@example.com (Freedoms4)https://freedoms4.org/blog/what-is-education/<h1 class="heading" id="what-is-education"> + What is Education?<span class="heading__anchor"> <a href="#what-is-education">#</a></span> +</h1><p>Education simply means &ldquo;learning&rdquo;. It&rsquo;s a natural process.</p> +<h3 class="heading" id="ratio-of-components-in-education"> + Ratio of components in Education:<span class="heading__anchor"> <a href="#ratio-of-components-in-education">#</a></span> +</h3><p>50% Knowledge/Understanding, 30% Skills, 20% Experience.</p> +<h3 class="heading" id="education-vs-academics"> + Education vs Academics:<span class="heading__anchor"> <a href="#education-vs-academics">#</a></span> +</h3><p>Education and Academics are not the same thing. Academics is Education based of a curriculum and an institution. Plato discovered the word while describing his school of philosophy.</p> +<h4 class="heading" id="academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays"> + Academics system has evolved with time and got worst. Let&rsquo;s see what the system has become nowadays:<span class="heading__anchor"> <a href="#academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays">#</a></span> +</h4><ul> +<li>Wrong ratio of knowledge, skill, experience (knowledge takes about 90%).</li> +<li>Generalised curriculum for all students.</li> +</ul> +<h4 class="heading" id="extra-bad"> + Extra bad:<span class="heading__anchor"> <a href="#extra-bad">#</a></span> +</h4><ul> +<li>Goals are only bound to exams/grades, degree or certifications (year 1088), then getting jobs.</li> +<li>Unhealthy pressure and competition for students.</li> +<li>Money game.</li> +<li>Politics.</li> +</ul> +<p>Education as a concept/implementation/system is good. +Academics is good only as a concept. It&rsquo;s implementation and system is always the worst and corrupted.</p>Coming Soonhttps://freedoms4.org/coming-soon/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/coming-soon/<p>This feature is not yet available. Check back later!</p>Coming soon!https://freedoms4.org/login/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/login/<p>The feature is not available yet.</p>Coming soon!https://freedoms4.org/signup/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/signup/<p>The feature is not available yet.</p>Contacthttps://freedoms4.org/contact/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/contact/<p><strong>Admin:</strong> hyzen</p> +<h2 class="heading" id="contacts"> + Contacts<span class="heading__anchor"> <a href="#contacts">#</a></span> +</h2><p><strong><a href="mailto:hyzen@freedoms4.org">Email</a> and <a href="xmpp:hyzen@freedoms4.org">XMPP</a>:</strong> <a href="mailto:hyzen@freedoms4.org">hyzen@freedoms4.org</a></p> +<p><strong>IRC/Liberachat:</strong> hyzen, #freedoms4</p> +<h2 class="heading" id="follow-on"> + Follow on<span class="heading__anchor"> <a href="#follow-on">#</a></span> +</h2><p><strong><a href="https://mastodon.social/@hyzen">Mastodon</a>:</strong> <a href="mailto:hyzen@mastodon.social">hyzen@mastodon.social</a></p> +<p><strong>Lemmy:</strong> <a href="mailto:hyzen@lemmy.today">hyzen@lemmy.today</a></p>File sharehttps://freedoms4.org/services/file-share/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/services/file-share/<p>Visit <a href="https://share.freedoms4.org" target="_blank" rel="noopener noreferrer"> +share.freedoms4.org↗ +</a> to quickly upload files and get sharable links.</p>Unit 1https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/self/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/self/<h3 class="heading" id="april-6-2026"> <em><strong>April 6, 2026</strong></em><span class="heading__anchor"> <a href="#april-6-2026">#</a></span> </h3><h2 class="heading" id="features-and-nature-of-business"> Features and Nature of Business<span class="heading__anchor"> <a href="#features-and-nature-of-business">#</a></span> @@ -224,38 +258,4 @@ qualities of a coaching manager include:</p> delegation by themselves, whilst also making sure that they are maintaining a strict protocol in their office. They most often focus on adhering to rules and making sure that employees complete tasks as per the company’s standard of quality. Some of the common qualities of an authoritative manager -include:</p>What is Education?https://freedoms4.org/blog/what-is-education/Sun, 01 Mar 2026 18:11:14 +0000your-email@example.com (Freedoms4)https://freedoms4.org/blog/what-is-education/<h1 class="heading" id="what-is-education"> - What is Education?<span class="heading__anchor"> <a href="#what-is-education">#</a></span> -</h1><p>Education simply means &ldquo;learning&rdquo;. It&rsquo;s a natural process.</p> -<h3 class="heading" id="ratio-of-components-in-education"> - Ratio of components in Education:<span class="heading__anchor"> <a href="#ratio-of-components-in-education">#</a></span> -</h3><p>50% Knowledge/Understanding, 30% Skills, 20% Experience.</p> -<h3 class="heading" id="education-vs-academics"> - Education vs Academics:<span class="heading__anchor"> <a href="#education-vs-academics">#</a></span> -</h3><p>Education and Academics are not the same thing. Academics is Education based of a curriculum and an institution. Plato discovered the word while describing his school of philosophy.</p> -<h4 class="heading" id="academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays"> - Academics system has evolved with time and got worst. Let&rsquo;s see what the system has become nowadays:<span class="heading__anchor"> <a href="#academics-system-has-evolved-with-time-and-got-worst-lets-see-what-the-system-has-become-nowadays">#</a></span> -</h4><ul> -<li>Wrong ratio of knowledge, skill, experience (knowledge takes about 90%).</li> -<li>Generalised curriculum for all students.</li> -</ul> -<h4 class="heading" id="extra-bad"> - Extra bad:<span class="heading__anchor"> <a href="#extra-bad">#</a></span> -</h4><ul> -<li>Goals are only bound to exams/grades, degree or certifications (year 1088), then getting jobs.</li> -<li>Unhealthy pressure and competition for students.</li> -<li>Money game.</li> -<li>Politics.</li> -</ul> -<p>Education as a concept/implementation/system is good. -Academics is good only as a concept. It&rsquo;s implementation and system is always the worst and corrupted.</p>Coming Soonhttps://freedoms4.org/coming-soon/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/coming-soon/<p>This feature is not yet available. Check back later!</p>Coming soon!https://freedoms4.org/login/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/login/<p>The feature is not available yet.</p>Coming soon!https://freedoms4.org/signup/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/signup/<p>The feature is not available yet.</p>Contacthttps://freedoms4.org/contact/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/contact/<p><strong>Admin:</strong> hyzen</p> -<h2 class="heading" id="contacts"> - Contacts<span class="heading__anchor"> <a href="#contacts">#</a></span> -</h2><p><strong><a href="mailto:hyzen@freedoms4.org">Email</a> and <a href="xmpp:hyzen@freedoms4.org">XMPP</a>:</strong> <a href="mailto:hyzen@freedoms4.org">hyzen@freedoms4.org</a></p> -<p><strong>IRC/Liberachat:</strong> hyzen, #freedoms4</p> -<h2 class="heading" id="follow-on"> - Follow on<span class="heading__anchor"> <a href="#follow-on">#</a></span> -</h2><p><strong><a href="https://mastodon.social/@hyzen">Mastodon</a>:</strong> <a href="mailto:hyzen@mastodon.social">hyzen@mastodon.social</a></p> -<p><strong>Lemmy:</strong> <a href="mailto:hyzen@lemmy.today">hyzen@lemmy.today</a></p>File sharehttps://freedoms4.org/services/file-share/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/services/file-share/<p>Visit <a href="https://share.freedoms4.org" target="_blank" rel="noopener noreferrer"> -share.freedoms4.org↗ -</a> to quickly upload files and get sharable links.</p>XMPP Accounthttps://freedoms4.org/services/xmpp-account/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/services/xmpp-account/<p>Send your desired username to <a href="mailto:hyzen@freedoms4.org">hyzen@freedoms4.org</a> via Email (or via XMPP if already have an XMPP account). Account creation can take upto 24 hours.</p> \ No newline at end of file +include:</p>XMPP Accounthttps://freedoms4.org/services/xmpp-account/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/services/xmpp-account/<p>Send your desired username to <a href="mailto:hyzen@freedoms4.org">hyzen@freedoms4.org</a> via Email (or via XMPP if already have an XMPP account). Account creation can take upto 24 hours.</p> \ No newline at end of file diff --git a/docs/login/index.html b/docs/login/index.html index 5cc8ce5..43b50c6 100644 --- a/docs/login/index.html +++ b/docs/login/index.html @@ -7,4 +7,4 @@

Coming soon!

The feature is not available yet.

\ No newline at end of file +Subscribe

Coming soon!

The feature is not available yet.

\ No newline at end of file diff --git a/docs/semester/index.html b/docs/semester/index.html index 17fca92..8a8ea2e 100644 --- a/docs/semester/index.html +++ b/docs/semester/index.html @@ -8,4 +8,4 @@ Sign Up Subscribe

All Posts | Categories

S1 (8)

\ No newline at end of file +› Categories

All Posts | Categories

S1 (8)

\ No newline at end of file diff --git a/docs/services/file-share/index.html b/docs/services/file-share/index.html index 383e336..e19eaf8 100644 --- a/docs/services/file-share/index.html +++ b/docs/services/file-share/index.html @@ -9,4 +9,4 @@ Subscribe

File share

Visit share.freedoms4.org↗ -to quickly upload files and get sharable links.

\ No newline at end of file +to quickly upload files and get sharable links.

\ No newline at end of file diff --git a/docs/services/index.html b/docs/services/index.html index 3cb7c96..1b05e83 100644 --- a/docs/services/index.html +++ b/docs/services/index.html @@ -7,4 +7,4 @@

Services

  1. File share
  2. XMPP Account
\ No newline at end of file +Subscribe

Services

  1. File share
  2. XMPP Account
\ No newline at end of file diff --git a/docs/services/xmpp-account/index.html b/docs/services/xmpp-account/index.html index bc940ec..d7fdb66 100644 --- a/docs/services/xmpp-account/index.html +++ b/docs/services/xmpp-account/index.html @@ -8,4 +8,4 @@ Sign Up Subscribe

XMPP Account

Send your desired username to hyzen@freedoms4.org via Email (or via XMPP if already have an XMPP account). Account creation can take upto 24 hours.

\ No newline at end of file +› XMPP Account

XMPP Account

Send your desired username to hyzen@freedoms4.org via Email (or via XMPP if already have an XMPP account). Account creation can take upto 24 hours.

\ No newline at end of file diff --git a/docs/signup/index.html b/docs/signup/index.html index c778f13..0c63eb3 100644 --- a/docs/signup/index.html +++ b/docs/signup/index.html @@ -7,4 +7,4 @@

Coming soon!

The feature is not available yet.

\ No newline at end of file +Subscribe

Coming soon!

The feature is not available yet.

\ No newline at end of file diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 0dafaa3..1786daa 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -1 +1 @@ -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/pbm-dcm1110/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/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/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/coming-soon/https://freedoms4.org/login/https://freedoms4.org/signup/https://freedoms4.org/contact/https://freedoms4.org/uninotes/s1/et-dcm1107/https://freedoms4.org/uninotes/s1/fa-dcm1108/https://freedoms4.org/services/file-share/https://freedoms4.org/uninotes/s1/ge-dcm1106/https://freedoms4.org/uninotes/s1/pbm-dcm1110/https://freedoms4.org/uninotes/s1/https://freedoms4.org/uninotes/s2/https://freedoms4.org/uninotes/s3/https://freedoms4.org/uninotes/s4/https://freedoms4.org/uninotes/s5/https://freedoms4.org/uninotes/s6/https://freedoms4.org/semester/https://freedoms4.org/services/https://freedoms4.org/subjectcode/https://freedoms4.org/services/xmpp-account/ \ No newline at end of file +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/changelog/https://freedoms4.org/coming-soon/https://freedoms4.org/login/https://freedoms4.org/signup/https://freedoms4.org/contact/https://freedoms4.org/uninotes/s1/et-dcm1107/https://freedoms4.org/uninotes/s1/fa-dcm1108/https://freedoms4.org/services/file-share/https://freedoms4.org/uninotes/s1/ge-dcm1106/https://freedoms4.org/uninotes/s1/pbm-dcm1110/https://freedoms4.org/uninotes/s1/https://freedoms4.org/uninotes/s2/https://freedoms4.org/uninotes/s3/https://freedoms4.org/uninotes/s4/https://freedoms4.org/uninotes/s5/https://freedoms4.org/uninotes/s6/https://freedoms4.org/semester/https://freedoms4.org/services/https://freedoms4.org/subjectcode/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/pbm-dcm1110/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/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/services/xmpp-account/ \ No newline at end of file diff --git a/docs/subjectcode/index.html b/docs/subjectcode/index.html index 0cb909c..8e5fcb5 100644 --- a/docs/subjectcode/index.html +++ b/docs/subjectcode/index.html @@ -8,4 +8,4 @@ Sign Up Subscribe

All Posts | Categories

BO DCM1109 (2)

ET DCM1107 (2)

GE DCM1106 (1)

PBM DCM1110 (3)

\ No newline at end of file +› Categories

All Posts | Categories

BO DCM1109 (2)

ET DCM1107 (2)

GE DCM1106 (1)

PBM DCM1110 (3)

\ No newline at end of file diff --git a/docs/tags/academics/index.html b/docs/tags/academics/index.html index fce8f63..f28b6ec 100644 --- a/docs/tags/academics/index.html +++ b/docs/tags/academics/index.html @@ -10,4 +10,4 @@ Subscribe

All Posts | -Categories

Academics

What is Education?

\ No newline at end of file +Categories

Academics

What is Education?

\ No newline at end of file diff --git a/docs/tags/education/index.html b/docs/tags/education/index.html index ddff007..e31a0cc 100644 --- a/docs/tags/education/index.html +++ b/docs/tags/education/index.html @@ -10,4 +10,4 @@ Subscribe

All Posts | -Categories

Education

What is Education?

\ No newline at end of file +Categories

Education

What is Education?

\ No newline at end of file diff --git a/docs/tags/index.html b/docs/tags/index.html index 649f1b7..b4bb3cf 100644 --- a/docs/tags/index.html +++ b/docs/tags/index.html @@ -8,4 +8,4 @@ Sign Up Subscribe

All Posts | Categories

Academics (1)

Education (1)

System (1)

\ No newline at end of file +› Categories

All Posts | Categories

Academics (1)

Education (1)

System (1)

\ No newline at end of file diff --git a/docs/tags/system/index.html b/docs/tags/system/index.html index 4362d30..71080a5 100644 --- a/docs/tags/system/index.html +++ b/docs/tags/system/index.html @@ -10,4 +10,4 @@ Subscribe

All Posts | -Categories

System

What is Education?

\ No newline at end of file +Categories

System

What is Education?

\ No newline at end of file diff --git a/docs/uninotes/index.html b/docs/uninotes/index.html index 6ae8553..9200ced 100644 --- a/docs/uninotes/index.html +++ b/docs/uninotes/index.html @@ -7,4 +7,4 @@

UniNotes

\ No newline at end of file +Subscribe

UniNotes

\ No newline at end of file diff --git a/docs/uninotes/s1/bo-dcm1109/index.html b/docs/uninotes/s1/bo-dcm1109/index.html index 0bd916c..6f65827 100644 --- a/docs/uninotes/s1/bo-dcm1109/index.html +++ b/docs/uninotes/s1/bo-dcm1109/index.html @@ -9,4 +9,4 @@ Subscribe

BO DCM1109

\ No newline at end of file +› BO DCM1109

BO DCM1109

\ No newline at end of file diff --git a/docs/uninotes/s1/bo-dcm1109/unit1/index.html b/docs/uninotes/s1/bo-dcm1109/unit1/index.html index 41016d1..2612979 100644 --- a/docs/uninotes/s1/bo-dcm1109/unit1/index.html +++ b/docs/uninotes/s1/bo-dcm1109/unit1/index.html @@ -11,4 +11,4 @@ Subscribe