From 1129f8a0fc2892cb4e174bf9c91d27db3932a511 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Sun, 16 May 2010 17:54:40 -0700 Subject: [PATCH] readme added --- README | 33 +++++++++++++++++++++++++++++++++ plog/js/prettify/prettify.css~ | 27 --------------------------- 2 files changed, 33 insertions(+), 27 deletions(-) create mode 100644 README delete mode 100755 plog/js/prettify/prettify.css~ 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; } -} -- 2.34.1