From: Gabriel Dunne Date: Mon, 17 May 2010 00:54:40 +0000 (-0700) Subject: readme added X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=1129f8a0fc2892cb4e174bf9c91d27db3932a511;p=plog_bk.git readme added --- diff --git a/README b/README new file mode 100644 index 0000000..b11749f --- /dev/null +++ b/README @@ -0,0 +1,33 @@ +plog +CMS + +filesystem: / + .htaccess + index.php + large redirect + plog/ + config + lib/ + Smarty/ + templates/ + default/ + style.css + .. other template files + + ++ cache in sqlite db for searching, tags, etc ++ auto generate thumbnails ++ list folders as + rss + xml + json + html + text + ++ auto-sense content + images + audio + video + posts written as text + + diff --git a/plog/js/prettify/prettify.css~ b/plog/js/prettify/prettify.css~ deleted file mode 100755 index 301ab24..0000000 --- a/plog/js/prettify/prettify.css~ +++ /dev/null @@ -1,27 +0,0 @@ -/* Pretty printing styles. Used with prettify.js. */ - -.str { color: #f28; } -.kwd { color: #008; } -.com { color: #888; font-style:italic; } -.typ { color: #606; } -.lit { color: #066; } -.pun { color: #660; } -.pln { color: #444; } -.tag { color: #008; } -.atn { color: #606; } -.atv { color: #080; } -.dec { color: #606; } -pre.prettyprint, code.prettyprint { font-family:monaco, monospace; padding:2px 20px; background:#eee; } - -@media print { - .str { color: #060; } - .kwd { color: #006; font-weight: bold; } - .com { color: #600; font-style: italic; } - .typ { color: #404; font-weight: bold; } - .lit { color: #044; } - .pun { color: #440; } - .pln { color: #000; } - .tag { color: #006; font-weight: bold; } - .atn { color: #404; } - .atv { color: #060; } -}