[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-www
Subject:    [Bug 152375] dot.kde.org ain't kde4 ready -- overhaul needed!
From:       navindra () cs ! mcgill ! ca
Date:       2007-11-28 1:21:15
Message-ID: 20071128012115.30279.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=152375         




------- Additional Comments From navindra cs mcgill ca  2007-11-28 02:21 -------
The XML thing is really not hard to do.  True, I haven't done it myself yet but it's \
not hard at all theory... just do it the same way the RDF code does it currently.  

I'm going on vacation from work in a couple of weeks, so with some luck I could look \
at this in December if you guys still refuse to work with Squishdot.  Squishdot is \
not hard, here is what the RDF code looks like.  It's not rocket science... if you \
are able to understand the messy PHP stuff, you should be able to grok this too!

 <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"
             "http://static.kdenews.org/mirrors/my.netscape.com/publish/formats/rss-0.91.dtd" \
>  <rss version="0.91">
    <channel>
        <title><dtml-var "striptags(rss_title)" html_quote></title>
        <language>en</language>
        <link><dtml-var rss_site_url>/</link>
        <description><dtml-var "striptags(rss_description)"></description>
<dtml-if rss_image_url>
        <image>
           <title><dtml-var "striptags(rss_title)" html_quote></title>
           <url><dtml-var imageserver_url>/<dtml-var rss_image_url></url>
           <link><dtml-var rss_site_url>/</link>
           </image>
</dtml-if>
<dtml-if item_list>
<dtml-in "item_list[:10]">
        <item>
           <title><dtml-var "striptags(title)" html_quote></title>
           <link><dtml-var rss_site_url><dtml-var thread_path>/<dtml-var id>/</link>
           </item>
</dtml-in></dtml-if>
        </channel>
    </rss>

Changing the look should not be that hard either.  Just give me some HTML code \
templates and the new images to use. _______________________________________________
kde-www mailing list
kde-www@kde.org
https://mail.kde.org/mailman/listinfo/kde-www


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic