• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisión365fe46a225eff324bd51d9632b1e47de15b6a24 (tree)
Tiempo2005-01-16 12:26:14
Autorhenoheno <henoheno>
Commiterhenoheno

Log Message

Shrink. (s) = sidebar CSS exists in this theme

Cambiar Resumen

Diferencia incremental

--- a/tdiary-demogen.sh
+++ b/tdiary-demogen.sh
@@ -1,5 +1,5 @@
11 #!/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 $
33 #
44 # tDiary demonstration generator: generates many [theme].php
55 # License: GPL
@@ -40,9 +40,10 @@ int|inte|inter|interw|interwi|interwik|interwiki)
4040 echo '--------'
4141 echo '- [./$1.php theme] raw tDiary theme selector'
4242 echo '--------'
43+ echo '- (s) = sidebar CSS exists in this theme'
4344 theme_list | while read theme; do
4445 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)"
4647 echo
4748 done
4849 ;;