Skip to content

Commit

Permalink
Item5869:Item8121: detwikification & minor docu changes
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/GluePlugin@3494 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Apr 17, 2009
1 parent 5a94b79 commit fd6e7b6
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 22 deletions.
29 changes: 13 additions & 16 deletions data/TWiki/GluePlugin.txt → data/System/GluePlugin.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1195829708" format="1.1" reprev="1.2" version="$Rev$"}%
%META:TOPICINFO{author="ProjectContributor" date="1195829708" format="1.1" version="$Rev$"}%
<!--

PLEASE DO NOT EDIT THIS TOPIC
Expand Down Expand Up @@ -26,7 +26,7 @@ beginning of a line and recombine consecutive lines again. Basically, there
are two ways of glueing and recombining lines by either removing all whitespaces
between two lines using =%*~~= or
by removing all whitespaces and separateing lines with a
single space using =%~~~=.
single space using =~~~=.
There's a helper character sequence =%~~= that prevents the engine to
interprete tags before the GluePlugin could reformat the text.
In addition there's a glue sequence =#~~= to insert comments within a <nop>TopicMarkup
Expand Down Expand Up @@ -116,7 +116,7 @@ which will be recombined to
</verbatim>

---++ Examples
<table class="twikiTable">
<table class="foswikiTable">
<tr><th> You type: </th></tr>
<tr><td>
<verbatim>
Expand All @@ -139,7 +139,7 @@ This is a line
</td></tr>
</table>

<table class="twikiTable">
<table class="foswikiTable">
<tr><th>You type:</th></tr>
<tr><td>
<verbatim>
Expand All @@ -156,7 +156,7 @@ Glue
</td></tr>
</table>

<table class="twikiTable">
<table class="foswikiTable">
<tr><th>You type:</th></tr>
<tr><td>
<verbatim>
Expand Down Expand Up @@ -187,7 +187,7 @@ Oranges
</td></tr>
</table>

<table class="twikiTable">
<table class="foswikiTable">
<tr><th>You type:</th></tr>
<tr><td>
<verbatim>
Expand All @@ -214,24 +214,20 @@ Oranges
</td></tr>
</table>
<style type="text/css">
.twikiTable {
.foswikiTable {
width:100%;
}
.twikiTable th {
.foswikiTable th {
text-align:left;
}
.twikiTable pre {
.foswikiTable pre {
margin:0px;
}
</style>

---++ Plugin Installation Instructions
%$INSTALL_INSTRUCTIONS%

* [[%ATTACHURL%/%TOPIC%.zip][Download]] the ZIP file
* Unzip it in your twiki installation directory. Content:
| *File:* | *Description:* |
%$MANIFEST%
* Visit =configure= in your installation, and enable the plugin in the {Plugins} section.
* Set the plugins evaluation order to put the GluePlugin in first position, e.g.
<verbatim>$Foswiki::cfg{PluginsOrder} = 'GluePlugin,IfDefinedPlugin,SpreadSheetPlugin';</verbatim>
* If the plugin is installed correctly then the following two fruits
Expand All @@ -248,8 +244,9 @@ Oranges
| Plugin Author: | Michael Daum |
| Copyright &copy;: | 2005-2009, Michael Daum http://michaeldaumconsulting.com |
| License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) |
| Plugin Version: | v2.10 |
| Plugin Version: | v2.20 |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 17 Apr 2009: | converted to foswiki |
| 07 Jan 2009: | certified for foswiki/compat |
| 23 Nov 2007: | added way to add comments in the middle of a <nop>TopicMarkup expression |
| 31 Aug 2006: | added NO_PREFS_IN_TOPIC |
Expand All @@ -268,7 +265,7 @@ Oranges
| Other Dependencies: | none |
| Perl Version: | 5.005 |
| Plugin Home: | Foswiki:Extensions/%TOPIC% |
| Feedback: | Foswiki:Extensions/%TOPIC%Dev |
| Support: | Foswiki:Support/%TOPIC% |


%META:FILEATTACHMENT{name="wikiringlogo40x40.png" attr="h" autoattached="0" comment="" date="1190996093" path="wikiringlogo40x40.png" size="2571" user="ProjectContributor" version="1"}%
@@ -1,6 +1,6 @@
# Plugin for Foswiki - The Free and Open Source Wiki, http://foswiki.org/
#
# Copyright (C) 2005-2007 Michael Daum http://michaeldaumconsulting.com
# Copyright (C) 2005-2009 Michael Daum http://michaeldaumconsulting.com
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
Expand All @@ -14,7 +14,7 @@
# http://www.gnu.org/copyleft/gpl.html
#
# =========================
package TWiki::Plugins::GluePlugin;
package Foswiki::Plugins::GluePlugin;
use strict;

# =========================
Expand All @@ -24,7 +24,7 @@ use vars qw(
);

$VERSION = '$Rev$';
$RELEASE = '2.10';
$RELEASE = '2.20';
$NO_PREFS_IN_TOPIC = 1;
$SHORTDESCRIPTION = 'Enable markup to span multiple lines';

Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions lib/Foswiki/Plugins/GluePlugin/MANIFEST
@@ -0,0 +1,3 @@
data/System/GluePlugin.txt 0644
lib/Foswiki/Plugins/GluePlugin.pm 0644
pub/System/GluePlugin/wikiringlogo40x40.png 0644
File renamed without changes.
3 changes: 0 additions & 3 deletions lib/TWiki/Plugins/GluePlugin/MANIFEST

This file was deleted.

File renamed without changes

0 comments on commit fd6e7b6

Please sign in to comment.