[Pkg-owncloud-commits] [php-sabre-vobject] 65/128: Updated changelog, added some docs.

David Prévot taffit at moszumanska.debian.org
Tue May 20 23:11:03 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 c63f39ed5b2cee0fda6a84d21e2dbe4221ce5974
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Fri Feb 28 21:06:11 2014 -0500

    Updated changelog, added some docs.
---
 ChangeLog.md        |  2 ++
 bin/generate_vcards | 12 ++++++++++++
 2 files changed, 14 insertions(+)

diff --git a/ChangeLog.md b/ChangeLog.md
index 2293ccf..bef39e7 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -5,6 +5,8 @@ ChangeLog
 ------------------
 
 * Now hhvm compatible!
+* Added: bin/generate_vcards, a utility to generate random vcards for testing
+  purposes. Patches are welcome to add more data.
 * Updated: Windows timezone mapping to latest version from unicode.org
 * Changed: The timezone maps are now loaded in from external files, in
   lib/Sabre/VObject/timezonedata.
diff --git a/bin/generate_vcards b/bin/generate_vcards
index 08818d1..814fe24 100755
--- a/bin/generate_vcards
+++ b/bin/generate_vcards
@@ -52,6 +52,18 @@ if ($count < 1) {
 fwrite(STDERR, "sabre/vobject " . Version::VERSION . "\n");
 fwrite(STDERR, "Generating " . $count . " vcards in vCard 4.0 format\n");
 
+/**
+ * The following list is just some random data we compiled from various
+ * sources online.
+ *
+ * Very little thought went into compiling this list, and certainly nothing
+ * political or ethical.
+ *
+ * We would _love_ more additions to this to add more variation to this list.
+ *
+ * Send us PR's and don't be shy adding your own first and last name for fun.
+ */
+
 $sets = [
     "nl" => [
         "country" => "Netherlands",

-- 
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