[Pkg-owncloud-commits] [php-sabre-vobject] 26/128: jCard is now an offical rfc.

David Prévot taffit at moszumanska.debian.org
Tue May 20 23:10:59 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabre-vobject.

commit d07d05d5de13a4039dbb21d3e7adcf2ce4ee75ff
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Mon Jan 20 17:26:46 2014 -0500

    jCard is now an offical rfc.
---
 doc/MigratingFrom2to3.md | 4 ++--
 doc/usage_3.md           | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/MigratingFrom2to3.md b/doc/MigratingFrom2to3.md
index 6042350..f79878d 100644
--- a/doc/MigratingFrom2to3.md
+++ b/doc/MigratingFrom2to3.md
@@ -272,6 +272,6 @@ These properties have now moved to the document classes:
 * `Component\VCard::$componentMap`
 
 [1]: http://tools.ietf.org/html/rfc6868
-[2]: http://tools.ietf.org/html/draft-ietf-jcardcal-jcard-03
-[3]: http://tools.ietf.org/html/draft-ietf-jcardcal-jcal-04$
+[2]: http://tools.ietf.org/html/rfc7111
+[3]: http://tools.ietf.org/html/draft-ietf-jcardcal-jcal-08
 [4]: usage_3.md
diff --git a/doc/usage_3.md b/doc/usage_3.md
index 9b047cc..fc7e3d4 100644
--- a/doc/usage_3.md
+++ b/doc/usage_3.md
@@ -522,10 +522,10 @@ To create a json-version of your iCalendar or vCard, simply call
 echo json_encode($vcard->jsonSerialize());
 ```
 
-The json formats are based on these draft RFCs:
+The json formats are based on these RFCs:
 
-* http://tools.ietf.org/html/draft-ietf-jcardcal-jcard-03
-* http://tools.ietf.org/html/draft-kewisch-et-al-icalendar-in-json-02
+* http://tools.ietf.org/html/rfc7111
+* http://tools.ietf.org/html/draft-ietf-jcardcal-jcal-08
 
 Because these are still in draft, so is the jsonSerialize implementation. The
 output format may therefore break between versions to comply with the latest

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git



More information about the Pkg-owncloud-commits mailing list