[Commits] (pavlov) checking in bear's patches to add the chandler
and jungle wiki rss feeds (bug 1396)
commits at osafoundation.org
commits at osafoundation.org
Mon Apr 19 14:40:51 PDT 2004
Commit by: pavlov
Modified files:
osaf/chandler/Chandler/parcels/OSAF/views/main/parcel.xml 1.28 1.29
osaf/chandler/Chandler/parcels/OSAF/views/zaobao/parcel.xml 1.14 1.15
Log message:
checking in bear's patches to add the chandler and jungle wiki rss feeds (bug 1396)
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/chandler/Chandler/parcels/OSAF/views/main/parcel.xml.diff?r1=text&tr1=1.28&r2=text&tr2=1.29
http://cvs.osafoundation.org/index.cgi/osaf/chandler/Chandler/parcels/OSAF/views/zaobao/parcel.xml.diff?r1=text&tr1=1.14&r2=text&tr2=1.15
Index: osaf/chandler/Chandler/parcels/OSAF/views/main/parcel.xml
diff -u osaf/chandler/Chandler/parcels/OSAF/views/main/parcel.xml:1.28 osaf/chandler/Chandler/parcels/OSAF/views/main/parcel.xml:1.29
--- osaf/chandler/Chandler/parcels/OSAF/views/main/parcel.xml:1.28 Thu Apr 1 11:42:44 2004
+++ osaf/chandler/Chandler/parcels/OSAF/views/main/parcel.xml Mon Apr 19 14:40:19 2004
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.28 $ -->
-<!-- $Date: 2004/04/01 19:42:44 $ -->
+<!-- $Revision: 1.29 $ -->
+<!-- $Date: 2004/04/19 21:40:19 $ -->
<!-- Copyright (c) 2003 Open Source Applications Foundation -->
<!-- License: http://osafoundation.org/Chandler_0.1_license_terms.htm -->
@@ -308,6 +308,8 @@
<item itemref="zaobao:AboutZaoBao"/>
<children itemref="doc:OSAFRSS"/>
<children itemref="doc:ZaoBaoRSS"/>
+ <children itemref="doc:ChandlerWikiRSS"/>
+ <children itemref="doc:JungleWikiRSS"/>
<children itemref="doc:TedRSS"/>
<children itemref="doc:ChaoRSS"/>
<children itemref="doc:LessigRSS"/>
@@ -321,6 +323,14 @@
<Node itemName="TedRSS">
<displayName>Ted Leung on the air</displayName>
<item itemref="zaobao:ted_ZaoBaoChannelView"/>
+ </Node>
+ <Node itemName="ChandlerWikiRSS">
+ <displayName>Chandler Wiki</displayName>
+ <item itemref="zaobao:chandlerwiki_ZaoBaoChannelView"/>
+ </Node>
+ <Node itemName="JungleWikiRSS">
+ <displayName>Jungle Wiki</displayName>
+ <item itemref="zaobao:junglewiki_ZaoBaoChannelView"/>
</Node>
<Node itemName="ZaoBaoRSS">
<displayName>ZaoBao News</displayName>
Index: osaf/chandler/Chandler/parcels/OSAF/views/zaobao/parcel.xml
diff -u osaf/chandler/Chandler/parcels/OSAF/views/zaobao/parcel.xml:1.14 osaf/chandler/Chandler/parcels/OSAF/views/zaobao/parcel.xml:1.15
--- osaf/chandler/Chandler/parcels/OSAF/views/zaobao/parcel.xml:1.14 Mon Apr 19 14:09:22 2004
+++ osaf/chandler/Chandler/parcels/OSAF/views/zaobao/parcel.xml Mon Apr 19 14:40:20 2004
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
-<!-- $Date: 2004/04/19 21:09:22 $ -->
+<!-- $Revision: 1.15 $ -->
+<!-- $Date: 2004/04/19 21:40:20 $ -->
<!-- Copyright (c) 2003 Open Source Applications Foundation -->
<!-- License: http://osafoundation.org/Chandler_0.1_license_terms.htm -->
@@ -20,6 +20,14 @@
<displayName>Loading... OSAF News</displayName>
<zb:url>http://www.osafoundation.org/rss/2.0/</zb:url>
</zb:RSSChannel>
+ <zb:RSSChannel itemName="chandlerwiki">
+ <displayName>Loading... Chandler Wiki</displayName>
+ <zb:url>http://wiki.osafoundation.org/twiki/bin/view/Chandler/WebRss?skin=rss</zb:url>
+ </zb:RSSChannel>
+ <zb:RSSChannel itemName="junglewiki">
+ <displayName>Loading... Jungle Wiki</displayName>
+ <zb:url>http://wiki.osafoundation.org/twiki/bin/view/Jungle/WebRss?skin=rss</zb:url>
+ </zb:RSSChannel>
<zb:RSSChannel itemName="ted">
<displayName>Loading... Ted Leung on the air</displayName>
<zb:url>http://www.sauria.com/blog?flav=rss</zb:url>
@@ -202,6 +210,94 @@
+ <Tree itemName="chandlerwiki_ChannelList">
+ <elementDelegate>OSAF.examples.zaobao.blocks.ZaoBaoListDelegate</elementDelegate>
+ <rootPath itemref="doc:chandlerwiki"/>
+ <hideRoot>True</hideRoot>
+ <noLines>True</noLines>
+ <useButtons>True</useButtons>
+
+ <columnHeadings>Subject</columnHeadings>
+ <columnWidths>300</columnWidths>
+ <columnHeadings>Date</columnHeadings>
+ <columnWidths>150</columnWidths>
+
+ <size>600,200</size>
+ <minimumSize>400,100</minimumSize>
+ <border>0.0, 0.0, 0.0, 0.0</border>
+ <alignmentEnum>grow</alignmentEnum>
+ <stretchFactor>1.0</stretchFactor>
+ </Tree>
+
+ <zb:ZaoBaoItemDetail itemName="chandlerwiki_ChannelItemDetail">
+ <open>True</open>
+ <size>100,50</size>
+ <minimumSize>100,50</minimumSize>
+ <border>0.0, 0.0, 0.0, 0.0</border>
+ <alignmentEnum>grow</alignmentEnum>
+ <stretchFactor>1.0</stretchFactor>
+ </zb:ZaoBaoItemDetail>
+
+ <SplitWindow itemName="chandlerwiki_ZaoBaoChannelView">
+ <orientationEnum>Horizontal</orientationEnum>
+ <splitPercentage>0.5</splitPercentage>
+
+ <eventBoundary>True</eventBoundary>
+ <open>True</open>
+ <size>900,580</size>
+ <minimumSize>900,580</minimumSize>
+ <border>2.0, 2.0, 2.0, 2.0</border>
+ <alignmentEnum>grow</alignmentEnum>
+ <stretchFactor>1.0</stretchFactor>
+
+ <childrenBlocks itemref="doc:chandlerwiki_ChannelList"/>
+ <childrenBlocks itemref="doc:chandlerwiki_ChannelItemDetail"/>
+ </SplitWindow>
+
+
+ <Tree itemName="junglewiki_ChannelList">
+ <elementDelegate>OSAF.examples.zaobao.blocks.ZaoBaoListDelegate</elementDelegate>
+ <rootPath itemref="doc:junglewiki"/>
+ <hideRoot>True</hideRoot>
+ <noLines>True</noLines>
+ <useButtons>True</useButtons>
+
+ <columnHeadings>Subject</columnHeadings>
+ <columnWidths>300</columnWidths>
+ <columnHeadings>Date</columnHeadings>
+ <columnWidths>150</columnWidths>
+
+ <size>600,200</size>
+ <minimumSize>400,100</minimumSize>
+ <border>0.0, 0.0, 0.0, 0.0</border>
+ <alignmentEnum>grow</alignmentEnum>
+ <stretchFactor>1.0</stretchFactor>
+ </Tree>
+
+ <zb:ZaoBaoItemDetail itemName="junglewiki_ChannelItemDetail">
+ <open>True</open>
+ <size>100,50</size>
+ <minimumSize>100,50</minimumSize>
+ <border>0.0, 0.0, 0.0, 0.0</border>
+ <alignmentEnum>grow</alignmentEnum>
+ <stretchFactor>1.0</stretchFactor>
+ </zb:ZaoBaoItemDetail>
+
+ <SplitWindow itemName="junglewiki_ZaoBaoChannelView">
+ <orientationEnum>Horizontal</orientationEnum>
+ <splitPercentage>0.5</splitPercentage>
+
+ <eventBoundary>True</eventBoundary>
+ <open>True</open>
+ <size>900,580</size>
+ <minimumSize>900,580</minimumSize>
+ <border>2.0, 2.0, 2.0, 2.0</border>
+ <alignmentEnum>grow</alignmentEnum>
+ <stretchFactor>1.0</stretchFactor>
+
+ <childrenBlocks itemref="doc:junglewiki_ChannelList"/>
+ <childrenBlocks itemref="doc:junglewiki_ChannelItemDetail"/>
+ </SplitWindow>
More information about the Commits
mailing list