Attachment 'rss.txt'

Download

   1 <?xml version="1.0" encoding="utf-8"?>
   2 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:wiki="http://purl.org/rss/1.0/modules/wiki/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"><!--
   3     Add an "items=nnn" URL parameter to get more than the default 15 items.
   4     You cannot get more than 100 items though.
   5     
   6     Add "unique=1" to get a list of changes where page names are unique,
   7     i.e. where only the latest change of each page is reflected.
   8     
   9     Add "diffs=1" to add change diffs to the description of each items.
  10     
  11     Add "ddiffs=1" to link directly to the diff (good for FeedReader).
  12     Current settings: items=15, unique=0, diffs=1, ddiffs=0-->
  13 <channel rdf:about="http://moinmoin.wikiwikiweb.de"><title>MoinMoin</title><link>http://moinmoin.wikiwikiweb.de/RecentChanges</link><description>RecentChanges at MoinMoin</description><image rdf:resource="http://moinmoin.wikiwikiweb.de/wiki/newlogo.png"></image><wiki:interwiki>MoinMoin</wiki:interwiki><items><rdf:Seq><rdf:li rdf:resource="http://moinmoin.wikiwikiweb.de/HierachicalAccessControlList#20051121142521"></rdf:li><rdf:li rdf:resource="http://moinmoin.wikiwikiweb.de/HierachicalAccessControlList#20051121141434"></rdf:li><rdf:li rdf:resource="http://moinmoin.wikiwikiweb.de/WikiSandBox#20051121141253"></rdf:li><rdf:li rdf:resource="http://moinmoin.wikiwikiweb.de/WikiSandBox#20051121141215"></rdf:li><rdf:li rdf:resource="http://moinmoin.wikiwikiweb.de/WikiSandBox#20051121141144"></rdf:li><rdf:li rdf:resource="http://moinmoin.wikiwikiweb.de/WikiSandBox#20051121141041"></rdf:li><rdf:li rdf:resource="http://moinmoin.wikiwikiweb.de/WikiSandBox#20051121134938"></rdf:li><rdf:li rdf:resource="http://moinmoin.wikiwikiweb.de/MoinMoinBugs/MonospaceFontTooSmall#20051121134538"></rdf:li><rdf:li rdf:resource="http://moinmoin.wikiwikiweb.de/AndreaArcangeli#20051121122335"></rdf:li><rdf:li rdf:resource="http://moinmoin.wikiwikiweb.de/HierachicalAccessControlList#20051121121949"></rdf:li><rdf:li rdf:resource="http://moinmoin.wikiwikiweb.de/MoinMoinBugs/RSS_does_not_validate#20051121120146"></rdf:li><rdf:li rdf:resource="http://moinmoin.wikiwikiweb.de/FeatureRequests/SectionEditing#20051121120131"></rdf:li><rdf:li rdf:resource="http://moinmoin.wikiwikiweb.de/WikiSandBox#20051121110054"></rdf:li><rdf:li rdf:resource="http://moinmoin.wikiwikiweb.de/WikiSandBox#20051121110013"></rdf:li><rdf:li rdf:resource="http://moinmoin.wikiwikiweb.de/WikiSandBox#20051121105948"></rdf:li></rdf:Seq></items></channel><image rdf:about="http://moinmoin.wikiwikiweb.de/wiki/newlogo.png"><title>MoinMoin</title><link>http://moinmoin.wikiwikiweb.de/</link><url>http://moinmoin.wikiwikiweb.de/wiki/newlogo.png</url></image><item rdf:about="http://moinmoin.wikiwikiweb.de/HierachicalAccessControlList#20051121142521"><title>HierachicalAccessControlList</title><link>http://moinmoin.wikiwikiweb.de/HierachicalAccessControlList</link><dc:date>2005-11-21T14:25:21Z</dc:date><description>
  14 &lt;pre&gt;
  15   === Posix ACLs ===
  16   Maybe someone familiar with them can add how they work?
  17   
  18 + == Before potential inclusion ... ==
  19 + ... there needs some stuff to be done:
  20 +  * Performance testing
  21 +   * We currently have performance problems for some operations like pageList, because they check ACL for every case before showing it to the user. It has to be checked if this does not get even worse with this patch.
  22 +   * Same for some other usual operations.
  23 +  * Migration strategy
  24 +   * How do we migrate existing wikis which already use ACLs. Docs? Code?
  25 +  * Determine right time to include this patch. It doesn't look like 1.5 is the right time as it is short before release and in feature freeze. After 1.5 we will work on 2.0 and have lots of time (and work).
  26 +   * 2.0 will move ACLs to metadata and generalize their usage over all items, so there will be changes in this area anyway.
  27 + 
  28 &lt;/pre&gt;
  29 </description><dc:contributor><rdf:Description wiki:host="p54A21BC2.dip0.t-ipconnect.de"><rdf:value>Self:ThomasWaldmann</rdf:value></rdf:Description></dc:contributor><wiki:version>1132583121000000</wiki:version><wiki:status>updated</wiki:status><wiki:diff>http://moinmoin.wikiwikiweb.de/HierachicalAccessControlList?action=diff</wiki:diff><wiki:history>http://moinmoin.wikiwikiweb.de/HierachicalAccessControlList?action=info</wiki:history></item><item rdf:about="http://moinmoin.wikiwikiweb.de/HierachicalAccessControlList#20051121141434"><title>HierachicalAccessControlList</title><link>http://moinmoin.wikiwikiweb.de/HierachicalAccessControlList</link><dc:date>2005-11-21T14:14:34Z</dc:date><description>fixed lots of typos, please someone add posix acls
  30 &lt;pre&gt;
  31   === Posix ACLs ===
  32   Maybe someone familiar with them can add how they work?
  33   
  34 + == Before potential inclusion ... ==
  35 + ... there needs some stuff to be done:
  36 +  * Performance testing
  37 +   * We currently have performance problems for some operations like pageList, because they check ACL for every case before showing it to the user. It has to be checked if this does not get even worse with this patch.
  38 +   * Same for some other usual operations.
  39 +  * Migration strategy
  40 +   * How do we migrate existing wikis which already use ACLs. Docs? Code?
  41 +  * Determine right time to include this patch. It doesn't look like 1.5 is the right time as it is short before release and in feature freeze. After 1.5 we will work on 2.0 and have lots of time (and work).
  42 +   * 2.0 will move ACLs to metadata and generalize their usage over all items, so there will be changes in this area anyway.
  43 + 
  44 &lt;/pre&gt;
  45 </description><dc:contributor><rdf:Description wiki:host="p54A21BC2.dip0.t-ipconnect.de"><rdf:value>Self:ThomasWaldmann</rdf:value></rdf:Description></dc:contributor><wiki:version>1132582474000000</wiki:version><wiki:status>updated</wiki:status><wiki:diff>http://moinmoin.wikiwikiweb.de/HierachicalAccessControlList?action=diff</wiki:diff><wiki:history>http://moinmoin.wikiwikiweb.de/HierachicalAccessControlList?action=info</wiki:history></item><item rdf:about="http://moinmoin.wikiwikiweb.de/WikiSandBox#20051121141253"><title>WikiSandBox</title><link>http://moinmoin.wikiwikiweb.de/WikiSandBox</link><dc:date>2005-11-21T14:12:53Z</dc:date><description>
  46 &lt;pre&gt;
  47   
  48   ThisIsA test...BcWireless:test
  49   
  50 + [:TestPageKJ:[[thisIsAtest][sss]]]
  51 - [[thisIsAtest][sss]]
  52 - 
  53 - 
  54   
  55   ----
  56   ----
  57 &lt;/pre&gt;
  58 </description><dc:contributor><rdf:Description wiki:host="194.75.159.130"><rdf:value>194.75.159.130</rdf:value></rdf:Description></dc:contributor><wiki:version>1132582373000000</wiki:version><wiki:status>updated</wiki:status><wiki:diff>http://moinmoin.wikiwikiweb.de/WikiSandBox?action=diff</wiki:diff><wiki:history>http://moinmoin.wikiwikiweb.de/WikiSandBox?action=info</wiki:history></item><item rdf:about="http://moinmoin.wikiwikiweb.de/WikiSandBox#20051121141215"><title>WikiSandBox</title><link>http://moinmoin.wikiwikiweb.de/WikiSandBox</link><dc:date>2005-11-21T14:12:15Z</dc:date><description>
  59 &lt;pre&gt;
  60   
  61   ThisIsA test...BcWireless:test
  62   
  63 + [:TestPageKJ:[[thisIsAtest][sss]]]
  64 - [[thisIsAtest][sss]]
  65 - 
  66 - 
  67   
  68   ----
  69   ----
  70 &lt;/pre&gt;
  71 </description><dc:contributor><rdf:Description wiki:host="194.75.159.130"><rdf:value>194.75.159.130</rdf:value></rdf:Description></dc:contributor><wiki:version>1132582335000000</wiki:version><wiki:status>updated</wiki:status><wiki:diff>http://moinmoin.wikiwikiweb.de/WikiSandBox?action=diff</wiki:diff><wiki:history>http://moinmoin.wikiwikiweb.de/WikiSandBox?action=info</wiki:history></item><item rdf:about="http://moinmoin.wikiwikiweb.de/WikiSandBox#20051121141144"><title>WikiSandBox</title><link>http://moinmoin.wikiwikiweb.de/WikiSandBox</link><dc:date>2005-11-21T14:11:44Z</dc:date><description>
  72 &lt;pre&gt;
  73   
  74   ThisIsA test...BcWireless:test
  75   
  76 + [:TestPageKJ:[[thisIsAtest][sss]]]
  77 - [[thisIsAtest][sss]]
  78 - 
  79 - 
  80   
  81   ----
  82   ----
  83 &lt;/pre&gt;
  84 </description><dc:contributor><rdf:Description wiki:host="194.75.159.130"><rdf:value>194.75.159.130</rdf:value></rdf:Description></dc:contributor><wiki:version>1132582304000000</wiki:version><wiki:status>updated</wiki:status><wiki:diff>http://moinmoin.wikiwikiweb.de/WikiSandBox?action=diff</wiki:diff><wiki:history>http://moinmoin.wikiwikiweb.de/WikiSandBox?action=info</wiki:history></item><item rdf:about="http://moinmoin.wikiwikiweb.de/WikiSandBox#20051121141041"><title>WikiSandBox</title><link>http://moinmoin.wikiwikiweb.de/WikiSandBox</link><dc:date>2005-11-21T14:10:41Z</dc:date><description>
  85 &lt;pre&gt;
  86   
  87   ThisIsA test...BcWireless:test
  88   
  89 + [:TestPageKJ:[[thisIsAtest][sss]]]
  90 - [[thisIsAtest][sss]]
  91 - 
  92 - 
  93   
  94   ----
  95   ----
  96 &lt;/pre&gt;
  97 </description><dc:contributor><rdf:Description wiki:host="194.75.159.130"><rdf:value>194.75.159.130</rdf:value></rdf:Description></dc:contributor><wiki:version>1132582241000000</wiki:version><wiki:status>updated</wiki:status><wiki:diff>http://moinmoin.wikiwikiweb.de/WikiSandBox?action=diff</wiki:diff><wiki:history>http://moinmoin.wikiwikiweb.de/WikiSandBox?action=info</wiki:history></item><item rdf:about="http://moinmoin.wikiwikiweb.de/WikiSandBox#20051121134938"><title>WikiSandBox</title><link>http://moinmoin.wikiwikiweb.de/WikiSandBox</link><dc:date>2005-11-21T13:49:38Z</dc:date><description>sdfsff
  98 &lt;pre&gt;
  99   
 100   ThisIsA test...BcWireless:test
 101   
 102 + [:TestPageKJ:[[thisIsAtest][sss]]]
 103 - [[thisIsAtest][sss]]
 104 - 
 105 - 
 106   
 107   ----
 108   ----
 109 &lt;/pre&gt;
 110 </description><dc:contributor><rdf:Description wiki:host="atradig103.informatik.tu-muenchen.de"><rdf:value>atradig103.informatik.tu-muenchen.de</rdf:value></rdf:Description></dc:contributor><wiki:version>1132580978000000</wiki:version><wiki:status>updated</wiki:status><wiki:diff>http://moinmoin.wikiwikiweb.de/WikiSandBox?action=diff</wiki:diff><wiki:history>http://moinmoin.wikiwikiweb.de/WikiSandBox?action=info</wiki:history></item><item rdf:about="http://moinmoin.wikiwikiweb.de/MoinMoinBugs/MonospaceFontTooSmall#20051121134538"><title>MoinMoinBugs/MonospaceFontTooSmall</title><link>http://moinmoin.wikiwikiweb.de/MoinMoinBugs/MonospaceFontTooSmall</link><dc:date>2005-11-21T13:45:38Z</dc:date><description>
 111 &lt;pre&gt;
 112   
 113   The {{{common.css}}} states font sizes in {{{em}}} and the {{{print.css}}} states font sizes in {{{pt}}} (and explicitly defines the font size for the {{{pre}}} tag (e.g. in beta 3, modern theme). Thus it is at least an inconsistency that should be checked. It seems that on some systems and browsers the "em to pt ratio" is significantly different for font-family courier. In Windows and IE you can't set different font sizes for different, you can only set diffent font types and then define the general font size. It is true that the problem described here also happens with other (non-moin) html, but the moin css ''could'' take care of it
 114   
 115 + Using EM for screen and PT for print is fine, no inconsistency.
 116 + 
 117   = Plan =
 118   ## This part is for Moin``Moin developers:
 119    * Priority:
 120 &lt;/pre&gt;
 121 </description><dc:contributor><rdf:Description wiki:host="line134-51.adsl.actcom.co.il"><rdf:value>Self:NirSoffer</rdf:value></rdf:Description></dc:contributor><wiki:version>1132580738000000</wiki:version><wiki:status>updated</wiki:status><wiki:diff>http://moinmoin.wikiwikiweb.de/MoinMoinBugs/MonospaceFontTooSmall?action=diff</wiki:diff><wiki:history>http://moinmoin.wikiwikiweb.de/MoinMoinBugs/MonospaceFontTooSmall?action=info</wiki:history></item><item rdf:about="http://moinmoin.wikiwikiweb.de/AndreaArcangeli#20051121122335"><title>AndreaArcangeli</title><link>http://moinmoin.wikiwikiweb.de/AndreaArcangeli</link><dc:date>2005-11-21T12:23:35Z</dc:date><dc:contributor><rdf:Description wiki:host="ppp-217-133-42-200.cust-adsl.tiscali.it"><rdf:value>Self:AndreaArcangeli</rdf:value></rdf:Description></dc:contributor><wiki:version>1132575815000000</wiki:version><wiki:status>updated</wiki:status><wiki:diff>http://moinmoin.wikiwikiweb.de/AndreaArcangeli?action=diff</wiki:diff><wiki:history>http://moinmoin.wikiwikiweb.de/AndreaArcangeli?action=info</wiki:history></item><item rdf:about="http://moinmoin.wikiwikiweb.de/HierachicalAccessControlList#20051121121949"><title>HierachicalAccessControlList</title><link>http://moinmoin.wikiwikiweb.de/HierachicalAccessControlList</link><dc:date>2005-11-21T12:19:49Z</dc:date><description>patch update against moin--main--1.3 patch-935
 122 &lt;pre&gt;
 123   === Posix ACLs ===
 124   Maybe someone familiar with them can add how they work?
 125   
 126 + == Before potential inclusion ... ==
 127 + ... there needs some stuff to be done:
 128 +  * Performance testing
 129 +   * We currently have performance problems for some operations like pageList, because they check ACL for every case before showing it to the user. It has to be checked if this does not get even worse with this patch.
 130 +   * Same for some other usual operations.
 131 +  * Migration strategy
 132 +   * How do we migrate existing wikis which already use ACLs. Docs? Code?
 133 +  * Determine right time to include this patch. It doesn't look like 1.5 is the right time as it is short before release and in feature freeze. After 1.5 we will work on 2.0 and have lots of time (and work).
 134 +   * 2.0 will move ACLs to metadata and generalize their usage over all items, so there will be changes in this area anyway.
 135 + 
 136 &lt;/pre&gt;
 137 </description><dc:contributor><rdf:Description wiki:host="ppp-217-133-42-200.cust-adsl.tiscali.it"><rdf:value>Self:AndreaArcangeli</rdf:value></rdf:Description></dc:contributor><wiki:version>1132575589000000</wiki:version><wiki:status>updated</wiki:status><wiki:diff>http://moinmoin.wikiwikiweb.de/HierachicalAccessControlList?action=diff</wiki:diff><wiki:history>http://moinmoin.wikiwikiweb.de/HierachicalAccessControlList?action=info</wiki:history></item><item rdf:about="http://moinmoin.wikiwikiweb.de/MoinMoinBugs/RSS_does_not_validate#20051121120146"><title>MoinMoinBugs/RSS does not validate</title><link>http://moinmoin.wikiwikiweb.de/MoinMoinBugs/RSS_does_not_validate</link><dc:date>2005-11-21T12:01:46Z</dc:date><description>
 138 &lt;pre&gt;
 139    }}} 
 140    is not really valid for the feed validator (at least there's no such URL). Maybe it should rather point to some existing location at moinmoin.wikiwikiweb.de (but then should rather be namespace "moin")? I had a brief look at a [http://en.wikipedia.org/w/index.php?title=Special:Recentchanges&amp;amp;feed=rss valid WikiPedia feed] using XML Spy and this looks rather different (uses RSS 2.0). So maybe redesign of the RSS output should be put on the long-term to-do list (hopefully also get rid of the strange need to install PyXML just to cope with the xmlns issue?).
 141   
 142 + PyXML is required because Python built in xml is broken. It will be a good idea to check again the status with 2.4.2, and report the bug to the Python bug system.
 143 + 
 144   = Plan =
 145   ## This part is for Moin``Moin developers:
 146   
 147 &lt;/pre&gt;
 148 </description><dc:contributor><rdf:Description wiki:host="line134-51.adsl.actcom.co.il"><rdf:value>Self:NirSoffer</rdf:value></rdf:Description></dc:contributor><wiki:version>1132574506000000</wiki:version><wiki:status>updated</wiki:status><wiki:diff>http://moinmoin.wikiwikiweb.de/MoinMoinBugs/RSS_does_not_validate?action=diff</wiki:diff><wiki:history>http://moinmoin.wikiwikiweb.de/MoinMoinBugs/RSS_does_not_validate?action=info</wiki:history></item><item rdf:about="http://moinmoin.wikiwikiweb.de/FeatureRequests/SectionEditing#20051121120131"><title>FeatureRequests/SectionEditing</title><link>http://moinmoin.wikiwikiweb.de/FeatureRequests/SectionEditing</link><dc:date>2005-11-21T12:01:31Z</dc:date><description>experimental section editing func. added to moin 1.5b2
 149 &lt;pre&gt;
 150   
 151   MediaWiki and DokuWiki have this feature, It's very useful when editing large pages. it's also announced as their advantages. Besides loading speeds, it's awful to find a proper insert point in large number of words.
 152   
 153 + I'm trying to contribute ''section editing'' functionality to MoinMoin and patched some source codes (text_html.py, Page``Editor.py, wikiaction.py, multiconfig.py) on MoinMoin 1.5b2. You can try it on http://angel.icu.ac.kr/~test/HelpMiscellaneous/FrequentlyAskedQuestions. Press the edit icon on the right of the heading to edit the section. It's experimental demo site and it may raise critical problems in moin (in fact, it does with ''Include'' macro, and so on). I'm still looking on it and going to open the patches soon. -- SeungikLee [[DateTime(2005-11-21T12:01:30Z)]]
 154 + 
 155   ----
 156   CategoryFeatureRequest
 157   
 158 &lt;/pre&gt;
 159 </description><dc:contributor><rdf:Description wiki:host="silee.icu.ac.kr"><rdf:value>Self:SeungikLee</rdf:value></rdf:Description></dc:contributor><wiki:version>1132574491000000</wiki:version><wiki:status>updated</wiki:status><wiki:diff>http://moinmoin.wikiwikiweb.de/FeatureRequests/SectionEditing?action=diff</wiki:diff><wiki:history>http://moinmoin.wikiwikiweb.de/FeatureRequests/SectionEditing?action=info</wiki:history></item><item rdf:about="http://moinmoin.wikiwikiweb.de/WikiSandBox#20051121110054"><title>WikiSandBox</title><link>http://moinmoin.wikiwikiweb.de/WikiSandBox</link><dc:date>2005-11-21T11:00:54Z</dc:date><description>
 160 &lt;pre&gt;
 161   
 162   ThisIsA test...BcWireless:test
 163   
 164 + [:TestPageKJ:[[thisIsAtest][sss]]]
 165 - [[thisIsAtest][sss]]
 166 - 
 167 - 
 168   
 169   ----
 170   ----
 171 &lt;/pre&gt;
 172 </description><dc:contributor><rdf:Description wiki:host="gut75-1-81-57-27-98.fbx.proxad.net"><rdf:value>gut75-1-81-57-27-98.fbx.proxad.net</rdf:value></rdf:Description></dc:contributor><wiki:version>1132570854000000</wiki:version><wiki:status>updated</wiki:status><wiki:diff>http://moinmoin.wikiwikiweb.de/WikiSandBox?action=diff</wiki:diff><wiki:history>http://moinmoin.wikiwikiweb.de/WikiSandBox?action=info</wiki:history></item><item rdf:about="http://moinmoin.wikiwikiweb.de/WikiSandBox#20051121110013"><title>WikiSandBox</title><link>http://moinmoin.wikiwikiweb.de/WikiSandBox</link><dc:date>2005-11-21T11:00:13Z</dc:date><description>
 173 &lt;pre&gt;
 174   
 175   ThisIsA test...BcWireless:test
 176   
 177 + [:TestPageKJ:[[thisIsAtest][sss]]]
 178 - [[thisIsAtest][sss]]
 179 - 
 180 - 
 181   
 182   ----
 183   ----
 184 &lt;/pre&gt;
 185 </description><dc:contributor><rdf:Description wiki:host="gut75-1-81-57-27-98.fbx.proxad.net"><rdf:value>gut75-1-81-57-27-98.fbx.proxad.net</rdf:value></rdf:Description></dc:contributor><wiki:version>1132570813000000</wiki:version><wiki:status>updated</wiki:status><wiki:diff>http://moinmoin.wikiwikiweb.de/WikiSandBox?action=diff</wiki:diff><wiki:history>http://moinmoin.wikiwikiweb.de/WikiSandBox?action=info</wiki:history></item><item rdf:about="http://moinmoin.wikiwikiweb.de/WikiSandBox#20051121105948"><title>WikiSandBox</title><link>http://moinmoin.wikiwikiweb.de/WikiSandBox</link><dc:date>2005-11-21T10:59:48Z</dc:date><description>
 186 &lt;pre&gt;
 187   
 188   ThisIsA test...BcWireless:test
 189   
 190 + [:TestPageKJ:[[thisIsAtest][sss]]]
 191 - [[thisIsAtest][sss]]
 192 - 
 193 - 
 194   
 195   ----
 196   ----
 197 &lt;/pre&gt;
 198 </description><dc:contributor><rdf:Description wiki:host="gut75-1-81-57-27-98.fbx.proxad.net"><rdf:value>gut75-1-81-57-27-98.fbx.proxad.net</rdf:value></rdf:Description></dc:contributor><wiki:version>1132570788000000</wiki:version><wiki:status>updated</wiki:status><wiki:diff>http://moinmoin.wikiwikiweb.de/WikiSandBox?action=diff</wiki:diff><wiki:history>http://moinmoin.wikiwikiweb.de/WikiSandBox?action=info</wiki:history></item></rdf:RDF>

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2005-11-21 15:30:29, 46.0 KB) [[attachment:item1.jpg]]
  • [get | view] (2005-11-21 15:32:59, 46.0 KB) [[attachment:item2.jpg]]
  • [get | view] (2005-11-21 15:31:00, 46.2 KB) [[attachment:item3.jpg]]
  • [get | view] (2005-11-21 15:24:05, 18.8 KB) [[attachment:rss.txt]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.