Index: trunk/phase3/docs/export-demo.xml |
— | — | @@ -49,6 +49,10 @@ |
50 | 50 | <!-- Page ID numbers are kept across page moves, but may change --> |
51 | 51 | <!-- if a page is deleted and recreated. --> |
52 | 52 | <id>1</id> |
| 53 | + |
| 54 | + <! -- Tag wether this article is a redirect --> |
| 55 | + <! -- This corresponds to the page_is_redirect in the page table --> |
| 56 | + <redirect /> |
53 | 57 | |
54 | 58 | <!-- If restricted, the ACL is listed here raw. --> |
55 | 59 | <restrictions>edit=sysop:move=sysop</restrictions> |
— | — | @@ -112,4 +116,19 @@ |
113 | 117 | </upload> |
114 | 118 | </page> |
115 | 119 | |
| 120 | +<logitem> |
| 121 | + <id>15</id> |
| 122 | + <timestamp>2008-10-23T03:20:32Z</timestamp> |
| 123 | + <contributor> |
| 124 | + <username>Wikimedian</username> |
| 125 | + <id>12345</id> |
| 126 | + </contributor> |
| 127 | + <comment>content was: 'I think this was silly edit'</comment> |
| 128 | + <type>delete</type> |
| 129 | + <action>delete</action> |
| 130 | + <logtitle>Silly page name</logtitle> |
| 131 | + <params xml:space="preserve" /> |
| 132 | +</logitem> |
| 133 | + |
| 134 | + |
116 | 135 | </mediawiki> |