RenderApplicationManifest
Render a list of all files making up a given application

02 May 2019 - 05:27 | Version 1 |

Parameters

  • NAME: name of WikiApplication, defaults to BASEWEB
  • THEWEB: web where the application is located, defaults to BASEWEB

Css

  • twbManifestHolder

Implementation

%STARTINCLUDE%<noautolink>
<div class="twbManifestHolder">
%DBQUERY{
  "WikiApplication='%NAME{default="%EXTRACT{text="%BASEWEB%" pattern=".*/(.+?)$" format="$1"}%"}%'"
  web="%THEWEB{default="%BASEWEB%"}%"
  sort="name"
  header="| *#* | *Name* | *Type* |$n"
  format="| $index | [[$web.$topic][<nop>$topic]] | $formfield(TopicType) |
| | $formfield(Summary) ||"
}%
</div>
</noautolink>%STOPINCLUDE%

Test

# Name Type
1 ApplicationLicense TopicType, DataForm, DocuTopic, ApplicationTopic, WikiTopic
  a license for wiki applications
2 ApplicationLicenseEditTemplate TopicView, ApplicationTopic, WikiTopic
  Editor for ApplicationLicenses
3 ApplicationLicenseViewTemplate TopicView, ApplicationTopic, WikiTopic
  a TopicView for ApplicationLicenses
4 ApplicationTopic TopicType, DataForm, DocuTopic, ApplicationTopic, WikiTopic
  a part of an application
5 ApplicationTopicEditTemplate TopicView, ApplicationTopic, WikiTopic
  Editor for ApplicationTopics
6 ApplicationTopicViewTemplate TopicView, ApplicationTopic, WikiTopic
  TopicView for ApplicationTopics
7 AtomViewTemplate TopicView, ApplicationTopic, WikiTopic
  View for the atom feeds
8 DataEditTemplate TopicView, ApplicationTopic, WikiTopic
  Editor for DataForms
9 DataForm TopicType, DataForm, DocuTopic, ApplicationTopic, WikiTopic
  form definition for structured wiki content
10 DataFormAttribute TopicType, DataForm, DocuTopic, ApplicationTopic, WikiTopic
  value definition for formfields in a DataForm
11 DataFormAttributeEditTemplate TopicView, ApplicationTopic, WikiTopic
  Editor for DataFormAttributes
12 DataFormAttributeViewTemplate TopicView, ApplicationTopic, WikiTopic
  TopicView for DataFormAttributes
13 DataViewTemplate TopicView, ApplicationTopic, WikiTopic
  TopicView for DataForms
14 DocuTopic TopicType, DataForm, DocuTopic, ApplicationTopic, WikiTopic
  application documentation
15 DocuTopicEditTemplate TopicView, ApplicationTopic, WikiTopic
  Editor for DocuTopics
16 DocuTopicViewTemplate TopicView, ApplicationTopic, WikiTopic
  TopicView for DocuTopics
17 FirstSteps DocuTopic, ApplicationTopic, WikiTopic
  What's next: first steps after creating a new workbench web
18 FormEditTemplate TopicView, ApplicationTopic, WikiTopic
  TopicView to edit the DataForm only
19 GetTopicTypes TopicFunction, DocuTopic, ApplicationTopic, WikiTopic
  returns a list of TopicTypes known in the base web
20 GnuGeneralPublicLicense ApplicationLicense, ApplicationTopic, WikiTopic
  Standard Open Source License
21 HiddenFormViewTemplate TopicView, ApplicationTopic, WikiTopic
  View to hide System.DataForms
22 LexiconForm DataForm, ApplicationTopic, WikiTopic
  DataForm for WebLexicon entries
23 RenderApplicationDocumentation TopicFunction, DocuTopic, ApplicationTopic, WikiTopic
  Extracts the documentation section from all parts of a WikiApplication
24 RenderApplicationManifest TopicFunction, DocuTopic, ApplicationTopic, WikiTopic
  Render a list of all files making up a given application
25 RenderDataFormList TopicFunction, DocuTopic, ApplicationTopic, WikiTopic
  Renders a list of DataForms that make use of the given DataFormAttribute
26 RenderFunctionCallers TopicFunction, DocuTopic, ApplicationTopic, WikiTopic
  Render a list of topics that use a given TopicFunction
27 RenderImageSelector TopicFunction, DocuTopic, ApplicationTopic, WikiTopic
  Renders a widget to select an image attached to a topic
28 RenderIndexItem TopicFunction, DocuTopic, ApplicationTopic, WikiTopic
  Fallback to render a summary for WikiTopic that does not have a type specific version of to render an index item
29 RenderInheritanceGraph TopicFunction, DocuTopic, ApplicationTopic, WikiTopic
  a directed graph of TopicType inheritance
30 RenderRecentChanges TopicFunction, DocuTopic, ApplicationTopic, WikiTopic
  renders a list of recent changes in a web
31 RenderRss TopicFunction, DocuTopic, ApplicationTopic, WikiTopic
  default implementation of an rss view of a single topic
32 RenderSideBar TopicFunction, ApplicationTopic, WikiTopic
  Render the sidebar navigation for the WikiWorkbench
33 RenderSimpleTopicCreator TopicFunction, DocuTopic, ApplicationTopic, WikiTopic
  TopicFunction to display a simple form to create a new topic
34 RenderTopicInstaller TopicFunction, DocuTopic, ApplicationTopic, WikiTopic
  Render a simple factory to deploy a topic in another web
35 RenderTopicThumbnail TopicFunction, DocuTopic, ApplicationTopic, WikiTopic
  Display thumbnail image for a topic
36 RenderTopicsOfType TopicFunction, DocuTopic, ApplicationTopic, WikiTopic
  Display a table of topcis of a given type
37 RenderWikiApplicationFactory TopicFunction, DocuTopic, ApplicationTopic, WikiTopic
  Renders a form to create a new WikiApplication
38 RenderWikiApplicationWebHome TopicFunction, DocuTopic, ApplicationTopic, WikiTopic
  Renders a dashboard for an application web
39 RenderWikiTopicView TopicFunction, DocuTopic, ApplicationTopic, WikiTopic
   
40 RssViewTemplate TopicView, ApplicationTopic, WikiTopic
  View for the rss feeds
41 TextEditTemplate TopicView, ApplicationTopic, WikiTopic
  TopicView to edit the topic text only
42 TextViewTemplate TopicView, ApplicationTopic, WikiTopic
  Minimal TopicView usefull to generate xml output
43 TopicFunction TopicType, DataForm, DocuTopic, ApplicationTopic, WikiTopic
  Function library
44 TopicFunctionEditTemplate TopicView, ApplicationTopic, WikiTopic
  Editor for TopicFunctions
45 TopicFunctionViewTemplate TopicView, ApplicationTopic, WikiTopic
  TopicView for TopicFunctions
46 TopicStub TopicType, DataForm, DocuTopic, ApplicationTopic, WikiTopic
  a placeholder topic pointing to another one
47 TopicStubEditTemplate TopicView, ApplicationTopic, WikiTopic
   
48 TopicStubViewTemplate TopicView, ApplicationTopic, WikiTopic
   
49 TopicTemplate TopicType, DataForm, DocuTopic, ApplicationTopic, WikiTopic
  templates for wiki topics
50 TopicTemplateTemplate TopicTemplate, ApplicationTopic, WikiTopic
  Template to create a TopicTemplate
51 TopicType TopicType, DataForm, DocuTopic, ApplicationTopic, WikiTopic
  TopicType of all TopicTypes
52 TopicTypeEditTemplate TopicView, ApplicationTopic, WikiTopic
  Editor for TopicTypes
53 TopicTypeViewTemplate TopicView, ApplicationTopic, WikiTopic
  TopicView for TopicTypes
54 TopicView TopicType, DataForm, DocuTopic, ApplicationTopic, WikiTopic
  a topic view or edit template
55 TopicViewEditTemplate TopicView, ApplicationTopic, WikiTopic
  Editor for TopicViews
56 TopicViewViewTemplate TopicView, ApplicationTopic, WikiTopic
  TopicView for TopicViews
57 WebHome ApplicationTopic, WikiTopic
  Library of all WikiApplications installed on Middle Fork Home Wiki
58 WebTool TopicType, DataForm, DocuTopic, ApplicationTopic, WikiTopic
  a special page used to manage a web
59 WebToolEditTemplate TopicView, ApplicationTopic, WikiTopic
  Editor for WebTools
60 WebToolViewTemplate TopicView, ApplicationTopic, WikiTopic
  TopicView for WebTools
61 WikiApplication TopicType, DataForm, DocuTopic, ApplicationTopic, WikiTopic
  a documentation topic for a wiki application
62 WikiApplicationEditTemplate TopicView, ApplicationTopic, WikiTopic
  Editor for WikiApplications
63 WikiApplicationViewTemplate TopicView, ApplicationTopic, WikiTopic
  TopicView for WikiApplications
64 WikiTopic TopicType, DataForm, DocuTopic, ApplicationTopic, WikiTopic
  a base topic for wiki content
65 WikiTopicEditTemplate TopicView, ApplicationTopic, WikiTopic
  TopicView to edit a WikiTopic
66 WikiTopicViewTemplate TopicView, ApplicationTopic, WikiTopic
  Generic topic view

Calls to 'RenderApplicationManifest'

Copyright

© 2006-2019 Michael Daum http://michaeldaumconsulting.com

This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. For more details read the LICENSE.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, to the extent permitted by law; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Middle Fork Home Wiki? Send feedback
Syndicate this site RSS