File tree Expand file tree Collapse file tree 3 files changed +20
-5
lines changed
Expand file tree Collapse file tree 3 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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...
Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ overview: true
77## Welcome
88
99Welcome 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.
You can’t perform that action at this time.
0 commit comments