Skip to content

Commit d2a3b31

Browse files
committed
Sync working groups
1 parent bf8b983 commit d2a3b31

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,35 @@
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+
status: on track
23+
completed: false
24+
last-activity: 2024-10-22
25+
last-update: |
26+
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/
27+
28+
From now on, we start adding features incrementally, documenting.
29+
30+
The target is to have 1.0.0 the 1 October 2024.
31+
32+
For 1.0 we need pagination, tags and SEO.
333
- title: "Quarkus 3.15 LTS"
434
board-url: "https://github.com/orgs/quarkusio/projects/28"
535
short-description: This WG focuses on defining the issues we would like to have in the next-to-be LTS (Quarkus 3.14/3.15)
@@ -33,36 +63,6 @@ working-groups:
3363
last-activity: 2024-10-19
3464
last-update: |
3565
Progress continues. In the CI runs, the number of failing jobs is now 10. Most significantly, a bug which meant almost nothing worked on windows has now been fixed.
36-
- title: "Roq :: Quarkus SSG"
37-
board-url: "https://github.com/orgs/quarkiverse/projects/6"
38-
short-description: Allow Static Site Generation with Quarkus.
39-
readme: |
40-
<p>New initiative to allow Static Site Generation with Quarkus.</p>
41-
<p>Quarkus already provides most of the pieces to create great web applications (https://quarkus.io/guides/web).</p>
42-
<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>
43-
<p>What's missing? we now need to incrementally add the toolkit to ease the process of creating static content through Quarkus:</p>
44-
<ul>
45-
<li>Static Data</li>
46-
<li>Markdown/Asciidoc and frontmatter</li>
47-
<li>SEO</li>
48-
<li>Image processing</li>
49-
<li>Easy to configure routing</li>
50-
</ul>
51-
<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>
52-
<p>Bonus, everything added will benefit any &quot;non-static&quot; Quarkus app and any Static Quarkus app could also become non static.</p>
53-
<p>This effort is now tracked using a &quot;Working Group&quot; project: https://github.com/orgs/quarkiverse/projects/6</p>
54-
<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>
55-
status: on track
56-
completed: false
57-
last-activity: 2024-10-14
58-
last-update: |
59-
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/
60-
61-
From now on, we start adding features incrementally, documenting.
62-
63-
The target is to have 1.0.0 the 1 October 2024.
64-
65-
For 1.0 we need pagination, tags and SEO.
6666
- title: "WebSocket Next"
6767
board-url: "https://github.com/orgs/quarkusio/projects/26"
6868
short-description: WebSocket-Next related tasks

0 commit comments

Comments
 (0)