.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../Includes.txt .. _introduction: What does the FGC extension do? =============================== What does it do | :ref:`installation` | :ref:`changelog` This extension grabs content from another website, with a simple jquery like selector syntax. It is based on `simple html DOM `_ written by S.C. Chen. You can grab the content in two ways: • Configure the plugin on your page, or • let the scheduler task do the job and configure the plugin just to get the task results (So you can avoid an site access on every visit) If you'll use the scheduler task, the latest content grabbing – associated to the given PID – is used. *NB: The extension is in an early alpha state.* .. figure:: ../Images/showcase.jpg :width: 700px :alt: fgc showcase Plugin view: .. figure:: ../Images/fgc_plugin.png :width: 700px :alt: fgc plugin Scheduler Task view: .. figure:: ../Images/fgc_task.png :width: 700px :alt: fgc task