ARA, RSS Feed Editor

ARA is a semi-automatic RSS feed editor. You just need to provide it with links to web pages. He takes care of getting the title and description of the page and creating an RSS syndication file.
It allows you to select pages for syndication instead of systematically publishing the latest articles like generators included in content managers.

ARA RSS Editor

The term ARA stands for "Atom and RSS API," denoting the library of Atom and RSS functions. It is also the name of a species of parrot from South America.

Use

The program is a set of PHP scripts that you post on your site.
You create a feed from your browser, you can enter the URL of the interface, ara.php.
It is easier to use a program with two browsers on the screen, one to select the pages whose URL you want in the address bar, and the other to edit the RSS file. So, by simply copying and pasting, you can transfer the URL to the interface link field and click "add" to add it to the list.
The EDIT button on the left side of the link allows you to edit the title and description as needed.
To create a feed, enter the feed name and path at the top (where you can also enter the name of an existing feed to edit an existing feed) and click Create RSS Feed above the edit block.

How does it work

This is an Ajax script with a PHP 5 backend. In the current version, it only works with the pages of the site where the script is located.
You must be authenticated To use it, the install.php program allows you to assign a username and password. This file should be deleted later. After the user logs in, the program can be used throughout the session, even if other pages are read at that time.
To automatically generate content, the program loads the pages in the list and reads the content of the title and description tags from the head section. If the first header is missing, the first header with the H1 tag in the page body will be used instead.
Similarly, if there is no description, the synopsis text will be taken from the page instead.

Download and Documentation

The ARA manual describes the interface and various options, as well as the architecture of the program.
The guide was written using Open Office. You can get the PDF version using the software export command.

The archive includes an editor and all useful scripts, including an authentication system, a Common RSS script for displaying feeds on web pages, and a guide.

After you create an RSS feed, you can display it using the RSS reader demo pages.

In case of problems, the ara directory contains a log file, ara.log, which you can download and view using Notepad.

Prevention

Ara is not a simple editor. When you add a page, it reads it to extract useful information. To do this, it works via Ajax (with the Anaa framework). Ajax cannot read files from sites other than the one on which it is installed. Therefore, be careful, especially since the original goal is to build a site stream, and not provide URLs from other sites.

Versions

License

The software and all scripts contained in it are licensed under the GNU GPL 2.0 license. (Translation). You are free to use scripts on your site, but you must save a copyright notice containing the author's name and links to the author's site.

Produced by Denis Surot .

Discussion board

How do I log in?

20-03-2011 22:58:18

pfoushye

Hello, Probably a stupid mistake, but I can't find where to log in again to edit my RSS pages. Thanks

21-03-2011 19:40:31

pfoushye

I installed Ara RSS with [url] https://www.iqlevsha.ru/ara/install.php [/url]. At the beginning of the procedure, I entered the login and PM, then deleted the file install.ph. Then I created my tapes, completing the procedure to the end. When I finished, I noticed that there were no files. This file was generated at the root of my site. But I've already closed the Ara software... How do I log back into Ara and repeat the procedure? Best regards

22-03-2011 20:25:27

webmaster

In the URL string, type "install.php" along with the subdirectory name. At startup, he will ask for a login and password. If the file has been deleted, download it again.

Problem installing ARA

15-03-2010 21:57:06

Alberto

Hello, I want to install "ARA" to edit the RSS feed and am faced with the following problem: After opening the "intall.php" file and entering the login and password, I systematically receive the following error messages: Warning: fopen (ara-users.php) [function.fopen]: failed to open stream: Permission denied in/ home/velo18/public_html/ara/install.php on line 120 Warning: fwrite (): Supplied argument is not a valid stream resource in/ home/velo18/public_html/ara/install.php at line 122 Warning: fwrite (): Supplied argument is not a valid stream resource in/ home/velo18/public_html/ara/install.php at line 123 Warning: fclose (): supplied argument is not a valid stream resource in/ home/velo18/public_html/ara/install.php at line 124 Atom and RSS API - Channel creator and editor Now you are registered After several attempts, I am stuck. There is nothing. For your information, I am working with Vista and Internet Explorer. Thanks for your assistance.
16-03-2010 19:46:28

webmaster

Hi It seems that it is not possible to write to the directory. Open function for write did not return a handler. Directory write permissions must be changed, which can be done using software such as FreeFTP. Everything should be fine from memory code 705 (or higher). In short, read, write and execute permissions for the administrator at a minimum.
17-03-2010 10:54:20

Alberto

Hello, thanks for your advice. By changing the permissions, the connection became possible. I've done a lot of tests already, but I'm still not familiar with how it works, and I have a lot of trouble creating and downloading a new file. I'm continuing my tests..... following instructions, but gaps persist.... Thanks.

The forum continued...