Main > Free Download Search >

Free rdf script

rdf

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 12
Common RSS Reader 1.0

Common RSS Reader 1.0


Single PHP 5 function for loading a distant feed file, in any format: RSS 2.0, Atom, RDF 1.0 and display the content with option on a web page. An interface is provided to test the options. Demos included. more>> Single PHP 5 function for loading a distant feed file, in any format: RSS 2.0, Atom, RDF 1.0 and display the content with option on a web page. An interface is provided to test the options. Demos included.<<less
Added: 2007-03-29 License: GPL Price: $0.00USD
11 downloads
 
Other version of Common RSS Reader
License:GPL
Download
945 downloads
Added: 2007-03-29
RSS_GET Headlines 1.47

RSS_GET Headlines 1.47


This is a quick and painless way to include RSS/XML/RDF headlines on your webpage. All you have to do is set 3 variables (URL/Name/Number of headlines) and include the file. The script stores the headlines in files and only loads the RSS file every 15 more>> This is a quick and painless way to include RSS/XML/RDF headlines on your webpage. All you have to do is set 3 variables (URL/Name/Number of headlines) and include the file. The script stores the headlines in files and only loads the RSS file every 15 minutes (time customizable). The script may be included many times in the same page, making it great for making a web portal or home page.<<less
Added: 2005-01-13 License: Freeware Price: 0.00
10 downloads
 
Other version of RSS_GET Headlines
License:Freeware
Download
1747 downloads
Added: 2005-01-13
GrabNews 1.9

GrabNews 1.9


GrabNews is ASP code for grabbing and displaying RDF/RSS/Atom feeds on a website, and, if there is a podcast associated with an item, it will display an icon. It utilises XSLT and a database to store and display all the information required. Has more>> GrabNews is ASP code for grabbing and displaying RDF/RSS/Atom feeds on a website, and, if there is a podcast associated with an item, it will display an icon. It utilises XSLT and a database to store and display all the information required. Has user-friendly error messages as well as a very basic add news links page. Requires MSXML3 and MySQL, MS SQL Server or Access databases.<<less
Added: 2001-07-05 License: GPL Price: $0.00USD
13 downloads
 
Other version of GrabNews
License:GPL
Download
3033 downloads
Added: 2001-07-05
RSStoIMG

RSStoIMG


RSStoIMG is a PHP program that can read almost any RSS-compatible (rss, rdf, xml) syndication file and creates an image of the most recent headline. more>> RSStoIMG provides users a professional PHP program that can read almost any RSS-compatible (rss, rdf, xml) syndication file and creates an image of the most recent headline.

The most ideal use of this program is for bloggers who want to be able to display their most recent entry in forum or email signatures where it is difficult or impossible to include dynamic content, but you could use this for many other purposes.

The program can be customized in many ways, it has the ability to re-check the RSS file every time the image is viewed, or it can only update after specified number of minutes to save bandwidth and server processing load.

The code could easily be modified to allow for the headline to be written onto another image.

<<less
Added: 2008-04-18 License: Freeware Price: Freeware
13 downloads
SIOC PHPExportAPI

SIOC PHPExportAPI


The PHP Export API provides an easy way for developers to create SIOC exporters, as it maps SIOC Classes to PHP objects, with simple functions to export the created data. When using the API for you ex more>> The PHP Export API provides an easy way for developers to create SIOC exporters, as it maps SIOC Classes to PHP objects, with simple functions to export the created data. When using the API for you exporters, you wont have to deal with SIOC specs or RDF formatting, and you could easilly update your exporter to the latest version of SIOC specifications by simply updating the API file in your exporter.<<less
Added: 2007-02-04 License: Freeware Price: Free
1000 downloads
SWI-Prolog 5.7.12

SWI-Prolog 5.7.12


SWI-Prolog is very useful because it offers a comprehensive Free Software Prolog environment, licensed under the Lesser GNU Public License. more>>

SWI-Prolog 5.7.12 is very useful because it offers a comprehensive Free Software Prolog environment, licensed under the Lesser GNU Public License. Together with its graphics toolkit XPCE, its development started in 1987 and has been driven by the needs for real-world applications. These days SWI-Prolog is widely used in research and education as well as for commercial applications.

Major Features:

  1. Kernel licensed under the LGPL. Prolog libraries are distributed under the GPL with an additional statement that allows for use in proprietary applications. Details can be found on the license page.
  2. fast compilation. E.g., loads 140,000 lines of code spread over 500 source-files in 2.3 seconds on an AMD 5400+ system.
  3. Robust and free of memory leaks. In use for several servers that run 24x7.
  4. Small. The full development environment, including graphics, libraries and many interface packages requires approx. 40MB harddisk. The non-graphical kernel is about 650Kb, the graphics library adds about 1.2Mb to the image.
  5. Scales well for large applications. No limits on program size, atom-length, term-arity or integer values. No performance degradation on predicates with many (indexed) facts.
  6. Unbounded integer and rational number arithmetic based on GMP library.
  7. Comprehensive set of built-in predicates, covering Part 1 of the ISO standard, the de-facto Edinburgh Prolog standard and important parts of Quintus and SICStus Prolog. Fair compatibility to Ciao, YAP and GNU-Prolog.
  8. Flexible and fast interface to the C- and C++-Language. The interface allows for calling both-ways, handling of non-determinism both ways and embedding of the SWI-Prolog kernel in C/C++ projects.
  9. The goodies: modules (upward compatible to Quintus and SICStus), garbage-collection (transparent to C/C++-code, including atom garbage collection), last-call optimisation, Dynamic expansion of the runtime stacks, ISO exception-handling (including C/C++ interface for catching and throwing exceptions).
  10. Execution profiler (time and call statistics) for Linux, most Unix platforms and Windows NT/2000/XP/Vista.
  11. Cross-Referencer. gxref/0 provides a graphical front-end for the extensible Prolog cross-referencer (xref).
  12. Portable to many platforms, including almost all Unix/Linux platforms, Windows (NT/2000/XP/Vista, including 64-bit editions), MacOS X (using X11 for graphics) and many more. Both 32-bits and 64-bits hardware is supported. Sources are plain C99, configured automatically using GNU autoconf (configure, make, make install).
  13. UNICODE character set handling internal. Ideal for web- and international applications.
  14. Machine-independent saved-states (save on one platform, run using the virtual machine of another platform).
  15. Multi-threading support: run multiple pre-emptively scheduled prolog engines on the same database.
  16. attributed variables, coroutining (freeze/2, when/2, dif/2), global variables, cyclic terms. Flag-controlled handling of occurs-check (on/off/error) see current_prolog_flag/2.
  17. Constraint Logic Programming, providing libraries for CHR (Constraint Handling Rules), clp(FD), clp(R,Q) and various others.
  18. Bundled with interface libraries for Java (JPL), ODBC, TCP/IP sockets, SSL, CGI form handling, etc.
  19. Multi-threaded Web server library with comprehensive libraries to generate HTML, HTTP authorization, session management, exchanging JSON (used by many AJAX widgets), etc.
  20. Fast and flexible libraries for parsing SGML/XML (HTML), parsing RDF, store and query the RDF triple model. A graphical editor for RDF/RDFS and OWL models called Triple20 is distributed seperately.
  21. Literate programming support through PlDoc. Provides integrated view on manual and application documentation and producing LaTeX documentation for your application.
  22. Unit testing support through PlUnit.
  23. Regular binary distributions for most popular platforms (Windows (32/64 bits), Linux (32 bits) and MacOS X (32 bits)).
  24. Regular distribution of the full source packages. The sources are also accesible through GIT.
<<less
Added: 2009-07-31 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
downloads
Multiheadlines Module for PHP-Nuke 2.0.5

Multiheadlines Module for PHP-Nuke 2.0.5


Allows you to add RSS/RDF/ATOM feeds directly on your site. Basically, RSS / RDF / ATOM news [you might call "News on short"] is given by a title, a link and a short description that came only through RSS chanel or ATOM entry from a RSS/RDF/ATOM more>> Allows you to add RSS/RDF/ATOM feeds directly on your site. Basically, RSS / RDF / ATOM news [you might call "News on short"] is given by a title, a link and a short description that came only through RSS chanel or ATOM entry from a RSS/RDF/ATOM URL. The feeds are retained on your database for a faster loading of you website but this module have a prune system that can empty your DB[ feeds] at a given number of days or when feeds reaches a certain number(You might, as well, to never empty the database). As administrator you have a lot of options for this addon. Throught these option you can set how feeds news will look on your site. As a user you can read the feeds, search by specific keywords in these feeds or even submit an interesting feeds URL [RSS/RDF/ATOM]. The feeds are organized on categories. This module comes also with three types of blocks[phpnuke blocks]. You will have always fresh news on your site without doing something [news gathering its done automatically].<<less
Added: 2007-07-14 License: GPL Price: $0.00USD
11 downloads
FeedMe by Cool Focus 1.61

FeedMe by Cool Focus 1.61


FeedMe is an RSS feed and blog reader supporting RSS/RDF formats up to v2.0 and the Atom format. FeedMe displays an unlimited number of RSS feeds in a scrolling list to the left of the applet; clicking a feed loads its channels and items into the Channel more>> FeedMe is an RSS feed and blog reader supporting RSS/RDF formats up to v2.0 and the Atom format. FeedMe displays an unlimited number of RSS feeds in a scrolling list to the left of the applet; clicking a feed loads its channels and items into the Channel window to the right for reading, using a supplied ASP or PHP script. FeedMe gives full control over all colors and fonts used. FeedMe can also load feeds from URLs passed in dynamically via JavaScript, and supports mouse-wheel scrolling in IE6+.<<less
Added: 2004-07-17 License: Free Non-Commercial Price: 22.00GBP
11 downloads
 
Other version of FeedMe by Cool Focus
Price: £22.00
License:Free for non-commercial use
Download
1925 downloads
Added: 2004-07-17
Simple DMOZ Spider 2

Simple DMOZ Spider 2


Scans www.DMOZ.org in real time (not RDF dumps), and prepares MySQL INSERT queries for ADP database. I needed a slightly faster spider to pick up links from DMOZ, so this tool was born. To use, set the minimum Google PR for your links, ADP category ID, more>> Scans www.DMOZ.org in real time (not RDF dumps), and prepares MySQL INSERT queries for ADP database. I needed a slightly faster spider to pick up links from DMOZ, so this tool was born. To use, set the minimum Google PR for your links, ADP category ID, and full URL of DMOZ category you want to scan. When youre finished, simply copy/paste MySQL queries into your phpMyAdmin query window.... not that hard at all.<<less
Added: 2007-09-18 License: Freeware Price: $0.00USD
14 downloads
RSS2JAVA: RSS Feeds via Javascript Version 1.0

RSS2JAVA: RSS Feeds via Javascript Version 1.0


Have you been noticing the growing popularity of RSS, RDF and ATOM feeds? Would you like to easily add them to your web-site to create sticky content thats always updated? Then youve come to the right place, RSS2JAVA was designed to easily convert any more>> Have you been noticing the growing popularity of RSS, RDF and ATOM feeds? Would you like to easily add them to your web-site to create sticky content thats always updated? Then youve come to the right place, RSS2JAVA was designed to easily convert any valid RSS feed into easy to implement Javascript. No XML or programming expierence is necessary. Use our 100% free tool to easily insert dynamically updated RSS feeds into any web page, blog or content management system. Fully customizable change the display of the feeds as you want to suite the looks of your website<<less
Added: 2008-06-18 License: GPL Price: $0.00USD
13 downloads
You Need XML Codes to Promote Your Website

You Need XML Codes to Promote Your Website


Do you have a website? If so, you need an ROR XMLNS code button which leads to a full ROR/RDF code page for your website. This code tells search engines all about the special details you input into th more>> Do you have a website? If so, you need an ROR XMLNS code button which leads to a full ROR/RDF code page for your website. This code tells search engines all about the special details you input into the code about your website.<<less
Added: 2006-10-17 License: Freeware Price: Free
1107 downloads
Pebble 2.3.1

Pebble 2.3.1


Pebble is a lightweight, open source, Java EE blogging tool. more>>

Pebble 2.3.1 offers you a helpful Java EE blogging tool which is designed as small, fast and feature-rich with unrivalled ease of installation and use. Blog content is stored as XML files on disk and served up dynamically, so there's no need to install a database. All maintenance and administration can be performed through your web browser, making Pebble ideal for anybody who is constantly on the move or doesn't have direct access to their host.

Major Features:

  1. Content
    • Posting and management of content through your web browser, including rich text editor support.
    • Blogger and MetaWeblog API interface included for posting content via compatible tools.
    • Categorisation of content into multiple hierarchical categories.
    • Tagging of content and a generation of a tagcloud.
    • RSS enclosures for distributing files or podcasting.
    • Simple content publication workflow.
    • Pinging websites via XML-RPC when new blog entries are added.
    • Publication of static content alongside your blog entries.
  2. Reader responses
    • Reader responses, in the form of threaded comments and MovableType TrackBacks.
    • E-mail notifications when new responses are received.
    • Pluggable moderation, spam detection and CAPTCHA support.
    • Bulk response management features to approve/reject/remove comments and TrackBacks.
  3. Web-based Adminstration
    • Management of your blog via a web browser.
    • File management and the ability to upload arbitary files and images.
    • Capture of blog referers, requests and logs for viewing or export.
    • Customizable regex based referer filters to combat referer spam.
    • Integrated help and documentation.
  4. Newsfeeds
    • RSS 2.0, RDF and Atom 1.0 feeds for blog entries and responses.
    • Category and tag specific newsfeeds.
  5. Navigation
    • View blog entries by permalink, day or month.
    • Navigate through your blog entries in several ways, including a locale-aware calendar control.
    • Text based and advanced searching.
  6. Team, project, multi-user blogs and security
    • Multiple people can contribute to a single blog.
    • Host more than a single blog for a project, group or community.
    • Integrate Pebble with your existing security infrastructure (e.g. LDAP, Active Directory, RDBMS, etc).
    • i18n
    • Content in international character sets such as UTF-8.
    • Publication of content aligned with your timezone, regardless of where your host is based.
    • Locale sensitive delivery of dates, times and numbers.
    • Translated public-facing text provides a consistent user experience
<<less
Added: 2008-05-20 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
12 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1