--- layout: null --- Decentralized Climate DCIPs All updates for DCIPs {{ site.url }} {{ site.time | date_to_rfc822 }} {% assign dcips = site.pages | sort: 'dcip' %} {% for dcip in dcips %} {% if dcip.category == "DCIP" %} {% capture description %}

DCIP #{{ dcip.dcip }} - {{dcip.title }} is in the {{ dcip.category }} category of type {{ dcip.type }} and was just updated.

{% if dcip.discussions-to %}

The author has requested that discussions happen at the following URL: {{ dcip.discussions-to }}

{% endif %}
{{ dcip.content }} {% endcapture %} {{ dcip.title | xml_escape }} {{ description | xml_escape }} {{ dcip.created | date_to_rfc822 }} {{ site.url }}/{{ dcip.url }} {{ site.url }}/{{ dcip.url }} {% endif %} {% endfor %}