Changeset 906


Ignore:
Timestamp:
11/24/08 09:48:21 (3 years ago)
Author:
SvenDowideit
Message:

Item273: rename twiki.tmpl -> foswiki.tmpl

Location:
trunk
Files:
2 added
159 edited
1 copied
12 moved

Legend:

Unmodified
Added
Removed
  • trunk/ActionTrackerPlugin/templates/edit.action.tmpl

    r23 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:DEF{"copyright"}%%TMPL:END% 
    33%TMPL:DEF{"main"}% 
  • trunk/AnyWikiDrawPlugin/templates/anywikidraw.tmpl

    r464 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/BlackListPlugin/templates/oopsblacklist.tmpl

    r46 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:DEF{"titleaction"}%(oops) %TMPL:END% 
    33%TMPL:DEF{"webaction"}% *Attention* %TMPL:END% 
  • trunk/CompareRevisionsAddOn/templates/compare.tmpl

    r66 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:INCLUDE{"viewtopicactionbuttons"}% 
    33 
  • trunk/DandruffSkin/lib/TWiki/Contrib/DandruffSkin/MANIFEST

    r79 r906  
    66pub/TWiki/DandruffSkin/sidebar_bg.jpg 0440 
    77data/TWiki/SideBar.txt 0660 
    8 templates/twiki.seneca.tmpl 0440 
     8templates/foswiki.seneca.tmpl 0440 
    99templates/view.seneca.tmpl 0440 
    1010templates/attach.dandruff.tmpl 0440 
    1111templates/edit.dandruff.tmpl 0440 
    12 templates/twiki.dandruff.tmpl 0440 
     12templates/foswiki.dandruff.tmpl 0440 
    1313templates/attach.seneca.tmpl 0440 
    1414templates/edit.seneca.tmpl 0440 
  • trunk/DandruffSkin/templates/attach.dandruff.tmpl

    r79 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:DEF{"attach"}% 
    33%TMPL:DEF{"script"}% 
  • trunk/DandruffSkin/templates/attach.seneca.tmpl

    r79 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:DEF{"attach"}% 
    33%TMPL:DEF{"script"}% 
  • trunk/DandruffSkin/templates/edit.dandruff.tmpl

    r464 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:DEF{"script"}% 
    33function initForm() { 
  • trunk/DandruffSkin/templates/edit.seneca.tmpl

    r464 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:DEF{"script"}% 
    33function initForm() { 
  • trunk/DandruffSkin/templates/view.dandruff.tmpl

    r79 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:DEF{"pagemenu"}% %TMPL:P{"default_pagemenu"}% %TMPL:END% 
    33%TMPL:P{"html_start"}% 
  • trunk/DandruffSkin/templates/view.seneca.tmpl

    r79 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:DEF{"pagemenu"}% %TMPL:P{"default_pagemenu"}% %TMPL:END% 
    33%TMPL:P{"html_start"}% 
  • trunk/DragonSkin/data/TWiki/DragonSkinInstall.txt

    r765 r906  
    2323        2. Change the templates/dragonmenu.dragon.css file to just have the single line %<nop>INCLUDE{"%SYSTEMWEB%.DragonMenuTopic"}% (or whatever your menu topic is called).  
    2424---+++ Adding site-specific CSS styles 
    25 If you want to add a site-specific CSS style, add it to pub/%<nop>SYSTEMWEB%/DragonSkin/typography.css, since that file is included in every theme.  Alternatively, add another import rule to the definition of dragoncss in templates/twiki.dragon.tmpl that imports a site-specific css file, and put all local styles in that file.  If your style makes use of TWiki variables, add it to templates/dragoncssvars.dragon.tmpl, so variables will get expanded. 
     25If you want to add a site-specific CSS style, add it to pub/%<nop>SYSTEMWEB%/DragonSkin/typography.css, since that file is included in every theme.  Alternatively, add another import rule to the definition of dragoncss in templates/foswiki.dragon.tmpl that imports a site-specific css file, and put all local styles in that file.  If your style makes use of TWiki variables, add it to templates/dragoncssvars.dragon.tmpl, so variables will get expanded. 
    2626 
  • trunk/DragonSkin/templates/attach.dragon.tmpl

    r464 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:DEF{"attach"}% 
    33%TMPL:P{"htmldoctype"}% 
  • trunk/DragonSkin/templates/changeform.dragon.tmpl

    r92 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/DragonSkin/templates/changes.dragon.tmpl

    r92 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/DragonSkin/templates/edit.dragon.tmpl

    r464 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/DragonSkin/templates/moveattachment.dragon.tmpl

    r92 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/DragonSkin/templates/preview.dragon.tmpl

    r464 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/DragonSkin/templates/rdiff.dragon.tmpl

    r92 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/DragonSkin/templates/renamebase.dragon.tmpl

    r464 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:DEF{"rename"}% 
    33%TMPL:P{"htmldoctype"}% 
  • trunk/DragonSkin/templates/search.dragon.tmpl

    r92 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/DragonSkin/templates/searchbookview.dragon.tmpl

    r92 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/DragonSkin/templates/searchformat.dragon.tmpl

    r92 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/DragonSkin/templates/searchrenameview.dragon.tmpl

    r92 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/DragonSkin/templates/view.dragon.tmpl

    r92 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}%<head> 
    33 <title>%TMPL:P{"titleaction"}%%TOPIC% &lt; %WEB% &lt; %WIKITOOLNAME%</title> 
  • trunk/EditContrib/templates/editsection.tmpl

    r894 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:DEF{"focus"}% 
    33try { document.main.text.focus(); } catch (er) {} 
  • trunk/FakeBasicAuthRegPlugin/pub/TWiki/FakeBasicAuthRegPlugin/oopsauth.tmpl

    r733 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:DEF{"titleaction"}%(oops) %TMPL:END% 
    33%TMPL:DEF{"webaction"}% *Attention* %TMPL:END% 
  • trunk/FormsAddOn/templates/oopsfielderr.tmpl

    r141 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:DEF{"titleaction"}%(oops)%TMPL:END% 
    33%TMPL:DEF{"webaction"}% *Attention* %TMPL:END% 
  • trunk/GenerateSearchPlugin/templates/oopsgensearch.tmpl

    r148 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:DEF{"titleaction"}%(oops) %TMPL:END% 
    33%TMPL:DEF{"webaction"}% *%PARAM1%* %TMPL:END% 
  • trunk/JSPopupPlugin/lib/TWiki/Plugins/JSPopupPlugin/MANIFEST

    r185 r906  
    55lib/TWiki/Plugins/JSPopupPlugin.pm  Plugin Perl module  
    66templates/jspopupplugin.javascript.tmpl 
    7 templates/twiki.popup.tmpl 
     7templates/foswiki.popup.tmpl 
  • trunk/JSPopupPlugin/templates/foswiki.popup.tmpl

    r185 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%{ popup skin - no headers or footers, just content }% 
    33%TMPL:DEF{"htmldoctype"}%%TMPL:END% 
  • trunk/KoalaSkin/bin/koalaskin-generate

    r772 r906  
    14291429  templates/sitemap.koala.tmpl 
    14301430  templates/style.koala.tmpl 
    1431   templates/twiki.koala.tmpl 
     1431  templates/foswiki.koala.tmpl 
    14321432  templates/view.koala.tmpl 
    14331433  templates/edit.koala.tmpl 
  • trunk/KoalaSkin/data/TWiki/KoalaSkin.txt

    r886 r906  
    674674        * =templates/style.koala.tmpl= 
    675675          Stub CSS stylesheet. 
    676         * =templates/twiki.koala.tmpl= 
     676        * =templates/foswiki.koala.tmpl= 
    677677          Main template definitions 
    678678        * =templates/view.koala.tmp=,  
     
    711711          (current web is higlighted for a "you are here" effect) 
    712712        * =style.koala.tmpl= The CSS definitions for this web 
    713         * =twiki.koala.tmpl= Definitions used in other templates 
     713        * =foswiki.koala.tmpl= Definitions used in other templates 
    714714        * =view.koala.tmpl= The most used template: viewing pages 
    715715        * =websbar.koala.tmpl= 
  • trunk/KoalaSkin/templates/attach.koala.tmpl

    r189 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:DEF{"attach"}% 
    33%TMPL:DEF{"heading"}%Attachments to topic %TOPIC%%TMPL:END% 
  • trunk/KoalaSkin/templates/changeform.koala.tmpl

    r189 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/KoalaSkin/templates/changes.koala.tmpl

    r189 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22<!-- Mailed diffs template --> 
    33%TMPL:DEF{"titleaction"}%(more)%TMPL:END% 
  • trunk/KoalaSkin/templates/edit-slim.koala.tmpl

    r464 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/KoalaSkin/templates/edit.koala.tmpl

    r189 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/KoalaSkin/templates/moveattachment.koala.tmpl

    r189 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:DEF{"heading"}% Move / Rename attachment %TMPL:END% 
    33%TMPL:P{"htmldoctype"}% 
  • trunk/KoalaSkin/templates/oopscreate.koala.tmpl

    r772 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:DEF{"titleaction"}%(Create new topic) %TMPL:END% 
    33%TMPL:DEF{"webaction"}% *Topic Creation* %TMPL:END% 
  • trunk/KoalaSkin/templates/oopsmore.koala.tmpl

    r189 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:DEF{"titleaction"}%(more)%TMPL:END% 
    33%TMPL:DEF{"webaction"}% *Topic actions* %TMPL:END% 
  • trunk/KoalaSkin/templates/preview.koala.tmpl

    r189 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/KoalaSkin/templates/rdiff.koala.tmpl

    r189 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/KoalaSkin/templates/renamebase.koala.tmpl

    r464 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:DEF{"heading"}%Renaming / Moving topic %TOPIC%%TMPL:END% 
    33%TMPL:DEF{"rename"}% 
  • trunk/KoalaSkin/templates/search.koala.tmpl

    r189 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/KoalaSkin/templates/searchbookview.koala.tmpl

    r189 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/KoalaSkin/templates/searchformat.koala.tmpl

    r189 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/KoalaSkin/templates/searchrenameview.koala.tmpl

    r189 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/KoalaSkin/templates/sitemap-slim.koala.tmpl

    r772 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<!--  OOPS  --> 
  • trunk/KoalaSkin/templates/sitemap.koala.tmpl

    r772 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<!--  OOPS  --> 
  • trunk/KoalaSkin/templates/view.koalaprint.tmpl

    r189 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/LaTeXToMathMLPlugin/data/TWiki/LaTeXToMathMLPlugin.txt

    r899 r906  
    103103                * Set DISABLEDPLUGINS = <nop>MathModePlugin  
    104104 
    105         * Alter the main =twiki.tmpl= template in the TWiki installation, in the 
     105        * Alter the main =foswiki.tmpl= template in the TWiki installation, in the 
    106106                =./templates= directory, or in the sub-directory of any Web that will 
    107107                use this plugin.  The line 
  • trunk/MailPageAddOn/templates/mailpage.tmpl

    r206 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/MoveableTypeSkin/data/TWiki/MoveableTypeSkin.txt

    r788 r906  
    176176---++ Contrib Info 
    177177 
    178 This skin is an example of how to make a [[%SYSTEMWEB%.Skins][Skin]] _without_ duplicating the work of the TWiki Core release. It reuses the default skin, and only adds a =twiki.moveabletype.tmpl=  
     178This skin is an example of how to make a [[%SYSTEMWEB%.Skins][Skin]] _without_ duplicating the work of the TWiki Core release. It reuses the default skin, and only adds a =foswiki.moveabletype.tmpl=  
    179179(and a viewprint that I hope to remove later), and only defines the bare essentials to create HTML that is similar to an existing system. 
    180180 
  • trunk/MoveableTypeSkin/lib/TWiki/Contrib/MoveableTypeSkin/MANIFEST

    r223 r906  
    33 
    44lib/TWiki/Contrib/MoveableTypeSkin.pm  Plugin Perl module  
    5 templates/twiki.moveabletype.tmpl 
     5templates/foswiki.moveabletype.tmpl 
    66templates/viewprint.moveabletype.tmpl 
    77 
  • trunk/MoveableTypeSkin/templates/foswiki.moveabletype.tmpl

    r733 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22 
    33%{ **************************************************************************************************************************************************************************** }% 
  • trunk/MoveableTypeSkin/templates/viewprint.moveabletype.tmpl

    r223 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22 
    33%TMPL:DEF{"form"}%%META{"form"}%%TMPL:END% 
  • trunk/NamespaceManagerAddOn/templates/oopsnewtopic.tmpl

    r228 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:DEF{"titleaction"}%(oops) %TMPL:END% 
    33%TMPL:DEF{"webaction"}% *Attention* %TMPL:END% 
  • trunk/NatSkin/lib/TWiki/Contrib/NatSkin/MANIFEST

    r779 r906  
    126126templates/moveattachment.nat.tmpl 0644 
    127127templates/moveattachmentsidebar.nat.tmpl 0644 
    128 templates/oo2twiki.nat.tmpl 0644 
     128templates/oo2foswiki.nat.tmpl 0644 
    129129templates/oopsaccesschange.nat.tmpl 0644 
    130130templates/oopsaccesscreateweb.nat.tmpl 0644 
  • trunk/NotificationPlugin/templates/changes-single-html.tmpl

    r240 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22 
    33%TMPL:P{"htmldoctype"}% 
  • trunk/NotificationPlugin/templates/changes-srg-html.pattern.tmpl

    r240 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/NotificationPlugin/templates/changes-srg-html.tmpl

    r240 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/NotificationPlugin/templates/htmlchanges.tmpl

    r240 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/NotificationPlugin/templates/view.NP.tmpl

    r240 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/PatternSkin/lib/Foswiki/Contrib/PatternSkin/MANIFEST

    r811 r906  
    103103templates/searchmeta.pattern.tmpl 0444 
    104104templates/settings.pattern.tmpl 0444 
    105 templates/twiki.pattern.tmpl 0444 
     105templates/foswiki.pattern.tmpl 0444 
    106106templates/view.pattern.tmpl 0444 
    107107templates/viewbottombar.pattern.tmpl 0444 
  • trunk/PatternSkin/templates/foswiki.pattern.tmpl

    r714 r906  
    1 %TMPL:INCLUDE{"twiki"}%%TMPL:INCLUDE{"viewtopicactionbuttons"}%%TMPL:INCLUDE{"viewbottombar"}% 
     1%TMPL:INCLUDE{"foswiki"}%%TMPL:INCLUDE{"viewtopicactionbuttons"}%%TMPL:INCLUDE{"viewbottombar"}% 
    22 
    33%TMPL:DEF{"sep"}%<span class='twikiSeparator'>&nbsp;|&nbsp;</span>%TMPL:END% 
  • trunk/PatternSkin/templates/rdiff.pattern.tmpl

    r14 r906  
    11%TMPL:INCLUDE{"searchbase"}% 
    2 %TMPL:INCLUDE{"twiki"}% 
     2%TMPL:INCLUDE{"foswiki"}% 
    33 
    44 
  • trunk/PersonalInfoAddOn/data/_PersonalInfoAddOn04x02/PersonalInfoPictureViewTemplate.txt

    r482 r906  
    11%META:TOPICINFO{author="ProjectContributor" date="1166089765" format="1.1" version="1.1"}% 
    2 %TMPL:INCLUDE{"twiki"}% 
     2%TMPL:INCLUDE{"foswiki"}% 
    33%TMPL:INCLUDE{"attachtables"}% 
    44 
  • trunk/PollPlugin/templates/oopsaccessvote.tmpl

    r682 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:DEF{"titleaction"}%(oops)%TMPL:END% 
    33%TMPL:DEF{"webaction"}% *Attention* %TMPL:END% 
  • trunk/QuickMenuSkin/lib/TWiki/Contrib/QuickMenuSkin/MANIFEST

    r269 r906  
    3131templates/search.quickmenu.tmpl 0444 
    3232templates/searchformat.quickmenu.tmpl 0444 
    33 templates/twiki.quickmenu.tmpl 0444 
     33templates/foswiki.quickmenu.tmpl 0444 
    3434templates/view.plain.quickmenu.tmpl 0444 
    3535templates/view.print.quickmenu.tmpl 0444 
  • trunk/QuickMenuSkin/templates/attach.quickmenu.tmpl

    r714 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22 
    33%TMPL:DEF{"templatescript"}% 
  • trunk/QuickMenuSkin/templates/changeform.quickmenu.tmpl

    r269 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22 
    33%TMPL:DEF{"topicaction"}% <input type="submit" class="twikiSubmit" name="submit" value='%MAKETEXT{"Change form"}%' /> %MAKETEXT{"or"}% <input type="button" class="twikiSubmit" name="backbutton" %MAKETEXT{"value='Cancel' accesskey='c'"}% onclick="history.go(-1)" />%TMPL:END% 
  • trunk/QuickMenuSkin/templates/edit.quickmenu.tmpl

    r894 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:DEF{"focus"}% 
    33try { document.main.text.focus(); } catch (er) {} 
  • trunk/QuickMenuSkin/templates/login.quickmenu.tmpl

    r269 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22 
    33%TMPL:DEF{"windowtitle"}%<title><nop>%WIKITOOLNAME% User Authentication</title>%TMPL:END% 
  • trunk/QuickMenuSkin/templates/moveattachment.quickmenu.tmpl

    r269 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:INCLUDE{"rename"}% 
    33%TMPL:DEF{"titleaction"}%(move attachment) %TMPL:END% 
  • trunk/QuickMenuSkin/templates/preview.quickmenu.tmpl

    r464 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:DEF{"footernote"}%%TMPL:END% 
    33 
  • trunk/QuickMenuSkin/templates/renamebase.quickmenu.tmpl

    r896 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22 
    33%TMPL:DEF{"templatescript"}% 
  • trunk/QuickMenuSkin/templates/view.plain.quickmenu.tmpl

    r269 r906  
    1 %TMPL:INCLUDE{"twiki.quickmenu"}% 
     1%TMPL:INCLUDE{"foswiki.quickmenu"}% 
    22 
    33%TMPL:DEF{"titleaction"}% %REVTITLE% %TMPL:END% 
  • trunk/QuickMenuSkin/templates/view.quickmenu.tmpl

    r464 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22 
    33%TMPL:DEF{"titleaction"}% %REVTITLE% %TMPL:END% 
  • trunk/SearchEnginePluceneAddOn/templates/plucsearch.tmpl

    r291 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/SeeSkin/lib/TWiki/Contrib/SeeSkin/MANIFEST

    r297 r906  
    1111templates/edit.see.tmpl 0440 
    1212templates/preview.see.tmpl 0440 
    13 templates/twiki.see.tmpl 0440 
     13templates/foswiki.see.tmpl 0440 
    1414templates/view.see.tmpl 0440 
    1515lib/TWiki/Contrib/SeeSkin.pm 0440 
  • trunk/SeeSkin/pub/TWiki/SeeSkin/ss-default.css

    r297 r906  
    114114* html #diffs {padding:0;} 
    115115/* Fix IE AccessKey behaviour;  
    116         leave commented out, is handled by twiki.see.tmpl */ 
     116        leave commented out, is handled by foswiki.see.tmpl */ 
    117117/* a { behavior: url(/twiki/pub/Plugins/SeeSkin/akey.htc) } */ 
    118118/* ----------------------- */ 
  • trunk/SeeSkin/templates/edit.see.tmpl

    r464 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/SeeSkin/templates/preview.see.tmpl

    r464 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/SeeSkin/templates/view.see.tmpl

    r297 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/SimpleBlueSkin/lib/TWiki/Contrib/SimpleBlueSkin/MANIFEST

    r301 r906  
    1818templates/searchmeta.simpleblue.tmpl 0440 
    1919templates/searchrenameview.simpleblue.tmpl 0440 
    20 templates/twiki.simpleblue.tmpl 0440 
     20templates/foswiki.simpleblue.tmpl 0440 
    2121templates/view.print.simpleblue.tmpl 0440 
    2222templates/view.simpleblue.tmpl 0440 
  • trunk/SimpleBlueSkin/templates/attach.simpleblue.tmpl

    r464 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22 
    33%TMPL:DEF{"script"}% 
  • trunk/SimpleBlueSkin/templates/changeform.simpleblue.tmpl

    r301 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22 
    33%TMPL:DEF{"script"}% 
  • trunk/SimpleBlueSkin/templates/changes.simpleblue.tmpl

    r301 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22 
    33%TMPL:DEF{"actionstring"}%Changes%TMPL:END% 
  • trunk/SimpleBlueSkin/templates/edit.simpleblue.tmpl

    r464 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:DEF{"script"}% 
    33<script type="text/javascript"> 
  • trunk/SimpleBlueSkin/templates/moveattachment.simpleblue.tmpl

    r301 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:INCLUDE{"renamebase"}% 
    33 
  • trunk/SimpleBlueSkin/templates/oopsmore.simpleblue.tmpl

    r301 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:DEF{"titleaction"}%(more) %TMPL:END% 
    33%TMPL:DEF{"webaction"}% *Topic actions* %TMPL:END% 
  • trunk/SimpleBlueSkin/templates/preview.simpleblue.tmpl

    r464 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22 
    33%TMPL:DEF{"script"}% 
  • trunk/SimpleBlueSkin/templates/rename.simpleblue.tmpl

    r464 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:INCLUDE{"renamebase"}% 
    33 
  • trunk/SimpleBlueSkin/templates/renamebase.simpleblue.tmpl

    r894 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22 
    33%TMPL:DEF{"script"}% 
  • trunk/SimpleBlueSkin/templates/renameconfirm.simpleblue.tmpl

    r464 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:INCLUDE{"renamebase"}% 
    33 
  • trunk/SimpleBlueSkin/templates/renamedelete.simpleblue.tmpl

    r464 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:INCLUDE{"renamebase"}% 
    33 
  • trunk/SimpleBlueSkin/templates/renamerefs.simpleblue.tmpl

    r301 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:INCLUDE{"renamebase"}% 
    33 
  • trunk/SimpleBlueSkin/templates/search.simpleblue.tmpl

    r301 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22 
    33%TMPL:DEF{"actionstring"}%Search Results%TMPL:END% 
  • trunk/SimpleBlueSkin/templates/searchbookview.simpleblue.tmpl

    r301 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22 
    33%TMPL:DEF{"actionstring"}%Search Results%TMPL:END% 
  • trunk/SimpleBlueSkin/templates/searchformat.simpleblue.tmpl

    r301 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:INCLUDE{"search"}% 
    33%TMPL:DEF{"searchbody"}% 
  • trunk/SimpleBlueSkin/templates/searchrenameview.simpleblue.tmpl

    r301 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:INCLUDE{"search"}% 
    33 
  • trunk/SimpleBlueSkin/templates/view.print.simpleblue.tmpl

    r301 r906  
    1 %TMPL:INCLUDE{"twiki.simpleblue"}% 
     1%TMPL:INCLUDE{"foswiki.simpleblue"}% 
    22 
    33%TMPL:DEF{"head"}% 
  • trunk/SimpleBlueSkin/templates/view.simpleblue.tmpl

    r301 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22 
    33%TMPL:DEF{"actionsBottomBar"}%%EDITTOPIC%&nbsp;%TMPL:P{"sep"}%&nbsp;<a href="%SCRIPTURLPATH%/attach%SCRIPTSUFFIX%/%WEB%/%TOPIC%">Attach image or document</a>&nbsp;%TMPL:P{"sep"}%&nbsp;<a href="%SCRIPTURLPATH%/oops%SCRIPTSUFFIX%/%WEB%/%TOPIC%?template=oopsmore&param1=%MAXREV%&param2=%CURRREV%">More topic actions</a>&nbsp;%TMPL:P{"sep"}%&nbsp;<a href="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/SearchResult?scope=text&amp;regex=on&amp;excludetopic=%TOPIC%&amp;search=%SPACEDTOPIC%%5B%5EA-Za-z0-9%5D">Backlinks</a>%TMPL:END% 
  • trunk/SpellCheckAddOn/templates/spellcheck-preview.tmpl

    r464 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/SpellCheckAddOn/templates/spellcheck.tmpl

    r314 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/SpellCheckerPlugin/templates/edit.spellcheck.tmpl

    r464 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/SuggestLinksPlugin/templates/edit.suggest.tmpl

    r464 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/TWikiCompatibilityPlugin/lib/TWiki/Plugins/TWikiCompatibilityPlugin/MANIFEST

    r838 r906  
    22data/TWiki/WebPreferences.txt 0644 Documentation 
    33data/TWiki/TWikiCompatibilityPlugin.txt 0644 Documentation 
     4templates/twiki.tmpl 0644 compatibility template 
    45lib/TWiki/Plugins/TWikiCompatibilityPlugin.pm 0644 Perl module 
    56lib/TWiki/Plugins/TWikiCompatibilityPlugin/Config.spec configuration defaults 
  • trunk/TWikiDrawPlugin/templates/twikidraw.tmpl

    r464 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/TagMePlugin/data/TWiki/TagMePlugin.txt

    r899 r906  
    191191---++ How to put tags on every page 
    192192 
    193 To show the tag interface at the top of the page directly below the breadcrumb (like on twiki.org), use the default template =view.tagme.tmpl= in the templates directory. 
     193To show the tag interface at the top of the page directly below the breadcrumb (like on foswiki.org), use the default template =view.tagme.tmpl= in the templates directory. 
    194194 
    195195This template is in fact a 'skin' template. To enable it, write in [[%USERSWEB%.SitePreferences]]: 
  • trunk/TigerSkinPlugin/lib/TWiki/Plugins/TigerSkinPlugin/MANIFEST

    r350 r906  
    5151templates/edit.tiger.tmpl NEW 
    5252templates/preview.tiger.tmpl NEW 
    53 templates/twiki.tiger.tmpl NEW 
     53templates/foswiki.tiger.tmpl NEW 
    5454templates/view.tiger.tmpl NEW 
  • trunk/TigerSkinPlugin/templates/createtopic.tmpl

    r464 r906  
    1818<BODY bgcolor="#ffffff"> 
    1919 
    20 %TMPL:INCLUDE{"twiki"}% 
     20%TMPL:INCLUDE{"foswiki"}% 
    2121%TMPL:DEF{"titleaction"}%(create topic)%TMPL:END% 
    2222%TMPL:DEF{"webaction"}%Create a new topic in %WEB% Web%TMPL:END% 
  • trunk/TigerSkinPlugin/templates/edit.tiger.tmpl

    r464 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/TigerSkinPlugin/templates/preview.tiger.tmpl

    r464 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<head> 
  • trunk/TigerSkinPlugin/templates/view.tiger.tmpl

    r464 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33<html> 
  • trunk/TouchGraphPlugin/templates/view.tglaunch.tmpl

    r464 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22%TMPL:P{"htmldoctype"}% 
    33 <head> 
  • trunk/TwistyBundleTWiki04x00x05/pub/TWiki/PatternSkin/style.css

    r371 r906  
    5555        /*\*/ overflow:auto !important; /* */ overflow:scroll; width:auto; /* for Mac Safari */ 
    5656} 
    57 /* IE behavior for pre is defined in twiki.pattern.tmpl in conditional comment */ 
     57/* IE behavior for pre is defined in foswiki.pattern.tmpl in conditional comment */ 
    5858ol, ul { 
    5959        margin-top:0; 
  • trunk/WidgetsSkin/data/TWiki/WidgetsSkin.txt

    r788 r906  
    133133---++ Contrib Info 
    134134 
    135 This skin is an example of how to make a [[%SYSTEMWEB%.Skins][Skin]] _without_ duplicating the work of the TWiki Core release. It reuses the default skin, and only adds a =twiki.Widget.tmpl=  
     135This skin is an example of how to make a [[%SYSTEMWEB%.Skins][Skin]] _without_ duplicating the work of the TWiki Core release. It reuses the default skin, and only adds a =foswiki.Widget.tmpl=  
    136136(and a viewprint that I hope to remove later), and only defines the bare essentials to create HTML that is similar to an existing system. 
    137137 
  • trunk/WidgetsSkin/lib/TWiki/Contrib/WidgetsSkin/MANIFEST

    r18 r906  
    44 
    55lib/TWiki/Contrib/WidgetsSkin.pm  Plugin Perl module  
    6 templates/twiki.widgets.tmpl 
     6templates/foswiki.widgets.tmpl 
    77templates/viewprint.widgets.tmpl 
    88 
  • trunk/WidgetsSkin/templates/foswiki.widgets.tmpl

    r733 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22 
    33%{ **************************************************************************************************************************************************************************** }% 
  • trunk/WidgetsSkin/templates/viewprint.widgets.tmpl

    r18 r906  
    1 %TMPL:INCLUDE{"twiki"}% 
     1%TMPL:INCLUDE{"foswiki"}% 
    22 
    33%{ moveabletypecolumns == w for printing }% 
  • trunk/core/data/System/CascadingStyleSheets.txt

    r851 r906  
    8383---+++ Styles in Templates 
    8484 
    85 |.twikiPage  |twiki.tmpl  | 
    86 |.twikiMiddleContainer  |twiki.tmpl  | 
    87 |.twikiMain  |twiki.tmpl  | 
     85|.twikiPage  |foswiki.tmpl  | 
     86|.twikiMiddleContainer  |foswiki.tmpl  | 
     87|.twikiMain  |foswiki.tmpl  | 
    8888|.twikiFormTable  |formtables.tmpl, form.tmpl  | 
    8989|.twikiFormTableHRow  |formtables.tmpl, form.tmpl  | 
  • trunk/core/data/System/ReleaseHistory.txt

    r878 r906  
    528528      * Category information to forms using the TWikiMetaData format, see !TWikiForms 
    529529   * *07 Jun 2001* - TWiki:Main.PeterThoeny 
    530       * New topic templates as topics instead of templates. Customize by editing the topic. Retired =notedited.tmpl=, =notext.tmpl= and =notwiki.tmpl= templates. More in TWikiTemplates.  
     530      * New topic templates as topics instead of templates. Customize by editing the topic. Retired =notedited.tmpl=, =notext.tmpl= and =nofoswiki.tmpl= templates. More in TWikiTemplates.  
    531531   * *07 Jun 2001* - TWiki:Main.PeterThoeny 
    532532      * New =%<nop>TOPICLIST{"format"}%= and =%<nop>WEBLIST{"format"}%= variables to get a formatted topic index and web index, respectively. More in TWikiVariables.  
     
    745745      * Separate templates for text of non existing topic and default text of new topic. (template file templates/Web/notedited.tmpl)  
    746746   * *04 Aug 1998* - TWiki:Main.PeterThoeny 
    747       * Warn user if new topic name is not a valid Wiki name. (template file templates/Web/notwiki.tmpl)  
     747      * Warn user if new topic name is not a valid Wiki name. (template file templates/Web/nofoswiki.tmpl)  
    748748   * *31 Jul 1998* - TWiki:Main.PeterThoeny 
    749749      * Support for quoted text with a '>' at the beginning of the line.  
  • trunk/core/data/System/SkinTemplates.txt

    r700 r906  
    3232      * ==%<nop>{...}%==: is a comment. 
    3333   * Two-pass processing lets you use a defined block before or after declaring it. 
    34    * For example, you can create a skin that overloads only the =twiki.tmpl= master skin template, like =twiki.print.tmpl=, that redefines the header and footer. 
     34   * For example, you can create a skin that overloads only the =foswiki.tmpl= master skin template, like =foswiki.print.tmpl=, that redefines the header and footer. 
    3535   * %H% Use of template macros is optional: templates work without them. 
    3636   * %X% *NOTE:* Most template macros work only for templates: they do not get processed in normal topic text. The one exception is =%TMPL:P=. 
     
    112112---+++ TMPL:INCLUDE recursion for piecewise customisation, or mixing in new features 
    113113 
    114 If there is recursion in the TMPL:INCLUDE chain (eg twiki.classic.tmpl contains =%<nop>TMPL:INCLUDE{"twiki"}%=, the templating system will include the next twiki.SKIN in the skin path.  
     114If there is recursion in the TMPL:INCLUDE chain (eg foswiki.classic.tmpl contains =%<nop>TMPL:INCLUDE{"twiki"}%=, the templating system will include the next twiki.SKIN in the skin path.  
    115115For example, to create a customisation of pattern skin, where you _only_ want to over-ride the breadcrumbs for the view script, you can create only a view.yourlocal.tmpl: 
    116116<verbatim> 
     
    124124---+++ Default master template 
    125125 
    126 ==twiki.tmpl== is the default master template. It defines the following sections. 
     126==foswiki.tmpl== is the default master template. It defines the following sections. 
    127127 
    128128| *Template directive:* | *Defines:* | 
  • trunk/core/data/System/Skins.txt

    r883 r906  
    8686   * =viewprint= - used to create the printable view 
    8787    
    88 =twiki.tmpl= is a master template conventionally used by other templates, but not used directly by code. 
     88=foswiki.tmpl= is a master template conventionally used by other templates, but not used directly by code. 
    8989 
    9090__%X% Note:__ Make sure templates do not end with a newline. Any newline will expand to an empty =&lt;p /&gt;= in the generated html. It will produce invalid html, and may break the page layout.  
     
    9292---+++ Partial customisation, or adding in new features to an existing skin 
    9393 
    94 You can use recusion in the TMPL:INCLUDE chain (eg twiki.classic.tmpl contains =%<nop>TMPL:INCLUDE{"twiki"}%=, the templating system will include the next twiki.SKIN in the skin path.  
     94You can use recusion in the TMPL:INCLUDE chain (eg foswiki.classic.tmpl contains =%<nop>TMPL:INCLUDE{"twiki"}%=, the templating system will include the next twiki.SKIN in the skin path.  
    9595For example, to create a customisation of pattern skin, where you _only_ want to remove the edit & WYSIWYG buttons from view page, you create only a =view.yourlocal.tmpl=: 
    9696<verbatim> 
  • trunk/core/data/TestCases/TestCasePageValidation.txt

    r482 r906  
    101101searchmeta.pattern.tmpl 
    102102settings.pattern.tmpl 
    103 twiki.pattern.tmpl 
     103foswiki.pattern.tmpl 
    104104view.pattern.tmpl 
    105105view.print.pattern.tmpl 
  • trunk/core/index.html

    r719 r906  
    229229        /*\*/ overflow:auto !important; /* */ overflow:scroll; width:auto; /* for Mac Safari */ 
    230230} 
    231 /* IE behavior for pre is defined in twiki.pattern.tmpl in conditional comment */ 
     231/* IE behavior for pre is defined in foswiki.pattern.tmpl in conditional comment */ 
    232232ol li, ul li { 
    233233        line-height:1.4em; /*S1*/ 
  • trunk/core/lib/Foswiki.spec

    r866 r906  
    128128 
    129129# **PATH M** 
    130 # Translation files directory (file path, not URL) e.g. /usr/local/foswiki/locales 
    131 # $Foswiki::cfg{LocalesDir} = '/home/httpd/foswiki/po'; 
     130# Translation files directory (file path, not URL) e.g. /usr/local/foswiki/locale 
     131# $Foswiki::cfg{LocalesDir} = '/home/httpd/foswiki/locale'; 
    132132 
    133133# **PATH M** 
  • trunk/core/lib/Foswiki/Contrib/core/MANIFEST

    r902 r906  
    10091009templates/searchmeta.tmpl 0444 
    10101010templates/settings.tmpl 0444 
    1011 templates/twiki.tmpl 0444 
     1011templates/foswiki.tmpl 0444 
    10121012templates/view.plain.tmpl 0444 
    10131013templates/view.print.tmpl 0444 
  • trunk/core/lib/Foswiki/Templates.pm

    r830 r906  
    5454} 
    5555 
    56 =begin twiki 
     56=pod 
    5757 
    5858---++ ObjectMethod finish() 
  • trunk/core/locale/bg.po

    r763 r906  
    177177msgstr "СтраМОца %1 Ме съществува" 
    178178 
    179 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:11 
     179#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:11 
    180180msgid "&Cancel" 
    181181msgstr "Отказ" 
     
    185185msgstr "РеЎактОраМе Ма текста" 
    186186 
    187 #: templates/twiki.tmpl:101 
    188 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:158 
     187#: templates/foswiki.tmpl:101 
     188#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:158 
    189189msgid "&History" 
    190190msgstr "ИстПрОя" 
     
    654654msgstr "ВсОчкО публОчМО рзЎелО" 
    655655 
    656 #: templates/twiki.tmpl:7 
     656#: templates/foswiki.tmpl:7 
    657657msgid "Allow non <nop>WikiWord for the new topic name" 
    658658msgstr "РазрешО Ме-<nop>WikiWord в ОЌетП Ма МПвата страМОца" 
     
    782782msgstr "НалОчМО шаблПМО в РазЎел %1 :" 
    783783 
    784 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:11 
     784#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:11 
    785785msgid "Back to topic" 
    786786msgstr "ОбратМП в страМОцата" 
     
    838838msgstr "НяЌа e-mail-аЎрес за %1 (заЎължОтелеМ за МулОраМе Ма парПлата)" 
    839839 
    840 #: templates/twiki.tmpl:79 
    841 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:67 
     840#: templates/foswiki.tmpl:79 
     841#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:67 
    842842#: twikiplugins/EditTablePlugin/data/TWiki/EditTablePlugin.txt:176 
    843843msgid "Cancel" 
     
    13441344msgstr "" 
    13451345 
    1346 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:79 
     1346#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:79 
    13471347msgid "Enlarge edit box" 
    13481348msgstr "УгПлеЌО кутОята за реЎактОраМе" 
     
    14861486msgstr "" 
    14871487 
    1488 #: templates/twiki.tmpl:81 
    1489 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:69 
     1488#: templates/foswiki.tmpl:81 
     1489#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:69 
    14901490msgid "Go back" 
    14911491msgstr "ОбратМП" 
     
    15141514msgstr "ЗЎравей %1" 
    15151515 
    1516 #: templates/twiki.tmpl:105 
    1517 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:9 
     1516#: templates/foswiki.tmpl:105 
     1517#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:9 
    15181518msgid "Hello %1!" 
    15191519msgstr "ЗЎравей %1!" 
     
    17191719msgstr "" 
    17201720 
    1721 #: templates/twiki.tmpl:9 
     1721#: templates/foswiki.tmpl:9 
    17221722#, fuzzy 
    17231723msgid "" 
     
    17461746#: twikiplugins/PatternSkin/data/TWiki/WebLeftBarSearch.txt:2 
    17471747#: twikiplugins/PatternSkin/data/TWiki/WebTopBar.txt:7 
    1748 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:37 
     1748#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:37 
    17491749msgid "Jump" 
    17501750msgstr "СкПк!" 
     
    17971797msgstr "ЛПкалМО МастрПйкО засягащО целОя сайт" 
    17981798 
    1799 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:6 
     1799#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:6 
    18001800msgid "Log In" 
    18011801msgstr "ВѠ
    18021802ПЎ" 
    18031803 
    1804 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:7 
     1804#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:7 
    18051805msgid "Log Out" 
    18061806msgstr "ИзѠ
     
    18351835msgstr "" 
    18361836 
    1837 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:40 
     1837#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:40 
    18381838msgid "Modify search" 
    18391839msgstr "ПрПЌяМа Ма търсеМетП" 
     
    19911991#: templates/search.text.tmpl:15 templates/searchformat.tmpl:10 
    19921992#: twikiplugins/PatternSkin/templates/searchbase.pattern.tmpl:5 
    1993 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:39 
     1993#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:39 
    19941994msgid "Number of topics:" 
    19951995msgstr "БрПй страМОцО:" 
     
    19971997#: templates/messages.tmpl:173 templates/messages.tmpl:180 
    19981998#: templates/oopsaccessdenied.tmpl:7 templates/oopssaveerr.tmpl:14 
    1999 #: templates/twiki.tmpl:80 
     1999#: templates/foswiki.tmpl:80 
    20002000#: twikiplugins/ClassicSkin/templates/oopsaccessdenied.classic.tmpl:6 
    2001 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:68 
     2001#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:68 
    20022002msgid "OK" 
    20032003msgstr "ДПбре" 
     
    22112211msgstr "ПрезарежЎаМе" 
    22122212 
    2213 #: templates/twiki.tmpl:105 
    2214 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:9 
     2213#: templates/foswiki.tmpl:105 
     2214#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:9 
    22152215#: twikiplugins/PatternSkin/data/TWiki/WebLeftBarLogin.txt:3 
    22162216msgid "Register" 
     
    24142414#: twikiplugins/PatternSkin/data/Trash/WebLeftBar.txt:5 
    24152415#: twikiplugins/PatternSkin/data/_default/WebLeftBar.txt:6 
    2416 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:38 
     2416#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:38 
    24172417msgid "Search" 
    24182418msgstr "ТърсеМе" 
     
    25352535msgstr "" 
    25362536 
    2537 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:79 
     2537#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:79 
    25382538msgid "Shrink edit box" 
    25392539msgstr "СЌалО кутОйката за реЎакцОя" 
     
    26352635msgstr "" 
    26362636 
    2637 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:79 
     2637#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:79 
    26382638msgid "Switch to monotype or propotional font" 
    26392639msgstr "" 
     
    31623162msgstr "" 
    31633163 
    3164 #: templates/twiki.tmpl:101 
    3165 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:158 
     3164#: templates/foswiki.tmpl:101 
     3165#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:158 
    31663166msgid "View total topic history" 
    31673167msgstr "" 
     
    34653465msgstr "ЎПстъпът ЎП разЎела е забраМеМ" 
    34663466 
    3467 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:11 
     3467#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:11 
    34683468msgid "accesskey='c'" 
    34693469msgstr "accesskey='c'" 
     
    35433543#: templates/renameconfirm.tmpl:29 templates/renamedelete.tmpl:34 
    35443544#: templates/renameweb.tmpl:33 templates/renamewebconfirm.tmpl:16 
    3545 #: templates/twiki.tmpl:105 
    3546 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:9 
     3545#: templates/foswiki.tmpl:105 
     3546#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:9 
    35473547#: twikiplugins/PatternSkin/data/TWiki/WebLeftBarLogin.txt:3 
    35483548#: twikiplugins/PatternSkin/templates/attachagain.pattern.tmpl:24 
  • trunk/core/locale/cs.po

    r763 r906  
    173173msgstr "článek %1 neexistuje" 
    174174 
    175 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:11 
     175#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:11 
    176176msgid "&Cancel" 
    177177msgstr "Pře&ruÅ¡it" 
     
    181181msgstr "&Editovat text" 
    182182 
    183 #: templates/twiki.tmpl:101 
    184 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:158 
     183#: templates/foswiki.tmpl:101 
     184#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:158 
    185185msgid "&History" 
    186186msgstr "Historie" 
     
    637637msgstr "VÅ¡echny veřejné weby" 
    638638 
    639 #: templates/twiki.tmpl:7 
     639#: templates/foswiki.tmpl:7 
    640640msgid "Allow non <nop>WikiWord for the new topic name" 
    641641msgstr "Povolí ne <nop>WikiWord pro novÜ název článku" 
     
    769769msgstr "MoÅŸné vzory pro formulář" 
    770770 
    771 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:11 
     771#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:11 
    772772msgid "Back to topic" 
    773773msgstr "Zpět na článek" 
     
    824824"Nemohu zjistit emailovou adresu pro %1 (poÅŸadovaná pro nové nastavení hesla)" 
    825825 
    826 #: templates/twiki.tmpl:79 
    827 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:67 
     826#: templates/foswiki.tmpl:79 
     827#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:67 
    828828#: twikiplugins/EditTablePlugin/data/TWiki/EditTablePlugin.txt:176 
    829829#, fuzzy 
     
    13301330msgstr "" 
    13311331 
    1332 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:79 
     1332#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:79 
    13331333msgid "Enlarge edit box" 
    13341334msgstr "ZvětÅ¡it editovací prostor" 
     
    14711471msgstr "" 
    14721472 
    1473 #: templates/twiki.tmpl:81 
    1474 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:69 
     1473#: templates/foswiki.tmpl:81 
     1474#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:69 
    14751475msgid "Go back" 
    14761476msgstr "Jdi zpět" 
     
    14971497msgstr "Vítejte %1" 
    14981498 
    1499 #: templates/twiki.tmpl:105 
    1500 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:9 
     1499#: templates/foswiki.tmpl:105 
     1500#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:9 
    15011501#, fuzzy 
    15021502msgid "Hello %1!" 
     
    17201720"doporučuje zkontrolovat nejdřive %1." 
    17211721 
    1722 #: templates/twiki.tmpl:9 
     1722#: templates/foswiki.tmpl:9 
    17231723#, fuzzy 
    17241724msgid "" 
     
    17461746#: twikiplugins/PatternSkin/data/TWiki/WebLeftBarSearch.txt:2 
    17471747#: twikiplugins/PatternSkin/data/TWiki/WebTopBar.txt:7 
    1748 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:37 
     1748#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:37 
    17491749msgid "Jump" 
    17501750msgstr "Přejdi na" 
     
    18001800msgstr "%1 pro změnu preferencí webu" 
    18011801 
    1802 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:6 
     1802#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:6 
    18031803msgid "Log In" 
    18041804msgstr "Přihlásit" 
    18051805 
    1806 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:7 
     1806#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:7 
    18071807msgid "Log Out" 
    18081808msgstr "Odhlásit" 
     
    18341834msgstr "Chybí příkaz akce" 
    18351835 
    1836 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:40 
     1836#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:40 
    18371837msgid "Modify search" 
    18381838msgstr "Změň hledání" 
     
    19971997#: templates/search.text.tmpl:15 templates/searchformat.tmpl:10 
    19981998#: twikiplugins/PatternSkin/templates/searchbase.pattern.tmpl:5 
    1999 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:39 
     1999#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:39 
    20002000msgid "Number of topics:" 
    20012001msgstr "Počet článků" 
     
    20032003#: templates/messages.tmpl:173 templates/messages.tmpl:180 
    20042004#: templates/oopsaccessdenied.tmpl:7 templates/oopssaveerr.tmpl:14 
    2005 #: templates/twiki.tmpl:80 
     2005#: templates/foswiki.tmpl:80 
    20062006#: twikiplugins/ClassicSkin/templates/oopsaccessdenied.classic.tmpl:6 
    2007 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:68 
     2007#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:68 
    20082008msgid "OK" 
    20092009msgstr "OK" 
     
    22272227msgstr "" 
    22282228 
    2229 #: templates/twiki.tmpl:105 
    2230 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:9 
     2229#: templates/foswiki.tmpl:105 
     2230#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:9 
    22312231#: twikiplugins/PatternSkin/data/TWiki/WebLeftBarLogin.txt:3 
    22322232msgid "Register" 
     
    24332433#: twikiplugins/PatternSkin/data/Trash/WebLeftBar.txt:5 
    24342434#: twikiplugins/PatternSkin/data/_default/WebLeftBar.txt:6 
    2435 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:38 
     2435#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:38 
    24362436msgid "Search" 
    24372437msgstr "Hledej" 
     
    25592559"Ukazovat krátkÜ popis při přejetí myší přes odkaz %1, zapnout nebo vypnout:" 
    25602560 
    2561 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:79 
     2561#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:79 
    25622562msgid "Shrink edit box" 
    25632563msgstr "ZmenÅ¡it editovací oblast" 
     
    26612661msgstr "Shrnutí" 
    26622662 
    2663 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:79 
     2663#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:79 
    26642664msgid "Switch to monotype or propotional font" 
    26652665msgstr "" 
     
    32463246msgstr "UkaÅŸ článek" 
    32473247 
    3248 #: templates/twiki.tmpl:101 
    3249 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:158 
     3248#: templates/foswiki.tmpl:101 
     3249#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:158 
    32503250msgid "View total topic history" 
    32513251msgstr "UkaÅŸ celou historii článku" 
     
    35913591msgstr "přístup nepovolen k webu" 
    35923592 
    3593 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:11 
     3593#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:11 
    35943594msgid "accesskey='c'" 
    35953595msgstr "accesskey='c'" 
     
    36693669#: templates/renameconfirm.tmpl:29 templates/renamedelete.tmpl:34 
    36703670#: templates/renameweb.tmpl:33 templates/renamewebconfirm.tmpl:16 
    3671 #: templates/twiki.tmpl:105 
    3672 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:9 
     3671#: templates/foswiki.tmpl:105 
     3672#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:9 
    36733673#: twikiplugins/PatternSkin/data/TWiki/WebLeftBarLogin.txt:3 
    36743674#: twikiplugins/PatternSkin/templates/attachagain.pattern.tmpl:24 
  • trunk/core/locale/da.po

    r763 r906  
    178178msgstr "siden %1 eksisterer ikke" 
    179179 
    180 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:11 
     180#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:11 
    181181msgid "&Cancel" 
    182182msgstr "Fortryd (&C)" 
     
    186186msgstr "&Editér tekst" 
    187187 
    188 #: templates/twiki.tmpl:101 
    189 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:158 
     188#: templates/foswiki.tmpl:101 
     189#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:158 
    190190msgid "&History" 
    191191msgstr "&Historik" 
     
    645645msgstr "Alle offentlige webs" 
    646646 
    647 #: templates/twiki.tmpl:7 
     647#: templates/foswiki.tmpl:7 
    648648msgid "Allow non <nop>WikiWord for the new topic name" 
    649649msgstr "Tillad et ikke-WikiWord som nyt sidenavn" 
     
    770770msgstr "TilgÊngelige formular-skabeloner i %1-webbet" 
    771771 
    772 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:11 
     772#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:11 
    773773msgid "Back to topic" 
    774774msgstr "Tilbage til siden" 
     
    827827"at kunne nulstille et password)" 
    828828 
    829 #: templates/twiki.tmpl:79 
    830 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:67 
     829#: templates/foswiki.tmpl:79 
     830#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:67 
    831831#: twikiplugins/EditTablePlugin/data/TWiki/EditTablePlugin.txt:176 
    832832msgid "Cancel" 
     
    13261326msgstr "E-mail er slÃ¥et fra i denne TWiki-installation" 
    13271327 
    1328 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:79 
     1328#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:79 
    13291329msgid "Enlarge edit box" 
    13301330msgstr "ForstÞr edit-boks" 
     
    14631463msgstr "FÃ¥ notificering om Êndringer i resultaterne af denne sÞgning" 
    14641464 
    1465 #: templates/twiki.tmpl:81 
    1466 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:69 
     1465#: templates/foswiki.tmpl:81 
     1466#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:69 
    14671467msgid "Go back" 
    14681468msgstr "Tilbage" 
     
    14911491msgstr "Hej %1" 
    14921492 
    1493 #: templates/twiki.tmpl:105 
    1494 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:9 
     1493#: templates/foswiki.tmpl:105 
     1494#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:9 
    14951495msgid "Hello %1!" 
    14961496msgstr "Hej %1!" 
     
    17211721"anbefales det at synkronisere fÞrst." 
    17221722 
    1723 #: templates/twiki.tmpl:9 
     1723#: templates/foswiki.tmpl:9 
    17241724msgid "" 
    17251725"It's usually best to choose a <a target='WikiWord' class='twikiPopUp' href='%" 
     
    17461746#: twikiplugins/PatternSkin/data/TWiki/WebLeftBarSearch.txt:2 
    17471747#: twikiplugins/PatternSkin/data/TWiki/WebTopBar.txt:7 
    1748 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:37 
     1748#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:37 
    17491749msgid "Jump" 
    17501750msgstr "Hop" 
     
    17971797msgstr "Lokale tilretninger af generelle prÊferencer" 
    17981798 
    1799 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:6 
     1799#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:6 
    18001800msgid "Log In" 
    18011801msgstr "Log ind" 
    18021802 
    1803 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:7 
     1803#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:7 
    18041804msgid "Log Out" 
    18051805msgstr "Log ud" 
     
    18311831msgstr "Manglende aktionskommando (action command)" 
    18321832 
    1833 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:40 
     1833#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:40 
    18341834msgid "Modify search" 
    18351835msgstr "Tilpas sÞgning" 
     
    19901990#: templates/search.text.tmpl:15 templates/searchformat.tmpl:10 
    19911991#: twikiplugins/PatternSkin/templates/searchbase.pattern.tmpl:5 
    1992 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:39 
     1992#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:39 
    19931993msgid "Number of topics:" 
    19941994msgstr "Antal sider:" 
     
    19961996#: templates/messages.tmpl:173 templates/messages.tmpl:180 
    19971997#: templates/oopsaccessdenied.tmpl:7 templates/oopssaveerr.tmpl:14 
    1998 #: templates/twiki.tmpl:80 
     1998#: templates/foswiki.tmpl:80 
    19991999#: twikiplugins/ClassicSkin/templates/oopsaccessdenied.classic.tmpl:6 
    2000 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:68 
     2000#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:68 
    20012001msgid "OK" 
    20022002msgstr "OK" 
     
    22242224msgstr "Genopfrisk" 
    22252225 
    2226 #: templates/twiki.tmpl:105 
    2227 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:9 
     2226#: templates/foswiki.tmpl:105 
     2227#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:9 
    22282228#: twikiplugins/PatternSkin/data/TWiki/WebLeftBarLogin.txt:3 
    22292229msgid "Register" 
     
    24252425#: twikiplugins/PatternSkin/data/Trash/WebLeftBar.txt:5 
    24262426#: twikiplugins/PatternSkin/data/_default/WebLeftBar.txt:6 
    2427 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:38 
     2427#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:38 
    24282428msgid "Search" 
    24292429msgstr "SÞg" 
     
    25452545msgstr "Vis tool-tip ved mouse-over pÃ¥ %1 links, on eller off.)" 
    25462546 
    2547 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:79 
     2547#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:79 
    25482548msgid "Shrink edit box" 
    25492549msgstr "Formindsk edit boks" 
     
    26572657msgstr "Sammendrag" 
    26582658 
    2659 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:79 
     2659#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:79 
    26602660msgid "Switch to monotype or propotional font" 
    26612661msgstr "Skift til monospace eller proportional skrift" 
     
    32423242msgstr "Vis side" 
    32433243 
    3244 #: templates/twiki.tmpl:101 
    3245 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:158 
     3244#: templates/foswiki.tmpl:101 
     3245#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:158 
    32463246msgid "View total topic history" 
    32473247msgstr "Vis komplet historik for siden" 
     
    35963596msgstr "adgang til webbet ikke tilladt " 
    35973597 
    3598 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:11 
     3598#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:11 
    35993599msgid "accesskey='c'" 
    36003600msgstr "accesskey='c'" 
     
    36733673#: templates/renameconfirm.tmpl:29 templates/renamedelete.tmpl:34 
    36743674#: templates/renameweb.tmpl:33 templates/renamewebconfirm.tmpl:16 
    3675 #: templates/twiki.tmpl:105 
    3676 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:9 
     3675#: templates/foswiki.tmpl:105 
     3676#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:9 
    36773677#: twikiplugins/PatternSkin/data/TWiki/WebLeftBarLogin.txt:3 
    36783678#: twikiplugins/PatternSkin/templates/attachagain.pattern.tmpl:24 
  • trunk/core/locale/de.po

    r763 r906  
    182182msgstr "%1 Topic existiert nicht" 
    183183 
    184 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:11 
     184#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:11 
    185185msgid "&Cancel" 
    186186msgstr "&Abbrechen" 
     
    190190msgstr "&Text editieren" 
    191191 
    192 #: templates/twiki.tmpl:101 
    193 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:158 
     192#: templates/foswiki.tmpl:101 
     193#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:158 
    194194msgid "&History" 
    195195msgstr "&Historie" 
     
    644644msgstr "Alle öffentlichen Webs" 
    645645 
    646 #: templates/twiki.tmpl:7 
     646#: templates/foswiki.tmpl:7 
    647647msgid "Allow non <nop>WikiWord for the new topic name" 
    648648msgstr "Nicht <nop>WikiWörter als Topic Namen erlauben" 
     
    771771msgstr "VerfÃŒgbare Formularvorlagen im %1 Web:" 
    772772 
    773 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:11 
     773#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:11 
    774774msgid "Back to topic" 
    775775msgstr "ZurÃŒck zum Topic" 
     
    828828"ZurÃŒcksetzen des Passworts benötigt" 
    829829 
    830 #: templates/twiki.tmpl:79 
    831 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:67 
     830#: templates/foswiki.tmpl:79 
     831#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:67 
    832832#: twikiplugins/EditTablePlugin/data/TWiki/EditTablePlugin.txt:176 
    833833msgid "Cancel" 
     
    13311331msgstr "E-Mail wurde fÃŒr diese TWiki Installation deaktiviert" 
    13321332 
    1333 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:79 
     1333#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:79 
    13341334msgid "Enlarge edit box" 
    13351335msgstr "Editier-Box vergrößern" 
     
    14641464msgstr "Bei Änderungen bezÃŒglicher dieser Suche benachrichtigt werden" 
    14651465 
    1466 #: templates/twiki.tmpl:81 
    1467 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:69 
     1466#: templates/foswiki.tmpl:81 
     1467#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:69 
    14681468msgid "Go back" 
    14691469msgstr "ZurÃŒck" 
     
    14921492msgstr "Hallo %1" 
    14931493 
    1494 #: templates/twiki.tmpl:105 
    1495 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:9 
     1494#: templates/foswiki.tmpl:105 
     1495#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:9 
    14961496msgid "Hello %1!" 
    14971497msgstr "Hallo %1!" 
     
    17151715"sollten." 
    17161716 
    1717 #: templates/twiki.tmpl:9 
     1717#: templates/foswiki.tmpl:9 
    17181718msgid "" 
    17191719"It's usually best to choose a <a target='WikiWord' class='twikiPopUp' href='%" 
     
    17381738#: twikiplugins/PatternSkin/data/TWiki/WebLeftBarSearch.txt:2 
    17391739#: twikiplugins/PatternSkin/data/TWiki/WebTopBar.txt:7 
    1740 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:37 
     1740#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:37 
    17411741msgid "Jump" 
    17421742msgstr "Sprung" 
     
    17921792msgstr "Lokale Anpassungen fÃŒr Seiten-weite Einstellungen" 
    17931793 
    1794 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:6 
     1794#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:6 
    17951795msgid "Log In" 
    17961796msgstr "Einloggen" 
    17971797 
    1798 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:7 
     1798#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:7 
    17991799msgid "Log Out" 
    18001800msgstr "Ausloggen" 
     
    18261826msgstr "Fehlender Aktions-Befehl" 
    18271827 
    1828 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:40 
     1828#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:40 
    18291829msgid "Modify search" 
    18301830msgstr "Suche verÀndern" 
     
    19861986#: templates/searchformat.tmpl:10 
    19871987#: twikiplugins/PatternSkin/templates/searchbase.pattern.tmpl:5 
    1988 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:39 
     1988#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:39 
    19891989msgid "Number of topics:" 
    19901990msgstr "Anzahl der Topics:" 
     
    19941994#: templates/oopsaccessdenied.tmpl:7 
    19951995#: templates/oopssaveerr.tmpl:14 
    1996 #: templates/twiki.tmpl:80 
     1996#: templates/foswiki.tmpl:80 
    19971997#: twikiplugins/ClassicSkin/templates/oopsaccessdenied.classic.tmpl:6 
    1998 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:68 
     1998#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:68 
    19991999msgid "OK" 
    20002000msgstr "OK" 
     
    22292229msgstr "Neu laden" 
    22302230 
    2231 #: templates/twiki.tmpl:105 
    2232 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:9 
     2231#: templates/foswiki.tmpl:105 
     2232#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:9 
    22332233#: twikiplugins/PatternSkin/data/TWiki/WebLeftBarLogin.txt:3 
    22342234msgid "Register" 
     
    24322432#: twikiplugins/PatternSkin/data/Trash/WebLeftBar.txt:5 
    24332433#: twikiplugins/PatternSkin/data/_default/WebLeftBar.txt:6 
    2434 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:38 
     2434#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:38 
    24352435msgid "Search" 
    24362436msgstr "Suchen" 
     
    25562556"links, an- oder ausschalten:" 
    25572557 
    2558 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:79 
     2558#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:79 
    25592559msgid "Shrink edit box" 
    25602560msgstr "Editier-Box verkleinern" 
     
    26682668msgstr "Zusammenfassungen" 
    26692669 
    2670 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:79 
     2670#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:79 
    26712671msgid "Switch to monotype or propotional font" 
    26722672msgstr "Zeichensatz in monotype oder proportional wechseln" 
     
    32433243msgstr "Topic ansehen" 
    32443244 
    3245 #: templates/twiki.tmpl:101 
    3246 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:158 
     3245#: templates/foswiki.tmpl:101 
     3246#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:158 
    32473247msgid "View total topic history" 
    32483248msgstr "Topic Historie ansehen" 
     
    35813581msgstr "Zugriff zu diesem Web nicht gestattet" 
    35823582 
    3583 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:11 
     3583#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:11 
    35843584msgid "accesskey='c'" 
    35853585msgstr "accesskey='c'" 
     
    36623662#: templates/renameweb.tmpl:33 
    36633663#: templates/renamewebconfirm.tmpl:16 
    3664 #: templates/twiki.tmpl:105 
    3665 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:9 
     3664#: templates/foswiki.tmpl:105 
     3665#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:9 
    36663666#: twikiplugins/PatternSkin/data/TWiki/WebLeftBarLogin.txt:3 
    36673667#: twikiplugins/PatternSkin/templates/attachagain.pattern.tmpl:24 
  • trunk/core/locale/es.po

    r763 r906  
    178178msgstr "El tema %1 no existe" 
    179179 
    180 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:11 
     180#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:11 
    181181msgid "&Cancel" 
    182182msgstr "&Cancelar" 
     
    186186msgstr "&Editar texto" 
    187187 
    188 #: templates/twiki.tmpl:101 
    189 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:158 
     188#: templates/foswiki.tmpl:101 
     189#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:158 
    190190msgid "&History" 
    191191msgstr "&Historial" 
     
    641641msgstr "Todas las webs públicas" 
    642642 
    643 #: templates/twiki.tmpl:7 
     643#: templates/foswiki.tmpl:7 
    644644msgid "Allow non <nop>WikiWord for the new topic name" 
    645645msgstr "Permitir una palabra que no es un <nop>WikiWord para el nombre del tema nuevo" 
     
    769769msgstr "Plantillas disponibles en la Web %1:" 
    770770 
    771 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:11 
     771#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:11 
    772772msgid "Back to topic" 
    773773msgstr "Volver al tema" 
     
    826826"contraseña)" 
    827827 
    828 #: templates/twiki.tmpl:79 
    829 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:67 
     828#: templates/foswiki.tmpl:79 
     829#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:67 
    830830#: twikiplugins/EditTablePlugin/data/TWiki/EditTablePlugin.txt:176 
    831831msgid "Cancel" 
     
    13261326"El correo electrónico fue deshabilitado para esta instalación del TWiki" 
    13271327 
    1328 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:79 
     1328#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:79 
    13291329msgid "Enlarge edit box" 
    13301330msgstr "Ampliar caja de edición" 
     
    14641464msgstr "Reciba notificaciones sobre cambios de esta búsqueda" 
    14651465 
    1466 #: templates/twiki.tmpl:81 
    1467 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:69 
     1466#: templates/foswiki.tmpl:81 
     1467#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:69 
    14681468msgid "Go back" 
    14691469msgstr "Regresar" 
     
    14921492msgstr "Hola %1" 
    14931493 
    1494 #: templates/twiki.tmpl:105 
    1495 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:9 
     1494#: templates/foswiki.tmpl:105 
     1495#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:9 
    14961496msgid "Hello %1!" 
    14971497msgstr "Hola %1!" 
     
    17231723"fusionable, asi que se recomienda consultar con %1 primero." 
    17241724 
    1725 #: templates/twiki.tmpl:9 
     1725#: templates/foswiki.tmpl:9 
    17261726msgid "" 
    17271727"It's usually best to choose a <a target='WikiWord' class='twikiPopUp' href='%" 
     
    17481748#: twikiplugins/PatternSkin/data/TWiki/WebLeftBarSearch.txt:2 
    17491749#: twikiplugins/PatternSkin/data/TWiki/WebTopBar.txt:7 
    1750 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:37 
     1750#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:37 
    17511751msgid "Jump" 
    17521752msgstr "Ir a" 
     
    17991799msgstr "Ajustes locales para preferencias del sitio" 
    18001800 
    1801 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:6 
     1801#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:6 
    18021802msgid "Log In" 
    18031803msgstr "Iniciar sesión" 
    18041804 
    1805 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:7 
     1805#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:7 
    18061806msgid "Log Out" 
    18071807msgstr "Cerrar sesión" 
     
    18331833msgstr "Comando de acción no encontrado" 
    18341834 
    1835 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:40 
     1835#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:40 
    18361836msgid "Modify search" 
    18371837msgstr "Modificar búsqueda" 
     
    19911991#: templates/search.text.tmpl:15 templates/searchformat.tmpl:10 
    19921992#: twikiplugins/PatternSkin/templates/searchbase.pattern.tmpl:5 
    1993 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:39 
     1993#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:39 
    19941994msgid "Number of topics:" 
    19951995msgstr "Número de temas:" 
     
    19971997#: templates/messages.tmpl:173 templates/messages.tmpl:180 
    19981998#: templates/oopsaccessdenied.tmpl:7 templates/oopssaveerr.tmpl:14 
    1999 #: templates/twiki.tmpl:80 
     1999#: templates/foswiki.tmpl:80 
    20002000#: twikiplugins/ClassicSkin/templates/oopsaccessdenied.classic.tmpl:6 
    2001 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:68 
     2001#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:68 
    20022002msgid "OK" 
    20032003msgstr "OK" 
     
    22242224msgstr "Recargar" 
    22252225 
    2226 #: templates/twiki.tmpl:105 
    2227 #: twikiplugins/ClassicSkin/templates/twiki.classic.tmpl:9 
     2226#: templates/foswiki.tmpl:105 
     2227#: twikiplugins/ClassicSkin/templates/foswiki.classic.tmpl:9 
    22282228#: twikiplugins/PatternSkin/data/TWiki/WebLeftBarLogin.txt:3 
    22292229msgid "Register" 
     
    24252425#: twikiplugins/PatternSkin/data/Trash/WebLeftBar.txt:5 
    24262426#: twikiplugins/PatternSkin/data/_default/WebLeftBar.txt:6 
    2427 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:38 
     2427#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:38 
    24282428msgid "Search" 
    24292429msgstr "Buscar" 
     
    25472547"sobre los enlaces %1, activado o desactivado:" 
    25482548 
    2549 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:79 
     2549#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:79 
    25502550msgid "Shrink edit box" 
    25512551msgstr "Empequeñecer campo de edición" 
     
    26572657msgstr "Resúmenes" 
    26582658 
    2659 #: twikiplugins/PatternSkin/templates/twiki.pattern.tmpl:79 
     2659#: twikiplugins/PatternSkin/templates/foswiki.pattern.tmpl:79 
    26602660msgid "Switch to monotype or propotional font" 
    26612661msgstr "Cambiar a monotipo o tipo de letra proporcional" 
     
    32473247msgstr "Ver tema" 
    32483248 
    3249 #: templates/twiki.tmpl:101 
    3250 #: