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.0
Browse files Browse the repository at this point in the history
This patch marks the release of v1.2.0.

Signed-off-by: (Holloway) Chew, Kean Ho <[email protected]>
  • Loading branch information
hollowaykeanho committed Jun 26, 2023
1 parent b7a47b4 commit 4d84b40
Show file tree
Hide file tree
Showing 36 changed files with 1,212 additions and 25 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.1.0'
Version = 'v1.2.0'
Category = 'devel'
Suite = ''
Abstract = 'one peaceful frontend+backend library suite by devs for devs'
Expand Down
8 changes: 4 additions & 4 deletions .configs/monteur/package/jobs/zip-hestiaGO.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Type = 'manual'

[Variables]
Product = 'hestiaGO'
LicenseSourcePath = 'licenses/hestia-software-license.pdf'
LicenseSourcePath = 'hestia-software-license.pdf'

[FMTVariables]
LicenseSourceDir = '{{- .RootDir -}}/sites/content'
LicenseSourceDir = '{{- .RootDir -}}/sites/static/docs/licenses'
PackageDir = '{{- .WorkingDir -}}/{{- .Product -}}'


Expand Down Expand Up @@ -75,15 +75,15 @@ Source = 'cp -r "{{- .RootDir -}}/{{- .Product -}}"/* "{{- .PackageDir -}}/."'
Name = 'Copy English License File into Packaging Directory'
Type = 'copy'
Condition = [ 'all-all' ]
Source = '{{- .LicenseSourceDir -}}/en/{{- .LicenseSourcePath -}}'
Source = '{{- .LicenseSourceDir -}}/{{- .LicenseSourcePath -}}'
Target = '{{- .PackageDir -}}/License-en.pdf'


[[CMD]]
Name = 'Copy English License Signature File into Packaging Directory'
Type = 'copy'
Condition = [ 'all-all' ]
Source = '{{- .LicenseSourceDir -}}/en/{{- .LicenseSourcePath -}}.asc'
Source = '{{- .LicenseSourceDir -}}/{{- .LicenseSourcePath -}}.asc'
Target = '{{- .PackageDir -}}/License-en.pdf.asc'


Expand Down
8 changes: 4 additions & 4 deletions .configs/monteur/package/jobs/zip-hestiaHUGO.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Type = 'manual'

[Variables]
Product = 'hestiaHUGO'
LicenseSourcePath = 'licenses/hestia-software-license.pdf'
LicenseSourcePath = 'hestia-software-license.pdf'

[FMTVariables]
LicenseSourceDir = '{{- .RootDir -}}/sites/content'
LicenseSourceDir = '{{- .RootDir -}}/sites/static/docs/licenses'
PackageDir = '{{- .WorkingDir -}}/{{- .Product -}}'


Expand Down Expand Up @@ -75,15 +75,15 @@ Source = 'cp -r "{{- .RootDir -}}/{{- .Product -}}"/* "{{- .PackageDir -}}/."'
Name = 'Copy English License File into Packaging Directory'
Type = 'copy'
Condition = [ 'all-all' ]
Source = '{{- .LicenseSourceDir -}}/en/{{- .LicenseSourcePath -}}'
Source = '{{- .LicenseSourceDir -}}/{{- .LicenseSourcePath -}}'
Target = '{{- .PackageDir -}}/License-en.pdf'


[[CMD]]
Name = 'Copy English License Signature File into Packaging Directory'
Type = 'copy'
Condition = [ 'all-all' ]
Source = '{{- .LicenseSourceDir -}}/en/{{- .LicenseSourcePath -}}.asc'
Source = '{{- .LicenseSourceDir -}}/{{- .LicenseSourcePath -}}.asc'
Target = '{{- .PackageDir -}}/License-en.pdf.asc'


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.0
v1.2.0
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.1.0"
VERSION = "v1.2.0"
)
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.1.0"
Version = "ZORALab's Hestia v1.2.0"
4 changes: 2 additions & 2 deletions hestiaHUGO/theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "ZORALab's Hestia"
license = "Apache-2.0"
licenselink = "https://hestia.zoralab.com/en/license/"
description = """
One peaceful library for building infinite possibilities - ZORALab's Hestia
One Peaceful Frontend+Backend Library Suite; by Developers, for Developers.
"""
homepage = "https://hestia.zoralab.com/"
tags = [
Expand Down Expand Up @@ -31,7 +31,7 @@ features = [
"JSON Data-Driven Capable",
"PWA Offline Mode Supports",
]
min_version = "0.101.0"
min_version = "0.111.3"

authors = [
{name = "ZORALab Enterprise", homepage = "https://www.zoralab.com"},
Expand Down
2 changes: 1 addition & 1 deletion sites/content/en/releases/v1p0p0/__page.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Keywords = [
# 4. All fields shall have their whitespace cleansed during the processing.
[Description]
Pitch = '''
The release note about ZORALab's Hestia version v1.0.0 technical specification.
The release note about ZORALab's Hestia technical specification.
'''
Summary = '''
Readily available for download securely.
Expand Down
2 changes: 1 addition & 1 deletion sites/content/en/releases/v1p1p0/__page.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Keywords = [
# 4. All fields shall have their whitespace cleansed during the processing.
[Description]
Pitch = '''
The release note about ZORALab's Hestia version v1.1.0 technical specification.
The release note about ZORALab's Hestia technical specification.
'''
Summary = '''
Readily available for download securely.
Expand Down
2 changes: 1 addition & 1 deletion sites/content/en/releases/v1p2p0/__page.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Keywords = [
# 4. All fields shall have their whitespace cleansed during the processing.
[Description]
Pitch = '''
The release note about ZORALab's Hestia version v1.2.0 technical specification.
The release note about ZORALab's Hestia technical specification.
'''
Summary = '''
Readily available for download securely.
Expand Down
22 changes: 22 additions & 0 deletions sites/content/en/releases/v2p0p0/__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/v2p0p0/__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/v2p0p0/__i18n.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
[i18n]
Title = 'Title'
Description = 'Description'
Version = 'v2p0p0'




[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/v2p0p0/__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/v2p0p0/'

[zh-Hans]
URL = '/zh-hans/releases/v2p0p0/'
Loading

0 comments on commit 4d84b40

Please sign in to comment.