Skip to content

Commit 3ea6bae

Browse files
committed
Sync working groups
1 parent 600ead2 commit 3ea6bae

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

_data/wg.yaml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
---
22
working-groups:
3+
- title: "Roq :: Quarkus SSG"
4+
board-url: "https://github.com/orgs/quarkiverse/projects/6"
5+
short-description: Allow Static Site Generation with Quarkus.
6+
readme: |
7+
<p>New initiative to allow Static Site Generation with Quarkus.</p>
8+
<p>Quarkus already provides most of the pieces to create great web applications (https://quarkus.io/guides/web).</p>
9+
<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>
10+
<p>What's missing? we now need to incrementally add the toolkit to ease the process of creating static content through Quarkus:</p>
11+
<ul>
12+
<li>Static Data</li>
13+
<li>Markdown/Asciidoc and frontmatter</li>
14+
<li>SEO</li>
15+
<li>Image processing</li>
16+
<li>Easy to configure routing</li>
17+
</ul>
18+
<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>
19+
<p>Bonus, everything added will benefit any &quot;non-static&quot; Quarkus app and any Static Quarkus app could also become non static.</p>
20+
<p>This effort is now tracked using a &quot;Working Group&quot; project: https://github.com/orgs/quarkiverse/projects/6</p>
21+
<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>
22+
<ul>
23+
<li>Point of contact: @ia3andy</li>
24+
<li>Discussion: https://github.com/quarkusio/quarkus/discussions/41309</li>
25+
<li>Deliverable: <a href="https://www.youtube.com/live/hrF1a5sKqBI">Quarkus Insight</a></li>
26+
</ul>
27+
status: complete
28+
completed: true
29+
last-activity: 2024-11-18
30+
last-update: |
31+
ROQ has been released! See https://www.youtube.com/live/hrF1a5sKqBI to see ROQ in action.
332
- title: "WebSocket Next"
433
board-url: "https://github.com/orgs/quarkusio/projects/26"
534
short-description: WebSocket-Next related tasks
@@ -8,6 +37,7 @@ working-groups:
837
<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>
938
<ul>
1039
<li>Point of contact: @mkouba (@<strong>Martin Kouba</strong> on Zulip)</li>
40+
<li>Discussion: https://github.com/quarkusio/quarkus/discussions/38473</li>
1141
</ul>
1242
status: on track
1343
completed: false
@@ -103,36 +133,6 @@ working-groups:
103133
104134
With more features to be added in future pull requests.
105135
The pull request is on hold due to some concerns raised by @ia3andy. A meeting has been scheduled to discuss those concerns.
106-
- title: "Roq :: Quarkus SSG"
107-
board-url: "https://github.com/orgs/quarkiverse/projects/6"
108-
short-description: Allow Static Site Generation with Quarkus.
109-
readme: |
110-
<p>New initiative to allow Static Site Generation with Quarkus.</p>
111-
<p>Quarkus already provides most of the pieces to create great web applications (https://quarkus.io/guides/web).</p>
112-
<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>
113-
<p>What's missing? we now need to incrementally add the toolkit to ease the process of creating static content through Quarkus:</p>
114-
<ul>
115-
<li>Static Data</li>
116-
<li>Markdown/Asciidoc and frontmatter</li>
117-
<li>SEO</li>
118-
<li>Image processing</li>
119-
<li>Easy to configure routing</li>
120-
</ul>
121-
<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>
122-
<p>Bonus, everything added will benefit any &quot;non-static&quot; Quarkus app and any Static Quarkus app could also become non static.</p>
123-
<p>This effort is now tracked using a &quot;Working Group&quot; project: https://github.com/orgs/quarkiverse/projects/6</p>
124-
<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>
125-
status: staled
126-
completed: false
127-
last-activity: 2024-10-30
128-
last-update: |
129-
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/
130-
131-
From now on, we start adding features incrementally, documenting.
132-
133-
The target is to have 1.0.0 the 1 October 2024.
134-
135-
For 1.0 we need pagination, tags and SEO.
136136
- title: "Quarkus to the CommonHaus Foundation"
137137
board-url: "https://github.com/orgs/quarkusio/projects/38"
138138
short-description: Work needed around moving Quarkus to foundation and streamline open governance.

0 commit comments

Comments
 (0)