Changeset 799


Ignore:
Timestamp:
11/19/08 08:55:36 (3 years ago)
Author:
KennethLavrsen
Message:

Item205: More TWiki. to %SYSTEMWEB% updated and some Foswiki links I could not
help creating

Location:
branches/Release04x02/twikiplugins
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • branches/Release04x02/twikiplugins/BuildContrib/data/TWiki/BuildContrib.txt

    r672 r799  
    118118Now install the !BuildContrib. In a subversion checkout, =cd= to the TWiki root 
    119119and =perl pseudo-install.pl BuildContrib=. In a non-subversion environment, 
    120 install the =BuildContrib= package from TWiki.org. 
     120install the =BuildContrib= package from foswiki.org. 
    121121 
    122122---+++ Environment Variables 
     
    125125pick up the components of the build system. Set =TWIKI_LIBS= (which is a 
    126126path, same as =PERL5LIB=) to point to your =lib= directory in your development 
    127 TWiki. =$TWIKI_LIBS= is used to extend @INC _for the duration of the build 
     127Foswiki. =$TWIKI_LIBS= is used to extend @INC _for the duration of the build 
    128128only_, so it won't mask problems during testing. 
    129129 
     
    256256The installer script written by the build process uses the dependency type 
    257257to decide how to install dependant modules. 'cpan' means 'get the module 
    258 from CPAN' and 'perl' means 'get the module from the Plugins web on TWiki.org' 
     258from CPAN' and 'perl' means 'get the module from the Extensions web on foswiki.org' 
    259259(or whatever other repositories the admin has specified using =$TWIKI_PACKAGES= 
    260260or =$PLUGINS_URL=). 
     
    263263When your module (the _depender_) depends on another module (a _dependee_), it is important to think carefully about what version of the dependee your module requires. 
    264264 
    265 When you are working with TWiki modules (such as contribs and plugins) you should list the version number of the module that you tested with. Normally you will want to use a <code>&gt;</code> condition, so that more recent versions will also work. If a dependency on a TWiki module fails (because the module isn't installed, for example) then the installer script will pull *the latest version* of the module from TWiki.org, whether that is the required version or not. This is a limitation of the way plugins are stored on TWiki.org. 
     265When you are working with TWiki modules (such as contribs and plugins) you should list the version number of the module that you tested with. Normally you will want to use a <code>&gt;</code> condition, so that more recent versions will also work. If a dependency on a TWiki module fails (because the module isn't installed, for example) then the installer script will pull *the latest version* of the module from foswiki.org, whether that is the required version or not. This is a limitation of the way plugins are stored on foswiki.org. 
    266266 
    267267When you are working with CPAN modules, you need to take account of the fact that there are *two types* of CPAN modules; _built-ins_ and _add-ons_. 
     
    280280contans <code>ONLYIF ( _condition_ )</code>, where _condition_ is a Perl 
    281281conditional. This is most useful for enabling dependencies only for certain 
    282 versions of TWiki. For example, 
     282versions of Foswiki. For example, 
    283283<verbatim> 
    284284TWiki::Rhinos,>=1.000,perl,Required. Download from TWiki:Plugins/RhinosContrib and install. 
     
    301301     all the files you want to include in the release package 
    302302During development we recommend you use the =pseudo-install.pl= script to 
    303 soft-link your plugin code into your development TWiki. This script uses the 
     303soft-link your plugin code into your development Foswiki. This script uses the 
    304304MANIFEST you write and creates softlinks in your development TWiki that allow 
    305305you to run your test code without having to do a full re-install each time you 
     
    375375   * =cd twikiplugins/BathPlugin/lib/TWiki/Plugins/BathPlugin= 
    376376   * =perl build.pl upload= 
    377 By default the =upload= target will upload to TWiki.org. You will be prompted 
     377By default the =upload= target will upload to foswiki.org. You will be prompted 
    378378to enter an alternate upload target, should you require it (e.g. to upload to 
    379379private corporate repository). The upload updates the topic and any associated 
  • branches/Release04x02/twikiplugins/JSCalendarContrib/data/TWiki/JSCalendarContrib.txt

    r789 r799  
    1717 
    1818---++ Summary of Contents 
    19 This module packages the [[http://dynarch.com/mishoo/calendar.epl][Mishoo JSCalendar]] Javascript in a form suitable for use with TWiki. 
     19This module packages the [[http://dynarch.com/mishoo/calendar.epl][Mishoo JSCalendar]] Javascript in a form suitable for use with Foswiki. 
    2020 
    2121---++ Detailed Documentation 
  • branches/Release04x02/twikiplugins/MailerContrib/tools/mailnotify

    r3 r799  
    11#!/usr/bin/perl -w 
    22# 
    3 # TWiki Collaboration Platform, http://TWiki.org/ 
     3# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
    44# 
    55# Copyright (C) 2004 Wind River Systems Inc. 
  • branches/Release04x02/twikiplugins/PreferencesPlugin/data/TWiki/DefaultPreferencesForm.txt

    r707 r799  
    2323| WEBLOGOALT | text | 30 | Home | Logo tooltip text of the logo | S | 
    2424| WIKILOGOIMG | text | 30 | %PUBURL%/%SYSTEMWEB%/ProjectLogos/horzTWiki.gif | URL of a logo image | S | 
    25 | WIKILOGOURL | text | 30 | http://TWiki.org/ | URL under the logo| S | 
    26 | WIKILOGOALT | text | 30 | Powered by TWiki | Logo tooltip text of the logo | S | 
     25| WIKILOGOURL | text | 30 | http://foswiki.org/ | URL under the logo| S | 
     26| WIKILOGOALT | text | 30 | Powered by Foswiki | Logo tooltip text of the logo | S | 
    2727| WIKIWEBLIST | textarea | | [[%MAINWEB%.%HOMETOPIC%][%MAINWEB%]] %SEP% [[%SYSTEMWEB%.%HOMETOPIC%][%SYSTEMWEB%]] %SEP% [[Sandbox.%HOMETOPIC%][Sandbox]] | | S | 
    2828| ATTACHFILESIZELIMIT | text | 30 | 3000 | Maximum size of attachments in KB, 0 for no limit | S | 
  • branches/Release04x02/twikiplugins/TopicUserMappingContrib/data/Main/UserHomepageHeader.txt

    r747 r799  
    44__Note:__ This is a maintenance topic, used by the Wiki administrator. 
    55 
    6 The part between the horizontal rules gets included at the top of every [[%WIKIUSERSTOPIC%]] homepage. The header can be customized to the needs of your organization. For example, show all frequently used fields from the [[%SYSTEMWEB%.UserForm][UserForm]] on top, followed by a personalized portal. The portal can pull content from other places, such as headline news by department, a list of current projects, etc. The TWiki:TWiki.UserHomepageSupplement has some additional documentation and ideas on customizing the homepages. 
     6The part between the horizontal rules gets included at the top of every [[%WIKIUSERSTOPIC%]] homepage. The header can be customized to the needs of your organization. For example, show all frequently used fields from the [[%SYSTEMWEB%.UserForm][UserForm]] on top, followed by a personalized portal. The portal can pull content from other places, such as headline news by department, a list of current projects, etc. 
    77 
    88----- 
  • branches/Release04x02/twikiplugins/TopicUserMappingContrib/lib/TWiki/Contrib/TopicUserMappingContrib.pm

    r707 r799  
    1 # Contrib for TWiki Collaboration Platform, http://TWiki.org/ 
     1# Contrib for Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
    22# 
    33# This program is free software; you can redistribute it and/or 
  • branches/Release04x02/twikiplugins/UnitTestContrib/lib/TWiki/Contrib/UnitTestContrib.pm

    r21 r799  
    1 # Contrib for TWiki Collaboration Platform, http://TWiki.org/ 
     1# Contrib for Foswiki - The Free Open Source Wiki, http://foswiki.org 
    22# 
    33# This program is free software; you can redistribute it and/or 
  • branches/Release04x02/twikiplugins/UnitTestContrib/test/unit/Fn_INCLUDE.pm

    r21 r799  
    55557 ($includedTopic) 
    56568 #$includedTopic 
    57 9 [[TWiki.$includedTopic]] 
     579 [[System.$includedTopic]] 
    585810 [[$includedTopic]] 
    595911 [[http://fleegle][$includedTopic]] 
     
    83837 ($this->{other_web}.$includedTopic) 
    84848 #$includedTopic 
    85 9 [[TWiki.$includedTopic]] 
     859 [[System.$includedTopic]] 
    868610 [[$this->{other_web}.$includedTopic][$includedTopic]] 
    878711 [[http://fleegle][$includedTopic]] 
  • branches/Release04x02/twikiplugins/UnitTestContrib/test/unit/FormattingTests.pm

    r21 r799  
    295295    my $this     = shift; 
    296296    my $expected = <<EXPECTED; 
    297 <a class="twikiLink" href="$this->{sup}/TWiki/WebRssBase">TWiki.WebRss <nop>Base</a> 
    298 EXPECTED 
    299  
    300     my $actual = <<ACTUAL; 
    301 [[TWiki.WebRss Base]] 
     297<a class="twikiLink" href="$this->{sup}/System/WebRssBase">System.WebRss <nop>Base</a> 
     298EXPECTED 
     299 
     300    my $actual = <<ACTUAL; 
     301[[System.WebRss Base]] 
    302302ACTUAL 
    303303    $this->do_test( $expected, $actual ); 
Note: See TracChangeset for help on using the changeset viewer.