• Do not register here on develop.twiki.org, login with your twiki.org account.
• Use View topic Item7848 for generic doc work for TWiki-6.1.1. Use View topic Item7851 for doc work on extensions that are not part of a release. More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
Does this site look broken?. Use the LitterTray web for test cases.

to be honest, I think the rss skin should go away, and the WebRss topics should contain the rss specific content..

t42p:/usr/lib/cgi-bin/TWikiRelease04x00# svn diff templates/view.xml.tmpl lib/TWiki/UI/View.pm  tools/MANIFEST
Index: templates/view.xml.tmpl
===================================================================
--- templates/view.xml.tmpl     (revision 0)
+++ templates/view.xml.tmpl     (revision 0)
@@ -0,0 +1 @@
+


Property changes on: templates/view.xml.tmpl
___________________________________________________________________
Name: svn:executable
   + *

Index: lib/TWiki/UI/View.pm
===================================================================
--- lib/TWiki/UI/View.pm        (revision 10974)
+++ lib/TWiki/UI/View.pm        (working copy)
@@ -257,6 +257,9 @@
     } elsif( $skin =~ /\brss/ ) {
         $contentType = 'text/xml';
         $minimalist = 1;
+    } elsif( $skin =~ /\bxml/ ) {
+        $contentType = 'text/xml';
+        $minimalist = 1;
     } elsif( $raw eq 'text' || $raw eq 'all' ) {
         $contentType = 'text/plain';
     } else {
Index: tools/MANIFEST
===================================================================
--- tools/MANIFEST      (revision 10974)
+++ tools/MANIFEST      (working copy)
@@ -884,6 +884,7 @@
 templates/twiki.tmpl 0440
 templates/view.plain.tmpl 0440
 templates/view.print.tmpl 0440
+templates/view.xml.tmpl 0440
 templates/view.rss.tmpl 0440
 templates/view.rssatom.tmpl 0440
 templates/view.text.tmpl 0440

ItemTemplate
Summary could do with an xml based view that makes fewer assumptions than rss
ReportedBy TWiki:Main.SvenDowideit
Codebase

SVN Range Thu, 29 Jun 2006 build 10750
AppliesTo Engine
Component

Priority Enhancement
CurrentState Closed
WaitingFor

Checkins 10979 11053 11368
TargetRelease n/a
Edit | Attach | Watch | Print version | History: r8 < r7 < r6 < r5 < r4 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r8 - 2006-08-24 - MichaelDaum
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback