--- /dev/null
+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
+
+
+++ /dev/null
-/* 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; }
-}