Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
root: releasing version v0.0.1
Browse files Browse the repository at this point in the history
This patch marks the release of version v0.0.1.

Co-authored-by: Shuralyov, Jean <[email protected]>
Co-authored-by: Galyna, Cory <[email protected]>
Co-authored-by: (Holloway) Chew, Kean Ho <[email protected]>
Signed-off-by: (Holloway) Chew, Kean Ho <[email protected]>
  • Loading branch information
3 people committed Apr 4, 2024
1 parent 2ecf2d4 commit 08237d4
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 26 deletions.
51 changes: 51 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# WARNING: auto-generated by AutomataCI

cff-version: "1.2.0"
type: "software"
date-released: "2024-04-04"
title: "Holloway's Angular Static Website Builder"
version: "0.0.1"
license: "MIT"
repository: "https://github.com/ChewKeanHo/APP_Website_Angular"
repository-code: "https://github.com/ChewKeanHo/APP_Website_Angular"
repository-artifact: "https://github.com/ChewKeanHo/APP_Website_Angular/wiki/"
url: "https://www.hollowaykeanho.com"
contact:
- affiliation: "(Holloway) Chew, Kean Ho"
email: "[email protected]"
website: "https://www.hollowaykeanho.com"
abstract: |-
Static website generation (SSG) is a known and easy way to perform
immediate content publications and facilitating a web services.
Angular is often the corporate selection for web application usage.
However, when it comes to SSG, Angular is often perceived as
overpowered and complicated. While this is true, Angular 17 with
server-side rendering (SSR) capability can be configured to deliver
SSG output.
Therefore, Holloway's Angular Static Website Builder is established
just to configure a baseline SSG build engine and makes itself as a
git template repository. That way, anyone can utilize Angular for
quick SSG deployment.
message: |-
Please cite and reference this repository accordingly.
authors:
- given-names: "Kean Ho"
family-names: "Chew"
email: "[email protected]"
affiliation: "Independent"
orcid: "https://orcid.org/0000-0003-4202-4863"
- given-names: "Cory"
family-names: "Galyna"
email: "[email protected]"
affiliation: "Independent"
identifiers:
- type: doi
value: "10.5281/zenodo.10851740"
description: "Paper"
keywords:
- "angular"
- "static site generation"
- "native and locally available"
- "self-improvable"
- "template"
2 changes: 1 addition & 1 deletion CONFIG.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ PROJECT_PITCH = "Building the best entity's website."
# like '0.0.1~rc1' instead of dashes (-). Some distribution ecosystem have
# strict and reserved rules for version sorting using dashes so tlide will be
# the best choice.
PROJECT_VERSION = "0.0.1"
PROJECT_VERSION = "1.0.0"


# PROJECT_CADENCE
Expand Down
3 changes: 3 additions & 0 deletions src/changelog/data/0.0.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
srcANGULAR: applied CVE-2024-31207 patch
srcANGULAR: updated @angular/core to version 17.3.3
srcANGULAR: updated @angular/cli to version 17.3.3
7 changes: 7 additions & 0 deletions src/changelog/deb/0.0.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
holloway-webbuilder (0.0.1) stable; urgency=low

* srcANGULAR: applied CVE-2024-31207 patch
* srcANGULAR: updated @angular/core to version 17.3.3
* srcANGULAR: updated @angular/cli to version 17.3.3

-- (Holloway) Chew, Kean Ho <[email protected]> Thu, 04 Apr 2024 15:06:40 +0800
29 changes: 11 additions & 18 deletions src/docs/ABSTRACTS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,15 @@
################################################################################
# 🠳 Max #
################################################################################
Continuous improvements or integrations (CI) is a nerve system of a
software product production. Leaving the job blindly by outsourcing
to any proprietary 3rd-party CI service provider is a guaranteed
way for being threatened and extorted by any malicious suppliers.
As of year 2021 to 2023, many evidences show that the suppliers
vilely alter their pricing charges after the fact to the point of
legally extorting their customers and destroyed some useful
software entirely.
Static website generation (SSG) is a known and easy way to perform
immediate content publications and facilitating a web services.
Angular is often the corporate selection for web application usage.
However, when it comes to SSG, Angular is often perceived as
overpowered and complicated. While this is true, Angular 17 with
server-side rendering (SSR) capability can be configured to deliver
SSG output.

Therefore, AutomataCI counters such problem by facilitating CI
functions natively, making it locally available, decentralized,
and redistributable at git repository level. 3rd-party service
providers can only call AutomataCI just like how the developer
performs them locally. This de-risk the software owner by not
completely depending on the service provider, allowing him/her
to switch supplier easily. AutomataCI also facilitates
technology-specific automation customization, capable of
absorbing new changes easily across time. It only uses the
basic POSIX compliant Shell and PowerShell scripts.
Therefore, Holloway's Angular Static Website Builder is established
just to configure a baseline SSG build engine and makes itself as a
git template repository. That way, anyone can utilize Angular for
quick SSG deployment.
10 changes: 3 additions & 7 deletions src/docs/CITATIONS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,8 @@ identifiers:
value: "10.5281/zenodo.10851740"
description: "Paper"
keywords:
- "continuous integration"
- "angular"
- "static site generation"
- "native and locally available"
- "git enhancement"
- "decentralized"
- "redistributable"
- "powershell"
- "posix shell"
- "solid foundation"
- "self-improvable"
- "template"

0 comments on commit 08237d4

Please sign in to comment.