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

Commit

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

Signed-off-by: (Holloway) Chew, Kean Ho <[email protected]>
  • Loading branch information
hollowaykeanho committed Jul 12, 2023
1 parent 9e55274 commit e71fd3a
Show file tree
Hide file tree
Showing 27 changed files with 1,430 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .configs/monteur/app/config/en/metadata.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Name = 'Hestia'
Command = 'hestia'
ID = 'hestia'
Version = 'v1.2.0'
Version = 'v1.2.1'
Category = 'devel'
Suite = ''
Abstract = 'One Peaceful Frontend+Backend Software Library Suite.'
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.0
v1.2.1
2 changes: 1 addition & 1 deletion hestiaGO/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
package hestia

const (
VERSION = "v1.2.0"
VERSION = "v1.2.1"
)
2 changes: 1 addition & 1 deletion hestiaHUGO/data/Hestia/Vendors/ZORALab/Hestia.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# WARNING: auto-generated file. DO NOT EDIT!!!
[Metadata]
Version = "ZORALab's Hestia v1.2.0"
Version = "ZORALab's Hestia v1.2.1"
22 changes: 22 additions & 0 deletions sites/content/en/releases/v1p2p1/__content.hestiaLDJSON
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{{- /*
Page's HTML's LD+JSON Output Prime Control

This file is your LD+JSON output that will be deployed into your HTML meta page.
Hugo's and Go's template processors are available at your disposal in case of
mathematical or logical algorithms development.
*/ -}}
{{- /* prepare variables for function */ -}}
{{- $Page := . -}}
{{- $dataList := dict -}}




{{- /* execute function */ -}}
{{- $dataList = merge $dataList (partial "hestiaJSON/schemaorgLDJSON/WebPage" .) -}}




{{- /* render output */ -}}
{{- jsonify $dataList -}}
78 changes: 78 additions & 0 deletions sites/content/en/releases/v1p2p1/__contributors.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
# PAGE-SPECIFIC CONTRIBUTORS
# ==========================
# QUICK NOTE:
# 1. Your contributor data shall be supplied in the .Data.Hestia.Creators/
# directory. Here, you only list them out using their data filename as the
# Key for this page and update their contribution.
# 2. Example entries:
# [[Contributor]]
# Key = 'Holloway'
#
# [Contributor.Contribution]
# Creation = true
# Contact = true
# Artwork = false
# Knowledge = true
# Editor = true
# Developer = false
# Maintainer = false
# Producer = false
# Provider = false
# Publisher = false
# Funder = false
# Sponsor = false
#
# [[Contributor]]
# Key = 'CoryGalyna'
#
# [Contributor.Contribution]
# Creation = false
# Contact = false
# Artwork = false
# Knowledge = false
# Editor = true
# Developer = false
# Maintainer = false
# Producer = false
# Provider = false
# Publisher = false
# Funder = true
# Sponsor = false
#
# ...
[[Contributors]]
Key = 'ZORALab'

[Contributors.Contribution]
Creation = true
Contact = true
Artwork = false
Knowledge = false
Editor = true
Developer = false
Maintainer = false
Producer = true
Provider = true
Publisher = true
Funder = false
Sponsor = true




[[Contributors]]
Key = 'HollowayKeanHo'

[Contributors.Contribution]
Creation = true
Contact = false
Artwork = false
Knowledge = true
Editor = true
Developer = false
Maintainer = false
Producer = false
Provider = false
Publisher = false
Funder = false
Sponsor = false
89 changes: 89 additions & 0 deletions sites/content/en/releases/v1p2p1/__i18n.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
[i18n]
Title = 'Title'
Description = 'Description'
Version = 'v1p2p1'




[i18n.Labels]
Assets = 'Assets'
Statement = 'Statement'
References = 'References'
Notes = 'Notes'
Status = 'Status'
BackwardCompatible = 'Backward Compatible'
Development = 'Development'
Retired = 'Retired'
Latest = 'Latest'




[i18n.Introduction]
ID = 'introduction'
Title = 'Introduction'




[i18n.Notices.NonBackwardCompatible]
Title = 'WARNING: NOT BACKWARD COMPATIBLE'
Text = '''
This release contains non-backward compatible implementations. Use with extreme
care.
'''


[i18n.Notices.Development]
Title = 'IMPORTANT: UNDER DEVELOPMENT'
Text = '''
This release is still under development and is subjected to change.
'''


[i18n.Notices.Retired]
Title = 'WARNING: Retired Package'
Text = '''
This release is retired and will no longer be supported. Please use the latest.
'''




[i18n.Downloads]
ID = 'downloads'
Title = 'All Available Downloads'
Description = '''
All available downloads for using ZORALab's Hestia with this version:
'''
Package = 'Package'
Certificate = 'Certificate'
GPGKey = 'GPG Key'
SHA512 = 'SHA512'
Download = 'Download'




[i18n.Highlights]
ID = 'highlights'
Title = 'Notable Highlights'
Description = '''
Some notable changes you should know before deploying into your project. They
are organized based on technological grouping in a non-chornological manner.
'''




[i18n.Epilogue]
ID = 'epilogue'
Title = 'Epilogue'
Description = '''
We have reach the end of the release note for this version of
ZORALab's Hestia Project. If you have any query, please feel free to contact us
at our following portal:
'''
URL = 'https://github.com/ZORALab/Hestia/discussions'
CTA = 'GitHub Discussion Portal'
25 changes: 25 additions & 0 deletions sites/content/en/releases/v1p2p1/__languages.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# AVAILABLE TRANSLATION PAGES
# ===========================
# Data pattern:
# [{[code]}{-[Script]}{-[COUNTRY]}]
# URL = "[URL]"
# Examples:
# [en]
# URL = "/en/my-page-here/"
#
# [zh-Hans]
# URL = "/zh-hans/我的网站这儿/"
#
# NOTE:
# 1. The language code **MUST** be one of the Hestia site-level languages.
# Otherwise, error shall be thrown.
# 2. If you need to use external pages, set the internal page's settings to
# redirect immediately towards it.
# 3. If the URL is left empty (""), that translation page is disabled.
# 4. Hestia compatible URL (ONLY .Languages data structure is usable) can
# be accepted in the .Lang.URL fields (see example above).
[en]
URL = '/en/releases/v1p2p1/'

[zh-Hans]
URL = '/zh-hans/releases/v1p2p1/'
122 changes: 122 additions & 0 deletions sites/content/en/releases/v1p2p1/__page.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
# PAGE METADATA
# =============
# Date fields.
#
# NOTE:
# 1. You can generate date easily on linux using '$ date --rfc-email' command.
# 2. If date field is left blank, the current time shall be used instead.
# 3. Date should ONLY comply to RFC5322 format when manually constructed:
# Thu, 21 Jul 2022 14:27:39 +0800
[Date]
Created = 'Wed, 12 Jul 2023 15:50:23 +0800'
Published = 'Wed, 12 Jul 2023 15:50:23 +0800'




# Content fields.
# NOTE:
# 1. For .Title, Hestia's string processing using page variables are allowed
# and only limited to .Titles sub-fields.
# 2. For .Keywords, Hestia's string processing using page variables are
# allowed but strongly discouraged.
[Content]
Title = "ZORALab's Hestia v1.2.1 Release Note"
Keywords = [
'v1.2.1',
'Release Note',
'Web',
'Tech',
'PWA',
'WASM',
'Software Libraries',
'Hugo',
'Go',
'TinyGo',
'Nim',
'ZORALab',
"ZORALab's Hestia",
]




# Description fields.
# NOTE:
# 1. Hestia's string processing using page variables are allowed.
# 2. The .Description.Pitch is at maximum 160 characters.
# 3. The .Description.Summary is at maximum of 250 characters.
# 4. All fields shall have their whitespace cleansed during the processing.
[Description]
Pitch = '''
The release note about ZORALab's Hestia technical specification.
'''
Summary = '''
Readily available for download securely.
'''




# Redirect fields.
# NOTE:
# 1. Hestia's URL processing is allowed for .URL field.
# 2. .Delay timing sets the delay time before redirect. Setting to '0' means
# an immediate redirect is requested.
# 3. Redirect is only available if .Enabled is set to 'true'.
# 4. Redirect.Language is to redirect the current page to its
# language-specific page when Javascript is made available on client side
# or fallback to default language.
[Redirect]
Delay = 0 # second
URL = ''
Enabled = false

[Redirect.Language]
Enabled = false




# Content Files' Sourcing Location
# NOTE:
# 1. To denote where are the content sources.
# 2. If you're sourcing from assets directory, prefix 'assets/'.
# 3. If you're sourcing from layouts directory, prefix 'layouts/'.
# 2. If you're sourcing from static directory, prefix 'static/'.
# 3. If you're sourcing from partial directory, prefix 'layouts/partials/'.
[Sources]
HTML = 'layouts/content/releases/common/index.html'
JSON = 'layouts/content/releases/common/index.json'
CSS = 'layouts/content/releases/common/index.css'
JS = 'layouts/content/releases/common/index.js'
LDJSON = '__content.hestiaLDJSON'
Contributors = '__contributors.toml'
Thumbnails = '__thumbnails.toml'
Languages = '__languages.toml'
Assets = 'layouts/content/releases/common/assets.toml'
Components = 'layouts/content/releases/common/components.toml'




# Data fields.
# NOTE:
# 1. List only the page-level data files. It can be in any of the following
# formats: '.json', '.toml', or '.yaml'.
# 2. Hestia string processing is available and shall be processed prior to
# dataset transformation.
# 3. Sequences of the .Data array dictates sequences of loading and overriding
# (the latter shall overwrite the former for the same data fields).
# 4. The final processed dataset shall be served as main data content in
# supported output format (e.g. index.json).
# 5. Missing data file shall be ignored.
# 6. To add more data files, simply duplicate and add more .Data array entry.
# Example:
# [[data]]
# Filename = 'file1.json'
#
# [[data]]
# Filename = 'file2.toml'
[[Data]]
Filename = '__i18n.toml'
7 changes: 7 additions & 0 deletions sites/content/en/releases/v1p2p1/__robots.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# PAGE SPECIFIC ROBOTS INSTRUCTIONS LIST
# ======================================
#
# Example:
# [[Meta]]
# Name = "googleBot"
# Content = "noindex, nofollow"
Loading

0 comments on commit e71fd3a

Please sign in to comment.