Git Product home page Git Product logo

hfeeds's Introduction

hFeeds

hFeeds is a simple & easy to use RSS feed generator for web-pages. As a user, you'll have to remember only two variables {h} & {i}, where

{h} => have it (use the content specified by this variable) {i} => ignore it

IMPORTANT INFORMATION

The xml directory contains all the generated xml files, which actually contain PHP code. Hence all such xml files need to be parsed using PHP Handler. The necessary configuration is done in .htaccess file in the said directory. If you experience 500 Internal Server Error while executing the xml files, please change the contents of .htaccess file to

AddHandler x-httpd-php .xml

Please read this article for more information about executing files with non-php extension using php handler.

USAGE

  1. Enter url of the web-page you need to generate feed for & optionally an encoding type.
  2. After reviewing the source code on the next page, specify global & repeatable patterns.
  3. Enter feed file details & use the {hN} variables in the Feed Item section, such as {h1} {h2} etc.
  4. Hit the button & your feed is ready.

Global Pattern

Global Pattern refers to a unique section in a web-page, which contains the repeatable pattern. Only one {h} variable is allowed for each Global Pattern. If unsure, simply enter {h} to select the whole page.

Repeatable Pattern

Repeatable Pattern refers to each item that is to be in the feed. An item is defined by a TITLE, DESCRIPTION, LINK & (optionally) publishing DATE. And same can be extracted from a web-page using a repeatable pattern. The pattern may contain any no. of {h} & {i} variables.

{hN} variables

For each {h} used in repeatable pattern, you can use {hN} (where N is 1,2,3...) for substitution in Feed Item Configuration.

Author

Huzaib Shafi http://www.shafihuzaib.com

Features

Create RSS Feeds for any web-page. Select upto 4 sections from a web-page to choose items for, even if the items have different pattern with respect to sections.

hfeeds's People

Contributors

shafihuzaib avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.