History: TIM
Source of version: 9 (current)
Copy to clipboard
^ Planning has started for ((Show3)) ^ TIM is an acronym for the Tiki Instance Manager, built for show.tiki.org TIM is similar to ((TRIM)), but without the __R__emote part. See also Tiki ((Console)). ! Code https://gitlab.com/tikiwiki/tiki/-/tree/master/doc/devtools/tim ! Questions * All our other shell scripts end with .sh Should these be as well? ** That would be pointless, as: *** they execute just as well without extensions *** they are not sh shell scripts but bash scripts (and there will be no attempt at backward compatibility with sh which would make them unreadable) *** a .bash extension would baffle everyone * Is [http://marclaporte-11197-4642.show.tiki.org/install_log.txt|10.2: syntax error: invalid arithmetic operator (error token is ".2")] something we should worry about? ! Feature requests * code currently is hard-coded to show.tiki.org -> Could this be changed to make it easier to manage a ((WikiFarm))?