Podcast | CMS Blog Watch

Podcast

Mailbag: MediaCore

Posted in CMS, CMSReport, Podcast, multimedia, python, video on February 25th, 2010 by Bryan – Comments Off

Last week, CMS Report received an email regarding a new CMS that focuses on managing multimedia content. The application is written in Python so naturally we’re going to talk to let our readers know about this new platform.

I’m not sure if you guys have covered this yet, but as a regular reader of cmsreport.com I thought I would let you know.
Earlier this month my company launched a new Open Source python based CMS focused on video and podcasting.

http://getmediacore.com/

MediaCore is a free open source video cms and podcast platform.  MediaCore can pull video or audio from any source, track statistics, enable commenting, and provide a high degree of control over the presentation and administration.

Let me know if you guys need any further information on the project. Right now we are just trying to get the word out about it.

Cheers,
Stuart

RSS Feed tutorial template in PHP for RedDot CMS

Posted in CMS, Newsfeed, PHP, Plugins / Extensions, Podcast, RSS, RSS Feed, RedDot, RedDot templates, XML Feed, website management on January 25th, 2010 by Markus Giesen – Comments Off

One of the most requested solutions for a Open Text RedDot CMS project is a template for RSS feeds. And because many customers use PHP on their live sites it would be nice to already have it written in PHP. Hence today a solution for you based on PHP, brought to you by a German RedDot Developer. There is also a ASP version which you can find here.

Download the template here and before you use it donate $1 to keep this site up and running.

This template is a nice piece of work from the German RedDot Developer Ingo Hillebrand, also known as shift8.de. Simply insert the guids where required or replace them with your placeholder. Links to the specific page the feed points to have been realized with a dynamic list element because Render Tags can’t reference pages within a target container setup.

Share and Enjoy:

Print
email
Twitter
Digg
Reddit
StumbleUpon
Google Bookmarks
del.icio.us
MisterWong
Facebook
LinkedIn





Creating RSS Feed in RedDot CMS

Posted in CMS, Featured, Open Text Web Solutions Managment Server, Podcast, RSS, RSS Feed, RedDot, Render Tags, Tricks, XML, render tag on November 24th, 2009 by Markus Giesen – Comments Off
Screenshot of the RSS Feed Template
Screenshot of the RSS Feed Template

This is a classic article about how to create a RSS Feed using our beloved CMS and this topic has been asked about 5 million times now on Google Groups Wiki and everywhere else… This question or furthermore one of these variations below will now be answered:

How to get an RSS Feed for my Open Text project?

  • How do I create an RSS Feed in Open Text Web Solutions Management Server?
  • How do I set up an Podcast?
  • How can I create a news feed for my news section?
  • How do I get my news list as a XML document

To create an RSS Feed within RedDot CMS you just need ONE template.
There is no need to create a separate XML variant or anything like this.
Just change the elements within the template to match your news elements and you are ready to go.
Don’t change the date element, this is a sensitive one which needs some ASP script to read a proper readable date for the RSS Feed.

The RSS Feed Template

The template below makes use of some nice Render Tags which you should check out. Especially the Render Tag described in the SEO article come in handy when you link news from different sections within the project connected to your RSS feed list using keywords.

Explanation of RedDot Elements

So what did we do here? Let’s have a closer look at the single bits and pieces within the template.
The first part contains two ASP functions “GetMonthName” and “GetDayName” to render the date returned by the RedDot element stf_pageDate properly in a RSS format. So DON’T TOUCH THE stf_pageDate element.
Then we have this part in the links:

<%stf_siteURL%><%!! Escape:HtmlEncode(Context:Indexes.GetIndexByPageId(Guid:<%info_PageGuid%>).Page.GetUrl()) !!%>

The siteUrl element should be the URL of your site (for example: www.reddotcmsblog.com if this would be your site..)
The second Render Tag bit returns the MainLink of the page to the linked site no matter what publication package is assigned to the RSS Feed.
All the other bits and pieces should be self-explaining.

Integration into my Open Text project

To integrate this template in your project:

  1. Download the template below
  2. Donate a decent amount to keep this site running
  3. Import the template into your project
  4. Make sure PreExecute is activated for your project
  5. Create a page based on this template
  6. Reference the list inside the template to your news list
  7. Create a publication package for the RSS Feed list so that your pages get published into a hidden folder (this is to avoid double indexed files in your site search)
  8. Change the filename to yourfeedname.xml
  9. Integrate the file into your HTML page templates with something like this
  10. Publish everything
  11. You are done. Get yourself a Cookie!

Disclaimer & Credits

Feel free to re-use the code linked below. Don’t use the code above because it is just an example and it gets scrambled by the Syntax Highlighter. However both versions come with no warranty. When re-used by you we expect you to attribute this work and use it according to the CC license BY-SA 3.0. Thanks to the famous Plugin Developer and super coder Kim Dezen who helped me out with the code bits but hates writing other things than pretty code so I have to do it.
It also needs to be said that this example is a very basic one and you can enhance any fields you need. Feel free to send us your examples if you have improved this marvelous Open Text solution!

Download and Donate

We can’t get around to outline it and remind you. This site still runs for free. And this won’t change from todays point of view unless we manage to convince OpenText to make a bigger donation because we solve at least as many support requests per day as they do.
So grab your code, enjoy the work we share here with you and if you find it useful then after downloading the template feel free to donate (it should be enough for a beer..).

Share and Enjoy:

Print
email
Twitter
Digg
Reddit
StumbleUpon
Google Bookmarks
del.icio.us
MisterWong
Facebook
LinkedIn