Site-level preferences are located in TWiki.TWikiPreferences, however this Main.TWikiPreferences prefs topic has overrride priority and should be used for local customisations. This allows for easier upgrades as you don't need to worry about the shipped preferences clobbering yours. It's easier to keep a handle on if you only copy over the settings you actually change.

(Click for form-based editing of existing preferences.)

  • FINALPREFERENCES locks site-level preferences that are not allowed to be overridden by WebPreferences or user preferences:
    • Set FINALPREFERENCES = ATTACHFILESIZELIMIT, PREVIEWBGIMAGE, WIKITOOLNAME, WIKIWEBMASTER, SMTPMAILHOST, SMTPSENDERHOST, ALLOWWEBMANAGE, PROXYHOST, PROXYPORT

Contato com usuários

   * Set BROADCASTMESSAGE = %INCLUDE{"Main.UseOFirefox"}%
   * Set WIKIWEBMASTER = wikiwebmaster@softwarelivre.org

twiki.softwarelivre.org custom preferences

  • Set WIKITOOLNAME = Wiki-SL

  • Set WEBLOGOIMG = /pub/Main/TWikiPreferences/asl-foswiki.png
  • Set WEBLOGOURL = http://wiki.softwarelivre.org/
  • Set WEBLOGOALT = Associação Software Livre.Org - powered by Foswiki

  • Set WIKILOGOIMG = /pub/Main/WebHome/foswiki-logo.png

  • Variáveis de Formatação:
      * Set FORMATA_ESQ = <div align="left">
      * Set FORMATA_DIR = <div align="right">
      * Set FORMATA_CENTRO = <div align="center">
      * Set FORMATA_JUSTIF = <div align="justify">
      * Set FIM_FORMATA = </div>
      * Set FLUTUAR_ESQ = <div style="float:left">
      * Set FLUTUAR_DIR = <div style="float:right">
      * Set FIM_FLUTUAR = </div>
      * Set ATT_FLUTUA_ESQ = style="float:left; margin-right:20px"
      * Set ATT_FLUTUA_DIR = style="float:right; margin-left:20px"
      * Set LIMPA_FLUTUAR = <br style="clear:both" />
      * Set INI_ATENCAO = <div class="atencao">
      * Set FIM_ATENCAO = </div>
      * Set INI_MENOR = <small>
      * Set FIM_MENOR = </small>
      * Set INI_MAIOR = <big>
      * Set FIM_MAIOR = </big>
      * Set ESPECIAL = <p class="especial" />
      * Set ESPECIAL = <p class="especial" />
      * Set CAIXATXT10PCT = <div style="width:10%">
      * Set CAIXATXT20PCT = <div style="width:20%">
      * Set CAIXATXT30PCT = <div style="width:30%">
      * Set CAIXATXT40PCT = <div style="width:40%">
      * Set CAIXATXT50PCT = <div style="width:50%">
      * Set CAIXATXT60PCT = <div style="width:60%">
      * Set CAIXATXT70PCT = <div style="width:70%">
      * Set CAIXATXT80PCT = <div style="width:80%">
      * Set CAIXATXT90PCT = <div style="width:90%">
      * Set CAIXATXT100PX = <div style="width:100px">
      * Set CAIXATXT200PX = <div style="width:200px">
      * Set CAIXATXT300PX = <div style="width:300px">
      * Set FIMCAIXATXT = </div>
      * Set INI_2_COLUNAS = <div style="-moz-column-count:2; column-count:2; -moz-column-gap:25px; column-gap:25px;">
      * Set INI_3_COLUNAS = <div style="-moz-column-count:3; column-count:3; -moz-column-gap:20px; column-gap:20px;">
      * Set FIM_COLUNAS = </div>
      * Set INI_TXTFINO = %Formata_Centro%%CaixaTxt60pct%%Formata_Justif%
      * Set FIM_TXTFINO = %Fim_Formata%%FimCaixaTxt%%Fim_Formata%
      * Set INI_CAIXADECORADA = <div class="caixaDecorada">
      * Set FIM_CAIXADECORADA = </div>
      * Set INI_CITACAO = <blockquote><cite>
      * Set FIM_CITACAO = </cite></blockquote>
      * Set ARROBA = <span style="color:#B07070">&#064;</span>
Não use o @ para proteger e-mails. Adicione "-No-Spam-" automaticamente através das configuraçãoes do TWiki no seu servidor (lib/TWiki.cfg).

Botões

  • Botões "Powered" 88x31:
    • Set BT_TABLELESS = TableLess - Coerência, Simplicidade e Acessibilidade no código HTML
    • Set BT_TWIKIPOWERED = TWiki - Ambiente Web Colaborativo
    • Set BT_XHTMLOK = Esse documento é XHTML 1.0 Valido!
    • Set BT_CSSOK = Esse documento contém CSS-2 Valido!
    • Set BT_ANYBROWSER = Visível no browser que você preferir

  • Botões "Powered" 88x15:
    • Set BT_TABLELESS_P = TableLess - Coerência, Simplicidade e Acessibilidade no código HTML
    • Set BT_TWIKIPOWERED_P = TWiki - Ambiente Web Colaborativo
    • Set BT_TWIKIPOWERED_ANI_P = TWiki - Ambiente Web Colaborativo
    • Set BT_XHTMLOK_P = Esse documento é XHTML 1.0 Valido!
    • Set BT_CSSOK_P = Esse documento contém CSS-2 Valido!
    • Set BT_DEBIAN_P = Debian - GNU/Linux
    • Set BT_ANYBROWSER_P = Visível no browser que você preferir

  • Botões de licença:
    • Set CC_BY_NC_SA = Licença Creative Commons - Atribuição e Não Comercial
    • Set CC_BY_NC_SA_PEQUENO = Licença Creative Commons - Atribuição e Não Comercial

  • Icones Extra:
    • Set ICO_PESSOA = Pessoa
    • Set ICO_GLOBO = Globo
    • Set ICO_OBRA = Em Obra
    • Set ICO_SETA_DIR_VERM =
    • Set ICO_SETA_ABAIXO_VERM =
    • Set ICO_SETA_DIR_AZUL =
    • Set ICO_SETA_ACIMA_AZUL =
    • Set ICO_MAIL = e-mail
    • Set ICO_GOLD = Ouro!
    • Set ICO_TEMPO = Tempo
    • Set RSS = RSS

   * Several types of blocks (aligment, style, etc) :
      * Set LEFT = <div style='text-align: left;'>
      * Set RIGHT = <div style='text-align: right;'>
      * Set CENTER = <div style='text-align: center;'>
      * Set LEFTFLOAT = <div style='float: left;'>
      * Set RIGHTFLOAT = <div style='float: right;'>
      * Set CLEARFLOAT = <br style="clear:both" />
      * Set RESUMO = <div class='resumo'>
      * Set ABSTRACT = <div class='abstract'>
      * Set NOTTOPRINT = <div class='notToPrint'>
      * Set FIGURE = <div class='figure'>
      * Set FIGURELABEL = <div class='figureLabel'>
      * Set BIBLIOGRAPHYBLOCK = <div class='bibliography'>
      * Set AUTHORS = <div class='authors'>
      * Set ADDRESSES = <div class='addresses'>
      * Set WARNING = <div style='background: yellow; border: 2px solid red; margin-left: 20%; margin-right: 20%; padding: 0.5em;'>
   * To end any block
      * Set ENDBLOCK = </div>

  • Outros atalhos para icones do DocumentGraphics?
    • Set DONE = Done
    • Set TODO = TODO

  • Citações:
      * Set INICIO_CITACAO_BOX = <div style='background: #e0e0e0; border: 1px solid black; padding: 2px;'>
      * Set FIM_CITACAO_BOX = </div>
      * ==FIM_CITACAO== já era usado antes! Favor ter mais cuidado antes de criar/modificar variáveis.

  • Árvore de Tópicos da Web:
      * Set ARVOREDETOPICOS = %SEARCH{"^WebHome$" scope="topic" regex="on" noheader="on" nosearch="on" nototal="on" format="<ul class=\"mapadosite\"><li>[[$topic]]<small> &nbsp; $date</small>%ARVOREDETOPICOSN1%</li></ul>"}%
      * Set ARVOREDETOPICOSN1 = $n<ul>$percntSEARCH{\"$percntMETA:TOPICPARENT{name=\$quot$topic\$quot\" noheader=\"on\" nosearch=\"on\" nototal=\"on\" format=\"<li>[[$dollartopic]]<small> &nbsp; $dollardate</small>%ARVOREDETOPICOSN2%</li>\"}$percnt$n</ul>
      * Set ARVOREDETOPICOSN2 = $dollarn <ul>$dollarpercntSEARCH{\$quot$dollarpercntMETA:TOPICPARENT{name=\$dollarquot$dollartopic\$dollarquot\$quot noheader=\$quoton\$quot nosearch=\$quoton\$quot nototal=\$quoton\$quot format=\$quot<li>[[$dollardollartopic]]<small> &nbsp; $dollardollardate</small>%ARVOREDETOPICOSN3%</li>\$quot}$dollarpercnt$dollarn </ul>
      * Set ARVOREDETOPICOSN3 = $dollardollarn  <ul>$dollardollarpercntSEARCH{\$dollarquot$dollardollarpercntMETA:TOPICPARENT{name=\$dollardollarquot$dollardollartopic\$dollardollarquot\$dollarquot noheader=\$dollarquoton\$dollarquot nosearch=\$dollarquoton\$dollarquot nototal=\$dollarquoton\$dollarquot format=\$dollarquot<li>[[$dollardollardollartopic]]<small> &nbsp; $dollardollardollardate</small></li>\$dollarquot}$dollardollarpercnt$dollardollarn</ul>

Topic attachments
I Attachment Action Size Date Who Comment
pngpng asl+twiki.png manage 5.0 K 28 Jul 2006 - 04:26 AntonioTerceiro  
pngpng asl-foswiki.png manage 5.2 K 20 Nov 2008 - 15:03 AntonioTerceiro  
gifgif bt_any_browser_p.gif manage 2.8 K 15 Aug 2006 - 00:18 AurelioAHeckert  
gifgif bt_css_p.gif manage 0.3 K 15 Aug 2006 - 00:18 AurelioAHeckert  
pngpng bt_debian_p.png manage 0.6 K 15 Aug 2006 - 00:19 AurelioAHeckert  
pngpng bt_tableless_p.png manage 0.4 K 15 Aug 2006 - 00:19 AurelioAHeckert  
gifgif bt_twiki_ani_p.gif manage 7.7 K 15 Aug 2006 - 00:19 AurelioAHeckert  
pngpng bt_twiki_p.png manage 1.0 K 15 Aug 2006 - 00:19 AurelioAHeckert  
gifgif bt_xhtml10_p.gif manage 0.3 K 15 Aug 2006 - 00:20 AurelioAHeckert  
Topic revision: r21 - 25 Jul 2009 - 17:28:43 - ItaloValcy
 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Wiki-SL? Send feedback