-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #260 from lukaszstolarczuk/add-new-sub-pages
Add new sub pages (for stream and miniasync)
- Loading branch information
Showing
14 changed files
with
526 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: "MiniAsync" | ||
draft: false | ||
# page title background image | ||
bg_image: "" | ||
# meta description | ||
description: "" | ||
type: "/miniasync" | ||
--- | ||
|
||
<!-- | ||
This page is generated based on: | ||
- script page 'themes/pmem-hugo/layouts/miniasync/list.html', and | ||
- content in 'data/<lang>/miniasync' | ||
+ manpages located here (/content/miniasync) | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: "PMemStream" | ||
draft: false | ||
# page title background image | ||
bg_image: "" | ||
# meta description | ||
description: "" | ||
type: "/pmemstream" | ||
--- | ||
|
||
<!-- | ||
This page is generated based on: | ||
- script page 'themes/pmem-hugo/layouts/pmemstream/list.html', and | ||
- content in 'data/<lang>/pmemstream' | ||
+ manpages located here (/content/pmemstream) | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
################################# Slider ##################################### | ||
slider: | ||
enable: true | ||
bg_image: '/images/backgrounds/faq_header.jpg' | ||
title: 'miniasync' | ||
content: "The <strong>Mini Library for Asynchronous Programming in C</strong> is a C low-level concurrency library for asynchronous functions.<br /> | ||
This is still an experimental, pre-release software.<br /> | ||
Up-to-date information and the most recent changes can be found on <a href=\"https://github.com/pmem/miniasync\">our GitHub page</a>." | ||
|
||
################################# C API ################################# | ||
c_api: | ||
enable: true | ||
lists: | ||
branch_list1: | ||
content: "<p>C API of miniasync is documented in the form of manpages.</p> | ||
<p>For the current <strong>master</strong> branch:</p>" | ||
list_items: | ||
list_item1: | ||
content: "(available soon)" | ||
|
||
################################# Blog Entries ################################# | ||
blog_entries: | ||
enable: true | ||
title: "Blog Entries" | ||
content: "Blog posts related to miniasync can be found using <a href=\"/tags/miniasync/\">dedicated blog tag</a>." | ||
|
||
################################# Blog Entries ################################# | ||
announcements: | ||
enable: true | ||
title: "Announcements" | ||
content: "All news and announcements (e.g., about recent releases) related to miniasync can be found <a href=\"/announcements/miniasync/\">here</a>." | ||
|
||
################################# Releases Support Status ################################# | ||
releases_support_status: | ||
|
||
### to be enabled when library is more mature (after 1.0 release?) | ||
enable: false | ||
title: "Releases' Support Status" | ||
content: | ||
recent_release_content: "This is still an experimental, pre-release software developed on a single branch. It should not be used in production systems. APIs and file formats may change at any time without preserving backwards compatibility. All known issues and limitations are logged as GitHub issues. The most recent releases can be found on the <a href=\"https://github.com/pmem/miniasync/releases\">\"releases\" tab on the Github page</a>." | ||
possible_statuses_content: "Possible statuses:" | ||
table: | ||
headers: | ||
header1: | ||
content: "Version branch" | ||
header2: | ||
content: "First release date" | ||
header3: | ||
content: "Last patch release" | ||
header4: | ||
content: "Maintenance status" | ||
rows: | ||
row1: | ||
cols: | ||
col1: | ||
content: "master" | ||
col2: | ||
content: "0.1.0 (May 20, 2022)" | ||
col3: | ||
content: "N/A" | ||
col4: | ||
content: "Full, in development" | ||
possible_statuses_list: | ||
list_items: | ||
list_item1: | ||
content: "Full maintenance:" | ||
children: | ||
child_1: | ||
content: "All/most of bugs fixed (if possible)," | ||
child_2: | ||
content: "Patch releases issued based on a number of fixes and their severity," | ||
child_3: | ||
content: "At least one release at the end of the maintenance period," | ||
child_4: | ||
content: "Full support for at least a year since the initial release." | ||
list_item2: | ||
content: "Limited scope:" | ||
children: | ||
child_1: | ||
content: "Only critical bugs (security, data integrity, etc.) will be backported," | ||
child_2: | ||
content: "Patch versions will be released when needed (based on severity of found issues)," | ||
child_3: | ||
content: "Branch will remain in “limited maintenance” status based on original release availability in popular distros." | ||
list_item3: | ||
content: "EOL:" | ||
children: | ||
child_1: | ||
content: "No support," | ||
child_2: | ||
content: "No bug fixes," | ||
child_3: | ||
content: "No official releases." | ||
|
||
################################# Disclaimer ################################# | ||
disclaimer: | ||
enable: true | ||
content: "The contents of this web site and the associated <a href=\"https://github.com/pmem\">GitHub repositories</a> are BSD-licensed open source." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
################################# Slider ##################################### | ||
slider: | ||
enable: true | ||
bg_image: '/images/backgrounds/faq_header.jpg' | ||
title: 'pmemstream' | ||
content: "<strong>pmemstream</strong> is a logging data structure optimized for persistent memory.<br /> | ||
This is still an experimental, pre-release software.<br /> | ||
Up-to-date information and the most recent changes can be found on <a href=\"https://github.com/pmem/pmemstream\">our GitHub page</a>." | ||
|
||
################################# C API ################################# | ||
c_api: | ||
enable: true | ||
lists: | ||
branch_list1: | ||
content: "<p>C API of pmemstream is documented in the form of manpages.</p> | ||
<p>For the current <strong>master</strong> branch:</p>" | ||
list_items: | ||
list_item1: | ||
content: "<a href=\"./master/manpages/libpmemstream.3.html\">libpmemstream.3</a>" | ||
list_item2: | ||
content: "<a href=\"./master/manpages/libpmemstream.7.html\">libpmemstream.7</a>" | ||
|
||
################################# Performance reports ################################# | ||
performance_reports: | ||
|
||
### to be enabled when available | ||
enable: false | ||
title: "Performance Reports" | ||
content: "Available performance measurements can be found in <a href=\"/pmemstream/reports\">'reports' sub-section</a>." | ||
|
||
################################# Blog Entries ################################# | ||
blog_entries: | ||
enable: true | ||
title: "Blog Entries" | ||
content: "Blog posts related to pmemstream can be found using <a href=\"/tags/pmemstream/\">dedicated blog tag</a>." | ||
|
||
################################# Blog Entries ################################# | ||
announcements: | ||
enable: true | ||
title: "Announcements" | ||
content: "All news and announcements (e.g., about recent releases) related to pmemstream can be found <a href=\"/announcements/pmemstream/\">here</a>." | ||
|
||
################################# Releases Support Status ################################# | ||
releases_support_status: | ||
|
||
### to be enabled when library is more mature (after 1.0 release?) | ||
enable: false | ||
title: "Releases' Support Status" | ||
content: | ||
recent_release_content: "This is still an experimental, pre-release software developed on a single branch. It should not be used in production systems. APIs and file formats may change at any time without preserving backwards compatibility. All known issues and limitations are logged as GitHub issues. The most recent releases can be found on the <a href=\"https://github.com/pmem/pmemstream/releases\">\"releases\" tab on the Github page</a>." | ||
possible_statuses_content: "Possible statuses:" | ||
table: | ||
headers: | ||
header1: | ||
content: "Version branch" | ||
header2: | ||
content: "First release date" | ||
header3: | ||
content: "Last patch release" | ||
header4: | ||
content: "Maintenance status" | ||
rows: | ||
row1: | ||
cols: | ||
col1: | ||
content: "master" | ||
col2: | ||
content: "0.1.0 (Dec 03, 2021)" | ||
col3: | ||
content: "0.2.0 (Jun 28, 2022)" | ||
col4: | ||
content: "Full, in development" | ||
possible_statuses_list: | ||
list_items: | ||
list_item1: | ||
content: "Full maintenance:" | ||
children: | ||
child_1: | ||
content: "All/most of bugs fixed (if possible)," | ||
child_2: | ||
content: "Patch releases issued based on a number of fixes and their severity," | ||
child_3: | ||
content: "At least one release at the end of the maintenance period," | ||
child_4: | ||
content: "Full support for at least a year since the initial release." | ||
list_item2: | ||
content: "Limited scope:" | ||
children: | ||
child_1: | ||
content: "Only critical bugs (security, data integrity, etc.) will be backported," | ||
child_2: | ||
content: "Patch versions will be released when needed (based on severity of found issues)," | ||
child_3: | ||
content: "Branch will remain in “limited maintenance” status based on original release availability in popular distros." | ||
list_item3: | ||
content: "EOL:" | ||
children: | ||
child_1: | ||
content: "No support," | ||
child_2: | ||
content: "No bug fixes," | ||
child_3: | ||
content: "No official releases." | ||
|
||
################################# Disclaimer ################################# | ||
disclaimer: | ||
enable: true | ||
content: "The contents of this web site and the associated <a href=\"https://github.com/pmem\">GitHub repositories</a> are BSD-licensed open source." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.