Revisión | 365fe46a225eff324bd51d9632b1e47de15b6a24 (tree) |
---|---|
Tiempo | 2005-01-16 12:26:14 |
Autor | henoheno <henoheno> |
Commiter | henoheno |
Shrink. (s) = sidebar CSS exists in this theme
@@ -1,5 +1,5 @@ | ||
1 | 1 | #!/bin/sh |
2 | -# $Id: tdiary-demogen.sh,v 1.5 2005/01/15 14:54:46 henoheno Exp $ | |
2 | +# $Id: tdiary-demogen.sh,v 1.6 2005/01/16 03:26:14 henoheno Exp $ | |
3 | 3 | # |
4 | 4 | # tDiary demonstration generator: generates many [theme].php |
5 | 5 | # License: GPL |
@@ -40,9 +40,10 @@ int|inte|inter|interw|interwi|interwik|interwiki) | ||
40 | 40 | echo '--------' |
41 | 41 | echo '- [./$1.php theme] raw tDiary theme selector' |
42 | 42 | echo '--------' |
43 | + echo '- (s) = sidebar CSS exists in this theme' | |
43 | 44 | theme_list | while read theme; do |
44 | 45 | echo -n "+ [[theme:$theme]]" |
45 | - grep -q div.sidebar "$dir/$theme/$theme.css" && echo -n " (sidebar)" | |
46 | + grep -q div.sidebar "$dir/$theme/$theme.css" && echo -n " (s)" | |
46 | 47 | echo |
47 | 48 | done |
48 | 49 | ;; |