TWiki-SL.TWikiBar Web Preferences
The following settings are
web preferences of the TWiki-SL.TWikiBar web. These preferences overwrite the
site-level preferences in
TWikiPreferences, and can be overwritten by
user preferences (your personal topic, i.e.
TWikiGuest in the TWiki-SL.Main web)
Variáveis para auxiliar a formatação de textos
- Mudar o display para terminal
* Set TERMINAL_INI = <div style='font-family: Courier, "Courier New", "Lucida Console", "Bitstream Vera Sans Mono", Monaco, monospace; white-space: pre; margin: 1em 0.5em; border: 1px; padding: 1.5em 1em 1.5em 1em; overflow: auto; font-size: 100%; line-height: 1.0em; color: yellow; background: #000 no-repeat top right;'>\
* Set TERMINAL_FIM = </div>
* Set BIRINAITE_INI = <div style='margin: 1em; padding: 1em; border: 3px groove rgb(255,255,0); font-size: 100%; line-height: 1.0em; color: yellow; background-color: #634;'>\
* Set BIRINAITE_FIM = </div>
- Cor para stdOUT dentro de TERMINALon/off
* Set OUT_INI = %WHITE%
* Set OUT_FIM = %ENDCOLOR%
- Cores para realçar trechos
* Set T1 = %ORANGE%
* Set T2 = %PINK%
* Set T3 = %OLIVE%
* Set T0 = %ENDCOLOR%
* Set ATENCAO_INI = <div style='min-height: 105px; margin: 1em; padding: 1em; border: 1px dashed red; background-color: #FFFFCC;'><img style="float: left; padding: 0px 8px 0px 0px;" src="%PUBURL%/%WEB%/FreeSkinImagens/pinguim_atencao.gif" alt="Pinguim com placa de atenção" />
* Set ATENCAO_FIM = </div>
* Set ATTENTION_INI = <div style='min-height: 105px; margin: 1em; padding: 1em; border: 1px dashed red; background-color: #FFFFCC;'><img style="float: left; padding: 0px 8px 0px 0px;" src="%PUBURL%/%WEB%/FreeSkinImagens/attention.png" alt="Pinguim com placa de atenção (em inglês)" />
* Set ATTENTION_FIM = </div>
* Set ATENCION_INI = <div style='min-height: 105px; margin: 1em; padding: 1em; border: 1px dashed red; background-color: #FFFFCC;'><img style="float: left; padding: 0px 8px 0px 0px;" src="%PUBURL%/%WEB%/FreeSkinImagens/atencion1.jpg" alt="Pinguim com placa de atenção (em espanhol)" />
* Set ATENCION_FIM = </div>
* Set DICA_INI = <div style='min-height: 121px; margin: 1em; padding: 1em; border: 1px dashed red; background-color: #FFFFCC;'><img style="float: left; padding: 0px 8px 0px 0px;" src="%PUBURL%/%WEB%/FreeSkinImagens/pinguim_dica.gif" align ="left" alt="Pinguim com placa de dica" />
* Set DICA_FIM = </td></tr></table></div>
* Set TIP_INI = <div style='min-height: 121px; margin: 1em; padding: 1em; border: 1px dashed red; background-color: #FFFFCC;'><img style="float: left; padding: 0px 8px 0px 0px;" src="%PUBURL%/%WEB%/FreeSkinImagens/Tips.png" align ="left" alt="Pinguim com placa de dica (em inglês)" />
* Set TIP_FIM = </td></tr></table></div>
* Set CONSTRUCAO_INI = <div style='margin: 1em; padding: 1em; background: #AAFFCC; border: 1px dashed green;'> %X% *Em Construção:*
* Set CONSTRUCAO_FIM = </div>
- Atributos defaults das tabelas
- Set TABLEATTRIBUTES = sort="off" cellpadding="2" cellspacing="1" tableborder="0" headerbg="#000000" headercolor="#FFFFFF" databg="#E5E5E5,#D5D5D5" headerrows="2" footerrows="1"
Variáveis Gráficas auxiliares
- Complemento da Idéia do TWikiDocGraphics
- Set G_SEARCHTOPIC =
- Set G_STATISTICS =
- Set G_HOME =
- Set G_MAIL =
- Set G_INDEX =
- Set G_RECENTCHANGES =
- Set G_VIEWTOPIC =
- Set G_NOTIFY =
- Set G_FOLDER =
- Set G_LOCK =
- Set G_PRINT =
- Set G_EDIT =
- Set G_ATTACH =
- Set G_CHANGES =
- Set G_MORE =
- Set G_CODE =
Definindo a Skin da TWikiWeb:
_ Caso deseje voltar a skin default é só colocar a # antes do sinal = na linha acima_
- Algumas "correções" no PatternSkin.
- Set USERLAYOUTURL = /pub/TWikiBar/FreeSkinCSS/layout.css
- Set USERSTYLEURL = /pub/TWikiBar/FreeSkinCSS/style.css
Preferences:
- List of topics of the TWiki-SL.TWikiBar web:
- Web specific background color: (Pick a lighter one of the StandardColors)
- List this web in the SiteMap:
- If yes, set SITEMAPLIST to
on, do not set NOSEARCHALL, and add the "what" and "use to..." description for the site map. Make sure to list only links that include the name of the web, e.g. TWikiBar.Topic links.
- Set SITEMAPLIST = on
- Set SITEMAPWHAT = Aqui temos um livro livre e completo sobre Shell
- Set SITEMAPUSETO = Os sedentos do "saber livre" são muito benvindos.
- Exclude web from a
web="all" search: (Set to on for hidden webs)
- Default template for new topics and form(s) for this web:
- Users or groups who are not / are allowed to view / change / rename topics in the TWikiBar web: (See TWikiAccessControl)
- Set DENYWEBVIEW =
- Set ALLOWWEBVIEW =
- Set DENYWEBCHANGE =
- Set ALLOWWEBCHANGE =
- Set DENYWEBRENAME =
- Set ALLOWWEBRENAME =
- Users or groups allowed to change or rename this WebPreferences topic: (I.e. TWikiAdminGroup)
- Web preferences that are not allowed to be overridden by user preferences:
- Set FINALPREFERENCES = WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME
Notes:
- A preference is defined as:
6 spaces * Set NAME = value
Example:
- Preferences are used as TWikiVariables by enclosing the name in percent signs. Example:
- When you write variable
%WEBBGCOLOR% , it gets expanded to #FF9933 .
- The sequential order of the preference settings is significant. Define preferences that use other preferences first, i.e. set
WEBCOPYRIGHT before WIKIWEBMASTER since %WEBCOPYRIGHT% uses the %WIKIWEBMASTER% variable.
- You can introduce new preferences variables and use them in your topics and templates. There is no need to change the TWiki-SL engine (Perl scripts).
Related Topics:
| I |
Attachment |
Action |
Size |
Date |
Who |
Comment |
PNG |
Chope.PNG |
manage |
4.5 K |
15 Oct 2006 - 03:34 |
JulioNeves |
Chopinho em cima e à direita da tela preta |

Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki-SL?
Send feedback