Skip to content

Commit 260080e

Browse files
committed
Closed down the news section
1 parent 45356ce commit 260080e

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

_includes/menu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</div>
1010
<ul class="main-menu-items">
1111
<li class="{% if page.url contains "about" %}pure-menu-selected{% endif %}"><a href="/about">About</a></li>
12-
<li class="{% if page.url == "/index.html" %}pure-menu-selected{% endif %}"><a href="/">News</a></li>
12+
<li class="{% if page.url == "/index.html" %}pure-menu-selected{% endif %}"><a href="/">News (archive)</a></li>
1313
<li class="{% if page.url contains "implementation" %}pure-menu-selected{% endif %}"><a href="/implementations">Implementations</a></li>
1414
<li class="{% if page.url contains "documentation" %}pure-menu-selected{% endif %}"><a href="/documentation">Documentation</a></li>
1515
<li class="{% if page.url contains "tool" %}pure-menu-selected{% endif %}"><a href="/tools">Tools</a></li>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: default
3+
title: Monthly updates to continue on CMF website
4+
---
5+
6+
After some discussion we decided that it would be better to report PHPCR news
7+
on the [CMF website](http://cmf.symfony.com/news). This makes sense as PHPCR
8+
is maintained by the CMF team and it is better to pool our resources into a
9+
single news channel that covers all aspects of the CMF.
10+
11+
So, subscribe to the [RSS feed](http://cmf.symfony.com/news.rss) and follow
12+
the [@SymfonyCMF](http://twitter.com/SymfonyCMF) on Twitter to stay updated.
13+
14+
Until next time...

index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ overview: true
77
## Welcome
88

99
Welcome to the PHPCR website. See the [About](/about) page to find out what PHPCR is and when
10-
to use it.
10+
to use it or browse the [documentation](/documentation).
1111

1212
## News
1313

14-
{% for post in site.posts %}
15-
- {{ post.date | date_to_string }} [{{ post.title }}]({{ post.url }})
16-
{% endfor %}
14+
For the latest news about the PHPCR project checkout the [Symfony
15+
CMF](http://cmf.symfony.com/news) website or either subscribe to the [RSS
16+
feed](http://cmf.symfony.com/news.rss) or follow
17+
[@SymfonyCMF](http://twitter.com/SymfonyCMF) on Twitter.

0 commit comments

Comments
 (0)