Remove old TWiki pages
[openafs-wiki.git] / TWiki / TWikiI18NExtractDotPm.mdwn
diff --git a/TWiki/TWikiI18NExtractDotPm.mdwn b/TWiki/TWikiI18NExtractDotPm.mdwn
deleted file mode 100644 (file)
index 72f413b..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# <a name="Package &lt;code&gt;TWiki::_I18N::Extract="></a> Package =TWiki::I18N::Extract
-
-Support translatable strings extraction from TWiki topics and templates. Depends on Locale::Maketext::Extract (part of CPAN::Locale::Maketext::Lexicon).
-
-<div>
-  <ul>
-    <li><a href="#Package =TWiki::_I18N::Extract="> Package TWiki::I18N::Extract</a><ul>
-        <li><a href="#ClassMethod <strong>new</strong> ($session) ->"> ClassMethod new <tt>($session) -&gt; $extract</tt></a></li>
-        <li><a href="#ObjectMethod <strong>extract</strong> ($file,$t"> ObjectMethod extract <tt>($file,$text)</tt></a></li>
-      </ul>
-    </li>
-  </ul>
-</div>
-
-## <a name="ClassMethod &lt;strong&gt;new&lt;/strong&gt; ($session) - $"></a> [[ClassMethod]] **new** `($session) -> $extract`
-
-Constructor. Creates a fresh new Extract object. A $session object, instance of the TWiki class, is optional: if it's available, it'll be used for printing warnings.
-
-## <a name="ObjectMethod &lt;strong&gt;extract&lt;/strong&gt; ($file,$t"></a> [[ObjectMethod]] **extract** `($file,$text)`
-
-Extract the strings from `$text`,m using `$file` as the name of the current file being read (for comments in PO file, for example). Overrides the base class method but calls it so the base behavior is preserved.
-
-As in base class, extracted strings are just stored in the =$self='s internal table for further use (e.g. creating/updating a PO file). Nothing is returned.