Skip to content

Commit

Permalink
updated welcome page
Browse files Browse the repository at this point in the history
  • Loading branch information
Shriyanshagro committed May 31, 2018
1 parent 680f8c3 commit 4583372
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 35 deletions.
26 changes: 6 additions & 20 deletions docs/Configuring_Your_IFTTT_Secret_Key.rst
Original file line number Diff line number Diff line change
@@ -1,24 +1,10 @@
Configuring Your IFTTT Channel
=================================

Introduction to IFTTT
---------------------

`ifttt.com <https://ifttt.com/discover>`_ . If This Then That, also known as IFTTT (pronounced /ɪft/),
is a free web-based service to create chains of simple conditional statements,
called applets.
An applet consists of triggers and actions. They can be triggered by changes that occur within other
web services such as Gmail, Facebook, Telegram, Instagram, or Pinterest.

collective.ifttt is an addon which enables any Plone site
to play in the IFTTT ecosystem by allowing you to create IFTTT triggers,
and to do that you need to configure the site with your secret key.

Creating an IFTTT Key and Storing It In Plone Site
--------------------------------------------------
Create an IFTTT Key and Store It In Plone Site
==================================================

IFTTT supports push notification support.
Which can be leveraged the get instant notifications from Plone site.
Which can be leveraged to get instant notifications from Plone site.
And to do that you need to configure the Plone site with your Ifttt's secret key.

Follow below steps to get your IFTTT secret key and saving it in Plone site.

Obtain IFTTT Secret Key
Expand All @@ -40,7 +26,7 @@ Follow step given below:
.. image:: _static/images/configure_ifttt_channel/secret_key/obtain_key.png

Save Ifttt's Secret Key in Plone Site
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1. Go to Site Setup

Expand Down
50 changes: 35 additions & 15 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,24 +1,44 @@
.. collective.ifttt documentation master file, created by
sphinx-quickstart on Mon May 21 15:35:31 2018.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to collective.ifttt!
============================================

Welcome to collective.ifttt's documentation.
Introduction
---------------------

.. toctree::
:maxdepth: 2
:caption: Contents:
`ifttt.com <https://ifttt.com/discover>`_ . If This Then That, also known as IFTTT (pronounced /ɪft/),
is a free web-based service to create chains of simple conditional statements,
called applets. These applets are responsible
to perform a configured action which got triggered by other web services such as
Plone Site, Facebook, Pinterest, Youtube, Spotify etc.

Enable_RSS_feed_on_Plone
Configuring_Your_IFTTT_Secret_Key
Below are a few use stories of IFTTT applets for better understanding:

- If liked video on Youtube, then save the video details in Evernote
- If profile picture gets changed on Facebook, then update same profile picture in Twitter
- If tagged in a photo on Facebook, then save it your phone gallery
- If receive a new email about a new Twitter follower in your Gmail inbox,
then tweet the new follower a welcome message
- Email me about Top Apps gone FREE in the Apple App Store.
- If NASA post a new astronomy picture of the day, then add it to my screensaver gallery.
- Automatically unmute your Android phone when you get back home.
- Add Spotify song from liked YouTube Video.

**collective.ifttt** is an addon which enables any Plone site to play in the
IFTTT ecosystem by allowing you to create IFTTT applets.

Below are a few user stories of IFTTT with Plone site.

Indices and tables
==================
- If published news on Plone Site, then tweet about it or post it on slack.
- If published new event on Plone Site, then tweet about it
- If new user signed up for an event, then add him to the slack channel.
- If new applet gets published for Plone, then send me a notification about it.

Contents
--------

.. toctree::
:maxdepth: 3

Configuring_Your_IFTTT_Secret_Key
Enable_RSS_feed_on_Plone

* :ref:`genindex`
* :ref:`search`

0 comments on commit 4583372

Please sign in to comment.