Syndication
Location for Atom Syndication
Abstract:
This document specifies the minimal, fundamental representation of spatial location within Atom feeds and entries.
Introduction:
Joshua Lieberman suggested “Ground State for Atom” as a name for this work. “Ground” resonates well with “geography”, but the original German “grund” means fundamental — this proposal aims to be a fundamental, minimal specification for location in Atom, relying on, and consistent with, other Atom and AtomPub extensions [2,3] wherever possible, with a minimum of invention. (Author’s note: think “n=1″.)
…
Full: http://www.georss.org/proposals/atom-ground-state
License: Creative Commons Attribution-ShareAlike 2.5
Indexed in June 2008
Related Info Web
Syndication, Web Articles for Dummies, Weblog (Blog)
Dennis Kennedy is Explaining Blogs and RSS: A Primer, and I figure I can take a shot too. As Dennis says in his comments, the difficulty lies in describing blogs in words..
Blogs are places where you can read the regular writings of friends, colleagues, clients or industry experts. You’ll find a variety of writing styles, from journalistic to informal. The articles tend to be less formal than journalistic or academic writing, and you will find writers who post things every day and those who post weekly..
…
Full article: http://blog.jackvinson.com
License: Creative Commons License
Indexed in May 2008
Related Info Web
Custom Programming, Syndication
Herein post 4 of n on my hobby project to rewrite my personal publishing software in Haskell. Herein, I create a economically-driven approach to Atom syndication format for entries and comments. By citing economics as the prime motivator, I mean that I’m aiming neither for the most complete nor the most elegant implementation except where those two overlap with exigency.
..
Really Simple Atom Data Model
The first set of design decisions I made were what to throw out from Atom. I decided to omit the atom:contributor construct entirely as well as atom:author is sufficient for my purposes, and atom:source and attributes on atom:link other than @rel and @href weren’t going to be any use to me, either..
…
Full article: http://mult.ifario.us/p/really-simple-atom-syndication
License: Creative Commons Attribution-Share Alike 3.0 United States
Indexed in May 2008
Related Info Web
Client-side Scripting, Custom Programming, Syndication
Using JavaScript only without any server-side script, you want to be able to display a RSS feed? Easy! (But it took me 3 hours of hacking.) First setup a web page like this (write your own HTML, this is only an example):
<html>
<head>
<title>JavaScript RSS Reader</title>
<script language="JavaScript" xsrc="rss.js"
mce_src="rss.js" ></script>
..
…
Full article: http://www.daniel-lemire.com
License: Creative Commons License
Indexed in May 2008
Related Info Web
CMS, Drupal, Syndication, Weblog (Blog), Wordpress Blog
I migrated my blog from Drupal 5 to WordPress 2 nearly 2 weeks ago. The process wasn’t as painful as I thought it would be, thanks to a handy howto via vrypan.net. Another resource I refer to every time I get into tweaking MySQL rows is UrbanMainframe’s MySQL search and replace tipsheet. Thanks to both of these great resources for helping me through the migration.
..
Use a backup copy of your Drupal database, and a fresh WordPress database.
The basic process I followed was:
- Work from offline copies of the databases. Dump your Drupal 5 database, import it into a fresh database (say “
drupalmigration” or something creative)..
- ..
…
Full article: http://www.darcynorman.net
License: Creative Commons Attribution 2.5 Canada
Indexed in May 2008
Related Info Web
Client-side Scripting, Custom Programming, Syndication
JavaScript is a useful tool for syndicating content to other websites. For example, this page displays ads by Google using JavaScript. When you viewed this page, your browser fetched a script from Google then ran the script and displayed ads on the page.This article examines the pros and cons of JavaScript syndication, explains how to implement it, and demonstrates a technique using PHP to make it even easier.
…
Full article: http://www.barelyfitz.com/projects/jssyndicate/
License: Creative Commons License
Indexed in May 2008
Related Info Web
Promoting Website, Syndication, Web Articles for Dummies
This is gonna be for the noobs. Once upon a time, I used to click on my own blogroll to visit, one by one, my friends whom I had linked up. Of course, not all sites had updates so I just closed the window. Meanwhile, some others had up to 5 new entries and often, I read only the latest. This was of course, before I learned to enjoy the convenience of RSS feeds..
..
Each time when there is an update, you will be automatically alerted via RSS, so you won’t miss it. For sites which have not been updated, there will be no alerts, so you don’t have to waste time visiting them.
…
Full article: http://narrowband.org/2007/06/24/introduction-to-rss-feeds/
License: Creative Commons Attribution - Share Alike 2.5 Generic
Indexed in April 2008
Related Info Web