From 941ede5dafbe7948e469e8b5026da43961169d9f Mon Sep 17 00:00:00 2001 From: quenenni Date: Thu, 4 Apr 2013 18:06:07 +0200 Subject: [PATCH] wIll I be invited by the king of my country now? --- package.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b394d1a..10c90e2 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,17 @@ { "name": "ep_email_notifications", "description": "Subscribe to a pad and receive an email when someone edits your pad", - "version": "0.0.6", + "version": "0.0.7", "author": { "name": "johnyma22", "email": "john@mclear.co.uk", "url": "John McLear" }, - "contributors": [], + "contributors": [{ + "name": "quenenni", + "email": "quenenni@bruxxel.org", + "url": "https://github.com/quenenni" + }], "dependencies": { "emailjs": ">= 0.2.7", "buffertools": ">= 1.0.8", @@ -18,7 +22,7 @@ }, "readme": "# Description\nThis plugin allows users to subscribe to pads and receive email updates when a pad is being modified. You can modify the frequency. This plugin is very much in alpha stage and has a lot of things TODO (See TODO).\n\n# Installation\nMake sure an SMTP gateway is installed IE postfix\nConfigure SPF and RDNS records to ensure proper mail flow <-- Search online\nCopy/Edit the below to your settings.json\nConnect to a pad, Click on the Share/Embed link and enter in your email address.\nOpen that pad in ANOTHER BROWSER then begin modifying, you should receive an email when the pad has begun editing and once the pad has gone stale (when everyone stops editing it and a time period passes).\nNOTE: You will NOT receive an email if you(the author that registered their email) are currently on or editing that pad!\n\n```\n \"ep_email_notifications\" : {\n checkFrequency: 6000, // checkFrequency = How frequently(milliseconds) to check for pad updates -- Move me to the settings file\n staleTime: 30000, // staleTime = How stale(milliseconds) does a pad need to be before notifying subscribers? Move me to settings\n fromName: \"Etherpad SETTINGS FILE!\",\n fromEmail: \"pad@etherpad.org\",\n urlToPads: \"http://beta.etherpad.org/p/\", // urlToPads = The URL to your pads note the trailing /\n emailServer: { // See https://github.com/eleith/emailjs for settings\n host: \"127.0.0.1\"\n }\n }\n```\n\n# TODO\n* Clean up all code\n\n# FUTURE VERSIONS TODO\n* v2 - Get the modified contents from the API HTML diff and append that to the Email and make the email from the server HTML not plain text\n* v2 - a point to unsubscribe and validate/verify email https://github.com/alfredwesterveld/node-email-verification\n* v2 - Keep a record of when a user was last on a pad\n", "readmeFilename": "README.md", - "_id": "ep_email_notifications@0.0.6", + "_id": "ep_email_notifications@0.0.7", "dist": { "shasum": "1f32eee4c8d5f3903c549b5a7985afc0053ed451" },