GitXplorerGitXplorer
m

cakephp_vcard

public
25 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
28cf130fb4a360232f672ea6393939d20b3b59d5

Merge branch 'master' of github.com:markstory/cakephp_vcard

mmarkstory committed 14 years ago
Unverified
649443cece6289ab1535a11ef8ab258f42da747d

removed plugin prefix on direct clone

jjosegonzalez committed 14 years ago
Unverified
f0023e328f0e71602f389981a16d92ae1b5262a3

updated readme

jjosegonzalez committed 14 years ago
Unverified
c46efd0bf3eb2db61836ddb57fcfa58fd4603db8

Updating readme.

mmarkstory committed 14 years ago
Unverified
6940f040f305d87c60b659d386100a5088df5547

Updating readme.

mmarkstory committed 14 years ago
Unverified
65c67136d21ed3847242131ec82d965976dbc557

Pluginizing helper

jjosegonzalez committed 14 years ago

README

The README file for this repository.

h1. vCard Helper plugin

A simple plugin providing a helper for generating vCards. Clone into a @vcard@ directory in your pluginPaths.

h2. Installation

[Manual]

Unzip that download.

Copy the resulting folder to app/plugins

Rename the folder you just copied to @vcard@

[GIT Submodule]

In your app directory type:

git submodule add git://github.com/markstory/cakephp_vcard.git plugins/vcard
git submodule init
git submodule update

[GIT Clone]

In your plugin directory type

git clone git://github.com/markstory/cakephp_vcard.git vcard

h2. Usage

To use add

var $helpers = array('Vcard.Vcf');

For additional usage instructions and how to enable @.vcf@ extensions for your applications see "my tutorial":http://mark-story.com/posts/view/generating-vcards-with-cakephp-using-extensions

h2. Contributors

  • Mark Story
  • José Gonzalez