From 24098aacf118adc15562787545fd992c3cfd43c0 Mon Sep 17 00:00:00 2001 From: hyzen Date: Sat, 13 Jun 2026 15:37:23 +0530 Subject: [PATCH] Add: terms and conditions and privacy policy --- docs/404.html | 4 +- docs/admin/index.html | 4 +- docs/blog/index.html | 4 +- docs/blog/what-is-education/index.html | 4 +- docs/categories/index.html | 4 +- docs/categories/philosophy/index.html | 4 +- docs/changelog/index.html | 4 +- docs/coming-soon/index.html | 4 +- docs/contact/index.html | 4 +- docs/css/custom.css | 21 +++++++++ docs/index.html | 4 +- docs/login/index.html | 4 +- docs/privacy/index.html | 13 ++++++ docs/privacy/index.xml | 1 + docs/semester/index.html | 4 +- docs/services/email-account/index.html | 4 +- docs/services/file-share/index.html | 4 +- docs/services/index.html | 4 +- docs/services/xmpp-account/index.html | 4 +- docs/signup/index.html | 9 +++- docs/sitemap.xml | 2 +- docs/subjectcode/index.html | 4 +- docs/tags/academics/index.html | 4 +- docs/tags/education/index.html | 4 +- docs/tags/index.html | 4 +- docs/tags/system/index.html | 4 +- docs/terms/index.html | 13 ++++++ docs/terms/index.xml | 1 + docs/uninotes/index.html | 4 +- docs/uninotes/s1/bo-dcm1109/index.html | 4 +- docs/uninotes/s1/bo-dcm1109/unit1/index.html | 4 +- .../s1/bo-dcm1109/unit1/self/index.html | 4 +- docs/uninotes/s1/bo-dcm1109/unit11/index.html | 4 +- .../s1/bo-dcm1109/unit11/self/index.html | 4 +- docs/uninotes/s1/bo-dcm1109/unit2/index.html | 4 +- .../s1/bo-dcm1109/unit2/self/index.html | 4 +- docs/uninotes/s1/bo-dcm1109/unit3/index.html | 4 +- .../s1/bo-dcm1109/unit3/self/index.html | 4 +- docs/uninotes/s1/et-dcm1107/index.html | 4 +- docs/uninotes/s1/et-dcm1107/unit1/index.html | 4 +- .../s1/et-dcm1107/unit1/live/index.html | 4 +- docs/uninotes/s1/et-dcm1107/unit12/index.html | 4 +- .../s1/et-dcm1107/unit12/self/index.html | 4 +- docs/uninotes/s1/et-dcm1107/unit2/index.html | 4 +- .../s1/et-dcm1107/unit2/live/index.html | 4 +- docs/uninotes/s1/et-dcm1107/unit5/index.html | 4 +- .../s1/et-dcm1107/unit5/self/index.html | 4 +- docs/uninotes/s1/et-dcm1107/unit6/index.html | 4 +- .../s1/et-dcm1107/unit6/self/index.html | 4 +- docs/uninotes/s1/et-dcm1107/unit7/index.html | 4 +- .../s1/et-dcm1107/unit7/self/index.html | 4 +- docs/uninotes/s1/fa-dcm1108/index.html | 4 +- docs/uninotes/s1/ge-dcm1106/index.html | 4 +- docs/uninotes/s1/ge-dcm1106/unit1/index.html | 4 +- .../s1/ge-dcm1106/unit1/live/index.html | 4 +- docs/uninotes/s1/index.html | 4 +- docs/uninotes/s1/pbm-dcm1110/index.html | 4 +- docs/uninotes/s1/pbm-dcm1110/unit1/index.html | 4 +- .../s1/pbm-dcm1110/unit1/live/index.html | 4 +- .../s1/pbm-dcm1110/unit1/self/index.html | 4 +- docs/uninotes/s1/pbm-dcm1110/unit2/index.html | 4 +- .../s1/pbm-dcm1110/unit2/self/index.html | 4 +- docs/uninotes/s1/pbm-dcm1110/unit3/index.html | 4 +- .../s1/pbm-dcm1110/unit3/self/index.html | 4 +- docs/uninotes/s1/pbm-dcm1110/unit4/index.html | 4 +- .../s1/pbm-dcm1110/unit4/self/index.html | 4 +- docs/uninotes/s2/index.html | 4 +- docs/uninotes/s3/index.html | 4 +- docs/uninotes/s4/index.html | 4 +- docs/uninotes/s5/index.html | 4 +- docs/uninotes/s6/index.html | 4 +- hugo.toml | 44 +++++++++++-------- layouts/_partials/footer/copyright.html | 4 +- layouts/privacy/list.html | 4 ++ layouts/privacy/single.html | 4 ++ layouts/signup/single.html | 19 ++++++++ layouts/terms/list.html | 4 ++ layouts/terms/single.html | 4 ++ privacy/_index.md | 5 +++ static/css/custom.css | 21 +++++++++ terms/_index.md | 5 +++ 81 files changed, 343 insertions(+), 87 deletions(-) create mode 100644 docs/privacy/index.html create mode 100644 docs/privacy/index.xml create mode 100644 docs/terms/index.html create mode 100644 docs/terms/index.xml create mode 100644 layouts/privacy/list.html create mode 100644 layouts/privacy/single.html create mode 100644 layouts/terms/list.html create mode 100644 layouts/terms/single.html create mode 100644 privacy/_index.md create mode 100644 terms/_index.md diff --git a/docs/404.html b/docs/404.html index 6363888..31e4a8f 100644 --- a/docs/404.html +++ b/docs/404.html @@ -8,4 +8,6 @@ All updates

404

The page you visited was not found.

Return to the home page

\ No newline at end of file +Blog posts

404

The page you visited was not found.

Return to the home page

\ No newline at end of file diff --git a/docs/admin/index.html b/docs/admin/index.html index 935e08f..ba0fe1a 100644 --- a/docs/admin/index.html +++ b/docs/admin/index.html @@ -9,4 +9,6 @@ All updates
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/blog/index.html b/docs/blog/index.html index 310f02e..13d534f 100644 --- a/docs/blog/index.html +++ b/docs/blog/index.html @@ -9,4 +9,6 @@ All updates

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 fd38413..5b23be4 100644 --- a/docs/blog/what-is-education/index.html +++ b/docs/blog/what-is-education/index.html @@ -19,4 +19,6 @@ All updates

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:

Comments

\ 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:

Comments

\ No newline at end of file diff --git a/docs/categories/index.html b/docs/categories/index.html index 1bc0204..92b6dc3 100644 --- a/docs/categories/index.html +++ b/docs/categories/index.html @@ -9,4 +9,6 @@ All updates

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 12b784c..2cad565 100644 --- a/docs/categories/philosophy/index.html +++ b/docs/categories/philosophy/index.html @@ -11,4 +11,6 @@ All updates Blog posts

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 index af8fde8..4bfc45d 100644 --- a/docs/changelog/index.html +++ b/docs/changelog/index.html @@ -29,4 +29,6 @@ Changelog page. Remove year from footer copyright.">

Changelog

[10-06-2026]

[08-06-2026]

[07-06-2026]

[06-06-2026]

[05-06-2026]

[04-06-2026]

[14-04-2026]

\ No newline at end of file +Blog posts

Changelog

[10-06-2026]

[08-06-2026]

[07-06-2026]

[06-06-2026]

[05-06-2026]

[04-06-2026]

[14-04-2026]

\ No newline at end of file diff --git a/docs/coming-soon/index.html b/docs/coming-soon/index.html index 9631744..505209d 100644 --- a/docs/coming-soon/index.html +++ b/docs/coming-soon/index.html @@ -5,4 +5,6 @@ Sign Up
-

Coming Soon

This feature is not yet available. Check back later!

\ No newline at end of file +

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 3dfcef9..e8e5156 100644 --- a/docs/contact/index.html +++ b/docs/contact/index.html @@ -20,4 +20,6 @@ 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 +Blog posts

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 db10252..15e879f 100644 --- a/docs/css/custom.css +++ b/docs/css/custom.css @@ -1186,6 +1186,27 @@ color: var(--foreground-color); } +.auth-form__group--checkbox { + flex-direction: row; +} + +.auth-form__checkbox-label { + display: flex; + align-items: flex-start; + gap: 0.5rem; + font-size: 0.85rem; + font-weight: 400; + color: var(--foreground-color); + cursor: pointer; +} + +.auth-form__checkbox { + margin-top: 0.2rem; + flex-shrink: 0; + width: 1rem; + height: 1rem; +} + .auth-form__input-wrap { position: relative; display: flex; diff --git a/docs/index.html b/docs/index.html index 2bceeeb..9018d2d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,4 +8,6 @@ All updates

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 +Blog posts

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/login/index.html b/docs/login/index.html index 149636a..6fe5cb4 100644 --- a/docs/login/index.html +++ b/docs/login/index.html @@ -12,4 +12,6 @@ \ No newline at end of file + \ No newline at end of file diff --git a/docs/privacy/index.html b/docs/privacy/index.html new file mode 100644 index 0000000..4c86566 --- /dev/null +++ b/docs/privacy/index.html @@ -0,0 +1,13 @@ +Privacy Policy | Freedoms4
Freedoms4 logo

Freedoms4

+

Privacy Policy

Privacy policy coming soon.

\ No newline at end of file diff --git a/docs/privacy/index.xml b/docs/privacy/index.xml new file mode 100644 index 0000000..cfda670 --- /dev/null +++ b/docs/privacy/index.xml @@ -0,0 +1 @@ +Privacy Policy on Freedoms4https://freedoms4.org/privacy/Recent content in Privacy Policy on Freedoms4Hugoen-usyour-email@example.com (Freedoms4)your-email@example.com (Freedoms4) \ No newline at end of file diff --git a/docs/semester/index.html b/docs/semester/index.html index bf0943e..ae36ae3 100644 --- a/docs/semester/index.html +++ b/docs/semester/index.html @@ -6,4 +6,6 @@ Subscribe

All Posts | Categories

S1 (16)

\ No newline at end of file +› Categories

All Posts | Categories

S1 (16)

\ No newline at end of file diff --git a/docs/services/email-account/index.html b/docs/services/email-account/index.html index 6e1830b..22d78c4 100644 --- a/docs/services/email-account/index.html +++ b/docs/services/email-account/index.html @@ -9,4 +9,6 @@ Please sign up to create an email account."> Subscribe

Email

\ No newline at end of file +› Email

Email

\ No newline at end of file diff --git a/docs/services/file-share/index.html b/docs/services/file-share/index.html index 2bfed37..949ff17 100644 --- a/docs/services/file-share/index.html +++ b/docs/services/file-share/index.html @@ -7,4 +7,6 @@ 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 050a8d8..3bc1b16 100644 --- a/docs/services/index.html +++ b/docs/services/index.html @@ -5,4 +5,6 @@
-

Services

Need Registration

  1. Email
  2. XMPP

Without Registration

  1. File Share
\ No newline at end of file +

Services

Need Registration

  1. Email
  2. XMPP

Without Registration

  1. File Share
\ No newline at end of file diff --git a/docs/services/xmpp-account/index.html b/docs/services/xmpp-account/index.html index 7b6832e..34570e8 100644 --- a/docs/services/xmpp-account/index.html +++ b/docs/services/xmpp-account/index.html @@ -10,4 +10,6 @@ Please sign up to create an XMPP account.">Subscribe

XMPP

\ No newline at end of file +File Share → \ No newline at end of file diff --git a/docs/signup/index.html b/docs/signup/index.html index abe5b37..643c40f 100644 --- a/docs/signup/index.html +++ b/docs/signup/index.html @@ -15,7 +15,10 @@ (at least 8 characters)
-
\ No newline at end of file +

\ No newline at end of file diff --git a/docs/sitemap.xml b/docs/sitemap.xml index cecdf1e..10fad28 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -1 +1 @@ -https://freedoms4.org/services/email-account/https://freedoms4.org/services/xmpp-account/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/changelog/https://freedoms4.org/coming-soon/https://freedoms4.org/contact/https://freedoms4.org/uninotes/s1/et-dcm1107/https://freedoms4.org/uninotes/s1/fa-dcm1108/https://freedoms4.org/uninotes/s1/ge-dcm1106/https://freedoms4.org/login/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/signup/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/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-account/https://freedoms4.org/services/xmpp-account/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/changelog/https://freedoms4.org/coming-soon/https://freedoms4.org/contact/https://freedoms4.org/uninotes/s1/et-dcm1107/https://freedoms4.org/uninotes/s1/fa-dcm1108/https://freedoms4.org/uninotes/s1/ge-dcm1106/https://freedoms4.org/login/https://freedoms4.org/uninotes/s1/pbm-dcm1110/https://freedoms4.org/privacy/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/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 50afd3f..1cfee10 100644 --- a/docs/subjectcode/index.html +++ b/docs/subjectcode/index.html @@ -6,4 +6,6 @@ Subscribe

All Posts | Categories

BO DCM1109 (4)

ET DCM1107 (6)

GE DCM1106 (1)

PBM DCM1110 (5)

\ No newline at end of file +› Categories

All Posts | Categories

BO DCM1109 (4)

ET DCM1107 (6)

GE DCM1106 (1)

PBM DCM1110 (5)

\ No newline at end of file diff --git a/docs/tags/academics/index.html b/docs/tags/academics/index.html index 259fbfe..c5f9ec9 100644 --- a/docs/tags/academics/index.html +++ b/docs/tags/academics/index.html @@ -11,4 +11,6 @@ All updates Blog posts

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 1453c7e..cc62344 100644 --- a/docs/tags/education/index.html +++ b/docs/tags/education/index.html @@ -11,4 +11,6 @@ All updates Blog posts

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 a77b790..4ef8503 100644 --- a/docs/tags/index.html +++ b/docs/tags/index.html @@ -9,4 +9,6 @@ All updates

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 9fe1455..8840d9b 100644 --- a/docs/tags/system/index.html +++ b/docs/tags/system/index.html @@ -11,4 +11,6 @@ All updates Blog posts

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/terms/index.html b/docs/terms/index.html new file mode 100644 index 0000000..1df9d61 --- /dev/null +++ b/docs/terms/index.html @@ -0,0 +1,13 @@ +Terms and Conditions | Freedoms4
Freedoms4 logo

Freedoms4

+

Terms and Conditions

Terms coming soon.

\ No newline at end of file diff --git a/docs/terms/index.xml b/docs/terms/index.xml new file mode 100644 index 0000000..f862315 --- /dev/null +++ b/docs/terms/index.xml @@ -0,0 +1 @@ +Terms and Conditions on Freedoms4https://freedoms4.org/terms/Recent content in Terms and Conditions on Freedoms4Hugoen-usyour-email@example.com (Freedoms4)your-email@example.com (Freedoms4) \ No newline at end of file diff --git a/docs/uninotes/index.html b/docs/uninotes/index.html index 885c914..124aef2 100644 --- a/docs/uninotes/index.html +++ b/docs/uninotes/index.html @@ -38,4 +38,6 @@ Blog posts \ 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 128d41a..aab0fdc 100644 --- a/docs/uninotes/s1/bo-dcm1109/unit1/index.html +++ b/docs/uninotes/s1/bo-dcm1109/unit1/index.html @@ -12,4 +12,6 @@ Blog posts
S1 -BO DCM1109

Unit 1

Choose type:

Self
Self-study notes
Live
Not available
\ No newline at end of file +BO DCM1109

Unit 1

Choose type:

Self
Self-study notes
Live
Not available
\ No newline at end of file diff --git a/docs/uninotes/s1/bo-dcm1109/unit1/self/index.html b/docs/uninotes/s1/bo-dcm1109/unit1/self/index.html index 10cbcf5..a771d5f 100644 --- a/docs/uninotes/s1/bo-dcm1109/unit1/self/index.html +++ b/docs/uninotes/s1/bo-dcm1109/unit1/self/index.html @@ -62,4 +62,6 @@ Blog posts
S1 BO DCM1109 -Self

Unit 1

Table of Contents

April 6, 2026 #

Features and Nature of Business #

A) Economic Activity.
B) Continuous Activity.
C) Profit Motive.
D) Exchange of goods and services.
E) Customer Orientation.
F) Risk and Uncertainty.
G) Legal and Ethical Compliance.
H) Global.

Concept #

A) Value Creation.
B) Profit.
C) Social.
D) Organised.
E) Dynanic.

Scope #

A) Industry #

  1. Primary Industry: Extraction of raw material (agriculture, mining).
  2. Secondary Industry: Manufacturing.
  3. Tertiary Industry: Service (banking, insurance, transport, delivery)
  4. Quaternary Sector: Knowledge based services (IT, education/training)
  5. Quinary Sector: Services of leading roles (Government services, NGOs)

B) Commerce #

  1. Trade.
  2. Auxiliaries to Trade.

C) Modern Dimensions of Business #

  1. E-Business.
  2. Green Business.
  3. Social Business.
  4. Global Business.

Business as a System #

A) Interdependance.
B) Input-Process-Output Model.
C) Open System.
D) Dynamic Nature.

B) Input-Process-Output Model #

  1. Input.
  2. Process.
  3. Output.
  4. Feedback.

Business and Environment Interface #

A) Social Environment.
B) Economic Environment.
C) Politico-legal Environment.
D) Technological Environment.
E) International Environment.

Objectives of Business #

A) Economic.
B) Social.
C) Human.
D) National.
E) International.

Profit Maximization VS. Social Responsibility #

(Research pending)

\ No newline at end of file +Self

Unit 1

Table of Contents

April 6, 2026 #

Features and Nature of Business #

A) Economic Activity.
B) Continuous Activity.
C) Profit Motive.
D) Exchange of goods and services.
E) Customer Orientation.
F) Risk and Uncertainty.
G) Legal and Ethical Compliance.
H) Global.

Concept #

A) Value Creation.
B) Profit.
C) Social.
D) Organised.
E) Dynanic.

Scope #

A) Industry #

  1. Primary Industry: Extraction of raw material (agriculture, mining).
  2. Secondary Industry: Manufacturing.
  3. Tertiary Industry: Service (banking, insurance, transport, delivery)
  4. Quaternary Sector: Knowledge based services (IT, education/training)
  5. Quinary Sector: Services of leading roles (Government services, NGOs)

B) Commerce #

  1. Trade.
  2. Auxiliaries to Trade.

C) Modern Dimensions of Business #

  1. E-Business.
  2. Green Business.
  3. Social Business.
  4. Global Business.

Business as a System #

A) Interdependance.
B) Input-Process-Output Model.
C) Open System.
D) Dynamic Nature.

B) Input-Process-Output Model #

  1. Input.
  2. Process.
  3. Output.
  4. Feedback.

Business and Environment Interface #

A) Social Environment.
B) Economic Environment.
C) Politico-legal Environment.
D) Technological Environment.
E) International Environment.

Objectives of Business #

A) Economic.
B) Social.
C) Human.
D) National.
E) International.

Profit Maximization VS. Social Responsibility #

(Research pending)

\ No newline at end of file diff --git a/docs/uninotes/s1/bo-dcm1109/unit11/index.html b/docs/uninotes/s1/bo-dcm1109/unit11/index.html index 0f6ea19..c23461b 100644 --- a/docs/uninotes/s1/bo-dcm1109/unit11/index.html +++ b/docs/uninotes/s1/bo-dcm1109/unit11/index.html @@ -12,4 +12,6 @@ Blog posts
S1 -BO DCM1109

Unit 11

Choose type:

Self
Self-study notes
Live
Not available
\ No newline at end of file +BO DCM1109

Unit 11

Choose type:

Self
Self-study notes
Live
Not available
\ No newline at end of file diff --git a/docs/uninotes/s1/bo-dcm1109/unit11/self/index.html b/docs/uninotes/s1/bo-dcm1109/unit11/self/index.html index f28131d..4cb796e 100644 --- a/docs/uninotes/s1/bo-dcm1109/unit11/self/index.html +++ b/docs/uninotes/s1/bo-dcm1109/unit11/self/index.html @@ -38,4 +38,6 @@ Blog posts
S1 BO DCM1109 -Self

Unit 11

Table of Contents

May 17, 2026 #

Modes of Business Combination #

A) Associations #

  1. Trade Association
  2. Chamber of Commerce
  3. Informal agreements

B) Federations #

  1. Formal agreements
  2. Pools
  3. Cartels

C) Consolidations #

  1. Partials Consolidations
    a. Trust
    b. Holding Companies
    c. Community of Interest

  2. Complete Consolidations
    a. Mergers
    b. Acquisition
    c. Amalgamation

Types of Business Combination #

A) Horizontal #

These companies operate at the same level of production, distribution or supply chain.

A) Vertical #

A vertical combination occurs when companies operating at different stages of production or distribution of the same product combines together. There are two types of Vertical Combination:

  1. Forward Combination: Forward integration takes place when a company moves forward in the supply chain, that is, closer to the final consumer.

  2. Backward Combination: Backward integration occurs when a company moves backward in the supply chain, that is, towards the source of raw materials.

C) Circular #

A circular combination is a type of business combination in which two or more companies engaged in different but related lines of business combine together. These companies do not produce the same product (like in horizontal combination), but their products are related in nature, use similar raw materials, or serve similar customers. Example: a company manufacturing shoes combines with a company producing leather bags. Both companies are engaged in different products, but they use similar raw materials (leather) and target similar customers.

D) Conglomerate #

A conglomerate combination is a type of business combination in which two or more companies engage in completely different and unrelated businesses merge or combine together.

\ No newline at end of file +Self

Unit 11

Table of Contents

May 17, 2026 #

Modes of Business Combination #

A) Associations #

  1. Trade Association
  2. Chamber of Commerce
  3. Informal agreements

B) Federations #

  1. Formal agreements
  2. Pools
  3. Cartels

C) Consolidations #

  1. Partials Consolidations
    a. Trust
    b. Holding Companies
    c. Community of Interest

  2. Complete Consolidations
    a. Mergers
    b. Acquisition
    c. Amalgamation

Types of Business Combination #

A) Horizontal #

These companies operate at the same level of production, distribution or supply chain.

A) Vertical #

A vertical combination occurs when companies operating at different stages of production or distribution of the same product combines together. There are two types of Vertical Combination:

  1. Forward Combination: Forward integration takes place when a company moves forward in the supply chain, that is, closer to the final consumer.

  2. Backward Combination: Backward integration occurs when a company moves backward in the supply chain, that is, towards the source of raw materials.

C) Circular #

A circular combination is a type of business combination in which two or more companies engaged in different but related lines of business combine together. These companies do not produce the same product (like in horizontal combination), but their products are related in nature, use similar raw materials, or serve similar customers. Example: a company manufacturing shoes combines with a company producing leather bags. Both companies are engaged in different products, but they use similar raw materials (leather) and target similar customers.

D) Conglomerate #

A conglomerate combination is a type of business combination in which two or more companies engage in completely different and unrelated businesses merge or combine together.

\ No newline at end of file diff --git a/docs/uninotes/s1/bo-dcm1109/unit2/index.html b/docs/uninotes/s1/bo-dcm1109/unit2/index.html index b6b8131..b8b97d2 100644 --- a/docs/uninotes/s1/bo-dcm1109/unit2/index.html +++ b/docs/uninotes/s1/bo-dcm1109/unit2/index.html @@ -12,4 +12,6 @@ Blog posts
S1 -BO DCM1109

Unit 2

Choose type:

Self
Self-study notes
Live
Not available
\ No newline at end of file +BO DCM1109

Unit 2

Choose type:

Self
Self-study notes
Live
Not available
\ No newline at end of file diff --git a/docs/uninotes/s1/bo-dcm1109/unit2/self/index.html b/docs/uninotes/s1/bo-dcm1109/unit2/self/index.html index edf040c..46eb9f6 100644 --- a/docs/uninotes/s1/bo-dcm1109/unit2/self/index.html +++ b/docs/uninotes/s1/bo-dcm1109/unit2/self/index.html @@ -18,4 +18,6 @@ Blog posts
S1 BO DCM1109 Self

Unit 2

Table of Contents

April 12, 2026 #

Primary Sector #

The Primary Sector comprises the delivery of raw materials up to the finished product. Industries in this sector include mining for oil, coal, iron, and other minerals; Forestry, agriculture, fish farming and land reclamation, etc.

Secondary Sector #

The Secondary Sector refines, processes and manufactures. This includes industries like petrochemical refineries, steel-making mills, factories for making equipment and machinery for industry and goods for consumer purchase.

Tertiary Sector #

This involves the provision of services to businesses as well as final consumers.

\ No newline at end of file +Unit 3 → \ No newline at end of file diff --git a/docs/uninotes/s1/bo-dcm1109/unit3/index.html b/docs/uninotes/s1/bo-dcm1109/unit3/index.html index bb1b700..c961a4c 100644 --- a/docs/uninotes/s1/bo-dcm1109/unit3/index.html +++ b/docs/uninotes/s1/bo-dcm1109/unit3/index.html @@ -12,4 +12,6 @@ Blog posts
S1 -BO DCM1109

Unit 3

Choose type:

Self
Self-study notes
Live
Not available
\ No newline at end of file +BO DCM1109

Unit 3

Choose type:

Self
Self-study notes
Live
Not available
\ No newline at end of file diff --git a/docs/uninotes/s1/bo-dcm1109/unit3/self/index.html b/docs/uninotes/s1/bo-dcm1109/unit3/self/index.html index a79fc54..db8e8dc 100644 --- a/docs/uninotes/s1/bo-dcm1109/unit3/self/index.html +++ b/docs/uninotes/s1/bo-dcm1109/unit3/self/index.html @@ -38,4 +38,6 @@ Reserve Bank of India (RBI), Life Insurance Corporation (LIC).
  • Registere all modern business entities in India.
  • B) On the Basis of Liability #

    1. Company Limited by Shares [Section 2(22)].
    2. Company Limited by Guarantee [Section 2(21)].
    3. Unlimited Liability Company [Section 2(92)].
    4. Company Limited by Both Guarantee and Shares.

    C) On the Basis of Ownership #

    1. Private Company (Section 2(68)).
    2. Public Company (Section 2(71)).
    3. One Person Company (Section 2(62)).

    D) On the Basis of Control #

    1. Holding Company: Controls one or more subsidiaries by owning over 50% voting rights or board control.
    2. Subsidiary Company: Controlled by another company. Example: Jaguar Land Rover (subsidiary of Tata Motors).

    E) On the Basis of Nationality #

    1. Indian Company: Incorporated under the Companies Act, 2013 and managed in India.
    2. Foreign Company (Section 2(42)): Incorporated outside India but has a place of business in India. Example: Google India Pvt. Ltd.

    F) On the Basis of Purpose #

    1. For-Profit Companies.
    2. Non-Profit Companies (Section 8): Established for charitable, educational, or social purposes. Profits are reinvested to promote their objectives. Example: CRY Foundation.
    \ No newline at end of file +Unit 11 → \ No newline at end of file diff --git a/docs/uninotes/s1/et-dcm1107/index.html b/docs/uninotes/s1/et-dcm1107/index.html index 589b76c..1918c4e 100644 --- a/docs/uninotes/s1/et-dcm1107/index.html +++ b/docs/uninotes/s1/et-dcm1107/index.html @@ -8,4 +8,6 @@

    ET DCM1107

    \ No newline at end of file +BO DCM1109 → \ No newline at end of file diff --git a/docs/uninotes/s1/et-dcm1107/unit1/index.html b/docs/uninotes/s1/et-dcm1107/unit1/index.html index 50eab67..9cd4895 100644 --- a/docs/uninotes/s1/et-dcm1107/unit1/index.html +++ b/docs/uninotes/s1/et-dcm1107/unit1/index.html @@ -12,4 +12,6 @@ Blog posts
    S1 -ET DCM1107

    Unit 1

    Choose type:

    Self
    Not available
    Live
    Live class notes
    \ No newline at end of file +ET DCM1107

    Unit 1

    Choose type:

    Self
    Not available
    Live
    Live class notes
    \ No newline at end of file diff --git a/docs/uninotes/s1/et-dcm1107/unit1/live/index.html b/docs/uninotes/s1/et-dcm1107/unit1/live/index.html index 53533d3..5d8511c 100644 --- a/docs/uninotes/s1/et-dcm1107/unit1/live/index.html +++ b/docs/uninotes/s1/et-dcm1107/unit1/live/index.html @@ -35,4 +35,6 @@ Blog posts
    S1 ET DCM1107 -Live

    Unit 1

    Table of Contents

    April 5, 2026 #

    Course Objectives #

    A) Develop analytical skills for interpreting consumer decision-making and market behaviour using economic tools.
    B) Examine cost and revenue structures of firms.

    Definition of Economics by various individuals #

    A) Wealth Definition by Adam Smith.
    B) Welfare Definition by Alfred Marshall.
    C) Scarcity Definition by Robbins.
    D) Growth Defintion by Samuelson.

    Nature #

    A) Economics as a Science #

    1. Positive (what is, based on data and logic)
    2. Normative (what ought to be, opinions, judgements)

    B) Economics as an Art #

    1. Pure (what ought to be, ideals and goals)
    2. Applied (real world, how to implement)

    A) Described Economics as a Science #

    1. Focuses on laws and cause-and-effect relationships (e.g Law of Demand).
    2. Models to predict economic outcomes.
    3. Data analysis, observation, hypothesis.
    4. Real-world evidence.
    5. Deductive and Inductive reasoning.

    Methods #

    A) Inductive (specific -> general).
    B) Deductive (general -> specific).

    A) Inductive #

    1. Real-world observation, identify problem.
    2. Collect data, analyze and find patterns.
    3. Formulate and test generalisations.

    B) Deductive #

    1. Identify the general problem.
    2. Assumptions, formulate hypothesis.
    3. Verify using data.
    \ No newline at end of file +Live

    Unit 1

    Table of Contents

    April 5, 2026 #

    Course Objectives #

    A) Develop analytical skills for interpreting consumer decision-making and market behaviour using economic tools.
    B) Examine cost and revenue structures of firms.

    Definition of Economics by various individuals #

    A) Wealth Definition by Adam Smith.
    B) Welfare Definition by Alfred Marshall.
    C) Scarcity Definition by Robbins.
    D) Growth Defintion by Samuelson.

    Nature #

    A) Economics as a Science #

    1. Positive (what is, based on data and logic)
    2. Normative (what ought to be, opinions, judgements)

    B) Economics as an Art #

    1. Pure (what ought to be, ideals and goals)
    2. Applied (real world, how to implement)

    A) Described Economics as a Science #

    1. Focuses on laws and cause-and-effect relationships (e.g Law of Demand).
    2. Models to predict economic outcomes.
    3. Data analysis, observation, hypothesis.
    4. Real-world evidence.
    5. Deductive and Inductive reasoning.

    Methods #

    A) Inductive (specific -> general).
    B) Deductive (general -> specific).

    A) Inductive #

    1. Real-world observation, identify problem.
    2. Collect data, analyze and find patterns.
    3. Formulate and test generalisations.

    B) Deductive #

    1. Identify the general problem.
    2. Assumptions, formulate hypothesis.
    3. Verify using data.
    \ No newline at end of file diff --git a/docs/uninotes/s1/et-dcm1107/unit12/index.html b/docs/uninotes/s1/et-dcm1107/unit12/index.html index 90c7b9a..ba7da6a 100644 --- a/docs/uninotes/s1/et-dcm1107/unit12/index.html +++ b/docs/uninotes/s1/et-dcm1107/unit12/index.html @@ -12,4 +12,6 @@ Blog posts
    S1 -ET DCM1107

    Unit 12

    Choose type:

    Self
    Self-study notes
    Live
    Not available
    \ No newline at end of file +ET DCM1107

    Unit 12

    Choose type:

    Self
    Self-study notes
    Live
    Not available
    \ No newline at end of file diff --git a/docs/uninotes/s1/et-dcm1107/unit12/self/index.html b/docs/uninotes/s1/et-dcm1107/unit12/self/index.html index 8102f28..d2c7eec 100644 --- a/docs/uninotes/s1/et-dcm1107/unit12/self/index.html +++ b/docs/uninotes/s1/et-dcm1107/unit12/self/index.html @@ -20,4 +20,6 @@ Blog posts
    S1 ET DCM1107 -Self

    Unit 12

    Table of Contents

    May 25, 2026 #

    Definitions #

    Interest #

    The payment or reward given for borrowing money or using capital for a specific period of time.

    Gross Interest #

    The total amount paid by the borrower to the lender for using borrowed money before deducting taxes, service charges, or other expenses.

    Net Interest #

    The actual or pure interest earned or paid after excluding additional charges such as risk, management costs, and inconvenience.

    Nominal Rate of Interest #

    The stated rate of return on a loan or investment without considering the effect of inflation.

    Real Rate of Interest #

    The actual rate of return after adjusting the nominal interest rate for inflation, reflecting the true purchasing power of money.

    Liquidity #

    The ease or availability with which cash or assets can be converted into ready money for immediate use.

    Theories of Interest #

    Theory of InterestEconomist(s)Short Summary
    Abstinence Theory of InterestNassau William SeniorInterest is the reward paid to people who abstain from present consumption and save money for productive use.
    Bohm-Bawerk’s (Agio) Theory of InterestEugen von Böhm-Bawerk (developed from John Rae’s ideas)Interest arises because people value present goods more highly than future goods; therefore, compensation is needed for postponing consumption.
    Fisher’s Time Preference TheoryIrving FisherInterest is the “price of time,” determined by people’s preference for present consumption over future consumption and investment opportunities.
    Loanable Funds TheoryKnut Wicksell, Bertil Ohlin, Dennis RobertsonInterest is determined by the demand and supply of loanable funds, including savings, investment, bank credit, and hoarding.
    Liquidity Preference TheoryJohn Maynard KeynesInterest is the reward for parting with liquidity; it is determined by the demand for and supply of money.
    \ No newline at end of file +Self

    Unit 12

    Table of Contents

    May 25, 2026 #

    Definitions #

    Interest #

    The payment or reward given for borrowing money or using capital for a specific period of time.

    Gross Interest #

    The total amount paid by the borrower to the lender for using borrowed money before deducting taxes, service charges, or other expenses.

    Net Interest #

    The actual or pure interest earned or paid after excluding additional charges such as risk, management costs, and inconvenience.

    Nominal Rate of Interest #

    The stated rate of return on a loan or investment without considering the effect of inflation.

    Real Rate of Interest #

    The actual rate of return after adjusting the nominal interest rate for inflation, reflecting the true purchasing power of money.

    Liquidity #

    The ease or availability with which cash or assets can be converted into ready money for immediate use.

    Theories of Interest #

    Theory of InterestEconomist(s)Short Summary
    Abstinence Theory of InterestNassau William SeniorInterest is the reward paid to people who abstain from present consumption and save money for productive use.
    Bohm-Bawerk’s (Agio) Theory of InterestEugen von Böhm-Bawerk (developed from John Rae’s ideas)Interest arises because people value present goods more highly than future goods; therefore, compensation is needed for postponing consumption.
    Fisher’s Time Preference TheoryIrving FisherInterest is the “price of time,” determined by people’s preference for present consumption over future consumption and investment opportunities.
    Loanable Funds TheoryKnut Wicksell, Bertil Ohlin, Dennis RobertsonInterest is determined by the demand and supply of loanable funds, including savings, investment, bank credit, and hoarding.
    Liquidity Preference TheoryJohn Maynard KeynesInterest is the reward for parting with liquidity; it is determined by the demand for and supply of money.
    \ No newline at end of file diff --git a/docs/uninotes/s1/et-dcm1107/unit2/index.html b/docs/uninotes/s1/et-dcm1107/unit2/index.html index 4b61ddf..7b8cb1d 100644 --- a/docs/uninotes/s1/et-dcm1107/unit2/index.html +++ b/docs/uninotes/s1/et-dcm1107/unit2/index.html @@ -12,4 +12,6 @@ Blog posts
    S1 -ET DCM1107

    Unit 2

    Choose type:

    Self
    Not available
    Live
    Live class notes
    \ No newline at end of file +ET DCM1107

    Unit 2

    Choose type:

    Self
    Not available
    Live
    Live class notes
    \ No newline at end of file diff --git a/docs/uninotes/s1/et-dcm1107/unit2/live/index.html b/docs/uninotes/s1/et-dcm1107/unit2/live/index.html index 7446bad..f7e5c3a 100644 --- a/docs/uninotes/s1/et-dcm1107/unit2/live/index.html +++ b/docs/uninotes/s1/et-dcm1107/unit2/live/index.html @@ -43,4 +43,6 @@ Blog posts \ No newline at end of file diff --git a/docs/uninotes/s1/et-dcm1107/unit5/index.html b/docs/uninotes/s1/et-dcm1107/unit5/index.html index 1953999..57ec18d 100644 --- a/docs/uninotes/s1/et-dcm1107/unit5/index.html +++ b/docs/uninotes/s1/et-dcm1107/unit5/index.html @@ -12,4 +12,6 @@ Blog posts
    S1 -ET DCM1107

    Unit 5

    Choose type:

    Self
    Self-study notes
    Live
    Not available
    \ No newline at end of file +ET DCM1107

    Unit 5

    Choose type:

    Self
    Self-study notes
    Live
    Not available
    \ No newline at end of file diff --git a/docs/uninotes/s1/et-dcm1107/unit5/self/index.html b/docs/uninotes/s1/et-dcm1107/unit5/self/index.html index a211436..70cabc6 100644 --- a/docs/uninotes/s1/et-dcm1107/unit5/self/index.html +++ b/docs/uninotes/s1/et-dcm1107/unit5/self/index.html @@ -18,4 +18,6 @@ Blog posts
    S1 ET DCM1107 Self

    Unit 5

    Table of Contents

    May 01, 2026 #

    Explicit Cost #

    Explicit costs are direct, out-of-pocket payments that a business or individual makes for the use of resources or services. These costs are tangible, measurable, and recorded in accounting books, including expenses like rent, utility bills, wages, raw materials, and interest on borrowed capital.

    Implicit Cost #

    Implicit costs are not directly paid out or recorded in financial statements, but represent the opportunity costs of using resources owned by the firm or individual. Examples include the forgone salary if an entrepreneur works in their own business instead of being employed elsewhere, or the interest income sacrificed by investing personal funds in the business rather than elsewhere.

    Ecnonomic Profit #

    Economic Profit = Total Revenue − (Explicit Costs + Implicit Costs)

    Short Run Costs #

    The short run refers to a time period in which at least one factor of production (such as capital, plant size, or equipment) is fixed and cannot be easily altered. During this period, firms face two types of costs:

    Total Cost (TC) = Fixed Cost (FC) + Variable Cost (VC)

    Different types of Cost #

    A) Real Cost
    B) Economic Cost
    C) Accounting Cost
    D) Social Cost
    E) Private Cost
    F) Opportunity Cost
    G) External Cost
    H) Replacement Cost

    Cost Function #

    𝐶 = 𝐹 + 𝑉(𝑄)
    where F is the fixed cost, and V(Q) is the variable cost depending on the output level Q

    Total Cost #

    TC = Total Fixed Cost (TFC) + Total Variable Cost (TVC)

    Average Cost #

    AC = TC / Quantity (Q)

    Marginal Cost #

    TC = Change in Total Cost / Change in Quantity

    \ No newline at end of file +Unit 6 → \ No newline at end of file diff --git a/docs/uninotes/s1/et-dcm1107/unit6/index.html b/docs/uninotes/s1/et-dcm1107/unit6/index.html index c4ee32c..6b50862 100644 --- a/docs/uninotes/s1/et-dcm1107/unit6/index.html +++ b/docs/uninotes/s1/et-dcm1107/unit6/index.html @@ -12,4 +12,6 @@ Blog posts
    S1 -ET DCM1107

    Unit 6

    Choose type:

    Self
    Self-study notes
    Live
    Not available
    \ No newline at end of file +ET DCM1107

    Unit 6

    Choose type:

    Self
    Self-study notes
    Live
    Not available
    \ No newline at end of file diff --git a/docs/uninotes/s1/et-dcm1107/unit6/self/index.html b/docs/uninotes/s1/et-dcm1107/unit6/self/index.html index 73e225c..237cdcf 100644 --- a/docs/uninotes/s1/et-dcm1107/unit6/self/index.html +++ b/docs/uninotes/s1/et-dcm1107/unit6/self/index.html @@ -25,4 +25,6 @@ Blog posts \ No newline at end of file diff --git a/docs/uninotes/s1/et-dcm1107/unit7/index.html b/docs/uninotes/s1/et-dcm1107/unit7/index.html index 3963c46..f5d04cc 100644 --- a/docs/uninotes/s1/et-dcm1107/unit7/index.html +++ b/docs/uninotes/s1/et-dcm1107/unit7/index.html @@ -12,4 +12,6 @@ Blog posts
    S1 -ET DCM1107

    Unit 7

    Choose type:

    Self
    Self-study notes
    Live
    Not available
    \ No newline at end of file +ET DCM1107

    Unit 7

    Choose type:

    Self
    Self-study notes
    Live
    Not available
    \ No newline at end of file diff --git a/docs/uninotes/s1/et-dcm1107/unit7/self/index.html b/docs/uninotes/s1/et-dcm1107/unit7/self/index.html index 9343ef9..4c22fa1 100644 --- a/docs/uninotes/s1/et-dcm1107/unit7/self/index.html +++ b/docs/uninotes/s1/et-dcm1107/unit7/self/index.html @@ -33,4 +33,6 @@ Blog posts
    S1 ET DCM1107 Self

    Unit 7

    Table of Contents

    May 08, 2026 #

    Types of Capital #

    A) Owned/Borrowed Capital.
    B) Fixed/Floating Capital.
    C) Working Capital.
    D) Gross Working Capital.
    E) Net Working Capital.
    F) Net Operating Working Capital.

    Types of Revenue #

    A) Operating Revenue #

    1. Sales Revenue.
    2. Service Revenue.

    B) Gross Revenue #

    Gross revenue, often known as gross sales, is the entire amount of money your firm makes in a given accounting period before any deductions.

    C) Net Revenue #

    The value of a company’s income after discounts, item returns, and business expenditures like commissions is referred to as net revenue or net sales.

    D) Deferred Revenue #

    The income a firm makes before providing services or commodities to a client is referred to as deferred revenue or unearned revenue.

    E) Accrued Revenue #

    The income earned by a firm for supplying products or services that have not yet been paid for by a client. It’s income that a company recognises but has yet to realise.

    Classification of Expenditure #

    A) Capital Expenditure.
    B) Revenue Expenditure.
    C) Deferred Revenue Expenditure:

    Deferred revenue expenditure refers to a type of spending that is revenue in nature but whose benefits last for more than one accounting period. Although the entire amount is usually spent in a single year, it is not fully charged to the Profit & Loss Account in that year because the benefit will be enjoyed over several future periods.

    Classification of Receipts #

    A) Revenue Receipts.
    B) Capital Receipts.

    Profits/Losses #

    A) Capital Profits/Losses.
    B) Revenue Profits/Losses.

    Contingent #

    A) Contingent Assets.
    B) Contingent Liabilities.

    \ No newline at end of file +Unit 12 → \ No newline at end of file diff --git a/docs/uninotes/s1/fa-dcm1108/index.html b/docs/uninotes/s1/fa-dcm1108/index.html index 3cab9df..4a83ef8 100644 --- a/docs/uninotes/s1/fa-dcm1108/index.html +++ b/docs/uninotes/s1/fa-dcm1108/index.html @@ -6,4 +6,6 @@ Subscribe

    FA DCM1108

      \ No newline at end of file +› FA DCM1108

      FA DCM1108

      \ No newline at end of file diff --git a/docs/uninotes/s1/ge-dcm1106/index.html b/docs/uninotes/s1/ge-dcm1106/index.html index dad8bd1..9f7fa44 100644 --- a/docs/uninotes/s1/ge-dcm1106/index.html +++ b/docs/uninotes/s1/ge-dcm1106/index.html @@ -7,4 +7,6 @@ Subscribe

      GE DCM1106

      \ No newline at end of file +› GE DCM1106

      GE DCM1106

      \ No newline at end of file diff --git a/docs/uninotes/s1/ge-dcm1106/unit1/index.html b/docs/uninotes/s1/ge-dcm1106/unit1/index.html index c01343b..33b32e4 100644 --- a/docs/uninotes/s1/ge-dcm1106/unit1/index.html +++ b/docs/uninotes/s1/ge-dcm1106/unit1/index.html @@ -12,4 +12,6 @@ Blog posts
      S1 -GE DCM1106

      Unit 1

      Choose type:

      Self
      Not available
      Live
      Live class notes
      \ No newline at end of file +GE DCM1106

      Unit 1

      Choose type:

      Self
      Not available
      Live
      Live class notes
      \ No newline at end of file diff --git a/docs/uninotes/s1/ge-dcm1106/unit1/live/index.html b/docs/uninotes/s1/ge-dcm1106/unit1/live/index.html index 7a5345a..59e3c09 100644 --- a/docs/uninotes/s1/ge-dcm1106/unit1/live/index.html +++ b/docs/uninotes/s1/ge-dcm1106/unit1/live/index.html @@ -44,4 +44,6 @@ Blog posts
      S1 GE DCM1106 -Live

      Unit 1

      Table of Contents

      April 12, 2026 #

      Theories on the Origin of Language #

      Types of Theories #

      A) Divine.
      B) Bow-Bow.
      C) Pooh-Pooh.
      D) Ding-Dong.
      E) Gesture.
      F) Yo-He-Ho.
      G) Musical.
      H) Tool-Making.
      I) Evolutionary.
      J) Symbolic.
      K) Contemporary Perspective.

      \ No newline at end of file +Live

      Unit 1

      Table of Contents

      April 12, 2026 #

      Theories on the Origin of Language #

      Types of Theories #

      A) Divine.
      B) Bow-Bow.
      C) Pooh-Pooh.
      D) Ding-Dong.
      E) Gesture.
      F) Yo-He-Ho.
      G) Musical.
      H) Tool-Making.
      I) Evolutionary.
      J) Symbolic.
      K) Contemporary Perspective.

      \ No newline at end of file diff --git a/docs/uninotes/s1/index.html b/docs/uninotes/s1/index.html index a480a0e..99b1819 100644 --- a/docs/uninotes/s1/index.html +++ b/docs/uninotes/s1/index.html @@ -6,4 +6,6 @@ Subscribe

      S1

      1. BO DCM1109
      2. ET DCM1107
      3. GE DCM1106
      4. PBM DCM1110
      \ No newline at end of file +› S1

      S1

      1. BO DCM1109
      2. ET DCM1107
      3. GE DCM1106
      4. PBM DCM1110
      \ No newline at end of file diff --git a/docs/uninotes/s1/pbm-dcm1110/index.html b/docs/uninotes/s1/pbm-dcm1110/index.html index b73ac6a..d7acd8a 100644 --- a/docs/uninotes/s1/pbm-dcm1110/index.html +++ b/docs/uninotes/s1/pbm-dcm1110/index.html @@ -7,4 +7,6 @@ Subscribe

      PBM DCM1110

      \ No newline at end of file +› PBM DCM1110

      PBM DCM1110

      \ No newline at end of file diff --git a/docs/uninotes/s1/pbm-dcm1110/unit1/index.html b/docs/uninotes/s1/pbm-dcm1110/unit1/index.html index 8024dc0..4943151 100644 --- a/docs/uninotes/s1/pbm-dcm1110/unit1/index.html +++ b/docs/uninotes/s1/pbm-dcm1110/unit1/index.html @@ -12,4 +12,6 @@ Blog posts
      S1 -PBM DCM1110

      Unit 1

      Choose type:

      \ No newline at end of file +PBM DCM1110

      Unit 1

      Choose type:

      \ No newline at end of file diff --git a/docs/uninotes/s1/pbm-dcm1110/unit1/live/index.html b/docs/uninotes/s1/pbm-dcm1110/unit1/live/index.html index 78d4d9f..dd084c0 100644 --- a/docs/uninotes/s1/pbm-dcm1110/unit1/live/index.html +++ b/docs/uninotes/s1/pbm-dcm1110/unit1/live/index.html @@ -14,4 +14,6 @@ Blog posts
      S1 PBM DCM1110 -Live

      Unit 1

      Table of Contents

      April 12, 2026 #

      Introduction #

      Management is a process where is an environment is developed to achieve the predefined goals and objectives through planning, organising, directing and controlling.

      \ No newline at end of file +Live

      Unit 1

      Table of Contents

      April 12, 2026 #

      Introduction #

      Management is a process where is an environment is developed to achieve the predefined goals and objectives through planning, organising, directing and controlling.

      \ No newline at end of file diff --git a/docs/uninotes/s1/pbm-dcm1110/unit1/self/index.html b/docs/uninotes/s1/pbm-dcm1110/unit1/self/index.html index 26c343c..028b694 100644 --- a/docs/uninotes/s1/pbm-dcm1110/unit1/self/index.html +++ b/docs/uninotes/s1/pbm-dcm1110/unit1/self/index.html @@ -65,4 +65,6 @@ Blog posts
      S1 PBM DCM1110 -Self

      Unit 1

      Table of Contents

      April 5, 2026 #

      Characteristics of Management #

      A) Goal Oriented.
      B) Pervasive.
      C) Multidimentional:
               (i) Management of People.
               (ii) Management of Operations.
      D) Continuous.
      E) Dynamic.
      F) Group Activity.
      G) Intangible.

      Functions of Management #

      A) Planning.
      B) Organising.
      C) Staffing.
      D) Directing.
      E) Controlling.

      A) Planning #

      1. Determine the goals or mission of the organisation.
      2. Forecast future conditions.
      3. Select the best course of action.
      4. Formulate policies, procedures, budgets.

      B) Organising #

      1. Identify and analyse activities required to be operated on.
      2. Group similar activities.
      3. Assign duties to individuals.
      4. Delegate authority and responsibility to the individuals in managerial roles.
      5. Establish and announce clear authority relationships to ensure coordination and control.

      C) Staffing #

      1. Recruitment and selection.
      2. Training.
      3. Performance appraisal.

      D) Directing #

      1. Leadership and supervision.
      2. Motivation.
      3. Communication.

      E) Controlling #

      1. Establish performance standards.
      2. Measure performance.
      3. Compare performance with the standards.
      4. Identify reasons for deviations.
      5. Implement corrective actions.
      6. Use feedback to evaluate performance improvement.

      Significance of Management #

      A) Optimum unilization of resources.
      B) Minimisation of costs.
      C) Achievement of group goals.
      D) Organisational stability.

      Scope of Management #

      A) Production Management.
      B) Personal Management.
      C) Marketing Management.
      D) Financial Management.

      \ No newline at end of file +Self

      Unit 1

      Table of Contents

      April 5, 2026 #

      Characteristics of Management #

      A) Goal Oriented.
      B) Pervasive.
      C) Multidimentional:
               (i) Management of People.
               (ii) Management of Operations.
      D) Continuous.
      E) Dynamic.
      F) Group Activity.
      G) Intangible.

      Functions of Management #

      A) Planning.
      B) Organising.
      C) Staffing.
      D) Directing.
      E) Controlling.

      A) Planning #

      1. Determine the goals or mission of the organisation.
      2. Forecast future conditions.
      3. Select the best course of action.
      4. Formulate policies, procedures, budgets.

      B) Organising #

      1. Identify and analyse activities required to be operated on.
      2. Group similar activities.
      3. Assign duties to individuals.
      4. Delegate authority and responsibility to the individuals in managerial roles.
      5. Establish and announce clear authority relationships to ensure coordination and control.

      C) Staffing #

      1. Recruitment and selection.
      2. Training.
      3. Performance appraisal.

      D) Directing #

      1. Leadership and supervision.
      2. Motivation.
      3. Communication.

      E) Controlling #

      1. Establish performance standards.
      2. Measure performance.
      3. Compare performance with the standards.
      4. Identify reasons for deviations.
      5. Implement corrective actions.
      6. Use feedback to evaluate performance improvement.

      Significance of Management #

      A) Optimum unilization of resources.
      B) Minimisation of costs.
      C) Achievement of group goals.
      D) Organisational stability.

      Scope of Management #

      A) Production Management.
      B) Personal Management.
      C) Marketing Management.
      D) Financial Management.

      \ No newline at end of file diff --git a/docs/uninotes/s1/pbm-dcm1110/unit2/index.html b/docs/uninotes/s1/pbm-dcm1110/unit2/index.html index 4d83a54..cfcc206 100644 --- a/docs/uninotes/s1/pbm-dcm1110/unit2/index.html +++ b/docs/uninotes/s1/pbm-dcm1110/unit2/index.html @@ -12,4 +12,6 @@ Blog posts
      S1 -PBM DCM1110

      Unit 2

      Choose type:

      Self
      Self-study notes
      Live
      Not available
      \ No newline at end of file +PBM DCM1110

      Unit 2

      Choose type:

      Self
      Self-study notes
      Live
      Not available
      \ No newline at end of file diff --git a/docs/uninotes/s1/pbm-dcm1110/unit2/self/index.html b/docs/uninotes/s1/pbm-dcm1110/unit2/self/index.html index 586d8a3..639e9ae 100644 --- a/docs/uninotes/s1/pbm-dcm1110/unit2/self/index.html +++ b/docs/uninotes/s1/pbm-dcm1110/unit2/self/index.html @@ -58,4 +58,6 @@ manpower among different departments or projects. Effective allocation ensures t are met and the organisation runs efficiently.

    • Negotiator: The manager represents the organisation in negotiations with employees, suppliers, customers, or other external parties. They work to reach agreements that are beneficial for both the organisation and its stakeholders.

    • \ No newline at end of file +Unit 3 → \ No newline at end of file diff --git a/docs/uninotes/s1/pbm-dcm1110/unit3/index.html b/docs/uninotes/s1/pbm-dcm1110/unit3/index.html index bcad20a..d03b4f3 100644 --- a/docs/uninotes/s1/pbm-dcm1110/unit3/index.html +++ b/docs/uninotes/s1/pbm-dcm1110/unit3/index.html @@ -12,4 +12,6 @@ Blog posts
      S1 -PBM DCM1110

      Unit 3

      Choose type:

      Self
      Self-study notes
      Live
      Not available
      \ No newline at end of file +PBM DCM1110

      Unit 3

      Choose type:

      Self
      Self-study notes
      Live
      Not available
      \ No newline at end of file diff --git a/docs/uninotes/s1/pbm-dcm1110/unit3/self/index.html b/docs/uninotes/s1/pbm-dcm1110/unit3/self/index.html index 6d1476f..2c1ad97 100644 --- a/docs/uninotes/s1/pbm-dcm1110/unit3/self/index.html +++ b/docs/uninotes/s1/pbm-dcm1110/unit3/self/index.html @@ -18,4 +18,6 @@ Blog posts
      S1 PBM DCM1110 Self

      Unit 3

      Table of Contents

      April 15, 2026 #

      Classical approach comprised the following three approaches: #

      A) Scientific Management #

      In scientific management, scientific methods are used to study and analyse the problems in factories and businesses. It involves the use of rational methods, understanding issues, and finding relevant & practical solutions. The main contribution in scientific management is of Frederick Winslow Taylor, who is well renowned as ‘The father of scientific management’.

      B) Administration Management #

      It is mainly related to the performance of managers and has defined various functions of administration. In administration management, the emphasis is laid on evaluating the existing processes, identifying the underlying principles, and developing the management theories. These functions are interlinked and help managers perform effectively. The major contribution towards administration management is from Henry Fayol.

      C) Bureaucratic Management #

      This approach was founded by Max Weber, who believed bureaucracy is the best for the optimum utilisation of resources in an organisation. Such an approach is generally followed in government and military organisations. Bureaucratic management has a well-defined hierarchy, lines of authority, and procedures. Various rules and procedures are formed in bureaucracy to guide the functioning of an organisation.

      Mechanisms of Scientific Management #

      A) Separation of Planning and Doing.
      B) Functional Foremanship - Training Department/Functional Department.
      C) Job Analysis.
      D) Standardisation.
      E) Scientific Selection and Training of Workers.
      F) Financial Incentives.
      G) Economy.
      H) Mental Revolution.

      Henri Fayol’s 14 Principles of Management #

      1. Division of work.
      2. Authority and responsibility.
      3. Discipline.
      4. Unity of command.
      5. Unity of direction.
      6. Subordination of individual to general interest.
      7. Remuneration.
      8. Centralisation and decentralisation.
      9. Scalar chain.
      10. Order.
      11. Equity.
      12. Stability of tenure.
      13. Initiative.
      14. Esprit de Corps.

      3 types of Authority in an organisation according to Max Weber #

      1. Traditional Authority.
      2. Charismatic Authority.
      3. Legal-Rational Authority.

      A) Official and Regular Business Operations.
      B) Well-Defined Rules and Procedures.
      C) Clearly Defined Authority and Supervision.
      D) Separation of Personal and Official Affairs.
      E) Written Documentation.
      F) Division of Labour and Specialisation.
      G) Hierarchical Structure of Authority.
      H) System of Abstract and Formal Rules.

      \ No newline at end of file +Unit 4 → \ No newline at end of file diff --git a/docs/uninotes/s1/pbm-dcm1110/unit4/index.html b/docs/uninotes/s1/pbm-dcm1110/unit4/index.html index f31a6f6..b2e81ac 100644 --- a/docs/uninotes/s1/pbm-dcm1110/unit4/index.html +++ b/docs/uninotes/s1/pbm-dcm1110/unit4/index.html @@ -12,4 +12,6 @@ Blog posts
      S1 -PBM DCM1110

      Unit 4

      Choose type:

      Self
      Self-study notes
      Live
      Not available
      \ No newline at end of file +PBM DCM1110

      Unit 4

      Choose type:

      Self
      Self-study notes
      Live
      Not available
      \ No newline at end of file diff --git a/docs/uninotes/s1/pbm-dcm1110/unit4/self/index.html b/docs/uninotes/s1/pbm-dcm1110/unit4/self/index.html index 8bc5c5a..ff2091b 100644 --- a/docs/uninotes/s1/pbm-dcm1110/unit4/self/index.html +++ b/docs/uninotes/s1/pbm-dcm1110/unit4/self/index.html @@ -23,4 +23,6 @@ Blog posts
      S1 PBM DCM1110 -Self

      Unit 4

      Table of Contents

      April 20, 2026 #

      Neoclassical Approaches #

      A) Human Relations Movement #

      Factors affecting the Human Relations Movement:

      1. Contribution of Elton Mayo #

      The Hawthorne Experiments: A Landmark in Human Relations

      Four Experiments:

      1. Illumination Experiments (1924–1927): Examined how changes in lighting affected worker productivity.
      2. Relay Assembly Test Room Experiments (1927–1928): Studied the impact of altered work conditions, such as hours and rest breaks, on output.
      3. Mass Interviewing Programme (1928–1930): Investigated employees’ attitudes, feelings, and perceptions toward their work.
      4. Bank Wiring Observation Room Experiments (1931–1932): Explored the effects of informal social groups on individual behaviour and productivity.

      B) Behavioral Approach #

      This approach focuses on understanding how individuals think, feel, and behave within organisational settings. Drawing insights from disciplines such as psychology, sociology, anthropology, and economics, it emphasises the importance of studying human behaviour scientifically to develop effective management practices.

      1. Abraham Maslow’s Hierarchy of Needs Theory #

      1. Physiological Needs (Basic Needs).
      2. Safety and Security Needs.
      3. Social Needs (Belongingness and Love).
      4. Esteem Needs.
      5. Self-Actualisation Needs (Highest Level).

      2. Douglas McGregor’s Theory of Motivation #

      1. Theory X: If managers think employees dislike work and avoid responsibility, they will adopt a strict, controlling style.
      2. Theory Y: If managers believe employees are self-motivated and capable of self-direction, they will encourage participation and creativity.
      \ No newline at end of file +Self

      Unit 4

      Table of Contents

      April 20, 2026 #

      Neoclassical Approaches #

      A) Human Relations Movement #

      Factors affecting the Human Relations Movement:

      1. Contribution of Elton Mayo #

      The Hawthorne Experiments: A Landmark in Human Relations

      Four Experiments:

      1. Illumination Experiments (1924–1927): Examined how changes in lighting affected worker productivity.
      2. Relay Assembly Test Room Experiments (1927–1928): Studied the impact of altered work conditions, such as hours and rest breaks, on output.
      3. Mass Interviewing Programme (1928–1930): Investigated employees’ attitudes, feelings, and perceptions toward their work.
      4. Bank Wiring Observation Room Experiments (1931–1932): Explored the effects of informal social groups on individual behaviour and productivity.

      B) Behavioral Approach #

      This approach focuses on understanding how individuals think, feel, and behave within organisational settings. Drawing insights from disciplines such as psychology, sociology, anthropology, and economics, it emphasises the importance of studying human behaviour scientifically to develop effective management practices.

      1. Abraham Maslow’s Hierarchy of Needs Theory #

      1. Physiological Needs (Basic Needs).
      2. Safety and Security Needs.
      3. Social Needs (Belongingness and Love).
      4. Esteem Needs.
      5. Self-Actualisation Needs (Highest Level).

      2. Douglas McGregor’s Theory of Motivation #

      1. Theory X: If managers think employees dislike work and avoid responsibility, they will adopt a strict, controlling style.
      2. Theory Y: If managers believe employees are self-motivated and capable of self-direction, they will encourage participation and creativity.
      \ No newline at end of file diff --git a/docs/uninotes/s2/index.html b/docs/uninotes/s2/index.html index dfab44e..0809582 100644 --- a/docs/uninotes/s2/index.html +++ b/docs/uninotes/s2/index.html @@ -6,4 +6,6 @@ Subscribe

      S2

        \ No newline at end of file +› S2

        S2

          \ No newline at end of file diff --git a/docs/uninotes/s3/index.html b/docs/uninotes/s3/index.html index b65dc9a..0ac2519 100644 --- a/docs/uninotes/s3/index.html +++ b/docs/uninotes/s3/index.html @@ -6,4 +6,6 @@ Subscribe

          S3

            \ No newline at end of file +› S3

            S3

              \ No newline at end of file diff --git a/docs/uninotes/s4/index.html b/docs/uninotes/s4/index.html index 946229b..2b0317c 100644 --- a/docs/uninotes/s4/index.html +++ b/docs/uninotes/s4/index.html @@ -6,4 +6,6 @@ Subscribe

              S4

                \ No newline at end of file +› S4

                S4

                  \ No newline at end of file diff --git a/docs/uninotes/s5/index.html b/docs/uninotes/s5/index.html index 546880e..d8eb266 100644 --- a/docs/uninotes/s5/index.html +++ b/docs/uninotes/s5/index.html @@ -6,4 +6,6 @@ Subscribe

                  S5

                    \ No newline at end of file +› S5

                    S5

                      \ No newline at end of file diff --git a/docs/uninotes/s6/index.html b/docs/uninotes/s6/index.html index 13d10a9..fb5be67 100644 --- a/docs/uninotes/s6/index.html +++ b/docs/uninotes/s6/index.html @@ -6,4 +6,6 @@ Subscribe

                      S6

                        \ No newline at end of file +› S6

                        S6

                          \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index 2d9c851..a391d9c 100644 --- a/hugo.toml +++ b/hugo.toml @@ -6,11 +6,17 @@ publishDir = "docs" [module] [[module.mounts]] - source = "content" - target = "content" +source = "content" +target = "content" [[module.mounts]] - source = "changelog" - target = "content/changelog" +source = "changelog" +target = "content/changelog" +[[module.mounts]] +source = "terms" +target = "content/terms" +[[module.mounts]] +source = "privacy" +target = "content/privacy" [markup] [markup.goldmark] @@ -68,24 +74,24 @@ semester = "semester" subjectcode = "subjectcode" [permalinks] - [permalinks.term] - semester = '/uninotes/:slug/' - subjectcode = '/uninotes/:slug/' +[permalinks.term] +semester = '/uninotes/:slug/' +subjectcode = '/uninotes/:slug/' [[module.mounts]] - source = "layouts" - target = "layouts" +source = "layouts" +target = "layouts" [[module.mounts]] - source = "static" - target = "static" +source = "static" +target = "static" [[module.mounts]] - source = "assets" - target = "assets" +source = "assets" +target = "assets" [[module.mounts]] - source = "data" - target = "data" +source = "data" +target = "data" [[module.mounts]] - source = "i18n" - target = "i18n" +source = "i18n" +target = "i18n" [[module.mounts]] - source = "archetypes" - target = "archetypes" +source = "archetypes" +target = "archetypes" diff --git a/layouts/_partials/footer/copyright.html b/layouts/_partials/footer/copyright.html index 9f508b1..a982e25 100644 --- a/layouts/_partials/footer/copyright.html +++ b/layouts/_partials/footer/copyright.html @@ -1,3 +1,5 @@ diff --git a/layouts/privacy/list.html b/layouts/privacy/list.html new file mode 100644 index 0000000..bffbe1b --- /dev/null +++ b/layouts/privacy/list.html @@ -0,0 +1,4 @@ +{{ define "main" }} + +

                          {{ .Title }}

                          +{{ .Content }} {{ end }} diff --git a/layouts/privacy/single.html b/layouts/privacy/single.html new file mode 100644 index 0000000..bffbe1b --- /dev/null +++ b/layouts/privacy/single.html @@ -0,0 +1,4 @@ +{{ define "main" }} + +

                          {{ .Title }}

                          +{{ .Content }} {{ end }} diff --git a/layouts/signup/single.html b/layouts/signup/single.html index 6037a0c..6a7429c 100644 --- a/layouts/signup/single.html +++ b/layouts/signup/single.html @@ -112,6 +112,21 @@ +
                          + +
                          +