Skip to content

Commit 08edfb5

Browse files
committed
Add sitemap generation.
1 parent 49a52c5 commit 08edfb5

32 files changed

+70
-1
lines changed

_config/sitemap.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
excluded_extensions: ['.ico', '.haml', '.adoc', '.sh']
2+
excluded_files: [ '/CNAME' , '/Rakefile' ]

_ext/pipeline.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
extension Awestruct::Extensions::DataDir.new
1313
extension Awestruct::Extensions::Posts.new( '/news')
1414
extension Awestruct::Extensions::Paginator.new( :posts, '/news/index', :per_page=>5 )
15-
extension Awestruct::Extensions::Tagger.new( :posts, '/news/index', '/news/tags', :per_page=>5)
1615
extension Awestruct::Extensions::TagCloud.new( :posts, '/news/tags/index.html', :layout=>'base' )
1716
extension Awestruct::Extensions::Atomizer.new( :posts, '/news.atom', :num_entries=>20 )
1817

@@ -34,6 +33,8 @@
3433
helper Awestruct::Extensions::GoogleAnalytics
3534

3635
extension Awestruct::Extensions::Indexifier.new
36+
extension Awestruct::Extensions::Sitemap.new
37+
extension Awestruct::Extensions::Tagger.new( :posts, '/news/index', '/news/tags', :per_page=>5)
3738
transformer Awestruct::Extensions::Minify.new
3839
end
3940

_partials/cdi2.adoc

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
priority: 1
3+
change_frequency: weekly
4+
---
5+
16
=== CDI 2.0 Hot news
27

38
You'll find all CDI 2.0 EG meeting log and minutes http://transcripts.jboss.org/meeting/irc.freenode.org/cdi-dev/index.html[here^]

_partials/cdi_1_0.adoc

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
priority: 1
3+
change_frequency: weekly
4+
---
5+
16
Contexts and Dependency Injection for Java EE (CDI) 1.0 was introduced as part of the Java EE 6 platform, and has quickly become one of the most important and popular components of the platform.
27

38
CDI defines a powerful set of complementary services that help improve the structure of application code.

cditck.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
layout: default
3+
priority: 0.5
4+
change_frequency: weekly
35
---
46

57
== CDI TCK

contribute.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
layout: default
3+
priority: 0.5
4+
change_frequency: weekly
35
---
46

57
= Guidelines for contributing to CDI via the Expert Group (EG)

download.html.haml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
layout: base
3+
priority: 0.8
4+
change_frequency: weekly
35
---
46
%table.table.table-bordered
57
%tr

ecosystem.html.slim

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
layout: base
3+
priority: 0.5
4+
change_frequency: weekly
35
---
46
.col-md-12
57
h1 CDI Ecosystem

faq.html.haml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
layout: base
33
title: Frequently Asked Questions
4+
priority: 1
5+
change_frequency: monthly
46
---
57
.panel-group#faq_accordion
68
- site.faq.each_with_index do |faq, i|

index.html.slim

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
layout: base
3+
priority: 0.5
4+
change_frequency: weekly
35
---
46
.col-md-12
57
ul.nav.nav-tabs-center#front-menu

issues.html.haml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
layout: base
3+
priority: 0.5
4+
change_frequency: weekly
35
---
46

57
- if site.labels

mailinglist.html.slim

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
layout: base
3+
priority: 0.5
4+
change_frequency: weekly
35
---
46
.col-md-12
57
h1 Mailing List

news/2013-04-10-1.1-fd-submitted.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ summary: CDI 1.1 Final Draft submitted to JCP
44
layout: post
55
authors: [pmuir]
66
tags: [release]
7+
priority: 1
8+
change_frequency: daily
79
---
810

911

news/2013-11-18-EG-meeting.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ summary: The goal of this 1st meeting was to organize the MR launching, and star
44
layout: post
55
authors: [asd]
66
tags: [meeting]
7+
priority: 1
8+
change_frequency: daily
79
---
810

911

news/2013-11-25-EG-meeting.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ summary: Back on Websocket and CDI Scope issue (CDI-370), then followed issues d
44
layout: post
55
authors: [asd]
66
tags: [meeting]
7+
priority: 1
8+
change_frequency: daily
79
---
810

911
In this meeting we came back on CDI-370 : Expand @RequestScoped and @SessionScoped to account for WebSocket and added some other issues.

news/2013-12-02-EG-meeting.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ summary: Feedback on Java EE Expert Group Conf call. Adoption of 1.2 as MR name
44
layout: post
55
authors: [asd]
66
tags: [meeting]
7+
priority: 1
8+
change_frequency: daily
79
---
810

911

news/2013-12-09-EG-meeting.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ summary: Discussion on 6 ticket for MR inclusion. And coming back on CDI-377 (au
44
layout: post
55
authors: [asd]
66
tags: [meeting]
7+
priority: 1
8+
change_frequency: daily
79
---
810

911
The following people assisted this meeting :

news/2013-12-16-CDI-1-2-issues-list.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ summary: Conclusion of EG preparation work on CDI 1.2 (1.1MR). 23 issues include
44
layout: post
55
authors: [asd]
66
tags: [EG,features]
7+
priority: 1
8+
change_frequency: daily
79
---
810

911
_Updated on 01/07/2014_

news/2013-12-16-EG-meeting.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ summary: Conclusion on CDI 1.2 preparation. Decision for pending issue. Adding l
44
layout: post
55
authors: [asd]
66
tags: [meeting]
7+
priority: 1
8+
change_frequency: daily
79
---
810

911

news/2013-12-17-Make-3-CDI-2_0-wishes.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ summary: Regarding CDI 2.0, everything has still to be defined. Your feedback is
44
layout: post
55
authors: [asd]
66
tags: [survey]
7+
priority: 1
8+
change_frequency: daily
79
---
810

911
++++

news/2014-02-13-TCK-1_1_3-release.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ summary: The third bugfix version for CDI 1.1 is out!
44
layout: post
55
authors: [mkouba]
66
tags: [release]
7+
priority: 1
8+
change_frequency: daily
79
---
810

911

news/2014-04-14-CDI-1_2-released.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ summary: The Maintenance review for CDI 1.1 (aka CDI 1.2) was adopted by the JCP
44
layout: post
55
authors: [asd]
66
tags: [release]
7+
priority: 1
8+
change_frequency: daily
79
---
810

911

news/2014-05-28-CDI-2_0-survey.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ summary: This survey is your opportunity to tell the future Expert Group what ar
44
layout: post
55
authors: [asd]
66
tags: [survey]
7+
priority: 1
8+
change_frequency: daily
79
---
810

911
++++

news/2014-07-28-what-s-in-CDI-20-jsr-proposal.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ summary: Few days ago we submitted the JSR proposal for CDI 2.0. Find in this po
44
layout: post
55
authors: [asd]
66
tags: [JSR,proposal]
7+
priority: 1
8+
change_frequency: daily
79
---
810

911

news/2014-08-26-CDI-20_needs_you.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ summary: The work around CDI 2.0 specification is about to start in the coming w
44
layout: post
55
authors: [asd]
66
tags: [EG,community,method]
7+
priority: 1
8+
change_frequency: daily
79
---
810

911
image:/images/UncleDuke.png[Uncle Duke,width=150,float="left"] The work on CDI 2.0 specification is about to start in the coming weeks. We have a lot of ambitious features on the table as you can check in our previous link:/news/2014/07/28/what-s-in-CDI-20-jsr-proposal/[article^], but we also have only 18 months to specify and implement them. Without community help, we probably won't be able to do all the change we are planning, so your contribution is precious to us. In this post I'll explain the multiple ways you can be part of it, even if you only have a few hours a week to help us and/or are not a CDI, JCP or a Java expert. Let's check the 3 main question most of you have regarding contribution and try to answer them:

news/2014-10-06-CDI-20_working_method.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ summary: The work around CDI 2.0 specification has just started. Discover how we
44
layout: post
55
authors: [asd]
66
tags: [method,EG]
7+
priority: 1
8+
change_frequency: daily
79
---
810

911
Work on CDI 2.0 started at the beginning of september. As you may guess, specifying and releasing this new major version is a big challenge.

news/2014-10-20-CDI-2_0-first-face-to-face-meeting-feedback.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ summary: Last week we had the first CDI 2.0 Face to Face meeting in Brno (Czech
44
layout: post
55
authors: [asd]
66
tags: [meeting]
7+
priority: 1
8+
change_frequency: daily
79
---
810

911

news/2015-02-23-CDI-2_0_-_A_glimpse_at_the_future.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ summary: A quick look to CDI 2.0
44
layout: post
55
authors: [thj]
66
tags: [cdi2]
7+
priority: 1
8+
change_frequency: daily
79
---
810

911
== Introduction

news/2015-07-03-CDI-2_0-EDR1-released.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ summary: The first Early draft for CDI 2.0 is now available.
44
layout: post
55
authors: [asd]
66
tags: [release]
7+
priority: 1
8+
change_frequency: daily
79
---
810

911
After eight months of work, the CDI 2.0 expert group is pleased to release this first draft of link:https://docs.jboss.org/cdi/spec/2.0.EDR1/cdi-spec.html[CDI 2.0 specification^] for community review. This draft contains important and long awaited features that will change CDI as we know it.

news/2015-09-29-Second-F2F-meeting.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ summary: Last week we had our second CDI 2.0 Face to Face meeting in Paris (Fran
44
layout: post
55
authors: [asd]
66
tags: [meeting]
7+
priority: 1
8+
change_frequency: daily
79
---
810

911
Last week we had our second CDI 2.0 Face to Face meeting in Paris (France).

news/2015-10-15-Learn-CDI-with-TCK.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ summary: CDI TCK is one of the easiest to understand and now it's linked to the
44
layout: post
55
authors: [asd]
66
tags: [TCK]
7+
priority: 1
8+
change_frequency: daily
79
---
810

911
Beyond being one of the few open source TCK around, CDI TCK is one of the easiest to get started with.

news/2015-10-23-Meet-CDI-at-java-one-2015.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ summary: During Java One 2015, a lot of CDI related talks and event will happen.
44
layout: post
55
authors: [asd]
66
tags: [Java One,Talks]
7+
priority: 1
8+
change_frequency: daily
79
---
810

911
During Java One 2015, a lot of CDI related talks and event will happen. find most of them in this post

0 commit comments

Comments
 (0)