Skip to content

Commit

Permalink
Sync working groups
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 18, 2024
1 parent 600ead2 commit 3ea6bae
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions _data/wg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
---
working-groups:
- title: "Roq :: Quarkus SSG"
board-url: "https://github.com/orgs/quarkiverse/projects/6"
short-description: Allow Static Site Generation with Quarkus.
readme: |
<p>New initiative to allow Static Site Generation with Quarkus.</p>
<p>Quarkus already provides most of the pieces to create great web applications (https://quarkus.io/guides/web).</p>
<p>I recently added https://github.com/quarkiverse/quarkus-roq. It will allow generating a static website out of any Quarkus application (it starts the app, fetch all the configured pages and assets, generate a static website and stop), it already works but it is still very alpha.</p>
<p>What's missing? we now need to incrementally add the toolkit to ease the process of creating static content through Quarkus:</p>
<ul>
<li>Static Data</li>
<li>Markdown/Asciidoc and frontmatter</li>
<li>SEO</li>
<li>Image processing</li>
<li>Easy to configure routing</li>
</ul>
<p>This will allow to develop the content using Quarkus dev-mode, and then generate for Github Pages or similar when it's ready.</p>
<p>Bonus, everything added will benefit any &quot;non-static&quot; Quarkus app and any Static Quarkus app could also become non static.</p>
<p>This effort is now tracked using a &quot;Working Group&quot; project: https://github.com/orgs/quarkiverse/projects/6</p>
<p>This is a great opportunity to participate in fun effort and be involved with the Quarkus community, if anyone is interested in being a part of this, please reach out to me 🚀</p>
<ul>
<li>Point of contact: @ia3andy</li>
<li>Discussion: https://github.com/quarkusio/quarkus/discussions/41309</li>
<li>Deliverable: <a href="https://www.youtube.com/live/hrF1a5sKqBI">Quarkus Insight</a></li>
</ul>
status: complete
completed: true
last-activity: 2024-11-18
last-update: |
ROQ has been released! See https://www.youtube.com/live/hrF1a5sKqBI to see ROQ in action.
- title: "WebSocket Next"
board-url: "https://github.com/orgs/quarkusio/projects/26"
short-description: WebSocket-Next related tasks
Expand All @@ -8,6 +37,7 @@ working-groups:
<p>Recently, we delivered a new approach to dealing with WebSocket (both for the server and client). This was the first step. There are still a few areas to improve, such as documentation, security, observability, and testability. The goal of this focus group is to track these efforts.</p>
<ul>
<li>Point of contact: @mkouba (@<strong>Martin Kouba</strong> on Zulip)</li>
<li>Discussion: https://github.com/quarkusio/quarkus/discussions/38473</li>
</ul>
status: on track
completed: false
Expand Down Expand Up @@ -103,36 +133,6 @@ working-groups:
With more features to be added in future pull requests.
The pull request is on hold due to some concerns raised by @ia3andy. A meeting has been scheduled to discuss those concerns.
- title: "Roq :: Quarkus SSG"
board-url: "https://github.com/orgs/quarkiverse/projects/6"
short-description: Allow Static Site Generation with Quarkus.
readme: |
<p>New initiative to allow Static Site Generation with Quarkus.</p>
<p>Quarkus already provides most of the pieces to create great web applications (https://quarkus.io/guides/web).</p>
<p>I recently added https://github.com/quarkiverse/quarkus-roq. It will allow generating a static website out of any Quarkus application (it starts the app, fetch all the configured pages and assets, generate a static website and stop), it already works but it is still very alpha.</p>
<p>What's missing? we now need to incrementally add the toolkit to ease the process of creating static content through Quarkus:</p>
<ul>
<li>Static Data</li>
<li>Markdown/Asciidoc and frontmatter</li>
<li>SEO</li>
<li>Image processing</li>
<li>Easy to configure routing</li>
</ul>
<p>This will allow to develop the content using Quarkus dev-mode, and then generate for Github Pages or similar when it's ready.</p>
<p>Bonus, everything added will benefit any &quot;non-static&quot; Quarkus app and any Static Quarkus app could also become non static.</p>
<p>This effort is now tracked using a &quot;Working Group&quot; project: https://github.com/orgs/quarkiverse/projects/6</p>
<p>This is a great opportunity to participate in fun effort and be involved with the Quarkus community, if anyone is interested in being a part of this, please reach out to me 🚀</p>
status: staled
completed: false
last-activity: 2024-10-30
last-update: |
0.0.3 has been released, it is the MVP version and allowed to publish the Roq blog: https://quarkiverse.io/quarkus-roq/posts/2024-08-29-welcome-to-roq/
From now on, we start adding features incrementally, documenting.
The target is to have 1.0.0 the 1 October 2024.
For 1.0 we need pagination, tags and SEO.
- title: "Quarkus to the CommonHaus Foundation"
board-url: "https://github.com/orgs/quarkusio/projects/38"
short-description: Work needed around moving Quarkus to foundation and streamline open governance.
Expand Down

0 comments on commit 3ea6bae

Please sign in to comment.