Remove old TWiki pages
[openafs-wiki.git] / TWiki / WebAtomBase.mdwn
diff --git a/TWiki/WebAtomBase.mdwn b/TWiki/WebAtomBase.mdwn
deleted file mode 100644 (file)
index 31ab43a..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# <a name="ATOM News Feeds"></a> ATOM News Feeds
-
-## <a name="Find out What&#39;s New"></a> Find out What's New
-
-There are several ways to find out what's new in each TWiki web:
-
-1. Visit [[WebChanges]] to see recent changes
-2. Subscribed in [[WebNotify]] get notified of recent changes by e-mail
-3. Use a news readers such as TWiki:Plugins/HeadlinesPlugin to display the recent changes
-  - The source can be a RSS 1.0 feed ([[WebRss]]) or ATOM 1.0 feed ([[WebAtom]])
-  - Learn more on RSS at [[WebRssBase]] and TWiki:Codev/TWikiSyndication
-  - Learn more on ATOM at TWiki:Codev/AtomSyndication
-
-## <a name="ATOM Feed Usage"></a> ATOM Feed Usage
-
-- The URL for an RSS feed is `http://www.dementia.org/twiki/view/<web>/WebAtom`
-- For this %WEB% web it is [[http://www.dementia.org/twiki/view/%WEB%/WebAtom|%WEB%/WebAtom]]
-- You can also create a custom feed based on a search. Add a `search=value` parameter to the URL, e.g. [[http://www.dementia.org/twiki/view/%WEB%/WebAtom?search=plugin|%WEB%/WebAtom?search=plugin]] is a what's new feed about Plugins.
-
-## <a name="ATOM Feed Internals"></a> ATOM Feed Internals
-
-Each web has a [[WebAtom]] topic which includes part of this %TOPIC% topic. This topic is the base for the ATOM feed and generates an [[WebAtom]] 1.0 feed for TWiki:Codev/AtomSyndication.
-
-The [[WebAtom]] topic in each web contains the following text:
-
-----
-
-    <title><nop>%WIKITOOLNAME%'s <nop>%INCLUDINGWEB% web</title>
-    <subtitle>(the description of the web, plain text with no markup and no wikiwords). TWiki is an Enterprise Collaboration Platform.</subtitle>
-    %INCLUDE{"%SYSTEMWEB%.WebAtomBase"}% <!--
-       * Set SKIN = rss
-    -->
-
-----
-
-Below part is included by each WebAtom topic:
-
-----
-
-    %STARTINCLUDE%<link rel="self" type="application/atom+xml" href="%SCRIPTURL{"view"}%/%INCLUDINGWEB%/%BASETOPIC%"/>
-    <id>%SCRIPTURL{"view"}%/%INCLUDINGWEB%</id>
-    <rights>%WEBRSSCOPYRIGHT%</rights>%CALC{$SET(c,0)}%
-    %SEARCH{"%URLPARAM{"search" encode="quote" default=".*" }%" web="%INCLUDINGWEB%" type="regex" nosearch="on" order="modified" reverse="on" nototal="on" limit="16" format="$percntCALC{$IF($GET(c)>0, , <updated>$isodate</updated>$CHAR(10))$SETM(c, +1)}$percnt<entry>$n <title>$topic</title>$n <link rel=\"alternate\" type=\"text/html\" href=\"%SCRIPTURL{"view"}%/$web/$topic?t=$isodate\"/>$n <id>%SCRIPTURL{"view"}%/$web/$topic</id>$n <updated>$isodate</updated>$n <summary>$summary (last changed by <nop>$wikiname)</summary>$n <author>$n  <name><nop>$wikiname</name></author>$n</entry>"}%
-    %STOPINCLUDE%
-
-----
-
-**_See also_**: [[WebRssBase]], TWiki:Codev/AtomSyndication