RssViewTemplate
View for the rss feeds

%TMPL:DEF{"rsshead"}% %TMPL:END%

%TMPL:DEF{"rssbody"}%%TMPL:END%

%TMPL:DEF{"rsschannel::header"}% Applications - Foswiki https://wiki.physik.rwth-aachen.de/Applications Applications Library /pub/System/ProjectLogos/foswiki-logo.png Applications - Foswiki https://wiki.physik.rwth-aachen.de/Applications en-us Copyright 2026 by contributing authors %TMPL:END%

%TMPL:DEF{"rsschannel::query"}% WikiApplication https://wiki.physik.rwth-aachen.de/Applications/WikiApplication 2019-05-02T09:18:00Z ProjectContributor

New application topic

Title:

title of this topic

Summary:

short description of this topic

Version:

software release number/id/phase

Author:

application author(s)

topic index TopicTitle Summary Version

]]> WikiApplicationTemplate https://wiki.physik.rwth-aachen.de/Applications/WikiApplicationTemplate 2019-05-02T09:18:00Z ProjectContributor

Description

...

Documentation

Inheritance of TopicTypes

Installation

...

Manifest

]]> TopicStubTemplate https://wiki.physik.rwth-aachen.de/Applications/TopicStubTemplate 2019-05-02T09:18:00Z ProjectContributor

]]>
DataFormTemplate https://wiki.physik.rwth-aachen.de/Applications/DataFormTemplate 2019-05-02T09:18:00Z ProjectContributor Name: Type: Size: Values: Description: Attributes: Default: TopicType label 1 ..., WikiTopic topic type     TopicTitle text 75   title     Summary text 75   short description or tagline    

]]>
RenderWikiTopicView https://wiki.physik.rwth-aachen.de/Applications/RenderWikiTopicView 2019-05-02T09:18:00Z ProjectContributor RenderWikiTopicView
(deprecated)
%REVINFO{ " $date - $hour:$min " rev=" IF{ "%NATMAXREV%!=%CURREV%" then="%CURREV%" }: Syntax error in '%NATMAXREV%!=%CURREV%' at '%NATMAXREV%!=%CURREV%' " topic="Applications.RenderWikiTopicView" }% | Version 1 | ]]>
RenderWikiApplicationFactory https://wiki.physik.rwth-aachen.de/Applications/RenderWikiApplicationFactory 2019-05-02T09:18:00Z ProjectContributor

Name:

This is the name of the web that will hold the wiki application. It will become a subweb of the Applications web. Example values: MyCompanyApp, TestApp

Description:

Enter a short description what this wiki app is about. It will be stored in the WebPreferences of your newly created application web.

]]>
RenderRecentChanges https://wiki.physik.rwth-aachen.de/Applications/RenderRecentChanges 2019-05-02T09:18:00Z ProjectContributor
TopicFunction 
Function library
02 May 2019 - 09:18 | ProjectContributor
TopicStub 
a placeholder topic pointing to another one
02 May 2019 - 09:18 | ProjectContributor
RenderRss 
default implementation of an rss view of a single topic
02 May 2019 - 09:18 | ProjectContributor
GNU General Public License, version 2 
Standard Open Source License
02 May 2019 - 09:18 | ProjectContributor
ApplicationTopicViewTemplate 
TopicView for ApplicationTopics
02 May 2019 - 09:18 | ProjectContributor
RenderTopicInstaller 
Render a simple factory to deploy a topic in another web
02 May 2019 - 09:18 | ProjectContributor
TopicTypeTemplate 
Template to create TopicTypes
02 May 2019 - 09:18 | ProjectContributor
WikiTopicViewTemplate 
Generic topic view
02 May 2019 - 09:18 | ProjectContributor
DataFormAttributeTemplate 
Template to create DataFormAttributes
02 May 2019 - 09:18 | ProjectContributor
TopicTemplate 
templates for wiki topics
02 May 2019 - 09:18 | ProjectContributor
ApplicationLicense 
a license for wiki applications
02 May 2019 - 09:18 | ProjectContributor
DocuTopicTemplate 
TopicTemplate for DocuTopics
02 May 2019 - 09:18 | ProjectContributor
RenderIndexItem 
Fallback to render a summary for WikiTopic that does not have a type specific version of to render an index item
02 May 2019 - 09:18 | ProjectContributor
RenderSimpleTopicCreator 
TopicFunction to display a simple form to create a new topic
02 May 2019 - 09:18 | ProjectContributor
RenderWikiApplicationWebHome 
Renders a dashboard for an application web
02 May 2019 - 09:18 | ProjectContributor
RenderFunctionCallers 
Render a list of topics that use a given TopicFunction
02 May 2019 - 09:18 | ProjectContributor
TopicTemplateEditTemplate 
Editor for TopicTemplates
02 May 2019 - 09:18 | ProjectContributor
TopicStubEditTemplate 
02 May 2019 - 09:18 | ProjectContributor
DocuTopic 
application documentation
02 May 2019 - 09:18 | ProjectContributor
WebLexiconViewTemplate 
a view for the WebLexicon
02 May 2019 - 09:18 | ProjectContributor
]]>
DataFormAttribute https://wiki.physik.rwth-aachen.de/Applications/DataFormAttribute 2019-05-02T09:18:00Z ProjectContributor

DataFormAttribute

Title:

Summary:

short description or tagline

topic index TopicTitle Summary WikiApplication Changed

]]>
TopicFunctionTemplate https://wiki.physik.rwth-aachen.de/Applications/TopicFunctionTemplate 2019-05-02T09:18:00Z ProjectContributor

]]>
TopicTypeEditTemplate https://wiki.physik.rwth-aachen.de/Applications/TopicTypeEditTemplate 2019-05-02T09:18:00Z ProjectContributor }% %TMPL:INCLUDE{"Applications.ApplicationTopicEdit"}% %{}%

%{
}%
%TMPL:DEF{"editfields"}%TopicTitle, Summary%TMPL:END%
%{
}%

%{
}%
%TMPL:DEF{"detailstab"}%%TMPL:PREV%%ADDTOZONE{
   "script" 
   id="TOPICTYPE::JS" 
   requires="JQUERYPLUGIN" 
   text="<script type='text/javascript' src='%PUBURLPATH%/Applications/TopicTypeEditTemplate/script.js'></script>"
}%%TMPL:END%
%{
}%

jQuery(function($) {
   var $modeElem = $("[name=TopicNamingMode]"),
       $set1 = $("[name=TopicNameTemplate]").parent(),
       $set2 = $("[name=TopicNameSource]").parent()
               .add($("[name=TopicNamePrefix]").parent())
               .add($("[name=TopicNameSuffix]").parent())
               .add($("[name=TopicNameTransliterate]").parents("div.foswikiFormStep:first"));

   function updateTopicNaming() {
      var val = $modeElem.filter(":checked").val();
      $set1.hide();
      $set2.hide();
      if (val === 'template') {
        $set1.fadeIn();
      } else if (val === 'derived') {
        $set2.fadeIn();
      } else {
         $modeElem.filter("[value=manual]").prop("checked", true);
      }
   }

   $modeElem.on("change", updateTopicNaming);
   updateTopicNaming();
});

]]>
%TMPL:END%

%TMPL:DEF{"rsschannel::footer"}%%TMPL:END% %TMPL:DEF{"rssfooter"}%%TMPL:END%
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 Foswiki? Send feedback