Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
Feedback

Feeds (atom/rss) embed, optimize, add

qubodup
Saturday, April 7, 2012 - 16:34
qubodup's picture

News feeds are a wonderful thing to keep users and applications (twitter, facebook, irc bots) updated about changes.

We have feeds for lastest art and blog but there are a few issues:

1. There is no content in the 'latest art' items, only title. Ideally all the info the node holds would be in the feed item content as well. At least preview image/audiofile (though rss has an 'image' element that could be used instead)

2. Textures do not appear in the 'latest art' feed. Since it is a new category, this might also apply to documents.

3. DONE (missed it!) It would be great to have per-user feeds, so that users can track their favorite artists or feed their submissions into their twitter or facebook etc.

4. DONE The two feeds are not in the HEAD of the website. Having them there would make them discoverable by feed search engines and users that use browsers that support this element (firefox, chrome with extension)

Individual forums on OGA have feeds embedded though (example forum):

<link rel="alternate" type="application/rss+xml" title="RSS - Feedback" href="http://opengameart.org/taxonomy/term/65/feed" />

Note that multiple feed links are OK to be in the header. We can have the 'blog' and 'latest art' feeds in all pages' HEAD element.

 

Please add any problems with the feeds. I will gladly help with modifications/research. For a start, it would help me to know what the current feeds are implemented with. On #drupal, views_data_export module was mentioned. We are not using the 'feeds' module, as it is disabled and only for import of feeds, not for export (if I understand correctly).

  • Log in or register to post comments
bart
joined 14 years 2 months ago
Tuesday, April 10, 2012 - 21:05
bart's picture

Okay, I've addressed some of these today.  I also created some new feeds and added icon links to them as well.  The feeds should be in the headers of the appropriate pages.

Note that the individual user art pages have feeds as well.

  • Log in or register to post comments
qubodup
joined 16 years 5 months ago
Tuesday, April 10, 2012 - 21:35
qubodup's picture

I love it!

5. DONE Some of the feeds are weirdly formatted in the HEAD (anchor tags inside the title of the LINK tags?):

6. The feeds seem to be invalid (this is the first time I used a feed validator in my life)

http://validator.w3.org/feed/check.cgi?url=opengameart.org%2Fnew-forum-topics.xml

http://validator.w3.org/feed/check.cgi?url=opengameart.org%2Flatest%2Frss.xml

http://validator.w3.org/feed/check.cgi?url=opengameart.org%2Factive-forum-topics.xml

and recent comments seem to be forbidden unless I'm logged in.

DONE http://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Fopengameart.org%2Frecent-comments.xml

  • Log in or register to post comments
bart
joined 14 years 2 months ago
Tuesday, April 10, 2012 - 22:08
bart's picture

Permissions issue and feed title formatting issues are fixed.  The validation part will have to wait. :)

  • Log in or register to post comments
qubodup
joined 16 years 5 months ago
Wednesday, April 18, 2012 - 05:07
qubodup's picture

7. Sounds do not appear in feeds either

  • Log in or register to post comments