tml>
GS Fossil: Help: test-obscure
GS Fossil
Help: test-obscure
Not logged in
Fossil
html "
Home
\n" if {[anycap jor]} { html "
Timeline
\n" } if {[hascap oh]} { html "
Files
\n" } if {[hascap o]} { html "
Branches
\n" html "
Tags
" } if {[hascap r]} { html "
Tickets
\n" } if {[hascap j]} { html "
Wiki
\n" } if {[hascap s]} { html "
Admin
\n" } elseif {[hascap a]} { html "
Users
\n" } if {[info exists login]} { html "
Logout
\n" } else { html "
Login
\n" }
Topic-List
The "test-obscure" command:
For each command-line argument X, run both obscure(X) and unobscure(obscure(X)) and print the results. This is used for testing and debugging of the obscure() and unobscure() functions.