Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

We're looking to use our TWiki as part of our development process. As we produce releases of our product, we will create a master release page for the current tool.

The goal is that at any time, someone could start from this page and produce an identical version of the current release.

Is it possible to 'tag' TWiki pages? (By 'tag' I am referring to the sense as it is used in the versioning of source code).

The only way I can see to do this is to hard code revision tags into the links between pages, although that in itself will be very difficult to maintain.

Cheers!

share|improve this question

1 Answer

up vote 0 down vote accepted

A solution, using revisions, is to include a table at the top of each page where the released product version links to a specific revision of the current page that is appropriate for that release. Something like:

| *Release*                                           |
| [ [http://twiki/Page/rev=1.7] ][Product 4.0 -]]     |
| [ [http://twiki/Page/rev=1.4] ][Product 2.0 - 3.0]] |
| [ [http://twiki/Page/rev=1.2] ][Product 1.0]]       |

An advantage of this is that a modification to a leaf page does not require links to that page to be updated. The readers select the product version they are interested when they navigate to the page.

This is a similar technique to that used in other documents where they say: For the most recent version of this document see http://www.mypage.com/README.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.