ExtensionVersionsAndCleanUp

Introduction

This topic is arguably more of a brain-dump that a brain storm but I needed to start somewhere.

Some background, work on https://github.com/Jlevens/FoswikiVagrant was focused on making it easy to set-up a new foswiki-server. Ideally this would be fully automated. As this process starts with a raw server I was looking to not use existing FW code because of the chicken and egg it imposes. Also, existing FW code tends to pull everything in, our existing code has poor separation of concerns. I suspect that the new OO branch will not have addressed that.

From there I started wondering about the quality and consistency of Extensions on f.o. and in GitHub. I started writing code to scan these sources and a lot of analysis follows. The code for this can be found here: https://github.com/Jlevens/FoswikiIntegration

I'm starting to consider further analysis to compare the code in GitHub to that on f.o. for consistency. Eventually that will mean re-building all extensions, which in turn means we will have automated extension build from the GitHub repository.

Some fledgling feature proposals and suggestions:

  1. Standardize _installer scripts, they are largely the same but differences have arisen over time
    • Even remove them, we just need one standard script with the extension as a parameter
      • Currently the MANIFEST and DEPENDENCIES processed during installation are embedded into the _installer file. We'd need to come up with some sort of an extension "definition" package that can be processed during the automatic installation. -- Main.GeorgeClark - 12 Sep 2016 - 01:54
    • Pre/post install options may prevent this unless an alternative can be found - these options are rarely used
      • May be rare, but when needed, there is not much in the way of alternatives. The "Patch*" contribs use the POSTINSTALL and PREUNINSTALL exits to do a backup, and apply the patches. And a couple of critical extensions that will disable older Foswiki's have their PREINSTALL exit "die" to prevent installation on an incompatible version.h
      • As with the MANIFEST / DEPENDENCIES, the exits could be combined into a package definition of some sort. The _installer code itself isn't really used. It can be executed, but that's only from the CLI. The web installer, and the command line "generic" installer: tools/extensions_installer [PluginName] install, both load the _installer file to pull out the exits, MANIFEST, etc.
      • We've actually started packaging the DEPENDENCIES file into the zip/tarball. But the MANIFEST is still not included. -- Main.GeorgeClark - 12 Sep 2016 - 01:54
  2. The extension 'info' tables are very inconsistent. The 'field' names should be standardized
  3. Fully automated extension build as updates pushed to GitHub
    • Need to work on the branching tagging rules required to support this
  4. All published extensions are actually on GitHub. I think we should insist on that, at least while we build automated-builds — we can open this up again later
    • The recent info table includes a field for the github repository. In addition to being on github, should the extension be in the "foswiki" account (requiring intervention by core developers), or can the extension be hosted in an alternative github account. (That was the initial intent of the field). -- Main.GeorgeClark - 17 Sep 2016 - 18:56
  5. As new FW version published, new extensions sub-web automatically created and populated
    • By default all existing extensions are built to the new release
    • Before (or after) new FW release - rules can be applied to build from a particular branch for this FW version - or not at all
    • Alternatives to the sub-web idea need to be considered, but a sub-web would work well as long as we have automation
  6. Add a Built.json file to the Extension archives as a fingerprint of the how the build was done by capturing
    • Git commit ids of extension source
    • Unique version-numbers/commit-ids of any build tools (e.g. BuildContrib, css/js compressors, perl itself)
      • Could the Built.json file include the MANIFEST, DEPENDENCIES, and Pre/Post exits? -- Main.GeorgeClark - 12 Sep 2016 - 01:54
  7. Another "fixup" needed is to standardize on the extension VERSION and RELEASE strings. We've been very inconsistent -trying to make everyone happy.
    • The VERSION was decided to be a formal perl version string, dotted decimal recommended. Many old extensions still use the old svn $Rev tokens.
    • The RELEASE field is all over the place. Sometimes a duplicate of VERSION, sometimes a date of varying formats. We do seem to be conversion on date but there is no real convention. -- Main.GeorgeClark - 17 Sep 2016 - 18:56

See also Item13452: Extensions web enhancements for compatibility, encoding, etc. There are a number of cleanup items listed in that task as well. -- Main.GeorgeClark - 26 Sep 2016 - 17:07

See also Item13507: More extension cleanup - perl compatibility issues (e.g. deprecated use of braces in regexes) -- Main.GeorgeClark - 26 Sep 2016 - 22:56

Which Webs to Scan

These f.o webs were scanned - 4th Qtr 2015 - revealing topics that look-like an extension:

In other words these webs are not interesting for analysis of quality/consistency of extensions and related topics on f.o and in the foswiki github repository.

The following webs are scanned and analysed as part of this process to improve quality and consistency of published extensions.
  • Development, 257 topics
  • Extensions, 358 topics or so
  • Extensions/Testing, a few topics
  • Extensions/Archiving, a few topics
  • Support, 358 topics
  • Tasks, 612 topics
    • This may include references to extensions in ItemTemplate forms

These webs in addition to github were analysed for extension consistency and quality.

Summary of Extension Issues

Careful This was created to help me spot patterns and/or fix bugs. This info is useful but a WIP.

Code found not found Meaning
E x Extensions Web
I x Installer script found - required to be available for installation
P x Package Form found - required to be available for installation
t x timestamp retrieved from f.o - i.e. topic text
ET xx Extensions/Testing web
t x timestamp retrieved from f.o - i.e. topic text
EA xx Extensions/Archive web
t x timestamp retrieved from f.o - i.e. topic text
D x Development web HUB topic
S x Support web HUB topic
T x Tasks web HUB topic
G x GitHub
I x task Items
o x Open items
c x Closed items
Q x support Questions
o x Open issues
c x Closed issues

  • Note all the entries beginning EIPt are those available to be installed.
  • Some plugins have been deleted on f.o, but for safety I don't delete (yet).

Summary Extension Name
EIPt ETt xxx DST G Ioc --- ImmediateNotifyPlugin
EIPt ETt xxx DST G Ioc Qxc JQTablePlugin
EIPt ETt xxx DST x Ioc Qoc JQueryPlugin
EIPt ETt xxx DST x Ioc Qoc PatternSkin
EIPt ETt xxx xSx G --- --- PatchItem12285Contrib
EIPt xxx xxx DST G --- --- DiffPlugin
EIPt xxx xxx DST G --- --- FeedPlugin
EIPt xxx xxx DST G --- --- JQPhotoSwipeContrib
EIPt xxx xxx DST G --- --- SecureDownloadPlugin
EIPt xxx xxx DST G --- --- WebFontsContrib
EIPt xxx xxx DST G --- Qox LdapGuiPlugin
EIPt xxx xxx DST G Ioc --- BioKbPlugin
EIPt xxx xxx DST G Ioc --- BlackListPlugin
EIPt xxx xxx DST G Ioc --- CharsetConverterContrib
EIPt xxx xxx DST G Ioc --- DBIQueryPlugin
EIPt xxx xxx DST G Ioc --- DBIStoreContrib
EIPt xxx xxx DST G Ioc --- DebianRepositoryPlugin
EIPt xxx xxx DST G Ioc --- DebugLogPlugin
EIPt xxx xxx DST G Ioc --- EditSyntaxPlugin
EIPt xxx xxx DST G Ioc --- FieldHistoryPlugin
EIPt xxx xxx DST G Ioc --- FootNotePlugin
EIPt xxx xxx DST G Ioc --- MediaElementPlugin
EIPt xxx xxx DST G Ioc --- RedDotPlugin
EIPt xxx xxx DST G Ioc --- RtfContrib
EIPt xxx xxx DST G Ioc --- SignaturePlugin
EIPt xxx xxx DST G Ioc --- SmartWordBreakPlugin
EIPt xxx xxx DST G Ioc --- SoftSkin
EIPt xxx xxx DST G Ioc --- TimeSincePlugin
EIPt xxx xxx DST G Ioc --- TimeTablePlugin
EIPt xxx xxx DST G Ioc --- TopicNameValidationPlugin
EIPt xxx xxx DST G Ioc --- UpdateInfoPlugin
EIPt xxx xxx DST G Ioc --- VarCachePlugin
EIPt xxx xxx DST G Ioc --- WikiDrawPlugin
EIPt xxx xxx DST G Ioc --- XSendFileContrib
EIPt xxx xxx DST G Ioc Qoc ActionTrackerPlugin
EIPt xxx xxx DST G Ioc Qoc BatchUploadPlugin
EIPt xxx xxx DST G Ioc Qoc BlogAddOn
EIPt xxx xxx DST G Ioc Qoc BreadCrumbsPlugin
EIPt xxx xxx DST G Ioc Qoc BugsContrib
EIPt xxx xxx DST G Ioc Qoc CalendarPlugin
EIPt xxx xxx DST G Ioc Qoc ChartPlugin
EIPt xxx xxx DST G Ioc Qoc ClassificationPlugin
EIPt xxx xxx DST G Ioc Qoc DBCacheContrib
EIPt xxx xxx DST G Ioc Qoc DBCachePlugin
EIPt xxx xxx DST G Ioc Qoc DirectedGraphPlugin
EIPt xxx xxx DST G Ioc Qoc EditChapterPlugin
EIPt xxx xxx DST G Ioc Qoc ExcelImportExportPlugin
EIPt xxx xxx DST G Ioc Qoc ExplicitNumberingPlugin
EIPt xxx xxx DST G Ioc Qoc FlexFormPlugin
EIPt xxx xxx DST G Ioc Qoc ForEachPlugin
EIPt xxx xxx DST G Ioc Qoc GenPDFAddOn
EIPt xxx xxx DST G Ioc Qoc HolidaylistPlugin
EIPt xxx xxx DST G Ioc Qoc ImageGalleryPlugin
EIPt xxx xxx DST G Ioc Qoc ImagePlugin
EIPt xxx xxx DST G Ioc Qoc KinoSearchContrib
EIPt xxx xxx DST G Ioc Qoc LdapContrib
EIPt xxx xxx DST G Ioc Qoc LdapNgPlugin
EIPt xxx xxx DST G Ioc Qoc MetaDataPlugin
EIPt xxx xxx DST G Ioc Qoc NatSkin
EIPt xxx xxx DST G Ioc Qoc PersonalInfoAddOn
EIPt xxx xxx DST G Ioc Qoc QuickMenuSkin
EIPt xxx xxx DST G Ioc Qoc RedirectPlugin
EIPt xxx xxx DST G Ioc Qoc SendEmailPlugin
EIPt xxx xxx DST G Ioc Qoc SetVariablePlugin
EIPt xxx xxx DST G Ioc Qoc SolrPlugin
EIPt xxx xxx DST G Ioc Qoc TagsPlugin
EIPt xxx xxx DST G Ioc Qoc TopicInteractionPlugin
EIPt xxx xxx DST G Ioc Qoc UploadPlugin
EIPt xxx xxx DST G Ioc Qoc WikiWorkbenchContrib
EIPt xxx xxx DST G Ioc Qoc WorkflowPlugin
EIPt xxx xxx DST G Ioc Qoc X509UserPlugin
EIPt xxx xxx DST G Ioc Qox GenPDFWebkitPlugin
EIPt xxx xxx DST G Ioc Qox HijaxPlugin
EIPt xxx xxx DST G Ioc Qox HttpsRedirectPlugin
EIPt xxx xxx DST G Ioc Qox MultiTopicSavePlugin
EIPt xxx xxx DST G Ioc Qox SpacedWikiWordPlugin
EIPt xxx xxx DST G Ioc Qox VirtualHostingContrib
EIPt xxx xxx DST G Ioc Qox VotePlugin
EIPt xxx xxx DST G Ioc Qox XmlRpcContrib
EIPt xxx xxx DST G Ioc Qxc AutoCompletePlugin
EIPt xxx xxx DST G Ioc Qxc CaptchaPlugin
EIPt xxx xxx DST G Ioc Qxc DirectedGraphWebMapPlugin
EIPt xxx xxx DST G Ioc Qxc FlexWebListPlugin
EIPt xxx xxx DST G Ioc Qxc FreeMindPlugin
EIPt xxx xxx DST G Ioc Qxc GoUptoTocPlugin
EIPt xxx xxx DST G Ioc Qxc IfDefinedPlugin
EIPt xxx xxx DST G Ioc Qxc JQueryMenuSkin
EIPt xxx xxx DST G Ioc Qxc RenderPlugin
EIPt xxx xxx DST G Ioc Qxc RenderTableDataPlugin
EIPt xxx xxx DST G Ioc Qxc SmartEditContrib
EIPt xxx xxx DST G Ioc Qxc TagCloudPlugin
EIPt xxx xxx DST G Ioc Qxc TopicClassificationAddOn
EIPt xxx xxx DST G Iox --- WikiAppInstallerPlugin
EIPt xxx xxx DST G Iox Qoc FullCalendarPlugin
EIPt xxx xxx DST G Iox Qxc PhpBB3UsersContrib
EIPt xxx xxx DST G Ixc --- BlogPlugin
EIPt xxx xxx DST G Ixc --- ClamAVScanPlugin
EIPt xxx xxx DST G Ixc --- CopyContrib
EIPt xxx xxx DST G Ixc --- DatabaseContrib
EIPt xxx xxx DST G Ixc --- DbiContrib
EIPt xxx xxx DST G Ixc --- DelayMacroPlugin
EIPt xxx xxx DST G Ixc --- DisqusPlugin
EIPt xxx xxx DST G Ixc --- DocumentViewerPlugin
EIPt xxx xxx DST G Ixc --- ExtendedWebListPlugin
EIPt xxx xxx DST G Ixc --- FamilyTreePlugin
EIPt xxx xxx DST G Ixc --- FarscrollContrib
EIPt xxx xxx DST G Ixc --- GenPDFPrincePlugin
EIPt xxx xxx DST G Ixc --- GnuPlotPlugin
EIPt xxx xxx DST G Ixc --- GoogleMapsPlugin
EIPt xxx xxx DST G Ixc --- GridLayoutPlugin
EIPt xxx xxx DST G Ixc --- HyphenatorContrib
EIPt xxx xxx DST G Ixc --- ICalPlugin
EIPt xxx xxx DST G Ixc --- InfiniteScrollContrib
EIPt xxx xxx DST G Ixc --- JQDataTablesPlugin
EIPt xxx xxx DST G Ixc --- JQFullCalendarPlugin
EIPt xxx xxx DST G Ixc --- JQMomentContrib
EIPt xxx xxx DST G Ixc --- JQPrettyPhotoContrib
EIPt xxx xxx DST G Ixc --- JQSelect2Contrib
EIPt xxx xxx DST G Ixc --- JQSerialPagerContrib
EIPt xxx xxx DST G Ixc --- JQTweetContrib
EIPt xxx xxx DST G Ixc --- JQTwistyContrib
EIPt xxx xxx DST G Ixc --- JQueryLibPlugin
EIPt xxx xxx DST G Ixc --- LazyLoadPlugin
EIPt xxx xxx DST G Ixc --- LikePlugin
EIPt xxx xxx DST G Ixc --- ListyPlugin
EIPt xxx xxx DST G Ixc --- MediaWikiTablePlugin
EIPt xxx xxx DST G Ixc --- MoreFormfieldsPlugin
EIPt xxx xxx DST G Ixc --- MultiLingualPlugin
EIPt xxx xxx DST G Ixc --- MultiSaveContrib
EIPt xxx xxx DST G Ixc --- MultiSearchPlugin
EIPt xxx xxx DST G Ixc --- NTLMEmailAuthContrib
EIPt xxx xxx DST G Ixc --- NatSkinPlugin
EIPt xxx xxx DST G Ixc --- OEmbedPlugin
EIPt xxx xxx DST G Ixc --- OpenSourceProjectInAWebContrib
EIPt xxx xxx DST G Ixc --- PerlPlugin
EIPt xxx xxx DST G Ixc --- PiwikPlugin
EIPt xxx xxx DST G Ixc --- RandomTopicPlugin
EIPt xxx xxx DST G Ixc --- RevisionLinkPlugin
EIPt xxx xxx DST G Ixc --- SecurityHeadersPlugin
EIPt xxx xxx DST G Ixc --- SetFormValuesPlugin
EIPt xxx xxx DST G Ixc --- TrashPlugin
EIPt xxx xxx DST G Ixc --- TwitterPlugin
EIPt xxx xxx DST G Ixc --- UserInfoPlugin
EIPt xxx xxx DST G Ixc --- WebDAVContrib
EIPt xxx xxx DST G Ixc --- WebLinkPlugin
EIPt xxx xxx DST G Ixc --- XslFoContrib
EIPt xxx xxx DST G Ixc Qoc AliasPlugin
EIPt xxx xxx DST G Ixc Qoc AutoTemplatePlugin
EIPt xxx xxx DST G Ixc Qoc ControlWikiWordPlugin
EIPt xxx xxx DST G Ixc Qoc FilterPlugin
EIPt xxx xxx DST G Ixc Qoc JQGridPlugin
EIPt xxx xxx DST G Ixc Qoc MathModePlugin
EIPt xxx xxx DST G Ixc Qoc MetaCommentPlugin
EIPt xxx xxx DST G Ixc Qoc NewUserPlugin
EIPt xxx xxx DST G Ixc Qoc SqlPlugin
EIPt xxx xxx DST G Ixc Qox AttachLinkPlugin
EIPt xxx xxx DST G Ixc Qox CasLoginContrib
EIPt xxx xxx DST G Ixc Qox CpanContrib
EIPt xxx xxx DST G Ixc Qox FlexPaperPlugin
EIPt xxx xxx DST G Ixc Qox FlotChartPlugin
EIPt xxx xxx DST G Ixc Qox FortunePlugin
EIPt xxx xxx DST G Ixc Qox RevCommentPlugin
EIPt xxx xxx DST G Ixc Qox SoapPlugin
EIPt xxx xxx DST G Ixc Qxc AntiWikiSpamPlugin
EIPt xxx xxx DST G Ixc Qxc EasyMacroPlugin
EIPt xxx xxx DST G Ixc Qxc GenPDFWeasyPlugin
EIPt xxx xxx DST G Ixc Qxc GluePlugin
EIPt xxx xxx DST G Ixc Qxc GoogleAnalyticsPlugin
EIPt xxx xxx DST G Ixc Qxc GraphvizPlugin
EIPt xxx xxx DST G Ixc Qxc HarvestPlugin
EIPt xxx xxx DST G Ixc Qxc JSTreeContrib
EIPt xxx xxx DST G Ixc Qxc MimeIconPlugin
EIPt xxx xxx DST G Ixc Qxc MirrorWebPlugin
EIPt xxx xxx DST G Ixc Qxc PageOptimizerPlugin
EIPt xxx xxx DST G Ixc Qxc StringifierContrib
EIPt xxx xxx DST G Ixc Qxc ThumbnailPlugin
EIPt xxx xxx DST G Ixc Qxc TopicListPlugin
EIPt xxx xxx DST x --- --- PubLinkFixupPlugin
EIPt xxx xxx DST x Ioc --- PatchFoswikiContrib
EIPt xxx xxx DST x Ioc --- UpdatesPlugin
EIPt xxx xxx DST x Ioc --- ZonePlugin
EIPt xxx xxx DST x Ioc Qoc CompareRevisionsAddOn
EIPt xxx xxx DST x Ioc Qoc EditRowPlugin
EIPt xxx xxx DST x Ioc Qoc EditTablePlugin
EIPt xxx xxx DST x Ioc Qoc HistoryPlugin
EIPt xxx xxx DST x Ioc Qoc JSCalendarContrib
EIPt xxx xxx DST x Ioc Qoc NatEditPlugin
EIPt xxx xxx DST x Ioc Qoc RenderFormPlugin
EIPt xxx xxx DST x Ioc Qoc SlideShowPlugin
EIPt xxx xxx DST x Ioc Qoc SpreadSheetPlugin
EIPt xxx xxx DST x Ioc Qoc TablePlugin
EIPt xxx xxx DST x Ioc Qoc TinyMCEPlugin
EIPt xxx xxx DST x Ioc Qoc WysiwygPlugin
EIPt xxx xxx DST x Ioc Qxc AutoViewTemplatePlugin
EIPt xxx xxx DST x Ioc Qxc PlainFileStoreContrib
EIPt xxx xxx DST x Ioc Qxc SubscribePlugin
EIPt xxx xxx DST x Iox --- ShibLdapContrib
EIPt xxx xxx DST x Ixc Qoc CommentPlugin
EIPt xxx xxx DST x Ixc Qxc HomePagePlugin
EIPt xxx xxx DST x Ixc Qxc JsonRpcContrib
EIPt xxx xxx DSx G Ixc --- LightboxPlugin
EIPt xxx xxx xST G --- --- SoapClientPlugin
EIPt xxx xxx xST G Ioc --- AvatarPlugin
EIPt xxx xxx xST G Ioc --- BarcodePlugin
EIPt xxx xxx xST G Ioc --- BibtexPlugin
EIPt xxx xxx xST G Ioc --- CounterPlugin
EIPt xxx xxx xST G Ioc --- DistributedServersPlugin
EIPt xxx xxx xST G Ioc --- ExtensionsRepositoryContrib
EIPt xxx xxx xST G Ioc --- FindElsewherePlugin
EIPt xxx xxx xST G Ioc --- FirebugLitePlugin
EIPt xxx xxx xST G Ioc --- FoswikiApplicationsContrib
EIPt xxx xxx xST G Ioc --- JSPopupPlugin
EIPt xxx xxx xST G Ioc --- KinoSearchPlugin
EIPt xxx xxx xST G Ioc --- MeetingBingoPlugin
EIPt xxx xxx xST G Ioc --- MenuListPlugin
EIPt xxx xxx xST G Ioc --- OrphansPlugin
EIPt xxx xxx xST G Ioc --- PdfPlugin
EIPt xxx xxx xST G Ioc --- PermLinkPlugin
EIPt xxx xxx xST G Ioc --- RackPlannerPlugin
EIPt xxx xxx xST G Ioc --- TalkContrib
EIPt xxx xxx xST G Ioc --- TimelinePlugin
EIPt xxx xxx xST G Ioc --- TopicSpecificNavigationPlugin
EIPt xxx xxx xST G Ioc --- YuiMenuContrib
EIPt xxx xxx xST G Ioc Qoc ApprovalPlugin
EIPt xxx xxx xST G Ioc Qoc BibliographyPlugin
EIPt xxx xxx xST G Ioc Qoc ChecklistPlugin
EIPt xxx xxx xST G Ioc Qoc ContributorsPlugin
EIPt xxx xxx xST G Ioc Qoc DatabasePlugin
EIPt xxx xxx xST G Ioc Qoc DpSyntaxHighlighterPlugin
EIPt xxx xxx xST G Ioc Qoc FormPlugin
EIPt xxx xxx xST G Ioc Qoc FoswikiSiteSkin
EIPt xxx xxx xST G Ioc Qoc JHotDrawPlugin
EIPt xxx xxx xST G Ioc Qoc LatexModePlugin
EIPt xxx xxx xST G Ioc Qoc MediaPlugin
EIPt xxx xxx xST G Ioc Qoc MsOfficeAttachmentsAsHTMLPlugin
EIPt xxx xxx xST G Ioc Qoc PublishPlugin
EIPt xxx xxx xST G Ioc Qoc SafeWikiPlugin
EIPt xxx xxx xST G Ioc Qoc TagMePlugin
EIPt xxx xxx xST G Ioc Qoc TopicCreatePlugin
EIPt xxx xxx xST G Ioc Qoc TreePlugin
EIPt xxx xxx xST G Ioc Qoc WebPermissionsPlugin
EIPt xxx xxx xST G Ioc Qoc WidgetsSkin
EIPt xxx xxx xST G Ioc Qox BookmakerPlugin
EIPt xxx xxx xST G Ioc Qox ChecklistTablePlugin
EIPt xxx xxx xST G Ioc Qox DateTimePlugin
EIPt xxx xxx xST G Ioc Qox FlowchartPlugin
EIPt xxx xxx xST G Ioc Qox FormFieldListPlugin
EIPt xxx xxx xST G Ioc Qox HTTPDUserAdminContrib
EIPt xxx xxx xST G Ioc Qox HeadlinesPlugin
EIPt xxx xxx xST G Ioc Qox JoomlaUsersContrib
EIPt xxx xxx xST G Ioc Qox MediaWikiToFoswikiContrib
EIPt xxx xxx xST G Ioc Qox SkillsPlugin
EIPt xxx xxx xST G Ioc Qox TocPlugin
EIPt xxx xxx xST G Ioc Qox TreeBrowserPlugin
EIPt xxx xxx xST G Ioc Qxc AttachmentListPlugin
EIPt xxx xxx xST G Ioc Qxc BeautifierPlugin
EIPt xxx xxx xST G Ioc Qxc EasyTimelinePlugin
EIPt xxx xxx xST G Ioc Qxc FormQueryPlugin
EIPt xxx xxx xST G Ioc Qxc GaugePlugin
EIPt xxx xxx xST G Ioc Qxc LinkOptionsPlugin
EIPt xxx xxx xST G Ioc Qxc LocalTimePlugin
EIPt xxx xxx xST G Ioc Qxc LoginNameAliasesPlugin
EIPt xxx xxx xST G Ioc Qxc MailInContrib
EIPt xxx xxx xST G Ioc Qxc NativeSearchContrib
EIPt xxx xxx xST G Ioc Qxc RegexCacheSearchPlugin
EIPt xxx xxx xST G Ioc Qxc SocialBookmarkingAddOn
EIPt xxx xxx xST G Ioc Qxc SyntaxHighlightingPlugin
EIPt xxx xxx xST G Iox --- AutoCompletionLibPlugin
EIPt xxx xxx xST G Iox --- BigBlueButtonPlugin
EIPt xxx xxx xST G Iox --- ExitPlugin
EIPt xxx xxx xST G Iox --- FSBrowserPlugin
EIPt xxx xxx xST G Iox --- PhyloWidgetPlugin
EIPt xxx xxx xST G Iox --- SimpleFTPPlugin
EIPt xxx xxx xST G Iox --- TypographyPlugin
EIPt xxx xxx xST G Iox Qoc NotificationPlugin
EIPt xxx xxx xST G Iox Qox GlobalReplacePlugin
EIPt xxx xxx xST G Iox Qox TaskManagementContrib
EIPt xxx xxx xST G Iox Qox TopicLockPlugin
EIPt xxx xxx xST G Ixc --- AcronymDefinitionsPlugin
EIPt xxx xxx xST G Ixc --- DigestPlugin
EIPt xxx xxx xST G Ixc --- ExternalLinkPlugin
EIPt xxx xxx xST G Ixc --- FilesysVirtualPlugin
EIPt xxx xxx xST G Ixc --- FoswikiOrgPlugin
EIPt xxx xxx xST G Ixc --- FoswikirefsPlugin
EIPt xxx xxx xST G Ixc --- FreeMarkerPlugin
EIPt xxx xxx xST G Ixc --- FugueIconsContrib
EIPt xxx xxx xST G Ixc --- HostnamePlugin
EIPt xxx xxx xST G Ixc --- HttpHeaderPlugin
EIPt xxx xxx xST G Ixc --- JasmineBddContrib
EIPt xxx xxx xST G Ixc --- LinkedInPlugin
EIPt xxx xxx xST G Ixc --- LocalCityTimePlugin
EIPt xxx xxx xST G Ixc --- MetaWorkflowPlugin
EIPt xxx xxx xST G Ixc --- ModifyLoginPlugin
EIPt xxx xxx xST G Ixc --- MoveableTypeSkin
EIPt xxx xxx xST G Ixc --- RatingContrib
EIPt xxx xxx xST G Ixc --- TablesContrib
EIPt xxx xxx xST G Ixc --- TimeCalcPlugin
EIPt xxx xxx xST G Ixc --- ToolTipPlugin
EIPt xxx xxx xST G Ixc --- TopicDataHelperPlugin
EIPt xxx xxx xST G Ixc --- YahooGridsAddOn
EIPt xxx xxx xST G Ixc --- YahooUserInterfaceContrib
EIPt xxx xxx xST G Ixc Qxc AttachContentPlugin
EIPt xxx xxx xST G Ixc Qxc BrowserBoosterPlugin
EIPt xxx xxx xST G Ixc Qxc CalDAVPlugin
EIPt xxx xxx xST G Ixc Qxc ExpandTopicContentPlugin
EIPt xxx xxx xST G Ixc Qxc TopicTranslationsPlugin
EIPt xxx xxx xST G Ixc Qxc UpdateAttachmentsPlugin
EIPt xxx xxx xST x Ioc --- FamFamFamContrib
EIPt xxx xxx xST x Ioc --- InterwikiPlugin
EIPt xxx xxx xST x Ioc --- RCSStoreContrib
EIPt xxx xxx xST x Ioc --- RenderListPlugin
EIPt xxx xxx xST x Ioc --- UnitTestContrib
EIPt xxx xxx xST x Ioc Qoc FastCGIEngineContrib
EIPt xxx xxx xST x Ioc Qoc MailerContrib
EIPt xxx xxx xST x Ioc Qoc ModPerlEngineContrib
EIPt xxx xxx xST x Ioc Qoc PreferencesPlugin
EIPt xxx xxx xST x Ioc Qoc SmiliesPlugin
EIPt xxx xxx xST x Ioc Qoc TwistyPlugin
EIPt xxx xxx xST x Ioc Qxc BuildContrib
EIPt xxx xxx xST x Ioc Qxc ConfigurePlugin
EIPt xxx xxx xST x Ioc Qxc TWikiCompatibilityPlugin
EIPt xxx xxx xST x Ioc Qxc TopicUserMappingContrib
EIPt xxx xxx xST x Ixc --- BehaviourContrib
EIPt xxx xxx xST x Ixc --- EmptyPlugin
EIPt xxx xxx xST x Ixc --- TipsContrib
EIPt xxx xxx xST x Ixc Qox JEditableContrib
EIPt xxx xxx xST x Ixc Qxc SearchEngineKinoSearchAddOn
EIPt xxx xxx xSx G --- --- AttachmentFilterPlugin
EIPt xxx xxx xSx G --- --- CssPlugin
EIPt xxx xxx xSx G --- --- IpToUserMappingPlugin
EIPt xxx xxx xSx G --- --- MoreFormfieldsContrib
EIPt xxx xxx xSx G --- --- PasswdUserContrib
EIPt xxx xxx xSx G --- --- PatchItem12225Contrib
EIPt xxx xxx xSx G --- --- PatchItem12391Contrib
EIPt xxx xxx xSx G --- Qxc SnazzyRoundedCornersContrib
EIPt xxx xxx xSx G Ioc --- DBConnectorPlugin
EIPt xxx xxx xSx G Ioc --- ExportCookiePlugin
EIPt xxx xxx xSx G Ioc --- GetAWebPlugin
EIPt xxx xxx xSx G Ioc Qox DownloadZipPlugin
EIPt xxx xxx xSx G Iox --- EidoGoPlugin
EIPt xxx xxx xSx G Iox --- HiddenPatternSidebarSkin
EIPt xxx xxx xSx G Iox --- HoneyPotPlugin
EIPt xxx xxx xSx G Iox --- ImportExportPlugin
EIPt xxx xxx xSx G Iox --- IpPlugin
EIPt xxx xxx xSx G Iox --- PerforcePlugin
EIPt xxx xxx xSx G Iox --- SetTopicValuesPlugin
EIPt xxx xxx xSx G Iox --- TweetOnSavePlugin
EIPt xxx xxx xSx G Iox Qox ValidateUrlsPlugin
EIPt xxx xxx xSx G Ixc --- AttachmentUrlShortcutPlugin
EIPt xxx xxx xSx G Ixc --- DojoToolkitContrib
EIPt xxx xxx xSx G Ixc --- GeoPlugin
EIPt xxx xxx xSx G Ixc --- JQueryCompatibilityModePlugin
EIPt xxx xxx xSx G Ixc --- JSUnitContrib
EIPt xxx xxx xSx G Ixc --- ListMeUpPlugin
EIPt xxx xxx xSx G Ixc --- MicroformatsPlugin
EIPt xxx xxx xSx G Ixc --- PrefsCachePlugin
EIPt xxx xxx xSx G Ixc --- RemoveTrashPlugin
EIPt xxx xxx xSx G Ixc --- SetSkinByCookiePlugin
EIPt xxx xxx xSx G Ixc --- TableTmplPlugin
EIPt xxx xxx xSx G Ixc --- TopSecretPlugin
EIPt xxx xxx xSx G Ixc --- UnixUsersContrib
EIPt xxx xxx xSx G Ixc --- UrlEventHandlerPlugin
EIPt xxx xxx xSx G Ixc --- WebAutoIncPlugin
EIPt xxx xxx xSx G Ixc --- WordPressPlugin
EIPt xxx xxx xSx G Ixc --- YouShallHaveNoOtherLoginsBeforeMePlugin
EIPt xxx xxx xSx G Ixc Qox DrupalUsersContrib
EIPt xxx xxx xSx G Ixc Qox ObjectPlugin
EIPt xxx xxx xSx G Ixc Qxc TopicCountPlugin
EIPt xxx xxx xSx x --- --- PhotoGalleryPlugin
EIxt xxx xxx xxx G Iox --- DateTimeContrib
EIxt xxx xxx xxx x --- --- AnyPdfPlugin
ExPt xxx xxx DST G Iox --- HighchartsPlugin
ExPt xxx xxx DST x Iox --- CmisPlugin
ExPt xxx xxx xST G Ioc Qox SlickSitemapContrib
ExPt xxx xxx xST G Iox Qoc CKEditorPlugin
ExPt xxx xxx xSx G --- --- TopicVotePlugin
ExPt xxx xxx xSx G Iox Qox MostPopularPlugin
ExPt xxx xxx xSx G Ixc --- AutoSavePlugin
ExPt xxx xxx xSx x --- --- FormListPlugin
ExPx ETt xxx DST G --- --- AngularPlugin
ExPx ETt xxx DST G --- --- AngularSkin
ExPx xxx xxx DST G Iox --- ActivityStreamPlugin
ExPx xxx xxx DST G Iox --- PasswordPlugin
ExPx xxx xxx DST G Iox --- SocialFormfieldsPlugin
Exxt xxx xxx DST G Ioc --- MongoDBPlugin
Exxt xxx xxx xST G Ixc --- NuSkin
Exxt xxx xxx xST G Ixc --- WebDAVLinkPlugin
Exxt xxx xxx xxT G --- --- AccessStatsPlugin
Exxt xxx xxx xxT G --- --- SearchSummaryPlugin
Exxt xxx xxx xxT x Ixc --- JQueryDevPlugin
Exxt xxx xxx xxx G --- --- SectionPermissionPlugin
Exxt xxx xxx xxx x --- --- AntiSpamPlugin
Exxt xxx xxx xxx x --- --- Excel2TablePlugin
Exxt xxx xxx xxx x --- --- FwTopicPermissionsPlugin
xxxx ETt xxx DST G Ioc --- SemanticLinksPlugin
xxxx ETt xxx DST G Ioc --- TinyMCECleanStickyBitsPlugin
xxxx ETt xxx DST G Iox --- LogDispatchContrib
xxxx ETt xxx DxT G Ioc --- SqlGridPlugin
xxxx ETt xxx xxT G Iox --- MathJaxPlugin
xxxx ETt xxx xxx G --- --- PatchItem11983Contrib
xxxx ETt xxx xxx G Iox --- BibtexFormfieldPlugin
xxxx ETt xxx xxx G Iox --- SsoLoginContrib
xxxx ETt xxx xxx G Iox --- TopMenuSkin
xxxx ETt xxx xxx x Iox --- PatchRelease01x01Contrib
xxxx ETx xxx xxT G Ixc --- TestBootstrapPlugin
xxxx xxx EAt xST G Iox --- TinyMCEUsabilityUpgradePlugin
xxxx xxx EAt xSx G Ioc Qxc ToPDFPlugin
xxxx xxx EAt xxx G Ixc --- IconPlugin
xxxx xxx xxx DST G Iox --- CrossTopicDiffPlugin
xxxx xxx xxx DxT G Ioc --- RestPlugin
xxxx xxx xxx DxT G Ixc --- FoswikiGitDevPlugin
xxxx xxx xxx DxT G Ixc --- TopicRecursePlugin
xxxx xxx xxx Dxx x --- --- AddFilterPlugin
xxxx xxx xxx Dxx x --- --- AddIsoweekToSpreadSheetPlugin
xxxx xxx xxx Dxx x --- --- AllowLocalConfigurationForJSCalendarContrib
xxxx xxx xxx Dxx x --- --- AsciiDocPlugin
xxxx xxx xxx Dxx x --- --- AutoincFormfieldPlugin
xxxx xxx xxx Dxx x --- --- ContentMultilanguagePlugin
xxxx xxx xxx Dxx x --- --- CreateBaseSkin
xxxx xxx xxx Dxx x --- --- CronWizardFunctionalityInEachRelavantPlugin
xxxx xxx xxx Dxx x --- --- DesignStudiesForNewSkin
xxxx xxx xxx Dxx x --- --- DoWeNeedToShipClassicSkin
xxxx xxx xxx Dxx x --- --- EnhanceRenderListPlugin
xxxx xxx xxx Dxx x --- --- GroupPermissionsForFilterPlugin
xxxx xxx xxx Dxx x --- --- HowToMakeSimplePlugin
xxxx xxx xxx Dxx x --- --- HtmlPrototypeOfNewSkin
xxxx xxx xxx Dxx x --- --- ImproveSqlPlugin
xxxx xxx xxx Dxx x --- --- JiraPlugin
xxxx xxx xxx Dxx x --- --- KeystrokesForSlideShowPlugin
xxxx xxx xxx Dxx x --- --- MoveCPANLibToSeparateContrib
xxxx xxx xxx Dxx x --- --- ParentTopicMailInContrib
xxxx xxx xxx Dxx x --- --- PreInstallNatEditContrib
xxxx xxx xxx Dxx x --- --- RemoveClassicSkin
xxxx xxx xxx Dxx x --- --- ReplaceConfigureWithConfigurePlugin
xxxx xxx xxx Dxx x --- --- ReplaceEditTablePluginWithEditRowPlugin
xxxx xxx xxx Dxx x --- --- ResourceBookingPlugin
xxxx xxx xxx Dxx x --- --- SafeCommentPlugin
xxxx xxx xxx Dxx x --- --- SupportHorizontalMenusThroughRenderListPlugin
xxxx xxx xxx Dxx x --- --- VersatileStoreContrib
xxxx xxx xxx Dxx x --- --- WireframesForNewReleaseSkin
xxxx xxx xxx xST x Ixc --- TinyMCEUsabiltyUpgradePlugin
xxxx xxx xxx xSx x --- --- CompareRevisionsAddonPlugin
xxxx xxx xxx xSx x --- --- Question1035TinyMCEPlugin
xxxx xxx xxx xSx x Ixc --- AutoCompletitionLibPlugin
xxxx xxx xxx xxT G --- --- AddDBMGroupPlugin
xxxx xxx xxx xxT G --- --- AgentPlugin
xxxx xxx xxx xxT G --- --- AutoCompleteAddOn
xxxx xxx xxx xxT G --- --- BugzillaQueryPlugin
xxxx xxx xxx xxT G --- --- CacheChooserAddOn
xxxx xxx xxx xxT G --- --- ChildTopicTemplatePlugin
xxxx xxx xxx xxT G --- --- ConditionalPlugin
xxxx xxx xxx xxT G --- --- ControlsPlugin
xxxx xxx xxx xxT G --- --- DiskUsagePlugin
xxxx xxx xxx xxT G --- --- DistributionContrib
xxxx xxx xxx xxT G --- --- DoxygenPlugin
xxxx xxx xxx xxT G --- --- EFetchPlugin
xxxx xxx xxx xxT G --- --- EditInTablePlugin
xxxx xxx xxx xxT G --- --- EmbedBibPlugin
xxxx xxx xxx xxT G --- --- EmbedPDFPlugin
xxxx xxx xxx xxT G --- --- EmbedPlugin
xxxx xxx xxx xxT G --- --- EmbedQTPlugin
xxxx xxx xxx xxT G --- --- EncryptedPagesPlugin
xxxx xxx xxx xxT G --- --- EndNotePlugin
xxxx xxx xxx xxT G --- --- ExifMetaDataPlugin
xxxx xxx xxx xxT G --- --- FakeBasicAuthRegPlugin
xxxx xxx xxx xxT G --- --- FirefoxExtensionAddOn
xxxx xxx xxx xxT G --- --- FormFieldsPlugin
xxxx xxx xxx xxT G --- --- FormPivotPlugin
xxxx xxx xxx xxT G --- --- FormsAddOn
xxxx xxx xxx xxT G --- --- FundraisingPlugin
xxxx xxx xxx xxT G --- --- GenerateSearchPlugin
xxxx xxx xxx xxT G --- --- GenericWikiToTWikiAddOn
xxxx xxx xxx xxT G --- --- GoogleAjaxSearchPlugin
xxxx xxx xxx xxT G --- --- GoogleSearchPlugin
xxxx xxx xxx xxT G --- --- GuidPlugin
xxxx xxx xxx xxT G --- --- HiddenTextPlugin
xxxx xxx xxx xxT G --- --- HideInEditModePlugin
xxxx xxx xxx xxT G --- --- ImgPlugin
xxxx xxx xxx xxT G --- --- IncludeIndexPlugin
xxxx xxx xxx xxT G --- --- JSPwikiToTWikiAddOn
xxxx xxx xxx xxT G --- --- JavaPasteAddOn
xxxx xxx xxx xxT G --- --- KwikiToTWikiAddOn
xxxx xxx xxx xxT G --- --- LDAPPasswordChangerPlugin
xxxx xxx xxx xxT G --- --- LaTeXToMathMLPlugin
xxxx xxx xxx xxT G --- --- LdapPlugin
xxxx xxx xxx xxT G --- --- MacrosPlugin
xxxx xxx xxx xxT G --- --- MailPageAddOn
xxxx xxx xxx xxT G --- --- MailToTWikiAddOn
xxxx xxx xxx xxT G --- --- MakeCtrlTopicsListAddOn
xxxx xxx xxx xxT G --- --- MaxImageSizePlugin
xxxx xxx xxx xxT G --- --- MessageBoardPlugin
xxxx xxx xxx xxT G --- --- MovableTypePlugin
xxxx xxx xxx xxT G --- --- MrdIdPlugin
xxxx xxx xxx xxT G --- --- MultiLangPlugin
xxxx xxx xxx xxT G --- --- NamespaceManagerAddOn
xxxx xxx xxx xxT G --- --- NavbarPlugin
xxxx xxx xxx xxT G --- --- PageStatsPlugin
xxxx xxx xxx xxT G --- --- PeerPlugin
xxxx xxx xxx xxT G --- --- PerlSamplePlugin
xxxx xxx xxx xxT G --- --- PhantomPlugin
xxxx xxx xxx xxT G --- --- PhpWikiToTWikiAddOn
xxxx xxx xxx xxT G --- --- ProtocolTlaPlugin
xxxx xxx xxx xxT G --- --- PseudoXmlPlugin
xxxx xxx xxx xxT G --- --- QuickCalendarPlugin
xxxx xxx xxx xxT G --- --- QuickSearchPlugin
xxxx xxx xxx xxT G --- --- RedirectBySubdomainAddOn
xxxx xxx xxx xxT G --- --- RevRecoverPlugin
xxxx xxx xxx xxT G --- --- RollupPlugin
xxxx xxx xxx xxT G --- --- SablotronPlugin
xxxx xxx xxx xxT G --- --- SchedulerContrib
xxxx xxx xxx xxT G --- --- SearchToTablePlugin
xxxx xxx xxx xxT G --- --- SetVariableAddOn
xxxx xxx xxx xxT G --- --- SingletonWikiWordPlugin
xxxx xxx xxx xxT G --- --- SlashFilenamePlugin
xxxx xxx xxx xxT G --- --- SlideNavPlugin
xxxx xxx xxx xxT G --- --- SlidyPlugin
xxxx xxx xxx xxT G --- --- SnmpCommandPlugin
xxxx xxx xxx xxT G --- --- SourceHighlightPlugin
xxxx xxx xxx xxT G --- --- SpellCheckAddOn
xxxx xxx xxx xxT G --- --- SpellCheckerPlugin
xxxx xxx xxx xxT G --- --- StylePlugin
xxxx xxx xxx xxT G --- --- SuggestLinksPlugin
xxxx xxx xxx xxT G --- --- SvgPlugin
xxxx xxx xxx xxT G --- --- SyncContrib
xxxx xxx xxx xxT G --- --- TWikiAjaxPlugin
xxxx xxx xxx xxT G --- --- TWikiCacheAddOn
xxxx xxx xxx xxT G --- --- TWikiDrawSvgPlugin
xxxx xxx xxx xxT G --- --- TWikiInstallerContrib
xxxx xxx xxx xxT G --- --- TWikiInstallerWindowsContrib
xxxx xxx xxx xxT G --- --- TWikiReleaseTrackerPlugin
xxxx xxx xxx xxT G --- --- TableToolAddOn
xxxx xxx xxx xxT G --- --- TextSectionPlugin
xxxx xxx xxx xxT G --- --- ThreadedDiscussionPlugin
xxxx xxx xxx xxT G --- --- TopicReadersPlugin
xxxx xxx xxx xxT G --- --- TopicVarsPlugin
xxxx xxx xxx xxT G --- --- TouchGraphPlugin
xxxx xxx xxx xxT G --- --- TranslateTagPlugin
xxxx xxx xxx xxT G --- --- UseModWikiToTWikiAddOn
xxxx xxx xxx xxT G --- --- UserHomePageAddOn
xxxx xxx xxx xxT G --- --- VersionLinkPlugin
xxxx xxx xxx xxT G --- --- WeatherPlugin
xxxx xxx xxx xxT G Ioc --- AnyWikiDrawPlugin
xxxx xxx xxx xxT G Ioc --- EditTablerowPlugin
xxxx xxx xxx xxT G Ioc --- GenPDFLatexAddOn
xxxx xxx xxx xxT G Ioc --- JQGanttContrib
xxxx xxx xxx xxT G Ioc --- PollPlugin
xxxx xxx xxx xxT G Ioc --- PublicCacheAddOn
xxxx xxx xxx xxT G Ioc --- SectionalEditPlugin
xxxx xxx xxx xxT G Ioc --- UploadToTWikiAddOn
xxxx xxx xxx xxT G Iox --- BugzillaLinkPlugin
xxxx xxx xxx xxT G Iox --- ComponentEditPlugin
xxxx xxx xxx xxT G Iox --- EditContrib
xxxx xxx xxx xxT G Iox --- EmbedTopicPlugin
xxxx xxx xxx xxT G Iox --- ExtendedSelectPlugin
xxxx xxx xxx xxT G Iox --- ExternalTopicViewerPlugin
xxxx xxx xxx xxT G Iox --- GpgkeyPlugin
xxxx xxx xxx xxT G Iox --- Html5EditContrib
xxxx xxx xxx xxT G Iox --- ImgMapPlugin
xxxx xxx xxx xxT G Iox --- IncludeRevisionPlugin
xxxx xxx xxx xxT G Iox --- MailReminderPlugin
xxxx xxx xxx xxT G Iox --- MultiEditPlugin
xxxx xxx xxx xxT G Iox --- NavPlugin
xxxx xxx xxx xxT G Iox --- NestedFormsPlugin
xxxx xxx xxx xxT G Iox --- OAuth2Contrib
xxxx xxx xxx xxT G Iox --- OpenLayersPlugin
xxxx xxx xxx xxT G Iox --- PhotoarchivePlugin
xxxx xxx xxx xxT G Iox --- PingBackPlugin
xxxx xxx xxx xxT G Iox --- PloticusPlugin
xxxx xxx xxx xxT G Iox --- ProjectPlannerPlugin
xxxx xxx xxx xxT G Iox --- PublishWebPlugin
xxxx xxx xxx xxT G Iox --- RandomQuotePlugin
xxxx xxx xxx xxT G Iox --- RecursiveRenderPlugin
xxxx xxx xxx xxT G Iox --- SearchEngineSwishEAddOn
xxxx xxx xxx xxT G Iox --- TWikiShellContrib
xxxx xxx xxx xxT G Iox --- TWikiUmlPlugin
xxxx xxx xxx xxT G Iox --- TaskExeContrib
xxxx xxx xxx xxT G Iox --- TasksPlugin
xxxx xxx xxx xxT G Iox --- TinyconPlugin
xxxx xxx xxx xxT G Iox --- TopicReferencePlugin
xxxx xxx xxx xxT G Iox --- URLCachePlugin
xxxx xxx xxx xxT G Iox --- UnifiedAuthContrib
xxxx xxx xxx xxT G Iox --- XmlQueryPlugin
xxxx xxx xxx xxT G Iox --- XpTrackerPlugin
xxxx xxx xxx xxT G Iox Qox ConfluenceToFoswikiContrib
xxxx xxx xxx xxT G Ixc --- CacheAddOn
xxxx xxx xxx xxT G Ixc --- CurrencyConverterPlugin
xxxx xxx xxx xxT G Ixc --- DateFieldPlugin
xxxx xxx xxx xxT G Ixc --- KupuContrib
xxxx xxx xxx xxT G Ixc --- NavBarAddOn
xxxx xxx xxx xxT G Ixc --- NetgrepPlugin
xxxx xxx xxx xxT G Ixc --- StopWikiWordLinkPlugin
xxxx xxx xxx xxT G Ixc --- TWikiAjaxContrib
xxxx xxx xxx xxT G Ixc --- TigerSkinPlugin
xxxx xxx xxx xxT G Ixc --- WebDAVPlugin
xxxx xxx xxx xxT G Ixc --- WysiwygFormfieldPlugin
xxxx xxx xxx xxT G Ixc --- XmlXslPlugin
xxxx xxx xxx xxT x --- --- AbusePlugin
xxxx xxx xxx xxT x --- --- AlbumOfSnapsPlugin
xxxx xxx xxx xxT x --- --- AnnotationPlugin
xxxx xxx xxx xxT x --- --- ApplicationAuthenticationAddOn
xxxx xxx xxx xxT x --- --- AppraisalMakerContrib
xxxx xxx xxx xxT x --- --- AttrsContrib
xxxx xxx xxx xxT x --- --- AuthPagePlugin
xxxx xxx xxx xxT x --- --- AutolinkDDTSPlugin
xxxx xxx xxx xxT x --- --- AutomaticLinkSuggestionPlugin
xxxx xxx xxx xxT x --- --- BeeWikiPlugin
xxxx xxx xxx xxT x --- --- CVSTagPlugin
xxxx xxx xxx xxT x --- --- CacheContentPlugin
xxxx xxx xxx xxT x --- --- CachePlugin
xxxx xxx xxx xxT x --- --- CairoContrib
xxxx xxx xxx xxT x --- --- CombineHistoryPluginWithCompareRevisionsAddOn
xxxx xxx xxx xxT x --- --- CompareWebsPlugin
xxxx xxx xxx xxT x --- --- CopyMsOfficeTableAddOn
xxxx xxx xxx xxT x --- --- DailyComicsAddOn
xxxx xxx xxx xxT x --- --- DakarContrib
xxxx xxx xxx xxT x --- --- DefaultPlugin
xxxx xxx xxx xxT x --- --- DialecticsPlugin
xxxx xxx xxx xxT x --- --- DiscussionForumAddOn
xxxx xxx xxx xxT x --- --- DolphinToTWikiAddOn
xxxx xxx xxx xxT x --- --- DragonSkin
xxxx xxx xxx xxT x --- --- EditTWikiExternalEditorAddOn
xxxx xxx xxx xxT x --- --- EditorDaemonAddOn
xxxx xxx xxx xxT x --- --- EmptyOoPlugin
xxxx xxx xxx xxT x --- --- ExcelExportTwikiTableAddOn
xxxx xxx xxx xxT x --- --- FeedbackPlugin
xxxx xxx xxx xxT x --- --- FormMeta2ExcelAddOn
xxxx xxx xxx xxT x --- --- FortuneCookiePlugin
xxxx xxx xxx xxT x --- --- FuncUsersContrib
xxxx xxx xxx xxT x --- --- GNATSQueryPlugin
xxxx xxx xxx xxT x --- --- GenericReplacerPlugin
xxxx xxx xxx xxT x --- --- GetAWebAddOn
xxxx xxx xxx xxT x --- --- GnuSkinPlugin
xxxx xxx xxx xxT x --- --- GuestBookGenerationPlugin
xxxx xxx xxx xxT x --- --- GuestBookPlugin
xxxx xxx xxx xxT x --- --- HtmlAreaEditorPlugin
xxxx xxx xxx xxT x --- --- IndexServerSearchForMsIisAddOn
xxxx xxx xxx xxT x --- --- InstallPasswordAddOn
xxxx xxx xxx xxT x --- --- InternationalisingYourPlugin
xxxx xxx xxx xxT x --- --- IrcLogPlugin
xxxx xxx xxx xxT x --- --- JSCalendarAddOn
xxxx xxx xxx xxT x --- --- JavaDocPlugin
xxxx xxx xxx xxT x --- --- JavaScriptEditorPlugin
xxxx xxx xxx xxT x --- --- KatepartHighlightingAddOn
xxxx xxx xxx xxT x --- --- KupuEditorAddOn
xxxx xxx xxx xxT x --- --- ListOfSkinsPlugin
xxxx xxx xxx xxT x --- --- MailInAddOn
xxxx xxx xxx xxT x --- --- MaketextCompatibilityPlugin
xxxx xxx xxx xxT x --- --- MarkupEditorContrib
xxxx xxx xxx xxT x --- --- MeetingTimePlugin
xxxx xxx xxx xxT x --- --- MsWordToTWikiMLAddOn
xxxx xxx xxx xxT x --- --- NewsPlugin
xxxx xxx xxx xxT x --- --- NotePlugin
xxxx xxx xxx xxT x --- --- NotifyOnChildModificationPlugin
xxxx xxx xxx xxT x --- --- OoProjectPlannerPlugin
xxxx xxx xxx xxT x --- --- OpenOffice2TWikiAddOn
xxxx xxx xxx xxT x --- --- PerlDocPlugin
xxxx xxx xxx xxT x --- --- PlainSkin
xxxx xxx xxx xxT x --- --- PluginCvsToolsAddOn
xxxx xxx xxx xxT x --- --- PodPlugin
xxxx xxx xxx xxT x --- --- PopUpCalculatorAddOn
xxxx xxx xxx xxT x --- --- ProgramsPlugin
xxxx xxx xxx xxT x --- --- PrologPlugin
xxxx xxx xxx xxT x --- --- PrologSamplePlugin
xxxx xxx xxx xxT x --- --- ProofingPlugin
xxxx xxx xxx xxT x --- --- PublishAddOn
xxxx xxx xxx xxT x --- --- QuickPostPlugin
xxxx xxx xxx xxT x --- --- RandomReplacePlugin
xxxx xxx xxx xxT x --- --- ReStructuredTextPlugin
xxxx xxx xxx xxT x --- --- ReleaseNotesPlugin
xxxx xxx xxx xxT x --- --- RevisionTrackerPlugin
xxxx xxx xxx xxT x --- --- RicherSyntaxPlugin
xxxx xxx xxx xxT x --- --- SearchEnginePluceneAddOn
xxxx xxx xxx xxT x --- --- SelectTagPlugin
xxxx xxx xxx xxT x --- --- SessionPlugin
xxxx xxx xxx xxT x --- --- SiteMinderPlugin
xxxx xxx xxx xxT x --- --- SlashdotPlugin
xxxx xxx xxx xxT x --- --- SlidePlugin
xxxx xxx xxx xxT x --- --- SmartSessionPlugin
xxxx xxx xxx xxT x --- --- SnibPlugin
xxxx xxx xxx xxT x --- --- SpellPlugin
xxxx xxx xxx xxT x --- --- SpellerPagesPlugin
xxxx xxx xxx xxT x --- --- StaticWikiFormatContentPlugin
xxxx xxx xxx xxT x --- --- SwiPrologToPostgreSqlAddOn
xxxx xxx xxx xxT x --- --- TWikiNetSkin
xxxx xxx xxx xxT x --- --- TWikiNetSkinPlugin
xxxx xxx xxx xxT x --- --- TWikiPlugin
xxxx xxx xxx xxT x --- --- TWikiSDKAddOn
xxxx xxx xxx xxT x --- --- TdbContrib
xxxx xxx xxx xxT x --- --- TextTogglePlugin
xxxx xxx xxx xxT x --- --- TodaysVisitorsPlugin
xxxx xxx xxx xxT x --- --- TouchGraphAddOn
xxxx xxx xxx xxT x --- --- UniqueIdPlugin
xxxx xxx xxx xxT x --- --- UserCookiePlugin
xxxx xxx xxx xxT x --- --- VisitorLocationPlugin
xxxx xxx xxx xxT x --- --- VisualConfirmPlugin
xxxx xxx xxx xxT x --- --- VoodooPadXmlRpcAddOn
xxxx xxx xxx xxT x --- --- WebDAVAddOn
xxxx xxx xxx xxT x --- --- WebServicesAddOn
xxxx xxx xxx xxT x --- --- WhoAnsweredWhoPlugin
xxxx xxx xxx xxT x --- --- WorkFlowAddOn
xxxx xxx xxx xxT x --- --- WtfPlugin
xxxx xxx xxx xxT x --- --- ZwikiToTWikiAddOn
xxxx xxx xxx xxT x Ioc --- FootNotesPlugin
xxxx xxx xxx xxT x Ioc --- TwistyContrib
xxxx xxx xxx xxT x Iox --- DatumAPIPlugin
xxxx xxx xxx xxT x Iox --- PowerEditPlugin
xxxx xxx xxx xxT x Iox --- TMLRenderPlugin
xxxx xxx xxx xxT x Ixc --- BoundedTablePlugin
xxxx xxx xxx xxT x Ixc --- ClassicSkin
xxxx xxx xxx xxT x Ixc --- EmbedFlashPlugin
xxxx xxx xxx xxT x Ixc --- FileListPlugin
xxxx xxx xxx xxT x Ixc --- JQueryTwistyPlugin
xxxx xxx xxx xxT x Ixc --- PluginBenchmarkAddOn
xxxx xxx xxx xxT x Ixc --- ToPDFAddOn
xxxx xxx xxx xxx G --- --- AdvertsPlugin
xxxx xxx xxx xxx G --- --- AutoSubPlugin
xxxx xxx xxx xxx G --- --- BenchmarkContrib
xxxx xxx xxx xxx G --- --- CliRunnerContrib
xxxx xxx xxx xxx G --- --- ConfigureCheckPlugin
xxxx xxx xxx xxx G --- --- DataFlowDiaPlugin
xxxx xxx xxx xxx G --- --- EcoTrashPlugin
xxxx xxx xxx xxx G --- --- EmptyContrib
xxxx xxx xxx xxx G --- --- EmptyHeaderArtContrib
xxxx xxx xxx xxx G --- --- ExampleHeaderArtContrib
xxxx xxx xxx xxx G --- --- ExecuterContrib
xxxx xxx xxx xxx G --- --- ExtTopicListPlugin
xxxx xxx xxx xxx G --- --- FallbackPlugin
xxxx xxx xxx xxx G --- --- GravatarPlugin
xxxx xxx xxx xxx G --- --- HtmlFormsPlugin
xxxx xxx xxx xxx G --- --- IrcPlugin
xxxx xxx xxx xxx G --- --- JEditableAddOn
xxxx xxx xxx xxx G --- --- LoadTagsPlugin
xxxx xxx xxx xxx G --- --- MigrationScriptsContrib
xxxx xxx xxx xxx G --- --- MoreVarsPlugin
xxxx xxx xxx xxx G --- --- NewTopicEventPlugin
xxxx xxx xxx xxx G --- --- PatchItem12849Contrib
xxxx xxx xxx xxx G --- --- PatentLinkPlugin
xxxx xxx xxx xxx G --- --- PlantUMLPlugin
xxxx xxx xxx xxx G --- --- QuizPlugin
xxxx xxx xxx xxx G --- --- SecurityPlugin
xxxx xxx xxx xxx G --- --- SpanishTWikiContrib
xxxx xxx xxx xxx G --- --- TWikiDeploymentSpiderAddOn
xxxx xxx xxx xxx G --- --- TWikiPluginInstallerContrib
xxxx xxx xxx xxx G --- --- TaskExePlugin
xxxx xxx xxx xxx G --- --- TemplateToolkitPlugin
xxxx xxx xxx xxx G --- --- TopicStatsPlugin
xxxx xxx xxx xxx G --- --- TracQueryPlugin
xxxx xxx xxx xxx G --- --- WikiAppStorePlugin
xxxx xxx xxx xxx G --- --- XMLStoreContrib
xxxx xxx xxx xxx G Ioc --- JQuerymbComponentsPlugin
xxxx xxx xxx xxx G Iox --- BaseSkin
xxxx xxx xxx xxx G Iox --- ClickToCallPlugin
xxxx xxx xxx xxx G Iox --- CpanInstallerContrib
xxxx xxx xxx xxx G Iox --- DashboardContrib
xxxx xxx xxx xxx G Iox --- DbXmlPlugin
xxxx xxx xxx xxx G Iox --- EditHiddenTablePlugin
xxxx xxx xxx xxx G Iox --- GitPlugin
xxxx xxx xxx xxx G Iox --- HTTPEngineContrib
xxxx xxx xxx xxx G Iox --- ImportPlugin
xxxx xxx xxx xxx G Iox --- InterwikiPreviewPlugin
xxxx xxx xxx xxx G Iox --- JQueryExtrasPlugin
xxxx xxx xxx xxx G Iox --- LemonLDAPNgLoginContrib
xxxx xxx xxx xxx G Iox --- ListFormfieldPlugin
xxxx xxx xxx xxx G Iox --- PSGIEngineContrib
xxxx xxx xxx xxx G Iox --- ReadWriteOfflinePlugin
xxxx xxx xxx xxx G Iox --- RepositoryPlugin
xxxx xxx xxx xxx G Iox --- S3LinkPlugin
xxxx xxx xxx xxx G Iox --- SubversionStoreContrib
xxxx xxx xxx xxx G Iox --- TwitterBootstrapContrib
xxxx xxx xxx xxx G Iox --- WebsiteGalleryContrib
xxxx xxx xxx xxx G Iox --- WorkflowReportsContrib
xxxx xxx xxx xxx G Iox --- YetAnotherXpTrackerPlugin
xxxx xxx xxx xxx G Ixc --- InlineEditPlugin
xxxx xxx xxx xxx G Ixc --- JSONEditorJQueryPlugin
xxxx xxx xxx xxx G Ixc --- PrototypeContrib
xxxx xxx xxx xxx G Ixc --- SlionSkin
xxxx xxx xxx xxx G Ixc --- UiByRestPlugin
xxxx xxx xxx xxx G Ixc --- WikiwygContrib
xxxx xxx xxx xxx x --- --- QueryAcceleratorPlugin
xxxx xxx xxx xxx x --- Qox MoreFormfieldPlugin
xxxx xxx xxx xxx x Iox --- ConfluenceToFoswikiAddOn
xxxx xxx xxx xxx x Iox --- EditActionPlugin
xxxx xxx xxx xxx x Iox --- ExternalDataPlugin
xxxx xxx xxx xxx x Iox --- FantasticoAutoInstallerPlugin
xxxx xxx xxx xxx x Iox --- FlowChartPlugin
xxxx xxx xxx xxx x Iox --- FoswikiApplicationContrib
xxxx xxx xxx xxx x Iox --- Foswiki_01x00x09_UpgradeContrib
xxxx xxx xxx xxx x Iox --- HolidayListPlugin
xxxx xxx xxx xxx x Iox --- ImportTopicsPlugin
xxxx xxx xxx xxx x Iox --- IpBaseUserMappingContrib
xxxx xxx xxx xxx x Iox --- JQClipboardPlugin
xxxx xxx xxx xxx x Iox --- JumpAutocompletePlugin
xxxx xxx xxx xxx x Iox --- MakeMeAdminPlugin
xxxx xxx xxx xxx x Iox --- SecureAttachmentsPlugin
xxxx xxx xxx xxx x Iox --- TWikiCompatibilityContrib
xxxx xxx xxx xxx x Iox --- TaxonProfileToolkitPlugin
xxxx xxx xxx xxx x Iox --- UpdateAttachmentPlugin
xxxx xxx xxx xxx x Iox --- VersioningDBIStoreContrib
xxxx xxx xxx xxx x Iox --- W3CValidatorPlugin
xxxx xxx xxx xxx x Iox --- WysiwygFormfieldsPlugin
xxxx xxx xxx xxx x Ixc --- AnnotatePlugin
xxxx xxx xxx xxx x Ixc --- BrowserBoosterPluginGoUptoTocPlugin
xxxx xxx xxx xxx x Ixc --- DefaultSkin
xxxx xxx xxx xxx x Ixc --- DpSyntaxHighlighterPluginEditTablePlugin
xxxx xxx xxx xxx x Ixc --- DrupalConSidExportPlugin
xxxx xxx xxx xxx x Ixc --- EditChapterPlugin&GenPDFAddOn
xxxx xxx xxx xxx x Ixc --- EmptyJQueryPlugin
xxxx xxx xxx xxx x Ixc --- ExernalLinkPlugin
xxxx xxx xxx xxx x Ixc --- FoswikiSkin
xxxx xxx xxx xxx x Ixc --- GoUptoTocPluginEditChapterPlugin
xxxx xxx xxx xxx x Ixc --- HTML5EditContrib
xxxx xxx xxx xxx x Ixc --- JQParamQueryGridPlugin
xxxx xxx xxx xxx x Ixc --- JQueryCompatibiltyModePlugin
xxxx xxx xxx xxx x Ixc --- JoomlausersContrib
xxxx xxx xxx xxx x Ixc --- MailboxContrib
xxxx xxx xxx xxx x Ixc --- MoreFuncContrib
xxxx xxx xxx xxx x Ixc --- NatEditContrib
xxxx xxx xxx xxx x Ixc --- PrintSkin
xxxx xxx xxx xxx x Ixc --- PublishPluginTocPlugin
xxxx xxx xxx xxx x Ixc --- QueryAcceleratorPluginDBCacheContrib
xxxx xxx xxx xxx x Ixc --- Skin
xxxx xxx xxx xxx x Ixc --- TWikiCompatibiityPlugin
xxxx xxx xxx xxx x Ixc --- TWikiCompatibiltyPlugin
xxxx xxx xxx xxx x Ixc --- TWikiDrawPlugin
xxxx xxx xxx xxx x Ixc --- TWikiUserContrib
xxxx xxx xxx xxx x Ixc --- TestFixturePlugin
xxxx xxx xxx xxx x Ixc --- ToPDFContrib
xxxx xxx xxx xxx x Ixc --- TyinMCEPlugin
xxxx xxx xxx xxx x Ixc --- ViewCookiePlugin
xxxx xxx xxx xxx x Ixc --- WidgetSkin
xxxx xxx xxx xxx x Ixc --- WyiswygPlugin
xxxx xxx xxx xxx x Ixc --- WysiwygPluginTinyMCEPlugin
xxxx xxx xxx xxx x Ixc --- YetAnotherDBCacheContrib
xxxx xxx xxx xxx x Ixc --- rdiffPatternSkin

Extension Topics in Development Web

There are three types:
  1. Hub topic
  2. Discussion topic
  3. Feature Proposal - sometimes uses just the extension name of the name of the proposal topic

Trying to create all these with the same name does not work. I don't think that the Development hub topic adds much value not already provided by the Support and Tasks hub topics for each extension. The last two could arguably be merged but it may be better to have distinct topics for these two requirements - probably moved to a sub-web.

External dependencies (not perl or CPAN)

Scans of dependencies discovered the following. The package names required manual effort, but it's not a big list to complete.

foswiki name DEBIAN RPM
Drupal    
ImageMagick    
Swish swish-e  
abiword    
antiword    
catdoc    
dvipng    
enscript   texlive-dvipng-bin
gd libgd2 precise / libgd3 trusty+ libgd2?
libgd libgd2 precise / libgd3 trusty+ libgd2?
ghostscript    
graphviz    
html2text    
htmldoc    
latex2html    
libpng libpng3  
libxml2    
msttcorefonts (virtual) msttcore-fonts-installer
odt2txt    
pdf_convertor xpdf  
pdftotext poppler-utils poppler-utils
phpBB3
ploticus    
ppthtml   xlhtml
soffice libreoffice-core libreoffice-core
swftools    
wkhtmltopdf    
wvHTML wv  
wvWare wv  

Dependency Cross Reference

Change Normalised Required As Given
Code Type Dependency Required By Type Dependency
  cpan APR::Base64 LocalTimePlugin cpan APR::Base64
T cpan APR::Table WebDAVContrib perl APR::Table
  cpan APR::UUID WebDAVContrib cpan APR::UUID
  cpan Algorithm::Diff DiffPlugin cpan Algorithm::Diff
  PatchFoswikiContrib cpan Algorithm::Diff
  UnitTestContrib cpan Algorithm::Diff
  core cpan Algorithm::Diff
  cpan Algorithm::Diff::XS DiffPlugin cpan Algorithm::Diff::XS
  cpan Any::Moose OEmbedPlugin cpan Any::Moose
  SolrPlugin cpan Any::Moose
  cpan Apache2::Access WebDAVContrib cpan Apache2::Access
T cpan Apache2::Const WebDAVContrib perl Apache2::Const
  cpan Apache2::Module WebDAVContrib cpan Apache2::Module
  cpan Apache2::Request ModPerlEngineContrib cpan Apache2::Request
T cpan Apache2::RequestIO WebDAVContrib perl Apache2::RequestIO
T cpan Apache2::RequestRec WebDAVContrib perl Apache2::RequestRec
  cpan Apache::Request ModPerlEngineContrib cpan Apache::Request
  cpan Archive::Tar GetAWebPlugin cpan Archive::Tar
  PublishPlugin cpan Archive::Tar
  TasksPlugin cpan Archive::Tar
  core cpan Archive::Tar
  cpan Archive::Zip BatchUploadPlugin cpan Archive::Zip
T DownloadZipPlugin perl Archive::Zip
  GenPDFLatexAddOn cpan Archive::Zip
  PublishPlugin cpan Archive::Zip
  TopicInteractionPlugin cpan Archive::Zip
  core cpan Archive::Zip
  cpan AuthCAS CasLoginContrib cpan AuthCAS
  cpan Authen::NTLM NTLMEmailAuthContrib cpan Authen::NTLM
  cpan Authen::SASL LdapContrib cpan Authen::SASL
  LdapGuiPlugin cpan Authen::SASL
  core cpan Authen::SASL
  cpan Authen::Simple::PAM UnixUsersContrib cpan Authen::Simple::PAM
  cpan BerkeleyDB DBCacheContrib cpan BerkeleyDB
  PrefsCachePlugin cpan BerkeleyDB
  cpan Bio::NEXUS PhyloWidgetPlugin cpan Bio::NEXUS
  cpan Bio::NexmlIO PhyloWidgetPlugin cpan Bio::NexmlIO
  cpan Bio::Phylo PhyloWidgetPlugin cpan Bio::Phylo
  cpan Bio::TreeIO PhyloWidgetPlugin cpan Bio::TreeIO
  cpan CGI BeautifierPlugin cpan CGI
  BuildContrib cpan CGI
  DBIQueryPlugin cpan CGI
  DatabaseContrib cpan CGI
  EcoTrashPlugin cpan CGI
  GenPDFAddOn cpan CGI
  LdapGuiPlugin cpan CGI
  MailPageAddOn cpan CGI
  TasksPlugin cpan CGI
  core cpan CGI
  cpan CGI::Carp MailPageAddOn cpan CGI::Carp
  cpan CGI::Cookie core cpan CGI::Cookie
  cpan CGI::Session core cpan CGI::Session
  cpan CGI::Session::ID::sha256 TasksPlugin cpan CGI::Session::ID::sha256
  cpan CPAN CpanInstallerContrib cpan CPAN
  cpan CSS::Minifier BuildContrib cpan CSS::Minifier
  cpan Cache::Cache FeedPlugin cpan Cache::Cache
  LdapNgPlugin cpan Cache::Cache
  SoapPlugin cpan Cache::Cache
  cpan Cache::FileCache InterwikiPreviewPlugin cpan Cache::FileCache
  SolrPlugin cpan Cache::FileCache
  TwitterPlugin cpan Cache::FileCache
  cpan Cal::DAV CalDAVPlugin cpan Cal::DAV
  cpan Carp DatabaseContrib cpan Carp
  ExecuterContrib cpan Carp
  PatchFoswikiContrib cpan Carp
  TasksPlugin cpan Carp
  cpan Class::Inspector SoapPlugin cpan Class::Inspector
  cpan Clone BioKbPlugin cpan Clone
  DatabaseContrib cpan Clone
  TasksPlugin cpan Clone
  cpan Compress::Zlib CpanInstallerContrib cpan Compress::Zlib
  cpan Config CpanInstallerContrib cpan Config
  cpan Config::Simple ExecuterContrib cpan Config::Simple
T cpan Convert::PEM TasksPlugin required Convert::PEM
  core cpan Convert::PEM
  cpan Crypt::Blowfish PasswordPlugin cpan Crypt::Blowfish
  cpan Crypt::CBC PasswordPlugin cpan Crypt::CBC
  cpan Crypt::Eksblowfish::Bcrypt core cpan Crypt::Eksblowfish::Bcrypt
  cpan Crypt::PasswdMD5 LdapGuiPlugin cpan Crypt::PasswdMD5
  core cpan Crypt::PasswdMD5
  cpan Crypt::SMIME core cpan Crypt::SMIME
  cpan Crypt::SSLeay ExecuterContrib cpan Crypt::SSLeay
  InterwikiPreviewPlugin cpan Crypt::SSLeay
  cpan Crypt::X509 TasksPlugin cpan Crypt::X509
  core cpan Crypt::X509
  cpan Cwd BioKbPlugin cpan Cwd
  CpanInstallerContrib cpan Cwd
  DirectedGraphPlugin cpan Cwd
  TasksPlugin cpan Cwd
  cpan DBD::MySql DBIStoreContrib cpan DBD::MySql
  cpan DBD::Pg DBIStoreContrib cpan DBD::Pg
  core cpan DBD::Pg
  cpan DBD::SQLite DBConnectorPlugin cpan DBD::SQLite
  LikePlugin cpan DBD::SQLite
  TracQueryPlugin cpan DBD::SQLite
  UnifiedAuthContrib cpan DBD::SQLite
  core cpan DBD::SQLite
  cpan DBD::SQLite3 DBIStoreContrib cpan DBD::SQLite3
  cpan DBD::mysql DrupalUsersContrib cpan DBD::mysql
  HTTPDUserAdminContrib cpan DBD::mysql
  JoomlaUsersContrib cpan DBD::mysql
  PhpBB3UsersContrib cpan DBD::mysql
  core cpan DBD::mysql
  cpan DBI DBConnectorPlugin cpan DBI
  DBIQueryPlugin cpan DBI
  DBIStoreContrib cpan DBI
  DatabaseContrib cpan DBI
  DatabasePlugin cpan DBI
  DbiContrib cpan DBI
  LikePlugin cpan DBI
  PasswordPlugin cpan DBI
  SocialFormfieldsPlugin cpan DBI
  SqlPlugin cpan DBI
  TracQueryPlugin cpan DBI
  UnifiedAuthContrib cpan DBI
  core cpan DBI
  cpan DBIx::SQLEngine DrupalUsersContrib cpan DBIx::SQLEngine
  PhpBB3UsersContrib cpan DBIx::SQLEngine
  cpan DB_File LdapContrib cpan DB_File
  RegexCacheSearchPlugin cpan DB_File
  cpan DB_File::Lock LdapContrib cpan DB_File::Lock
  cpan Data::Dump TwitterPlugin cpan Data::Dump
  cpan Data::Dumper CpanInstallerContrib cpan Data::Dumper
  GenPDFAddOn cpan Data::Dumper
  TasksPlugin cpan Data::Dumper
  WebDAVContrib cpan Data::Dumper
  cpan Data::ICal ICalPlugin cpan Data::ICal
  cpan Date::Calc CalendarPlugin cpan Date::Calc
  FullCalendarPlugin cpan Date::Calc
  HolidaylistPlugin cpan Date::Calc
  TimeTablePlugin cpan Date::Calc
  cpan Date::Handler LocalTimePlugin cpan Date::Handler
  cpan Date::Manip ExcelImportExportPlugin cpan Date::Manip
  TasksPlugin cpan Date::Manip
  cpan Date::Parse LocalTimePlugin cpan Date::Parse
  cpan DateTime ICalPlugin cpan DateTime
  cpan DateTime::Format::ICal CalDAVPlugin cpan DateTime::Format::ICal
  ICalPlugin cpan DateTime::Format::ICal
  cpan DateTime::Set ICalPlugin cpan DateTime::Set
  cpan Devel::Symdump UnitTestContrib cpan Devel::Symdump
  cpan Digest::HMAC_SHA1 S3LinkPlugin cpan Digest::HMAC_SHA1
  SafeWikiPlugin cpan Digest::HMAC_SHA1
  cpan Digest::MD5 DirectedGraphPlugin cpan Digest::MD5
  EasyTimelinePlugin cpan Digest::MD5
  FeedPlugin cpan Digest::MD5
  GraphvizPlugin cpan Digest::MD5
  HeadlinesPlugin cpan Digest::MD5
  LatexModePlugin cpan Digest::MD5
  LdapContrib cpan Digest::MD5
  LdapGuiPlugin cpan Digest::MD5
  PiwikPlugin cpan Digest::MD5
  PublishPlugin cpan Digest::MD5
  TasksPlugin cpan Digest::MD5
  cpan Digest::SHA LdapGuiPlugin cpan Digest::SHA
  SafeWikiPlugin cpan Digest::SHA
  core cpan Digest::SHA
  cpan Digest::SHA1 BigBlueButtonPlugin cpan Digest::SHA1
  cpan Email::Delete MailInContrib cpan Email::Delete
  cpan Email::Folder MailInContrib cpan Email::Folder
  cpan Email::FolderType::Net MailInContrib cpan Email::FolderType::Net
  cpan Email::MIME MailInContrib cpan Email::MIME
  core cpan Email::MIME
  cpan Encode LdapGuiPlugin cpan Encode
  S3LinkPlugin cpan Encode
  StringifierContrib cpan Encode
  ToPDFPlugin cpan Encode
  UnitTestContrib cpan Encode
  WebDAVContrib cpan Encode
  WysiwygPlugin cpan Encode
  core cpan Encode
  cpan Encode::Encoding ToPDFPlugin cpan Encode::Encoding
  cpan Errno TasksPlugin cpan Errno
  cpan Error BuildContrib cpan Error
  DBIQueryPlugin cpan Error
  GenPDFAddOn cpan Error
  KinoSearchContrib cpan Error
  StringifierContrib cpan Error
  core cpan Error
  cpan Exporter DatabaseContrib cpan Exporter
  PatchFoswikiContrib cpan Exporter
  cpan ExtUtils::MakeMaker NativeSearchContrib cpan ExtUtils::MakeMaker
  cpan FCGI FastCGIEngineContrib cpan FCGI
  cpan FCGI::ProcManager FastCGIEngineContrib cpan FCGI::ProcManager
  cpan Fcntl LdapGuiPlugin cpan Fcntl
  TasksPlugin cpan Fcntl
  cpan File::Basename CpanInstallerContrib cpan File::Basename
  GenPDFLatexAddOn cpan File::Basename
  LatexModePlugin cpan File::Basename
  TasksPlugin cpan File::Basename
  ToPDFPlugin cpan File::Basename
  cpan File::Copy CharsetConverterContrib cpan File::Copy
  DirectedGraphPlugin cpan File::Copy
  LatexModePlugin cpan File::Copy
  PatchFoswikiContrib cpan File::Copy
  PublishPlugin cpan File::Copy
  cpan File::Copy::Recursive PlainFileStoreContrib cpan File::Copy::Recursive
  RCSStoreContrib cpan File::Copy::Recursive
  cpan File::Find ClamAVScanPlugin cpan File::Find
  CpanInstallerContrib cpan File::Find
  EcoTrashPlugin cpan File::Find
  TasksPlugin cpan File::Find
  cpan File::Find::Rule::Filesys::Virtual WebDAVContrib cpan File::Find::Rule::Filesys::Virtual
  cpan File::MMagic AttachmentFilterPlugin cpan File::MMagic
  SecureDownloadPlugin cpan File::MMagic
  XSendFileContrib cpan File::MMagic
  cpan File::Path ChartPlugin cpan File::Path
  CpanInstallerContrib cpan File::Path
  DirectedGraphPlugin cpan File::Path
  EasyTimelinePlugin cpan File::Path
  FilesysVirtualPlugin cpan File::Path
  GraphvizPlugin cpan File::Path
  LatexModePlugin cpan File::Path
  PatchFoswikiContrib cpan File::Path
  PublishPlugin cpan File::Path
  ReadWriteOfflinePlugin cpan File::Path
  cpan File::Remove UnitTestContrib cpan File::Remove
  cpan File::Spec CpanInstallerContrib cpan File::Spec
  DirectedGraphPlugin cpan File::Spec
  PatchFoswikiContrib cpan File::Spec
  PublishPlugin cpan File::Spec
  TasksPlugin cpan File::Spec
  WebDAVContrib cpan File::Spec
  cpan File::Spec::Functions CpanInstallerContrib cpan File::Spec::Functions
  cpan File::Temp DirectedGraphPlugin cpan File::Temp
  GenPDFAddOn cpan File::Temp
  GenPDFLatexAddOn cpan File::Temp
  GraphvizPlugin cpan File::Temp
  LatexModePlugin cpan File::Temp
  PdfPlugin cpan File::Temp
  PublishPlugin cpan File::Temp
  TasksPlugin cpan File::Temp
  cpan File::Which StringifierContrib cpan File::Which
  cpan Filesys::Notify::Simple PiwikPlugin cpan Filesys::Notify::Simple
  cpan Filesys::Virtual FilesysVirtualPlugin cpan Filesys::Virtual
  cpan FindBin CpanInstallerContrib cpan FindBin
  TasksPlugin cpan FindBin
  cpan Fortune FortunePlugin cpan Fortune
  cpan GD CaptchaPlugin cpan GD
  ChartPlugin cpan GD
  GaugePlugin cpan GD
  cpan GSSAPI LdapContrib cpan GSSAPI
  cpan Geo::GeoNames GeoPlugin cpan Geo::GeoNames
  TagsPlugin cpan Geo::GeoNames
  cpan Geo::IP GeoPlugin cpan Geo::IP
  cpan Getopt::Long CpanInstallerContrib cpan Getopt::Long
  cpan Getopt::Std TasksPlugin cpan Getopt::Std
  cpan Graphics::Magick ImageGalleryPlugin cpan Graphics::Magick
  ImagePlugin cpan Graphics::Magick
  cpan HOP::Lexer SqlGridPlugin cpan HOP::Lexer
  cpan HTML::CalendarMonthSimple CalendarPlugin cpan HTML::CalendarMonthSimple
  cpan HTML::Entities BibliographyPlugin cpan HTML::Entities
  PingBackPlugin cpan HTML::Entities
  SolrPlugin cpan HTML::Entities
  UnitTestContrib cpan HTML::Entities
  WysiwygPlugin cpan HTML::Entities
  core cpan HTML::Entities
  cpan HTML::Parser SafeWikiPlugin cpan HTML::Parser
  UnitTestContrib cpan HTML::Parser
  WysiwygPlugin cpan HTML::Parser
  core cpan HTML::Parser
  cpan HTML::Tidy UnitTestContrib cpan HTML::Tidy
  cpan HTML::Tree CompareRevisionsAddOn cpan HTML::Tree
  core cpan HTML::Tree
  cpan HTML::TreeBuilder ToPDFPlugin cpan HTML::TreeBuilder
  UnitTestContrib cpan HTML::TreeBuilder
  cpan HTTP::Cookies::Find ExportCookiePlugin cpan HTTP::Cookies::Find
  SetSkinByCookiePlugin cpan HTTP::Cookies::Find
  ToPDFPlugin cpan HTTP::Cookies::Find
  cpan HTTP::Daemon WebDAVContrib cpan HTTP::Daemon
  cpan HTTP::Date TasksPlugin cpan HTTP::Date
  XpTrackerPlugin cpan HTTP::Date
  cpan HTTP::Request BigBlueButtonPlugin cpan HTTP::Request
  LdapGuiPlugin cpan HTTP::Request
  cpan HTTP::Request::Common LdapGuiPlugin cpan HTTP::Request::Common
  cpan HTTP::Response LdapGuiPlugin cpan HTTP::Response
  cpan HTTP::Status TasksPlugin cpan HTTP::Status
  WebDAVContrib cpan HTTP::Status
  cpan HTTPD::Authen HTTPDUserAdminContrib cpan HTTPD::Authen
  cpan HTTPD::GroupAdmin HTTPDUserAdminContrib cpan HTTPD::GroupAdmin
  cpan HTTPD::UserAdmin HTTPDUserAdminContrib cpan HTTPD::UserAdmin
  cpan Hash::Merge TasksPlugin cpan Hash::Merge
T cpan I18N::AcceptLanguage TopicTranslationsPlugin perl I18N::AcceptLanguage
  cpan IO::CaptureOutput TasksPlugin cpan IO::CaptureOutput
T cpan IO::File BatchUploadPlugin required IO::File
  FilesysVirtualPlugin cpan IO::File
  KinoSearchContrib cpan IO::File
  TasksPlugin cpan IO::File
  cpan IO::Handle TasksPlugin cpan IO::Handle
  cpan IO::Socket ClamAVScanPlugin cpan IO::Socket
  TasksPlugin cpan IO::Socket
  cpan IO::Socket::INET TasksPlugin cpan IO::Socket::INET
  cpan IO::Socket::INET6 LdapContrib cpan IO::Socket::INET6
  cpan IO::Socket::IP TasksPlugin cpan IO::Socket::IP
  core cpan IO::Socket::IP
  cpan IO::Socket::SSL LdapContrib cpan IO::Socket::SSL
  LdapGuiPlugin cpan IO::Socket::SSL
  TasksPlugin cpan IO::Socket::SSL
  core cpan IO::Socket::SSL
  cpan IO::Socket::UNIX TasksPlugin cpan IO::Socket::UNIX
  cpan IO::String FilesysVirtualPlugin cpan IO::String
  cpan IPC::Run SyntaxHighlightingPlugin cpan IPC::Run
  cpan Image::Info LatexModePlugin cpan Image::Info
  cpan Image::Magick ImageGalleryPlugin cpan Image::Magick
  ImagePlugin cpan Image::Magick
  cpan JSON ActionTrackerPlugin cpan JSON
  BigBlueButtonPlugin cpan JSON
  BookmakerPlugin cpan JSON
  EditRowPlugin cpan JSON
  FilesysVirtualPlugin cpan JSON
  FormPlugin cpan JSON
  GoogleMapsPlugin cpan JSON
  HijaxPlugin cpan JSON
  InlineEditPlugin cpan JSON
  InterwikiPreviewPlugin cpan JSON
  JQueryPlugin cpan JSON
  JSPopupPlugin cpan JSON
  JsonRpcContrib cpan JSON
  MoreFormfieldsPlugin cpan JSON
  NatEditPlugin cpan JSON
  ObjectPlugin cpan JSON
  PiwikPlugin cpan JSON
  RestPlugin cpan JSON
  SkillsPlugin cpan JSON
  SubscribePlugin cpan JSON
  TopicInteractionPlugin cpan JSON
  UpdatesPlugin cpan JSON
  WebDAVLinkPlugin cpan JSON
  cpan JSON::XS HijaxPlugin cpan JSON::XS
  ObjectPlugin cpan JSON::XS
  SolrPlugin cpan JSON::XS
  cpan JavaScript::Minifier BuildContrib cpan JavaScript::Minifier
  cpan KinoSearch1 KinoSearchContrib cpan KinoSearch1
  cpan LWP BuildContrib cpan LWP
  DistributionContrib cpan LWP
  LdapGuiPlugin cpan LWP
  PublishPlugin cpan LWP
  ReadWriteOfflinePlugin cpan LWP
  TasksPlugin cpan LWP
  UploadToTWikiAddOn cpan LWP
  core cpan LWP
  cpan LWP::Protocol::https TasksPlugin cpan LWP::Protocol::https
  cpan LWP::Simple BioKbPlugin cpan LWP::Simple
  CpanInstallerContrib cpan LWP::Simple
  cpan LWP::UserAgent BigBlueButtonPlugin cpan LWP::UserAgent
  ExecuterContrib cpan LWP::UserAgent
  FeedPlugin cpan LWP::UserAgent
  HeadlinesPlugin cpan LWP::UserAgent
  ImagePlugin cpan LWP::UserAgent
  LdapGuiPlugin cpan LWP::UserAgent
  MailPageAddOn cpan LWP::UserAgent
  PingBackPlugin cpan LWP::UserAgent
  PiwikPlugin cpan LWP::UserAgent
  SolrPlugin cpan LWP::UserAgent
  TasksPlugin cpan LWP::UserAgent
  TwitterPlugin cpan LWP::UserAgent
  cpan Linux::Distribution TasksPlugin cpan Linux::Distribution
  cpan Linux::Inotify2 TasksPlugin cpan Linux::Inotify2
  cpan List::MoreUtils FormPlugin cpan List::MoreUtils
  cpan Locale::Language core cpan Locale::Language
  cpan Locale::Maketext::Lexicon core cpan Locale::Maketext::Lexicon
  cpan Locale::Msgfmt core cpan Locale::Msgfmt
  cpan Log::Dispatch LogDispatchContrib cpan Log::Dispatch
  cpan Log::Dispatch::File::Rolling LogDispatchContrib cpan Log::Dispatch::File::Rolling
  cpan Log::Dispatch::Screen LogDispatchContrib cpan Log::Dispatch::Screen
  cpan Log::Log4perl::DateFormat LogDispatchContrib cpan Log::Log4perl::DateFormat
  cpan MIME::Base64 ExecuterContrib cpan MIME::Base64
  LdapGuiPlugin cpan MIME::Base64
T TasksPlugin unknown MIME::Base64
  WebDAVContrib cpan MIME::Base64
  cpan MIME::Types ExecuterContrib cpan MIME::Types
  cpan Module::Pluggable StringifierContrib cpan Module::Pluggable
T cpan MongoDB MongoDBPlugin perl MongoDB
  cpan Mozilla::CA core cpan Mozilla::CA
  cpan Net::FTP PublishPlugin cpan Net::FTP
  SimpleFTPPlugin cpan Net::FTP
  cpan Net::IP IpPlugin cpan Net::IP
  cpan Net::IRC IrcPlugin cpan Net::IRC
  cpan Net::LDAP LdapContrib cpan Net::LDAP
  LdapGuiPlugin cpan Net::LDAP
  cpan Net::LDAP::Entry LdapGuiPlugin cpan Net::LDAP::Entry
  cpan Net::LDAP::Extension::SetPassword LdapGuiPlugin cpan Net::LDAP::Extension::SetPassword
  cpan Net::LDAP::Filter LdapGuiPlugin cpan Net::LDAP::Filter
  cpan Net::LDAP::LDIF LdapGuiPlugin cpan Net::LDAP::LDIF
  cpan Net::LDAP::Schema LdapGuiPlugin cpan Net::LDAP::Schema
  cpan Net::OAuth2 OAuth2Contrib cpan Net::OAuth2
  cpan Net::SMTP ExecuterContrib cpan Net::SMTP
  cpan Net::Twitter TweetOnSavePlugin cpan Net::Twitter
  TwitterPlugin cpan Net::Twitter
  cpan Net::XMPP ImmediateNotifyPlugin cpan Net::XMPP
  cpan POSIX ChartPlugin cpan POSIX
  ExecuterContrib cpan POSIX
  FilesysVirtualPlugin cpan POSIX
  TasksPlugin cpan POSIX
  TimeTablePlugin cpan POSIX
  WebDAVContrib cpan POSIX
  cpan Pod::Usage CpanInstallerContrib cpan Pod::Usage
  cpan REST::Utils RestPlugin cpan REST::Utils
  cpan RPC::XML PingBackPlugin cpan RPC::XML
  XmlRpcContrib cpan RPC::XML
  cpan Regexp::Common FormPlugin cpan Regexp::Common
  cpan Roman FootNotePlugin cpan Roman
  cpan SOAP::Lite BioKbPlugin cpan SOAP::Lite
  SoapClientPlugin cpan SOAP::Lite
  cpan Safe PerlPlugin cpan Safe
  cpan Scalar::Util BioKbPlugin cpan Scalar::Util
  TasksPlugin cpan Scalar::Util
  cpan Schedule::Cron SchedulerContrib cpan Schedule::Cron
  TasksPlugin cpan Schedule::Cron
  cpan SelectSaver TasksPlugin cpan SelectSaver
  cpan Sereal DBCacheContrib cpan Sereal
  DBCachePlugin cpan Sereal
  cpan Socket TasksPlugin cpan Socket
  core cpan Socket
  cpan Socket::PassAccessRights ClamAVScanPlugin cpan Socket::PassAccessRights
  cpan Spreadsheet::ParseExcel ExcelImportExportPlugin cpan Spreadsheet::ParseExcel
  SearchEngineSwishEAddOn cpan Spreadsheet::ParseExcel
  StringifierContrib cpan Spreadsheet::ParseExcel
  cpan Spreadsheet::ParseExcel_XlHTML SearchEngineSwishEAddOn cpan Spreadsheet::ParseExcel_XlHTML
  cpan Spreadsheet::WriteExcel ExcelImportExportPlugin cpan Spreadsheet::WriteExcel
  cpan Spreadsheet::XLSX StringifierContrib cpan Spreadsheet::XLSX
  cpan Storable DBCacheContrib cpan Storable
  DBCachePlugin cpan Storable
  DatabaseContrib cpan Storable
  DirectedGraphPlugin cpan Storable
  FilesysVirtualPlugin cpan Storable
  TasksPlugin cpan Storable
  cpan Sys::Hostname HostnamePlugin cpan Sys::Hostname
  TasksPlugin cpan Sys::Hostname
  cpan Sys::Syslog LogDispatchContrib cpan Sys::Syslog
T cpan Template TemplateToolkitPlugin perl Template
  cpan Term::Shell TWikiShellContrib cpan Term::Shell
  cpan Test::WWW::Selenium UnitTestContrib cpan Test::WWW::Selenium
  cpan Text::BibTex BibtexFormfieldPlugin cpan Text::BibTex
  cpan Text::ParseWords SqlPlugin cpan Text::ParseWords
T TasksPlugin unknown Text::ParseWords
  cpan Text::Unidecode FilterPlugin cpan Text::Unidecode
  UnifiedAuthContrib cpan Text::Unidecode
T cpan Tie::IxHash MongoDBPlugin perl Tie::IxHash
  cpan Time::CTime XpTrackerPlugin cpan Time::CTime
  cpan Time::HiRes DatabaseContrib cpan Time::HiRes
  cpan Time::Local BioKbPlugin cpan Time::Local
  KinoSearchContrib cpan Time::Local
  cpan Time::ParseDate ActionTrackerPlugin cpan Time::ParseDate
  DBCacheContrib cpan Time::ParseDate
  DBCachePlugin cpan Time::ParseDate
  FormQueryPlugin cpan Time::ParseDate
  MailInContrib cpan Time::ParseDate
  MicroformatsPlugin cpan Time::ParseDate
  MultiSearchPlugin cpan Time::ParseDate
  ObjectPlugin cpan Time::ParseDate
  TimeCalcPlugin cpan Time::ParseDate
  cpan URI CpanInstallerContrib cpan URI
  FeedPlugin cpan URI
  MailerContrib cpan URI
  PageOptimizerPlugin cpan URI
  PiwikPlugin cpan URI
  S3LinkPlugin cpan URI
  WebDAVContrib cpan URI
  core cpan URI
  cpan URI::Escape BigBlueButtonPlugin cpan URI::Escape
  ExitPlugin cpan URI::Escape
  LdapGuiPlugin cpan URI::Escape
  MailerContrib cpan URI::Escape
  ToPDFPlugin cpan URI::Escape
  WebDAVContrib cpan URI::Escape
  cpan UUID::Tiny WebDAVContrib cpan UUID::Tiny
T cpan WWW::Honeypot::httpBL HoneyPotPlugin perl WWW::Honeypot::httpBL
  cpan WWW::Selenium UnitTestContrib cpan WWW::Selenium
  cpan WWW::Shorten::Bitly TweetOnSavePlugin cpan WWW::Shorten::Bitly
  cpan Win32::Console core cpan Win32::Console
  cpan WordPress::Post WordPressPlugin cpan WordPress::Post
  cpan XML::Easy SolrPlugin cpan XML::Easy
  cpan XML::Feed FeedPlugin cpan XML::Feed
  cpan XML::LibXML BioKbPlugin cpan XML::LibXML
  DataFlowDiaPlugin cpan XML::LibXML
  SoapPlugin cpan XML::LibXML
  WebDAVContrib cpan XML::LibXML
  XMLStoreContrib cpan XML::LibXML
  cpan XML::LibXSLT SoapPlugin cpan XML::LibXSLT
  cpan XML::Parser InterwikiPreviewPlugin cpan XML::Parser
  MediaWikiToFoswikiContrib cpan XML::Parser
  SoapPlugin cpan XML::Parser
  cpan XML::Simple BigBlueButtonPlugin cpan XML::Simple
  BioKbPlugin cpan XML::Simple
  cpan XML::Stream ImmediateNotifyPlugin cpan XML::Stream
  cpan YAML MoreFormfieldsContrib cpan YAML
  cpan mod_perl ModPerlEngineContrib cpan mod_perl
  cpan mod_perl2 ModPerlEngineContrib cpan mod_perl2
  cpan version core cpan version
  external Drupal DrupalUsersContrib external Drupal
T external ImageMagick FlowchartPlugin c ImageMagick
T MsOfficeAttachmentsAsHTMLPlugin unknown ImageMagick
T external Swish SearchEngineSwishEAddOn program Swish
T external abiword StringifierContrib c abiword
T external antiword StringifierContrib c antiword
T external catdoc SearchEngineSwishEAddOn program catdoc
T StringifierContrib c catdoc
T external dvipng MathModePlugin c dvipng
T external enscript SyntaxHighlightingPlugin c enscript
T external gd ChartPlugin c gd
  external ghostscript DirectedGraphPlugin external ghostscript
  external graphviz DirectedGraphPlugin external graphviz
  GraphvizPlugin external graphviz
T external html2text StringifierContrib c html2text
  external htmldoc GenPDFAddOn external htmldoc
T PublishPlugin c htmldoc
  external imagemagick DirectedGraphPlugin external imagemagick
T external latex2html MathModePlugin c latex2html
T external libgd GaugePlugin c libgd
T external libpng GaugePlugin c libpng
T external libxml2 SoapPlugin c libxml2
  external msttcorefonts DirectedGraphPlugin external msttcorefonts
  GraphvizPlugin external msttcorefonts
T external odt2txt StringifierContrib c odt2txt
T external pdf_convertor SearchEngineSwishEAddOn program pdf_convertor
T external pdftotext StringifierContrib c pdftotext
  external phpBB3 PhpBB3UsersContrib external phpBB3
T external ploticus EasyTimelinePlugin c ploticus
T external ppthtml StringifierContrib c ppthtml
T external soffice StringifierContrib c soffice
T external swftools FlexPaperPlugin c swftools
T external wkhtmltopdf PdfPlugin c wkhtmltopdf
T external wvHTML MsOfficeAttachmentsAsHTMLPlugin unknown wvHTML
T external wvWare StringifierContrib c wvWare
  perl Foswiki CharsetConverterContrib perl Foswiki
  perl Foswiki::Contrib::CopyContrib NatSkin perl Foswiki::Contrib::CopyContrib
  NatSkinPlugin perl Foswiki::Contrib::CopyContrib
  perl Foswiki::Contrib::DBCacheContrib DBCachePlugin perl Foswiki::Contrib::DBCacheContrib
  FormQueryPlugin perl Foswiki::Contrib::DBCacheContrib
  QueryAcceleratorPlugin perl Foswiki::Contrib::DBCacheContrib
  TopicClassificationAddOn perl Foswiki::Contrib::DBCacheContrib
  perl Foswiki::Contrib::DatabaseContrib DBIQueryPlugin perl Foswiki::Contrib::DatabaseContrib
  perl Foswiki::Contrib::DbiContrib DrupalUsersContrib perl Foswiki::Contrib::DbiContrib
  JoomlaUsersContrib perl Foswiki::Contrib::DbiContrib
  TagsPlugin perl Foswiki::Contrib::DbiContrib
  perl Foswiki::Contrib::FamFamFamContrib NatSkin perl Foswiki::Contrib::FamFamFamContrib
  NatSkinPlugin perl Foswiki::Contrib::FamFamFamContrib
  WidgetsSkin perl Foswiki::Contrib::FamFamFamContrib
  perl Foswiki::Contrib::FastCGIEngineContrib XSendFileContrib perl Foswiki::Contrib::FastCGIEngineContrib
  perl Foswiki::Contrib::JEditableContrib EditRowPlugin perl Foswiki::Contrib::JEditableContrib
  perl Foswiki::Contrib::JQMomentContrib SolrPlugin perl Foswiki::Contrib::JQMomentContrib
  perl Foswiki::Contrib::JQPrettyPhotoContrib ActivityStreamPlugin perl Foswiki::Contrib::JQPrettyPhotoContrib
  SolrPlugin perl Foswiki::Contrib::JQPrettyPhotoContrib
  TopicInteractionPlugin perl Foswiki::Contrib::JQPrettyPhotoContrib
  perl Foswiki::Contrib::JQSelect2Contrib MoreFormfieldsContrib perl Foswiki::Contrib::JQSelect2Contrib
  MoreFormfieldsPlugin perl Foswiki::Contrib::JQSelect2Contrib
  perl Foswiki::Contrib::JQSerialPagerContrib SolrPlugin perl Foswiki::Contrib::JQSerialPagerContrib
  perl Foswiki::Contrib::JQTwistyContrib SolrPlugin perl Foswiki::Contrib::JQTwistyContrib
  perl Foswiki::Contrib::JSCalendarContrib ActionTrackerPlugin perl Foswiki::Contrib::JSCalendarContrib
  DateFieldPlugin perl Foswiki::Contrib::JSCalendarContrib
  EditRowPlugin perl Foswiki::Contrib::JSCalendarContrib
  perl Foswiki::Contrib::JSTreeContrib BookmakerPlugin perl Foswiki::Contrib::JSTreeContrib
  ClassificationPlugin perl Foswiki::Contrib::JSTreeContrib
  perl Foswiki::Contrib::JsonRpcContrib CaptchaPlugin perl Foswiki::Contrib::JsonRpcContrib
  ConfigurePlugin perl Foswiki::Contrib::JsonRpcContrib
  EditChapterPlugin perl Foswiki::Contrib::JsonRpcContrib
  HarvestPlugin perl Foswiki::Contrib::JsonRpcContrib
  LikePlugin perl Foswiki::Contrib::JsonRpcContrib
  ListyPlugin perl Foswiki::Contrib::JsonRpcContrib
  MetaCommentPlugin perl Foswiki::Contrib::JsonRpcContrib
  MetaDataPlugin perl Foswiki::Contrib::JsonRpcContrib
  MultiSaveContrib perl Foswiki::Contrib::JsonRpcContrib
  perl Foswiki::Contrib::KinoSearchContrib KinoSearchPlugin perl Foswiki::Contrib::KinoSearchContrib
  perl Foswiki::Contrib::LdapContrib LdapNgPlugin perl Foswiki::Contrib::LdapContrib
  perl Foswiki::Contrib::MailerContrib BugsContrib perl Foswiki::Contrib::MailerContrib
  SubscribePlugin perl Foswiki::Contrib::MailerContrib
  perl Foswiki::Contrib::NatSkin BlogPlugin perl Foswiki::Contrib::NatSkin
  ClassificationPlugin perl Foswiki::Contrib::NatSkin
  perl Foswiki::Contrib::PatchFoswikiContrib PatchItem11983Contrib perl Foswiki::Contrib::PatchFoswikiContrib
N PatchItem12225Contrib perl PatchFoswikiContrib
  PatchItem12285Contrib perl Foswiki::Contrib::PatchFoswikiContrib
  PatchItem12391Contrib perl Foswiki::Contrib::PatchFoswikiContrib
  PatchItem12849Contrib perl Foswiki::Contrib::PatchFoswikiContrib
  perl Foswiki::Contrib::PatternSkin FoswikiSiteSkin perl Foswiki::Contrib::PatternSkin
  perl Foswiki::Contrib::QuickMenuSkin NuSkin perl Foswiki::Contrib::QuickMenuSkin
  perl Foswiki::Contrib::RatingContrib BioKbPlugin perl Foswiki::Contrib::RatingContrib
  VotePlugin perl Foswiki::Contrib::RatingContrib
  perl Foswiki::Contrib::StringifierContrib KinoSearchContrib perl Foswiki::Contrib::StringifierContrib
  SolrPlugin perl Foswiki::Contrib::StringifierContrib
  perl Foswiki::Contrib::TablesContrib EditRowPlugin perl Foswiki::Contrib::TablesContrib
  perl Foswiki::Contrib::WebFontsContrib NatSkin perl Foswiki::Contrib::WebFontsContrib
  perl Foswiki::Contrib::WikiWorkbenchContrib BlogPlugin perl Foswiki::Contrib::WikiWorkbenchContrib
  ClassificationPlugin perl Foswiki::Contrib::WikiWorkbenchContrib
  perl Foswiki::Contrib::XMLStoreContrib PlantUMLPlugin perl Foswiki::Contrib::XMLStoreContrib
  perl Foswiki::Contrib::XSendFileContrib ImagePlugin perl Foswiki::Contrib::XSendFileContrib
  MediaElementPlugin perl Foswiki::Contrib::XSendFileContrib
  SecureDownloadPlugin perl Foswiki::Contrib::XSendFileContrib
  perl Foswiki::Contrib::XmlRpcContrib PingBackPlugin perl Foswiki::Contrib::XmlRpcContrib
  perl Foswiki::Contrib::YahooUserInterfaceContrib AutoCompletePlugin perl Foswiki::Contrib::YahooUserInterfaceContrib
  JSPopupPlugin perl Foswiki::Contrib::YahooUserInterfaceContrib
  YuiMenuContrib perl Foswiki::Contrib::YahooUserInterfaceContrib
  perl Foswiki::DateTimePlugin BioKbPlugin perl Foswiki::DateTimePlugin
T perl Foswiki::Func DBIQueryPlugin cpan Foswiki::Func
T DatabaseContrib cpan Foswiki::Func
  perl Foswiki::IfDefinedPlugin BioKbPlugin perl Foswiki::IfDefinedPlugin
  perl Foswiki::ImagePlugin BioKbPlugin perl Foswiki::ImagePlugin
  perl Foswiki::Plugin::FlexWebListPlugin TagsPlugin perl Foswiki::Plugin::FlexWebListPlugin
  perl Foswiki::Plugin::JQueryPlugin TagsPlugin perl Foswiki::Plugin::JQueryPlugin
  perl Foswiki::Plugin::TagCloudPlugin TagsPlugin perl Foswiki::Plugin::TagCloudPlugin
T perl Foswiki::Plugins DBIQueryPlugin cpan Foswiki::Plugins
  EcoTrashPlugin perl Foswiki::Plugins
  LightboxPlugin perl Foswiki::Plugins
  MetaDataPlugin perl Foswiki::Plugins
  TopicClassificationAddOn perl Foswiki::Plugins
  perl Foswiki::Plugins::AttachmentListPlugin WebsiteGalleryContrib perl Foswiki::Plugins::AttachmentListPlugin
  perl Foswiki::Plugins::AutoCompletionLibPlugin TinyMCEUsabilityUpgradePlugin perl Foswiki::Plugins::AutoCompletionLibPlugin
  perl Foswiki::Plugins::AutoTemplatePlugin AngularPlugin perl Foswiki::Plugins::AutoTemplatePlugin
  BlogPlugin perl Foswiki::Plugins::AutoTemplatePlugin
  NatSkin perl Foswiki::Plugins::AutoTemplatePlugin
  NatSkinPlugin perl Foswiki::Plugins::AutoTemplatePlugin
  SolrPlugin perl Foswiki::Plugins::AutoTemplatePlugin
  WikiWorkbenchContrib perl Foswiki::Plugins::AutoTemplatePlugin
  perl Foswiki::Plugins::AutoViewTemplatePlugin ExtensionsRepositoryContrib perl Foswiki::Plugins::AutoViewTemplatePlugin
  perl Foswiki::Plugins::BookmakerPlugin TocPlugin perl Foswiki::Plugins::BookmakerPlugin
  perl Foswiki::Plugins::BreadCrumbsPlugin ClassificationPlugin perl Foswiki::Plugins::BreadCrumbsPlugin
  NatSkin perl Foswiki::Plugins::BreadCrumbsPlugin
  NatSkinPlugin perl Foswiki::Plugins::BreadCrumbsPlugin
  perl Foswiki::Plugins::CaptchaPlugin NatSkin perl Foswiki::Plugins::CaptchaPlugin
  NatSkinPlugin perl Foswiki::Plugins::CaptchaPlugin
  perl Foswiki::Plugins::ClassificationPlugin BlogPlugin perl Foswiki::Plugins::ClassificationPlugin
  SolrPlugin perl Foswiki::Plugins::ClassificationPlugin
  perl Foswiki::Plugins::CommentPlugin BlogAddOn perl Foswiki::Plugins::CommentPlugin
  perl Foswiki::Plugins::CompareRevisionsAddOn NuSkin perl Foswiki::Plugins::CompareRevisionsAddOn
  perl Foswiki::Plugins::DBCachePlugin BlogPlugin perl Foswiki::Plugins::DBCachePlugin
  ClassificationPlugin perl Foswiki::Plugins::DBCachePlugin
  JQGridPlugin perl Foswiki::Plugins::DBCachePlugin
  LikePlugin perl Foswiki::Plugins::DBCachePlugin
  MetaCommentPlugin perl Foswiki::Plugins::DBCachePlugin
  NatSkin perl Foswiki::Plugins::DBCachePlugin
  NatSkinPlugin perl Foswiki::Plugins::DBCachePlugin
T PhyloWidgetPlugin plugin Foswiki::Plugins::DBCachePlugin
  RtfContrib perl Foswiki::Plugins::DBCachePlugin
  SolrPlugin perl Foswiki::Plugins::DBCachePlugin
  TopicClassificationAddOn perl Foswiki::Plugins::DBCachePlugin
  WebLinkPlugin perl Foswiki::Plugins::DBCachePlugin
  WikiWorkbenchContrib perl Foswiki::Plugins::DBCachePlugin
  perl Foswiki::Plugins::DBConnectorPlugin TopicSpecificNavigationPlugin perl Foswiki::Plugins::DBConnectorPlugin
  perl Foswiki::Plugins::DirectedGraphPlugin DataFlowDiaPlugin perl Foswiki::Plugins::DirectedGraphPlugin
  DirectedGraphWebMapPlugin perl Foswiki::Plugins::DirectedGraphPlugin
  FamilyTreePlugin perl Foswiki::Plugins::DirectedGraphPlugin
  perl Foswiki::Plugins::DisqusPlugin BlogPlugin perl Foswiki::Plugins::DisqusPlugin
  perl Foswiki::Plugins::FilesysVirtualPlugin WebDAVContrib perl Foswiki::Plugins::FilesysVirtualPlugin
  perl Foswiki::Plugins::FilterPlugin BlogPlugin perl Foswiki::Plugins::FilterPlugin
  ClassificationPlugin perl Foswiki::Plugins::FilterPlugin
  NatSkin perl Foswiki::Plugins::FilterPlugin
  NatSkinPlugin perl Foswiki::Plugins::FilterPlugin
  SolrPlugin perl Foswiki::Plugins::FilterPlugin
  TagMePlugin perl Foswiki::Plugins::FilterPlugin
  TaskManagementContrib perl Foswiki::Plugins::FilterPlugin
  TopicClassificationAddOn perl Foswiki::Plugins::FilterPlugin
  TopicInteractionPlugin perl Foswiki::Plugins::FilterPlugin
  WikiWorkbenchContrib perl Foswiki::Plugins::FilterPlugin
T perl Foswiki::Plugins::FlexFormPlugin BibtexFormfieldPlugin cpan Foswiki::Plugins::FlexFormPlugin
  BlogPlugin perl Foswiki::Plugins::FlexFormPlugin
  ClassificationPlugin perl Foswiki::Plugins::FlexFormPlugin
  MetaDataPlugin perl Foswiki::Plugins::FlexFormPlugin
  MultiSaveContrib perl Foswiki::Plugins::FlexFormPlugin
  TopicInteractionPlugin perl Foswiki::Plugins::FlexFormPlugin
  WikiWorkbenchContrib perl Foswiki::Plugins::FlexFormPlugin
  perl Foswiki::Plugins::FlexPaperPlugin ActivityStreamPlugin perl Foswiki::Plugins::FlexPaperPlugin
  TopicInteractionPlugin perl Foswiki::Plugins::FlexPaperPlugin
  perl Foswiki::Plugins::FlexWebListPlugin NatSkin perl Foswiki::Plugins::FlexWebListPlugin
  NatSkinPlugin perl Foswiki::Plugins::FlexWebListPlugin
  ObjectPlugin perl Foswiki::Plugins::FlexWebListPlugin
  SolrPlugin perl Foswiki::Plugins::FlexWebListPlugin
  WikiWorkbenchContrib perl Foswiki::Plugins::FlexWebListPlugin
  perl Foswiki::Plugins::FormPlugin FoswikiApplicationsContrib perl Foswiki::Plugins::FormPlugin
  perl Foswiki::Plugins::GenPDFAddOn NuSkin perl Foswiki::Plugins::GenPDFAddOn
  perl Foswiki::Plugins::GluePlugin TopicClassificationAddOn perl Foswiki::Plugins::GluePlugin
  perl Foswiki::Plugins::GraphvizPlugin WikiWorkbenchContrib perl Foswiki::Plugins::GraphvizPlugin
  perl Foswiki::Plugins::GridLayoutPlugin ClassificationPlugin perl Foswiki::Plugins::GridLayoutPlugin
  NatSkin perl Foswiki::Plugins::GridLayoutPlugin
  NatSkinPlugin perl Foswiki::Plugins::GridLayoutPlugin
  perl Foswiki::Plugins::HijaxPlugin ObjectPlugin perl Foswiki::Plugins::HijaxPlugin
  perl Foswiki::Plugins::HistoryPlugin NuSkin perl Foswiki::Plugins::HistoryPlugin
  perl Foswiki::Plugins::IfDefinedPlugin TopicClassificationAddOn perl Foswiki::Plugins::IfDefinedPlugin
  perl Foswiki::Plugins::ImageGalleryPlugin JQPhotoSwipeContrib perl Foswiki::Plugins::ImageGalleryPlugin
  TopicInteractionPlugin perl Foswiki::Plugins::ImageGalleryPlugin
  perl Foswiki::Plugins::ImagePlugin ActivityStreamPlugin perl Foswiki::Plugins::ImagePlugin
  BlogPlugin perl Foswiki::Plugins::ImagePlugin
  JQPhotoSwipeContrib perl Foswiki::Plugins::ImagePlugin
  JQPrettyPhotoContrib perl Foswiki::Plugins::ImagePlugin
  MediaElementPlugin perl Foswiki::Plugins::ImagePlugin
  MetaCommentPlugin perl Foswiki::Plugins::ImagePlugin
  NatSkin perl Foswiki::Plugins::ImagePlugin
  NatSkinPlugin perl Foswiki::Plugins::ImagePlugin
  SolrPlugin perl Foswiki::Plugins::ImagePlugin
  TopicInteractionPlugin perl Foswiki::Plugins::ImagePlugin
  WebsiteGalleryContrib perl Foswiki::Plugins::ImagePlugin
  perl Foswiki::Plugins::JQDataTablesPlugin WikiWorkbenchContrib perl Foswiki::Plugins::JQDataTablesPlugin
T perl Foswiki::Plugins::JQGridPlugin BibtexFormfieldPlugin cpan Foswiki::Plugins::JQGridPlugin
  MetaDataPlugin perl Foswiki::Plugins::JQGridPlugin
  SqlGridPlugin perl Foswiki::Plugins::JQGridPlugin
  WikiWorkbenchContrib perl Foswiki::Plugins::JQGridPlugin
  perl Foswiki::Plugins::JQueryCompatibilityModePlugin AutoCompletionLibPlugin perl Foswiki::Plugins::JQueryCompatibilityModePlugin
  TinyMCEUsabilityUpgradePlugin perl Foswiki::Plugins::JQueryCompatibilityModePlugin
  UrlEventHandlerPlugin perl Foswiki::Plugins::JQueryCompatibilityModePlugin
  perl Foswiki::Plugins::JQueryPlugin ActionTrackerPlugin perl Foswiki::Plugins::JQueryPlugin
  AngularPlugin perl Foswiki::Plugins::JQueryPlugin
  AutoSavePlugin perl Foswiki::Plugins::JQueryPlugin
  BaseSkin perl Foswiki::Plugins::JQueryPlugin
  BlogPlugin perl Foswiki::Plugins::JQueryPlugin
  BookmakerPlugin perl Foswiki::Plugins::JQueryPlugin
  CaptchaPlugin perl Foswiki::Plugins::JQueryPlugin
  ClassificationPlugin perl Foswiki::Plugins::JQueryPlugin
  CommentPlugin perl Foswiki::Plugins::JQueryPlugin
  ConfigurePlugin perl Foswiki::Plugins::JQueryPlugin
  EcoTrashPlugin perl Foswiki::Plugins::JQueryPlugin
  EditChapterPlugin perl Foswiki::Plugins::JQueryPlugin
  EditRowPlugin perl Foswiki::Plugins::JQueryPlugin
  EmptyJQueryPlugin perl Foswiki::Plugins::JQueryPlugin
  FarscrollContrib perl Foswiki::Plugins::JQueryPlugin
  FlexPaperPlugin perl Foswiki::Plugins::JQueryPlugin
  FlotChartPlugin perl Foswiki::Plugins::JQueryPlugin
  FormPlugin perl Foswiki::Plugins::JQueryPlugin
  GoogleMapsPlugin perl Foswiki::Plugins::JQueryPlugin
  HarvestPlugin perl Foswiki::Plugins::JQueryPlugin
  HijaxPlugin perl Foswiki::Plugins::JQueryPlugin
  HyphenatorContrib perl Foswiki::Plugins::JQueryPlugin
  ImageGalleryPlugin perl Foswiki::Plugins::JQueryPlugin
  ImagePlugin perl Foswiki::Plugins::JQueryPlugin
  InfiniteScrollContrib perl Foswiki::Plugins::JQueryPlugin
  InterwikiPreviewPlugin perl Foswiki::Plugins::JQueryPlugin
  JEditableAddOn perl Foswiki::Plugins::JQueryPlugin
  JEditableContrib perl Foswiki::Plugins::JQueryPlugin
  JQDataTablesPlugin perl Foswiki::Plugins::JQueryPlugin
  JQFullCalendarPlugin perl Foswiki::Plugins::JQueryPlugin
  JQGanttContrib perl Foswiki::Plugins::JQueryPlugin
  JQGridPlugin perl Foswiki::Plugins::JQueryPlugin
  JQMomentContrib perl Foswiki::Plugins::JQueryPlugin
  JQPrettyPhotoContrib perl Foswiki::Plugins::JQueryPlugin
  JQSelect2Contrib perl Foswiki::Plugins::JQueryPlugin
  JQSerialPagerContrib perl Foswiki::Plugins::JQueryPlugin
  JQTablePlugin perl Foswiki::Plugins::JQueryPlugin
  JQTweetContrib perl Foswiki::Plugins::JQueryPlugin
  JQTwistyContrib perl Foswiki::Plugins::JQueryPlugin
  JQueryExtrasPlugin perl Foswiki::Plugins::JQueryPlugin
  JQueryMenuSkin perl Foswiki::Plugins::JQueryPlugin
  JQuerymbComponentsPlugin perl Foswiki::Plugins::JQueryPlugin
  JSCalendarContrib perl Foswiki::Plugins::JQueryPlugin
  JSTreeContrib perl Foswiki::Plugins::JQueryPlugin
  LazyLoadPlugin perl Foswiki::Plugins::JQueryPlugin
  LikePlugin perl Foswiki::Plugins::JQueryPlugin
  ListyPlugin perl Foswiki::Plugins::JQueryPlugin
  MediaElementPlugin perl Foswiki::Plugins::JQueryPlugin
  MoreFormfieldsContrib perl Foswiki::Plugins::JQueryPlugin
  MoreFormfieldsPlugin perl Foswiki::Plugins::JQueryPlugin
  NatEditPlugin perl Foswiki::Plugins::JQueryPlugin
  NatSkin perl Foswiki::Plugins::JQueryPlugin
  NatSkinPlugin perl Foswiki::Plugins::JQueryPlugin
  NuSkin perl Foswiki::Plugins::JQueryPlugin
  PatternSkin perl Foswiki::Plugins::JQueryPlugin
  PersonalInfoAddOn perl Foswiki::Plugins::JQueryPlugin
  RedDotPlugin perl Foswiki::Plugins::JQueryPlugin
  RenderPlugin perl Foswiki::Plugins::JQueryPlugin
  SolrPlugin perl Foswiki::Plugins::JQueryPlugin
  TagMePlugin perl Foswiki::Plugins::JQueryPlugin
  TaskManagementContrib perl Foswiki::Plugins::JQueryPlugin
  TinyMCECleanStickyBitsPlugin perl Foswiki::Plugins::JQueryPlugin
  TinyMCEPlugin perl Foswiki::Plugins::JQueryPlugin
  TopMenuSkin perl Foswiki::Plugins::JQueryPlugin
  TopicInteractionPlugin perl Foswiki::Plugins::JQueryPlugin
  TwistyPlugin perl Foswiki::Plugins::JQueryPlugin
  TwitterBootstrapContrib perl Foswiki::Plugins::JQueryPlugin
  UploadPlugin perl Foswiki::Plugins::JQueryPlugin
  WebDAVLinkPlugin perl Foswiki::Plugins::JQueryPlugin
  WebsiteGalleryContrib perl Foswiki::Plugins::JQueryPlugin
  perl Foswiki::Plugins::LikePlugin MetaCommentPlugin perl Foswiki::Plugins::LikePlugin
  perl Foswiki::Plugins::ListyPlugin NatSkin perl Foswiki::Plugins::ListyPlugin
  perl Foswiki::Plugins::MediaElementPlugin TopicInteractionPlugin perl Foswiki::Plugins::MediaElementPlugin
  perl Foswiki::Plugins::MetaCommentPlugin BlogPlugin perl Foswiki::Plugins::MetaCommentPlugin
  NatSkin perl Foswiki::Plugins::MetaCommentPlugin
  NatSkinPlugin perl Foswiki::Plugins::MetaCommentPlugin
  TopicInteractionPlugin perl Foswiki::Plugins::MetaCommentPlugin
  perl Foswiki::Plugins::MetaDataPlugin ICalPlugin perl Foswiki::Plugins::MetaDataPlugin
  MultiLingualPlugin perl Foswiki::Plugins::MetaDataPlugin
  PasswordPlugin perl Foswiki::Plugins::MetaDataPlugin
  WikiWorkbenchContrib perl Foswiki::Plugins::MetaDataPlugin
  perl Foswiki::Plugins::MimeIconPlugin ActivityStreamPlugin perl Foswiki::Plugins::MimeIconPlugin
  HarvestPlugin perl Foswiki::Plugins::MimeIconPlugin
  NatSkin perl Foswiki::Plugins::MimeIconPlugin
  NatSkinPlugin perl Foswiki::Plugins::MimeIconPlugin
  TopicInteractionPlugin perl Foswiki::Plugins::MimeIconPlugin
  perl Foswiki::Plugins::MoreFormfieldsPlugin ClassificationPlugin perl Foswiki::Plugins::MoreFormfieldsPlugin
  perl Foswiki::Plugins::MultiLingualPlugin FlexFormPlugin perl Foswiki::Plugins::MultiLingualPlugin
  NatSkin perl Foswiki::Plugins::MultiLingualPlugin
  NatSkinPlugin perl Foswiki::Plugins::MultiLingualPlugin
  WikiWorkbenchContrib perl Foswiki::Plugins::MultiLingualPlugin
  perl Foswiki::Plugins::NatEditPlugin BlogPlugin perl Foswiki::Plugins::NatEditPlugin
  ClassificationPlugin perl Foswiki::Plugins::NatEditPlugin
  EditChapterPlugin perl Foswiki::Plugins::NatEditPlugin
  NatSkin perl Foswiki::Plugins::NatEditPlugin
  NatSkinPlugin perl Foswiki::Plugins::NatEditPlugin
  WikiWorkbenchContrib perl Foswiki::Plugins::NatEditPlugin
  perl Foswiki::Plugins::NatSkinPlugin NatSkin perl Foswiki::Plugins::NatSkinPlugin
  perl Foswiki::Plugins::ObjectPlugin FullCalendarPlugin perl Foswiki::Plugins::ObjectPlugin
  perl Foswiki::Plugins::PageOptimizerPlugin NatSkin perl Foswiki::Plugins::PageOptimizerPlugin
  NatSkinPlugin perl Foswiki::Plugins::PageOptimizerPlugin
  perl Foswiki::Plugins::RedDotPlugin NatSkin perl Foswiki::Plugins::RedDotPlugin
  perl Foswiki::Plugins::RenderPlugin ClassificationPlugin perl Foswiki::Plugins::RenderPlugin
  EditChapterPlugin perl Foswiki::Plugins::RenderPlugin
  ListyPlugin perl Foswiki::Plugins::RenderPlugin
  MetaCommentPlugin perl Foswiki::Plugins::RenderPlugin
  NatSkin perl Foswiki::Plugins::RenderPlugin
  NatSkinPlugin perl Foswiki::Plugins::RenderPlugin
  TaskManagementContrib perl Foswiki::Plugins::RenderPlugin
  TopicInteractionPlugin perl Foswiki::Plugins::RenderPlugin
  perl Foswiki::Plugins::SecurityHeadersPlugin NatSkin perl Foswiki::Plugins::SecurityHeadersPlugin
  NatSkinPlugin perl Foswiki::Plugins::SecurityHeadersPlugin
T perl Foswiki::Plugins::SemanticLinksPlugin BibtexFormfieldPlugin cpan Foswiki::Plugins::SemanticLinksPlugin
  perl Foswiki::Plugins::SetTopicValuesPlugin FoswikiApplicationsContrib perl Foswiki::Plugins::SetTopicValuesPlugin
  perl Foswiki::Plugins::SetVariablePlugin NatEditPlugin perl Foswiki::Plugins::SetVariablePlugin
  TaskManagementContrib perl Foswiki::Plugins::SetVariablePlugin
  perl Foswiki::Plugins::SmiliesPlugin ChecklistPlugin perl Foswiki::Plugins::SmiliesPlugin
  HolidaylistPlugin perl Foswiki::Plugins::SmiliesPlugin
  perl Foswiki::Plugins::SolrPlugin BlogPlugin perl Foswiki::Plugins::SolrPlugin
  JQGridPlugin perl Foswiki::Plugins::SolrPlugin
  LikePlugin perl Foswiki::Plugins::SolrPlugin
  MetaCommentPlugin perl Foswiki::Plugins::SolrPlugin
  perl Foswiki::Plugins::SpreadSheetPlugin BioKbPlugin perl Foswiki::Plugins::SpreadSheetPlugin
  BlogAddOn perl Foswiki::Plugins::SpreadSheetPlugin
  EcoTrashPlugin perl Foswiki::Plugins::SpreadSheetPlugin
  TipsContrib perl Foswiki::Plugins::SpreadSheetPlugin
  perl Foswiki::Plugins::SqlPlugin SqlGridPlugin perl Foswiki::Plugins::SqlPlugin
  perl Foswiki::Plugins::SubscribePlugin NuSkin perl Foswiki::Plugins::SubscribePlugin
  perl Foswiki::Plugins::TablePlugin BaseSkin perl Foswiki::Plugins::TablePlugin
  EcoTrashPlugin perl Foswiki::Plugins::TablePlugin
  PatternSkin perl Foswiki::Plugins::TablePlugin
  perl Foswiki::Plugins::TagCloudPlugin BlogPlugin perl Foswiki::Plugins::TagCloudPlugin
  perl Foswiki::Plugins::TagMePlugin NuSkin perl Foswiki::Plugins::TagMePlugin
  perl Foswiki::Plugins::TestFixturePlugin UnitTestContrib perl Foswiki::Plugins::TestFixturePlugin
  perl Foswiki::Plugins::TimeSincePlugin ActivityStreamPlugin perl Foswiki::Plugins::TimeSincePlugin
  perl Foswiki::Plugins::TinyMCEPlugin CrossTopicDiffPlugin perl Foswiki::Plugins::TinyMCEPlugin
  ImgMapPlugin perl Foswiki::Plugins::TinyMCEPlugin
  TinyMCECleanStickyBitsPlugin perl Foswiki::Plugins::TinyMCEPlugin
  TinyMCEUsabilityUpgradePlugin perl Foswiki::Plugins::TinyMCEPlugin
  perl Foswiki::Plugins::TopicCreatePlugin TopicClassificationAddOn perl Foswiki::Plugins::TopicCreatePlugin
  perl Foswiki::Plugins::TopicDataHelperPlugin AttachmentListPlugin perl Foswiki::Plugins::TopicDataHelperPlugin
  FormFieldListPlugin perl Foswiki::Plugins::TopicDataHelperPlugin
  TopicCountPlugin perl Foswiki::Plugins::TopicDataHelperPlugin
  perl Foswiki::Plugins::TopicInteractionPlugin NatSkin perl Foswiki::Plugins::TopicInteractionPlugin
  NatSkinPlugin perl Foswiki::Plugins::TopicInteractionPlugin
  WikiWorkbenchContrib perl Foswiki::Plugins::TopicInteractionPlugin
  perl Foswiki::Plugins::TopicListPlugin TinyMCEUsabilityUpgradePlugin perl Foswiki::Plugins::TopicListPlugin
  perl Foswiki::Plugins::TreeBrowserPlugin NuSkin perl Foswiki::Plugins::TreeBrowserPlugin
  perl Foswiki::Plugins::TreePlugin NuSkin perl Foswiki::Plugins::TreePlugin
  TopicClassificationAddOn perl Foswiki::Plugins::TreePlugin
  perl Foswiki::Plugins::TwistyPlugin BaseSkin perl Foswiki::Plugins::TwistyPlugin
  PatternSkin perl Foswiki::Plugins::TwistyPlugin
  TaskManagementContrib perl Foswiki::Plugins::TwistyPlugin
  perl Foswiki::Plugins::VotePlugin BioKbPlugin perl Foswiki::Plugins::VotePlugin
  perl Foswiki::Plugins::WebLinkPlugin NatSkin perl Foswiki::Plugins::WebLinkPlugin
  NatSkinPlugin perl Foswiki::Plugins::WebLinkPlugin
  perl Foswiki::Plugins::WebPermissionsPlugin NuSkin perl Foswiki::Plugins::WebPermissionsPlugin
  perl Foswiki::Plugins::WorkflowPlugin ClassificationPlugin perl Foswiki::Plugins::WorkflowPlugin
  perl Foswiki::Plugins::WysiwygPlugin FilesysVirtualPlugin perl Foswiki::Plugins::WysiwygPlugin
  TinyMCEPlugin perl Foswiki::Plugins::WysiwygPlugin
  perl Foswiki::Plugins::ZonePlugin BlogAddOn perl Foswiki::Plugins::ZonePlugin
  EditChapterPlugin perl Foswiki::Plugins::ZonePlugin
  HistoryPlugin perl Foswiki::Plugins::ZonePlugin
  ImagePlugin perl Foswiki::Plugins::ZonePlugin
  InterwikiPreviewPlugin perl Foswiki::Plugins::ZonePlugin
  JHotDrawPlugin perl Foswiki::Plugins::ZonePlugin
  JQueryPlugin perl Foswiki::Plugins::ZonePlugin
  ListyPlugin perl Foswiki::Plugins::ZonePlugin
  MediaWikiTablePlugin perl Foswiki::Plugins::ZonePlugin
  MetaCommentPlugin perl Foswiki::Plugins::ZonePlugin
  NatEditPlugin perl Foswiki::Plugins::ZonePlugin
  NatSkin perl Foswiki::Plugins::ZonePlugin
  NatSkinPlugin perl Foswiki::Plugins::ZonePlugin
  PatternSkin perl Foswiki::Plugins::ZonePlugin
  TopicInteractionPlugin perl Foswiki::Plugins::ZonePlugin
  perl Foswiki::QuickMenuSkin BioKbPlugin perl Foswiki::QuickMenuSkin
  perl Foswiki::SocialBookmarkingAddOn BioKbPlugin perl Foswiki::SocialBookmarkingAddOn
  perl Foswiki::SubscribePlugin BioKbPlugin perl Foswiki::SubscribePlugin
  perl Foswiki::Time PatchFoswikiContrib perl Foswiki::Time
  perl Foswiki::TwistyPlugin BioKbPlugin perl Foswiki::TwistyPlugin
  perl Foswiki::Users::TopicUserMappingContrib HTTPDUserAdminContrib perl Foswiki::Users::TopicUserMappingContrib
  perl HTML::LatexLMP GenPDFLatexAddOn perl HTML::LatexLMP
  perl TWiki::Contrib::Build TWikiReleaseTrackerPlugin perl TWiki::Contrib::Build
  perl TWiki::Contrib::BuildContrib DistributionContrib perl TWiki::Contrib::BuildContrib
  TWikiShellContrib perl TWiki::Contrib::BuildContrib
  perl TWiki::Contrib::DistributionContrib TWikiReleaseTrackerPlugin perl TWiki::Contrib::DistributionContrib
  perl TWiki::Contrib::JSCalendarContrib EditHiddenTablePlugin perl TWiki::Contrib::JSCalendarContrib
  perl TWiki::Contrib::TWikiAjaxContrib TWikiAjaxPlugin perl TWiki::Contrib::TWikiAjaxContrib
  perl TWiki::Contrib::TWikiInstallerContrib TWikiPluginInstallerContrib perl TWiki::Contrib::TWikiInstallerContrib
  perl TWiki::Contrib::TdbContrib WebDAVPlugin perl TWiki::Contrib::TdbContrib
  perl TWiki::Contrib::YahooUserInterfaceContrib AutoCompleteAddOn perl TWiki::Contrib::YahooUserInterfaceContrib
  perl TWiki::Func TasksPlugin perl TWiki::Func
  perl TWiki::Plugins TasksPlugin perl TWiki::Plugins
  perl TWiki::Plugins::BehaviourContrib TWikiAjaxContrib perl TWiki::Plugins::BehaviourContrib
  TWikiAjaxPlugin perl TWiki::Plugins::BehaviourContrib
  perl TWiki::Plugins::ControlsPlugin XpTrackerPlugin perl TWiki::Plugins::ControlsPlugin
  perl TWiki::Plugins::EditHiddenTablePlugin XpTrackerPlugin perl TWiki::Plugins::EditHiddenTablePlugin
  perl TWiki::Plugins::JSPopupPlugin InlineEditPlugin perl TWiki::Plugins::JSPopupPlugin
  perl TWiki::Plugins::OoPlugin PageStatsPlugin perl TWiki::Plugins::OoPlugin
  perl TWiki::Plugins::TablePlugin SlionSkin perl TWiki::Plugins::TablePlugin
  perl TWiki::Plugins::TaskExePlugin TaskExeContrib perl TWiki::Plugins::TaskExePlugin
  perl TWiki::Plugins::TwistyPlugin SlionSkin perl TWiki::Plugins::TwistyPlugin
  perl TWiki::Plugins::WysiwygPlugin InlineEditPlugin perl TWiki::Plugins::WysiwygPlugin
  KupuContrib perl TWiki::Plugins::WysiwygPlugin
  WikiwygContrib perl TWiki::Plugins::WysiwygPlugin
  perl TWiki::Plugins::YahooUserInterfaceContrib TWikiAjaxContrib perl TWiki::Plugins::YahooUserInterfaceContrib

DEPENDENCIES in need of amendment

This table just selects the dependencies from the above table that I'm recommending are re-typed and/or re-named. I would also recommend changing all entries of type 'perl' to type 'foswiki' as that better reflects the nature of the dependency.

Change Normalised Required As Given
Code Type Dependency Required By Type Dependency
T cpan APR::Table WebDAVContrib perl APR::Table
T cpan Apache2::Const WebDAVContrib perl Apache2::Const
T cpan Apache2::RequestIO WebDAVContrib perl Apache2::RequestIO
T cpan Apache2::RequestRec WebDAVContrib perl Apache2::RequestRec
T cpan Archive::Zip DownloadZipPlugin perl Archive::Zip
T cpan Convert::PEM TasksPlugin required Convert::PEM
T cpan I18N::AcceptLanguage TopicTranslationsPlugin perl I18N::AcceptLanguage
T cpan IO::File BatchUploadPlugin required IO::File
T cpan MIME::Base64 TasksPlugin unknown MIME::Base64
T cpan MongoDB MongoDBPlugin perl MongoDB
T cpan Template TemplateToolkitPlugin perl Template
T cpan Text::ParseWords TasksPlugin unknown Text::ParseWords
T cpan Tie::IxHash MongoDBPlugin perl Tie::IxHash
T cpan WWW::Honeypot::httpBL HoneyPotPlugin perl WWW::Honeypot::httpBL
T external ImageMagick FlowchartPlugin c ImageMagick
T external ImageMagick MsOfficeAttachmentsAsHTMLPlugin unknown ImageMagick
T external Swish SearchEngineSwishEAddOn program Swish
T external abiword StringifierContrib c abiword
T external antiword StringifierContrib c antiword
T external catdoc SearchEngineSwishEAddOn program catdoc
T external catdoc StringifierContrib c catdoc
T external dvipng MathModePlugin c dvipng
T external enscript SyntaxHighlightingPlugin c enscript
T external gd ChartPlugin c gd
T external html2text StringifierContrib c html2text
T external htmldoc PublishPlugin c htmldoc
T external latex2html MathModePlugin c latex2html
T external libgd GaugePlugin c libgd
T external libpng GaugePlugin c libpng
T external libxml2 SoapPlugin c libxml2
T external odt2txt StringifierContrib c odt2txt
T external pdf_convertor SearchEngineSwishEAddOn program pdf_convertor
T external pdftotext StringifierContrib c pdftotext
T external ploticus EasyTimelinePlugin c ploticus
T external ppthtml StringifierContrib c ppthtml
T external soffice StringifierContrib c soffice
T external swftools FlexPaperPlugin c swftools
T external wkhtmltopdf PdfPlugin c wkhtmltopdf
T external wvHTML MsOfficeAttachmentsAsHTMLPlugin unknown wvHTML
T external wvWare StringifierContrib c wvWare
N perl Foswiki::Contrib::PatchFoswikiContrib PatchItem12225Contrib perl PatchFoswikiContrib
T perl Foswiki::Func DBIQueryPlugin cpan Foswiki::Func
T perl Foswiki::Func DatabaseContrib cpan Foswiki::Func
T perl Foswiki::Plugins DBIQueryPlugin cpan Foswiki::Plugins
T perl Foswiki::Plugins::DBCachePlugin PhyloWidgetPlugin plugin Foswiki::Plugins::DBCachePlugin
T perl Foswiki::Plugins::FlexFormPlugin BibtexFormfieldPlugin cpan Foswiki::Plugins::FlexFormPlugin
T perl Foswiki::Plugins::JQGridPlugin BibtexFormfieldPlugin cpan Foswiki::Plugins::JQGridPlugin
T perl Foswiki::Plugins::SemanticLinksPlugin BibtexFormfieldPlugin cpan Foswiki::Plugins::SemanticLinksPlugin

Normalized Extension 'info' Table Keys

The lack of standardization makes it hard to locate this table in topic text.

Nomalized key Keys found Count
Appraisal Appraisal: 18
Author Add-on Author: 3
  Author 2
  Author(s): 73
  Author, By 1
  Author: 56
  Authors: 10
  Contrib Author(s) 1
  Contrib Author(s): 5
  Contrib Author: 3
  Create Author, Creator 1
  Plug-in Author: 1
  Plugin Author(s): 18
  Plugin Author: 70
  Plugin Authors: 1
  Previous Author(s): 5
  Previous Author: 1
  Skin Author: 2
Base Name Base Name: 9
Benchmark Foswiki:Extensions/Benchmark: 1
  TWiki:Plugins/Benchmark: 1
  Benchmarks: 1
Changes Change History: 274
  Change History: 1
  Change History: 1
  Change History: 29
  Changes: 1
  History: 5
  Modified, Changed 1
Copyright Copyright 5
  Copyright ©: 41
  Copyright ©: 2012, Timothe Litt, All Rights Reserved 1
  Copyright ©: 4
  Copyright: 177
Created, Create Date Created, Create Date 1
DemoUrl Demo url: 3
  Demo: 1
Dependencies CPAN Dependencies: 58
  Dependencies 1
  Dependencies: 199
  Dependency: 4
  Foswiki Dependency: 29
  Other Dependencies: 57
  TWiki Dependency: 3
Description Description: 3
Development Developer page: 1
  Development: 7
  Download: 1
Feedback Feedback: 42
Form Form 1
Home Add-on Home: 13
  Contrib Home 1
  Contrib Home: 9
  Home 2
  Home page: 75
  Home: 79
  Plug-in Home: 1
  Plugin Home: 76
  Skin Home: 3
Icon Icon: 1
Image, Photo Image, Photo 1
License License 3
  License: 226
  Plugin License: 1
  SIMILE Timeline License: 1
Perl Perl Version: 61
Plasticbug logo Plasticbug logo 1
Preview Preview: 9
Release Plugin Release: 16
  Release 3
  Release: 132
Screenshot Screenshot: 10
SupportUrl Support 3
  Support: 184
  Support:: 1
Tasks Bug reports: 1
  Tasks: 2
Title, TopicTitle Title, TopicTitle 1
Topic Topic 1
Version Add-on Version: 2
  AddOn Version: 1
  Contrib Version: 3
  Plug-in Version: 1
  Plugin Version: 61
  Skin Version: 3
  Version 3
  Version: 169
Workflow Workflow 1

I Attachment Action Size Date Who Comment
analyseAll.txttxt analyseAll.txt manage 1 MB 11 Sep 2016 - 18:38 JulianLevens List of errors Extension by Extension
Topic revision: r7 - 26 Sep 2016, GeorgeClark
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy