Changeset 1276
- Timestamp:
- 11/25/08 06:57:58 (16 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/ActionStreams-atomext/plugins/ActionStreams/doc/example_templates/indexes/action-stream.xml
r1145 r1276 3 3 4 4 <?xml version="1.0" encoding="<$MTPublishCharset$>"?> 5 <feed xmlns="http://www.w3.org/2005/Atom" >5 <feed xmlns="http://www.w3.org/2005/Atom" xmlns:activity="http://activitystrea.ms/spec/1.0"> 6 6 <title><$MTBlogName remove_html="1" encode_xml="1"$>'s Activity Stream</title> 7 7 <link rel="alternate" type="text/html" href="<$MTBlogURL encode_xml="1"$>" /> … … 38 38 <mt:StreamAction encode_xml="1"> 39 39 </content> 40 <mt:StreamActionVerbs> 41 <activity:verb><mt:StreamActionVerbURI encode_xml="1"></activity:verb> 42 </mt:StreamActionVerbs> 43 <mt:StreamActionObjectTypes> 44 <activity:object-type><mt:StreamActionObjectTypeURI encode_xml="1"></activity:object-type> 45 </mt:StreamActionObjectTypes> 40 46 </entry> 41 47 </mt:ActionStreams>
