Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Instant TWiki Site Enhancements | ||||||||
Changed: | ||||||||
< < | These quick enhancements are aimed at improving TWiki's ease-of-use. New TWiki site administrators are especially encouraged to review this document for ideas before deploying a new TWikiSite. The metaphor of building a house is useful. The listed enhancedments are some of the details possible when moving into a new office or home. These small changes can make a big differences for user satisfaction at your site. All modifications can be done through your Web browser, and they don't take more then in a couple of minutes. No system administration expertise is required. Some of these enhancements are also mentioned in the reference manual and other topics. | |||||||
> > | These quick enhancements are aimed at improving TWiki's ease-of-use. New TWiki site administrators are especially encouraged to review this document for ideas before deploying a new TWikiSite. The metaphor of building a house is useful. The listed enhancements are some of the details possible when moving into a new office or home. These small changes can make a big differences for user satisfaction at your site. All modifications can be done through your Web browser, and they don't take more then in a couple of minutes. No system administration expertise is required. Some of these enhancements are also mentioned in the reference manual and other topics. | |||||||
Many of these tips are based on setting some special TWikiVariables. | ||||||||
Line: 54 to 54 | ||||||||
Graphics in text (like this: ![]() HELP , WARN etc. You can also add your own images, e.g. a NEW , or a ASK to ask question. | ||||||||
Changed: | ||||||||
< < | ![]() ![]() | |||||||
> > | ![]() ![]() | |||||||
How to create your own set of icons: | ||||||||
Line: 65 to 65 | ||||||||
| ||||||||
Changed: | ||||||||
< < | Use TOC variable to create table of contens | |||||||
> > | Use TOC variable to create table of content | |||||||
Changed: | ||||||||
< < | TOC is Table-Of-Contens, generated automagically from headers (defined like that: ---++ , see TWikiShorthand). | |||||||
> > | TOC is Table-Of-Content, generated automagically from headers (defined like that: ---++ , see TWikiShorthand). | |||||||
For example, you may want to put all your custom variables in TWikiPreferences right on top of the page, and generate table of contens, like: | ||||||||
Line: 101 to 101 | ||||||||
Alternate Browser: While your main browser might not have the features for TWikic topic editing, another one might.
| ||||||||
Changed: | ||||||||
< < | Use SEARCH to Create a personal directory of topics you're involved in | |||||||
> > | Ready to use SEARCHPersonal directory of topics you're involved in | |||||||
Here's how you can create your own personal directory of topics you've contributed to recently. Copy the text below (between Start Copy and End Copy) and paste it into your personal page (TWikiGuest). You can add other webs to search by duplicating one of the web subsections and editing the string {web ="webname"} in the search parameters to refer to the specific web you want to search. This script would also work for a group. | ||||||||
Line: 111 to 113 | ||||||||
Codev | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
Support | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
TWiki | ||||||||
Changed: | ||||||||
< < | <--/twikiTopRow--> <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> | |||||||
> > | <--/twikiTopRow--> <--/twikiSummary--> <--/twikiBottomRow--> <--/patternSearchResult--> | |||||||
Added: | ||||||||
> > | ||||||||
End Copy The SEARCH variable has many more formatting options, see TWikiVariables. | ||||||||
Added: | ||||||||
> > | Recently changed pagesHere, last 15 is formatted into neat table.<font size="-1"><table> %SEARCH{ "\.*" scope="topic" regex="on" nosearch="on" nototal="on" order="modified" reverse="on" format="<tr><td> [[$topic]] </td><td> $wikiusername </td><td> $date </td></tr>" limit="15" }% </table></font> | |||||||
Hidden Edit Lock for Individual Topics | ||||||||
Line: 135 to 145 | ||||||||
| ||||||||
Changed: | ||||||||
< < | Change the Default Site Logo using TWiki:Codev/HighResolutionLogos | |||||||
> > | Change the Default Site Logo | |||||||
Changed: | ||||||||
< < | Approved and already deployed on several TWiki sites, this logo set provides a professional alternative to the Robot. The size of Robot icon is 46x50 pixels - there are countless 48x48 standard-sized, free-use grapics if you're stuck. Here are some decent places to look. Attach the new graphic to TWikiPreferences, and change the WIKILOGOIMG variable. | |||||||
> > | If you want to change the default TWiki logo, attach a new graphic to a topic of choice and change the WIKILOGOIMG variable in the TWikiPreferences, e.g.
| |||||||
Customize Topic Classification Forms | ||||||||
Line: 160 to 169 | ||||||||
![]() ![]() | ||||||||
Changed: | ||||||||
< < | Contributors: TWiki:Main.GrantBow![]() ![]() ![]() ![]() ![]() | |||||||
> > | Contributors: TWiki:Main.GrantBow![]() ![]() ![]() ![]() ![]() ![]() |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > | Instant TWiki Site EnhancementsThese quick enhancements are aimed at improving TWiki's ease-of-use. New TWiki site administrators are especially encouraged to review this document for ideas before deploying a new TWikiSite. The metaphor of building a house is useful. The listed enhancedments are some of the details possible when moving into a new office or home. These small changes can make a big differences for user satisfaction at your site. All modifications can be done through your Web browser, and they don't take more then in a couple of minutes. No system administration expertise is required. Some of these enhancements are also mentioned in the reference manual and other topics. Many of these tips are based on setting some special TWikiVariables.![]() On this page:
Tips using TWikiVariablesYou need to know what is the variable name, and in what page is/should be defined.Change Colors of Page Header/FooterIncredibly obvious, maybe, but some TWiki site admins don't get around to changing the default web colors right off, whether they like them or not. Simply changing the defaults will make a huge difference in the overall look. What we are doing We want to set variable WEBBGCOLOR in topic WebPreferences to one of the StandardColors. WebPreferences is, as you can guess, a topic which holds all kind of preference setting for each TWiki Web{*}. Each web has its own WebPreferences, and you can set them differently for each web. How to do it
Set Page Background ColorWithout getting into the TWikiTemplates system yet, you can easily edit theview.tmpl (in the templates directory). In the HTML at the top, the body tag has the page background hardcoded to white bgcolor="#ffffff" . You can change that color value to new variable. First, define a new preferences variable in the site-level TWikiPreferences, e.g. * Set =PAGEBGCOLOR = #d0d0d0 , then edit the view.tmpl template file and change bgcolor="#ffffff" to bgcolor="%PAGEBGCOLOR%" . If you want you can set the page background color individualy per web, simple add a * Set =PAGEBGCOLOR = #d0d0d0 bullet to the WebPreferences to overload the site-level preferences. (Without font color control, you'll have to stick to light colors.
Titles-Only Topic List - WebTopicListA good first navigation tool for new users, a fast-loading linked list (page titles only) of a web's topics is a quick and easy way see what's available. By default, slower, but more powerfull WebIndex is used. Without explaining what WEBTOPICLIST is, just try it:
Simple way to create colored text and graphicsThis should be enabled, see the "Miscellaneous Settings" in the TWikiPreferences, . If not, look at TWiki:TWiki/TWikiPreferences![]() Edit is disabled. Instead, go to More and view the topic in raw format.
EZ Graphic Icons to Highlight TextGraphics in text (like this:![]() HELP , WARN etc. You can also add your own images, e.g. a NEW , or a ASK to ask question.
![]() ![]()
Use TOC variable to create table of contensTOC is Table-Of-Contens, generated automagically from headers (defined like that:---++ , see TWikiShorthand).
For example, you may want to put all your custom variables in TWikiPreferences right on top of the page, and generate table of contens, like:
Personal Productivity - Tools and Tips for Working FasterAlthough this area applies to all TWiki set-ups, the initial focus is on TWiki site managers working on a Linux/Apache TWiki site, from a Windows local PC. The assumption being: if you're working with Linux as your desktop, you're probably a programmer or system admin and have these basics handled!Use your favorite text editor for major editsWhen you have a fair bit of TWiki formatting work - for example, compiling new info pages from various cut'n'paste sources, editing multiple TWiki topics or contributed material - it's often easier to use a real TextEditor instead of the browser's text edit box. There are several methods for doing this. For Windows, there are several well-recommended text editors. Windows Example: TextPad![]() ![]()
Use SEARCH to Create a personal directory of topics you're involved inHere's how you can create your own personal directory of topics you've contributed to recently. Copy the text below (between Start Copy and End Copy) and paste it into your personal page (TWikiGuest). You can add other webs to search by duplicating one of the web subsections and editing the string {web ="webname"} in the search parameters to refer to the specific web you want to search. This script would also work for a group. Start Copy__Here's a list of topics I've been involved in recently:__ ---++++ Codev %SEARCH{ "%TOPIC%" web="Codev" scope="text" nosearch="on" nosummary="on" noheader="on" nototal="on" regex="off" order="modified" reverse="on" limit="20"}% ---++++ Support %SEARCH{ "%TOPIC%" web="Support" scope="text" nosearch="on" nosummary="on" noheader="on" nototal="on" regex="off" order="modified" reverse="on" limit="20"}% ---++++ TWiki %SEARCH{ "%TOPIC%" web="TWiki" scope="text" nosearch="on" nosummary="on" noheader="on" nototal="on" regex="off" order="modified" reverse="on" limit="10"}%End Copy The SEARCH variable has many more formatting options, see TWikiVariables. Hidden Edit Lock for Individual TopicsWhen you're creating main gateway pages, you may want to temporarily (or permanently) restrict editing to yourself or a limited group of people. You can do this with a Preference setting that includes one or more users and groups. Only auhorized users will be able to useEdit .
Change the Default Site Logo using TWiki:Codev/HighResolutionLogos
Approved and already deployed on several TWiki sites, this logo set provides a professional alternative to the Robot.
The size of Robot icon is 46x50 pixels - there are countless 48x48 standard-sized, free-use grapics if you're stuck. Here are some decent places to look. Attach the new graphic to TWikiPreferences, and change the WIKILOGOIMG variable.
|