<<O>>  Difference Topic RickManning (14 - 09 Sep 2008 - Main.RickManning)
Line: 1 to 1
 
META TOPICPARENT name="TWikiUsers"
Deleted:
<
<

Using TWiki

 
Deleted:
<
<

Updates

  • 9/7/08 - Investigated Web Notify further.

  • 9/5/08 - Added login issues, appearance issues, and online surveys to the list of topics to investigate. Investigated skins.

  • 9/4/08 - Started project page as "Main/RickManning". Recorded list of issues to investigate, and started looking into the basics of how TWiki works. Found a reference manual on the Twiki.org site with lots of good information.

Issues to Address

How does TWiki work? What underlying technology does it use, and how is internal storage handled?

Rice RAP is currently using TWiki 4.0.0, released Wed, 08 Feb 2006, and Plugin API version 1.1. The most recent version is TWiki 4.2.2.

  • Note: How difficult would it be to update the Twiki? Is it a good idea?

For a good reference on how TWiki works, see the TWiki 4.0.0 Reference Manual for System Administrators.

To be investigated further.

Login issues.

To be investigated.

What's a good place to find out about existing security problems and how to deal with them? How is security handled, and what are common security problems?

For a list of "security alerts" for different versions of TWiki, see TWiki Security Alerts.

To be investigated further.

How does access control work and can it be spoofed?

See TWiki User Authentication and TWiki Access Control.

To be investigated further.

Can we do general purpose programming on our TWiki?

TWiki Plugins, written in Perl, can be used for some programming needs.

TWiki Scripts appear to have more low-level functionality, such as renaming, moving, and editing large numbers of topics.

To be investigated further.

Can we get notifications for web page changes in a good format?

TWiki 4.0.0 has a service called Web Notify that can be used to notify subscribers of edited topics. Requires MailerContrib.

The RAP TWiki seems to have this functionality -- I've signed up for updates to the Main web; we'll see if it works.

What are the tradeoffs?

To be investigated.

How can we make TWiki look more polished?

Use skins.

To change the default look and feel, we would probably create our own custom skin. Then, "to make the changes visible on all pages, go to TWikiPreferences (to keep TWikiPreferences intact) and write: * Set COVER = myskin "

It looks like making a custom skin is pretty simple. We can use built-in features and/or CSS to define the layout. We might not be able to achieve quite the polished look of a static, non-wiki website, but we can definitely come much closer.

To be investigated further.

How does one become a "power user" of the wiki?

To be investigated.

How well can you couple a wiki document with a wiki presentation so that you can co-evolve either of them in parallel to the other?

To be investigated.

Can we make an online survey a la Surveymonkey with TWiki?

To be investigated.

 
META FORM name="Main.UserForm"
FORM FIELD FirstName FirstName? Rick
FORM FIELD LastName LastName? Manning
 <<O>>  Difference Topic RickManning (13 - 07 Sep 2008 - Main.RickManning)
Line: 1 to 1
 
META TOPICPARENT name="TWikiUsers"

Using TWiki

Line: 6 to 6
 

Updates

Added:
>
>
  • 9/7/08 - Investigated Web Notify further.
 
  • 9/5/08 - Added login issues, appearance issues, and online surveys to the list of topics to investigate. Investigated skins.

  • 9/4/08 - Started project page as "Main/RickManning". Recorded list of issues to investigate, and started looking into the basics of how TWiki works. Found a reference manual on the Twiki.org site with lots of good information.
Line: 50 to 52
 TWiki 4.0.0 has a service called Web Notify that can be used to notify subscribers of edited topics. Requires MailerContrib.
Changed:
<
<
To be investigated further.
>
>
The RAP TWiki seems to have this functionality -- I've signed up for updates to the Main web; we'll see if it works.
 

What are the tradeoffs?

 <<O>>  Difference Topic RickManning (12 - 05 Sep 2008 - Main.RickManning)
Line: 1 to 1
 
META TOPICPARENT name="TWikiUsers"

Using TWiki

 <<O>>  Difference Topic RickManning (11 - 05 Sep 2008 - Main.RickManning)
Line: 1 to 1
 
META TOPICPARENT name="TWikiUsers"

Using TWiki

 <<O>>  Difference Topic RickManning (10 - 05 Sep 2008 - Main.RickManning)
Line: 1 to 1
 
META TOPICPARENT name="TWikiUsers"

Using TWiki

Added:
>
>
 

Updates

Changed:
<
<
  • 9/5/08 - Added login issues, appearance issues, and online surveys to the list of topics to investigate.
>
>
  • 9/5/08 - Added login issues, appearance issues, and online surveys to the list of topics to investigate. Investigated skins.
 
  • 9/4/08 - Started project page as "Main/RickManning". Recorded list of issues to investigate, and started looking into the basics of how TWiki works. Found a reference manual on the Twiki.org site with lots of good information.

Issues to Address

Deleted:
<
<
  1. How does TWiki work? What underlying technology does it use, and how is internal storage handled?
  2. Login issues.
  3. What's a good place to find out about existing security problems and how to deal with them? How is security handled, and what are common security problems?
  4. How does access control work and can it be spoofed?
  5. Can we do general purpose programming on our TWiki?
  6. Can we get notifications for web page changes in a good format?
  7. What are the tradeoffs?
  8. How can we make TWiki look more polished?
  9. How does one become a "power user" of the wiki?
  10. How well can you couple a wiki document with a wiki presentation so that you can co-evolve either of them in parallel to the other?
  11. Can we make an online survey a la Surveymonkey with TWiki?
 

How does TWiki work? What underlying technology does it use, and how is internal storage handled?

Rice RAP is currently using TWiki 4.0.0, released Wed, 08 Feb 2006, and Plugin API version 1.1. The most recent version is TWiki 4.2.2.

Line: 30 to 20
 For a good reference on how TWiki works, see the TWiki 4.0.0 Reference Manual for System Administrators.
Added:
>
>
To be investigated further.
 

Login issues.

To be investigated.

Line: 38 to 30
 For a list of "security alerts" for different versions of TWiki, see TWiki Security Alerts.
Added:
>
>
To be investigated further.
 

How does access control work and can it be spoofed?

See TWiki User Authentication and TWiki Access Control.

Added:
>
>
To be investigated further.
 

Can we do general purpose programming on our TWiki?

TWiki Plugins, written in Perl, can be used for some programming needs.

TWiki Scripts appear to have more low-level functionality, such as renaming, moving, and editing large numbers of topics.

Added:
>
>
To be investigated further.
 

Can we get notifications for web page changes in a good format?

TWiki 4.0.0 has a service called Web Notify that can be used to notify subscribers of edited topics. Requires MailerContrib.

Added:
>
>
To be investigated further.
 

What are the tradeoffs?

To be investigated.

Line: 60 to 60
 Use skins.
Changed:
<
<
To change the default look and feel, we would probably create our own custom skin. Then,

"To make the changes visible on all pages, go to TWikiPreferences (to keep TWikiPreferences intact) and write:

>
>
To change the default look and feel, we would probably create our own custom skin. Then, "to make the changes visible on all pages, go to TWikiPreferences (to keep TWikiPreferences intact) and write:
 =* Set COVER = myskin="
Added:
>
>
It looks like making a custom skin is pretty simple. We can use built-in features and/or CSS to define the layout. We might not be able to achieve quite the polished look of a static, non-wiki website, but we can definitely come much closer.

To be investigated further.

 

How does one become a "power user" of the wiki?

 <<O>>  Difference Topic RickManning (9 - 05 Sep 2008 - Main.RickManning)
Line: 1 to 1
 
META TOPICPARENT name="TWikiUsers"

Using TWiki

Updates

Deleted:
<
<
  • 9/4/08 - Created project page as "Main/RickManning". Recorded list of issues to investigate, and started looking into the basics of how TWiki works. Found a reference manual on the Twiki.org site with lots of good information.
 
  • 9/5/08 - Added login issues, appearance issues, and online surveys to the list of topics to investigate.
Added:
>
>
  • 9/4/08 - Started project page as "Main/RickManning". Recorded list of issues to investigate, and started looking into the basics of how TWiki works. Found a reference manual on the Twiki.org site with lots of good information.
 

Issues to Address

  1. How does TWiki work? What underlying technology does it use, and how is internal storage handled?
Line: 58 to 58
 

How can we make TWiki look more polished?

Changed:
<
<
Use skins. To be investigated.
>
>
Use skins.

To change the default look and feel, we would probably create our own custom skin. Then,

"To make the changes visible on all pages, go to TWikiPreferences (to keep TWikiPreferences intact) and write: =* Set COVER = myskin="

 

How does one become a "power user" of the wiki?

 <<O>>  Difference Topic RickManning (8 - 05 Sep 2008 - Main.RickManning)
Line: 1 to 1
 
META TOPICPARENT name="TWikiUsers"

Using TWiki

Line: 6 to 6
 
  • 9/4/08 - Created project page as "Main/RickManning". Recorded list of issues to investigate, and started looking into the basics of how TWiki works. Found a reference manual on the Twiki.org site with lots of good information.
Added:
>
>
  • 9/5/08 - Added login issues, appearance issues, and online surveys to the list of topics to investigate.
 

Issues to Address

  1. How does TWiki work? What underlying technology does it use, and how is internal storage handled?
Added:
>
>
  1. Login issues.
 
  1. What's a good place to find out about existing security problems and how to deal with them? How is security handled, and what are common security problems?
  2. How does access control work and can it be spoofed?
  3. Can we do general purpose programming on our TWiki?
  4. Can we get notifications for web page changes in a good format?
  5. What are the tradeoffs?
Added:
>
>
  1. How can we make TWiki look more polished?
 
  1. How does one become a "power user" of the wiki?
  2. How well can you couple a wiki document with a wiki presentation so that you can co-evolve either of them in parallel to the other?
Added:
>
>
  1. Can we make an online survey a la Surveymonkey with TWiki?
 

How does TWiki work? What underlying technology does it use, and how is internal storage handled?

Line: 25 to 30
 For a good reference on how TWiki works, see the TWiki 4.0.0 Reference Manual for System Administrators.
Added:
>
>

Login issues.

To be investigated.

 

What's a good place to find out about existing security problems and how to deal with them? How is security handled, and what are common security problems?

For a list of "security alerts" for different versions of TWiki, see TWiki Security Alerts.

Line: 47 to 56
 To be investigated.
Added:
>
>

How can we make TWiki look more polished?

Use skins. To be investigated.

 

How does one become a "power user" of the wiki?

To be investigated.

Line: 54 to 67
 

How well can you couple a wiki document with a wiki presentation so that you can co-evolve either of them in parallel to the other?

To be investigated.

Added:
>
>

Can we make an online survey a la Surveymonkey with TWiki?

To be investigated.

 
META FORM name="Main.UserForm"
FORM FIELD FirstName FirstName? Rick
FORM FIELD LastName LastName? Manning
 <<O>>  Difference Topic RickManning (7 - 04 Sep 2008 - Main.RickManning)
Line: 1 to 1
 
META TOPICPARENT name="TWikiUsers"

Using TWiki

Updates

Changed:
<
<
  • 9/4/08 - Created project page as "Main/RickManning".
>
>
  • 9/4/08 - Created project page as "Main/RickManning". Recorded list of issues to investigate, and started looking into the basics of how TWiki works. Found a reference manual on the Twiki.org site with lots of good information.
 

Issues to Address

Line: 31 to 31
 

How does access control work and can it be spoofed?

Changed:
<
<
To be investigated.
>
>
See TWiki User Authentication and TWiki Access Control.
 

Can we do general purpose programming on our TWiki?

Changed:
<
<
To be investigated.
>
>
TWiki Plugins, written in Perl, can be used for some programming needs.

TWiki Scripts appear to have more low-level functionality, such as renaming, moving, and editing large numbers of topics.

 

Can we get notifications for web page changes in a good format?

Changed:
<
<
To be investigated.
>
>
TWiki 4.0.0 has a service called Web Notify that can be used to notify subscribers of edited topics. Requires MailerContrib.
 

What are the tradeoffs?

 <<O>>  Difference Topic RickManning (6 - 04 Sep 2008 - Main.RickManning)
Line: 1 to 1
 
META TOPICPARENT name="TWikiUsers"

Using TWiki

Line: 9 to 9
 

Issues to Address

  1. How does TWiki work? What underlying technology does it use, and how is internal storage handled?
Changed:
<
<
  1. How is security handled, and what are common security problems?
  2. What's a good place to find out about existing security problems and how to deal with them?
>
>
  1. What's a good place to find out about existing security problems and how to deal with them? How is security handled, and what are common security problems?
 
  1. How does access control work and can it be spoofed?
  2. Can we do general purpose programming on our TWiki?
  3. Can we get notifications for web page changes in a good format?
Line: 18 to 17
 
  1. How does one become a "power user" of the wiki?
  2. How well can you couple a wiki document with a wiki presentation so that you can co-evolve either of them in parallel to the other?
Changed:
<
<

How does TWiki work? What underlying technology does it use, and how is internal storage handled?

>
>

How does TWiki work? What underlying technology does it use, and how is internal storage handled?

 
Changed:
<
<
To be investigated.
>
>
Rice RAP is currently using TWiki 4.0.0, released Wed, 08 Feb 2006, and Plugin API version 1.1. The most recent version is TWiki 4.2.2.
 
Changed:
<
<

How is security handled, and what are common security problems?

>
>
  • Note: How difficult would it be to update the Twiki? Is it a good idea?
 
Changed:
<
<
To be investigated.
>
>
For a good reference on how TWiki works, see the TWiki 4.0.0 Reference Manual for System Administrators.
 
Changed:
<
<

What's a good place to find out about existing security problems and how to deal with them?

>
>

What's a good place to find out about existing security problems and how to deal with them? How is security handled, and what are common security problems?

 
Changed:
<
<
To be investigated.
>
>
For a list of "security alerts" for different versions of TWiki, see TWiki Security Alerts.
 
Changed:
<
<

How does access control work and can it be spoofed?

>
>

How does access control work and can it be spoofed?

 To be investigated.
Changed:
<
<

Can we do general purpose programming on our TWiki?

>
>

Can we do general purpose programming on our TWiki?

 To be investigated.
Changed:
<
<

Can we get notifications for web page changes in a good format?

>
>

Can we get notifications for web page changes in a good format?

 To be investigated.
Changed:
<
<

What are the tradeoffs?

>
>

What are the tradeoffs?

 To be investigated.
Changed:
<
<

How does one become a "power user" of the wiki?

>
>

How does one become a "power user" of the wiki?

 To be investigated.
Changed:
<
<

How well can you couple a wiki document with a wiki presentation so that you can co-evolve either of them in parallel to the other?

>
>

How well can you couple a wiki document with a wiki presentation so that you can co-evolve either of them in parallel to the other?

 To be investigated.
META FORM name="Main.UserForm"
 <<O>>  Difference Topic RickManning (5 - 04 Sep 2008 - Main.RickManning)
Line: 1 to 1
 
META TOPICPARENT name="TWikiUsers"

Using TWiki

 <<O>>  Difference Topic RickManning (4 - 04 Sep 2008 - Main.RickManning)
Line: 1 to 1
 
META TOPICPARENT name="TWikiUsers"

Using TWiki

Added:
>
>

Updates

  • 9/4/08 - Created project page as "Main/RickManning".
 

Issues to Address

  1. How does TWiki work? What underlying technology does it use, and how is internal storage handled?
Line: 10 to 14
 
  1. How does access control work and can it be spoofed?
  2. Can we do general purpose programming on our TWiki?
  3. Can we get notifications for web page changes in a good format?
Changed:
<
<
  1. What are the tradeoffs
  2. How does one become a "power user" of the wiki.
  3. Produce the answers to these questions in the form of a wiki presentation.
>
>
  1. What are the tradeoffs?
  2. How does one become a "power user" of the wiki?
 
  1. How well can you couple a wiki document with a wiki presentation so that you can co-evolve either of them in parallel to the other?
Changed:
<
<

Personal Preferences

>
>

How does TWiki work? What underlying technology does it use, and how is internal storage handled?

To be investigated.

How is security handled, and what are common security problems?

To be investigated.

What's a good place to find out about existing security problems and how to deal with them?

To be investigated.

How does access control work and can it be spoofed?

To be investigated.

Can we do general purpose programming on our TWiki?

To be investigated.

Can we get notifications for web page changes in a good format?

To be investigated.

What are the tradeoffs?

To be investigated.

How does one become a "power user" of the wiki?

 
Changed:
<
<
Uncomment preferences variables to activate them (remove the #-sign). Help and details on preferences variables are available in TWikiPreferences.
>
>
To be investigated.
 
Changed:
<
<
  • Show tool-tip topic info on mouse-over of WikiWord links, on or off:
    • #Set LINKTOOLTIPINFO = off
  • Horizontal size of text edit box:
    • #Set EDITBOXWIDTH = 70
  • Vertical size of text edit box:
    • #Set EDITBOXHEIGHT = 22
  • Style of text edit box. width: 99% for full window width (default), width: auto to disable.
    • #Set EDITBOXSTYLE = width: 99%
  • Write protect your home page: (set it to your WikiName)

Related Topics

>
>

How well can you couple a wiki document with a wiki presentation so that you can co-evolve either of them in parallel to the other?

 
Added:
>
>
To be investigated.
 
META FORM name="Main.UserForm"
FORM FIELD FirstName FirstName? Rick
FORM FIELD LastName LastName? Manning
 <<O>>  Difference Topic RickManning (3 - 04 Sep 2008 - Main.RickManning)
Line: 1 to 1
 
META TOPICPARENT name="TWikiUsers"
Changed:
<
<

Using TWiki

>
>

Using TWiki

 
Changed:
<
<

Issues to Address

>
>

Issues to Address

 
Changed:
<
<
1. asdf 1. asdf

My Links

  • ATasteOfTWiki - view a short introductory presentation on TWiki for beginners
  • WelcomeGuest - starting points on TWiki
  • TWikiUsersGuide - complete TWiki documentation, Quick Start to Reference
  • Sandbox - try out TWiki on your own
  • RickManningSandbox? - just for me
>
>
  1. How does TWiki work? What underlying technology does it use, and how is internal storage handled?
  2. How is security handled, and what are common security problems?
  3. What's a good place to find out about existing security problems and how to deal with them?
  4. How does access control work and can it be spoofed?
  5. Can we do general purpose programming on our TWiki?
  6. Can we get notifications for web page changes in a good format?
  7. What are the tradeoffs
  8. How does one become a "power user" of the wiki.
  9. Produce the answers to these questions in the form of a wiki presentation.
  10. How well can you couple a wiki document with a wiki presentation so that you can co-evolve either of them in parallel to the other?
 

Personal Preferences

Line: 40 to 38
 
Changed:
<
<
META FORM name="%25MAINWEB%25.UserForm"
>
>
META FORM name="Main.UserForm"
 
FORM FIELD FirstName FirstName? Rick
FORM FIELD LastName LastName? Manning
FORM FIELD OrganisationName OrganisationName?
 <<O>>  Difference Topic RickManning (2 - 04 Sep 2008 - Main.RickManning)
Line: 1 to 1
 
META TOPICPARENT name="TWikiUsers"
Added:
>
>

Using TWiki

 
Added:
>
>

Issues to Address

1. asdf 1. asdf

 

My Links

Line: 36 to 41
 

META FORM name="%25MAINWEB%25.UserForm"
Changed:
<
<
FORM FIELD First Name FirstName? Rick
FORM FIELD Last Name LastName? Manning
>
>
FORM FIELD FirstName FirstName? Rick
FORM FIELD LastName LastName? Manning
 
FORM FIELD OrganisationName OrganisationName?
FORM FIELD OrganisationURL OrganisationURL?
FORM FIELD Profession Profession
 <<O>>  Difference Topic RickManning (1 - 21 Apr 2008 - Main.TWikiRegistrationAgent)
Line: 1 to 1
Added:
>
>
META TOPICPARENT name="TWikiUsers"

My Links

  • ATasteOfTWiki - view a short introductory presentation on TWiki for beginners
  • WelcomeGuest - starting points on TWiki
  • TWikiUsersGuide - complete TWiki documentation, Quick Start to Reference
  • Sandbox - try out TWiki on your own
  • RickManningSandbox? - just for me

Personal Preferences

Uncomment preferences variables to activate them (remove the #-sign). Help and details on preferences variables are available in TWikiPreferences.

  • Show tool-tip topic info on mouse-over of WikiWord links, on or off:
    • #Set LINKTOOLTIPINFO = off
  • Horizontal size of text edit box:
    • #Set EDITBOXWIDTH = 70
  • Vertical size of text edit box:
    • #Set EDITBOXHEIGHT = 22
  • Style of text edit box. width: 99% for full window width (default), width: auto to disable.
    • #Set EDITBOXSTYLE = width: 99%
  • Write protect your home page: (set it to your WikiName)

Related Topics

META FORM name="%25MAINWEB%25.UserForm"
FORM FIELD First Name FirstName? Rick
FORM FIELD Last Name LastName? Manning
FORM FIELD OrganisationName OrganisationName?
FORM FIELD OrganisationURL OrganisationURL?
FORM FIELD Profession Profession
FORM FIELD Country Country
FORM FIELD State State
FORM FIELD Address Address
FORM FIELD Location Location
FORM FIELD Telephone Telephone
FORM FIELD VoIP VoIP?
FORM FIELD InstantMessaging (IM) InstantMessagingIM?
FORM FIELD Email Email
FORM FIELD HomePage HomePage?
FORM FIELD Comment Comment
META PREFERENCE name="VIEW_TEMPLATE" title="VIEW_TEMPLATE" type="Local" value="UserView"
Revision 14 - r14 - 09 Sep 2008 - 14:01 - RickManning
Revision 13 - r13 - 07 Sep 2008 - 20:48 - RickManning
Revision 12 - r12 - 05 Sep 2008 - 13:46 - RickManning
Revision 11 - r11 - 05 Sep 2008 - 13:39 - RickManning
Revision 10 - r10 - 05 Sep 2008 - 13:36 - RickManning
Revision 9 - r9 - 05 Sep 2008 - 13:22 - RickManning
Revision 8 - r8 - 05 Sep 2008 - 13:10 - RickManning
Revision 7 - r7 - 04 Sep 2008 - 15:09 - RickManning
Revision 6 - r6 - 04 Sep 2008 - 14:53 - RickManning
Revision 5 - r5 - 04 Sep 2008 - 14:40 - RickManning
Revision 4 - r4 - 04 Sep 2008 - 14:38 - RickManning
Revision 3 - r3 - 04 Sep 2008 - 14:30 - RickManning
Revision 2 - r2 - 04 Sep 2008 - 14:25 - RickManning
Revision 1 - r1 - 21 Apr 2008 - 18:47 - TWikiRegistrationAgent
Creative Commons LicenseThis work is licensed under a Creative Commons Attribution 2.5 License. Please follow our citation guidelines.