Navigation Menu

Skip to content

Commit

Permalink
Item13616: Initial commit of not finished plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethLavrsen committed Aug 11, 2015
0 parents commit 99905aa
Show file tree
Hide file tree
Showing 8 changed files with 567 additions and 0 deletions.
33 changes: 33 additions & 0 deletions data/System/MultiSearchPlugin.txt
@@ -0,0 +1,33 @@
%META:TOPICINFO{author="ProjectContributor" date="1426439233" format="1.1" version="1"}%
%META:TOPICPARENT{name="Plugins"}%
<!--
One line description, required for extensions repository catalog.
* Set SHORTDESCRIPTION = %$SHORTDESCRIPTION%
-->
---+!! MultiSearchPlugin

%SHORTDESCRIPTION%

%TOC%


---++ Installation

%$INSTALL_INSTRUCTIONS%

---++ Plugin Info

| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 1.0 | Initial release |
| Dependencies: | %$DEPENDENCIES% |


%META:FORM{name="PackageForm"}%
%META:FIELD{name="Author" title="Author" value="KennethLavrsen"}%
%META:FIELD{name="Version" title="Version" value="%$VERSION%"}%
%META:FIELD{name="Release" title="Release" value="%$RELEASE%"}%
%META:FIELD{name="Copyright" value="%$CREATEDYEAR%, KennethLavrsen, All Rights Reserved"}%
%META:FIELD{name="License" value="GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]])"}%
%META:FIELD{name="Repository" value="https://github.com/foswiki/%$ROOTMODULE%"}%
%META:FIELD{name="Home" value="http://foswiki.org/Extensions/%$ROOTMODULE%"}%
%META:FIELD{name="Support" value="http://foswiki.org/Support/%$ROOTMODULE%"}%
21 changes: 21 additions & 0 deletions data/System/VarMULTISEARCH.txt
@@ -0,0 +1,21 @@
%META:TOPICINFO{author="ProjectContributor" date="1434650530" format="1.1" version="1"}%
%META:TOPICPARENT{name="Macros"}%
---+ MULTISEARCH -- example macro tag

The =%<nop>MULTISEARCH%= variable is handled by the MultiSearchPlugin

---++ Parameters

| *Parameter* | *Description* | *Default* |
| ="..."= | Unnamed parameter | |
| =text= - | example text | ="..."= |
| =format= | format of report | |

---++ Examples

* =%<nop>MULTISEARCH{"hello" format="| $topic: $summary |"}%=
%STOPINCLUDE%

---++ Related

MultiSearchPlugin
21 changes: 21 additions & 0 deletions data/System/VarPERIODSEARCH.txt
@@ -0,0 +1,21 @@
%META:TOPICINFO{author="ProjectContributor" date="1434650530" format="1.1" version="1"}%
%META:TOPICPARENT{name="Macros"}%
---+ PERIODSEARCH -- example macro tag

The =%<nop>PERIODSEARCH%= variable is handled by the MultiSearchPlugin

---++ Parameters

| *Parameter* | *Description* | *Default* |
| ="..."= | Unnamed parameter | |
| =text= - | example text | ="..."= |
| =format= | format of report | |

---++ Examples

* =%<nop>PERIODSEARCH{"hello" format="| $topic: $summary |"}%=
%STOPINCLUDE%

---++ Related

MultiSearchPlugin

0 comments on commit 99905aa

Please sign in to comment.