]> git.quilime.com - plog_bk.git/commitdiff
readme added
authorGabriel Dunne <gdunne@quilime.com>
Mon, 17 May 2010 00:54:40 +0000 (17:54 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Mon, 17 May 2010 00:54:40 +0000 (17:54 -0700)
README [new file with mode: 0644]
plog/js/prettify/prettify.css~ [deleted file]

diff --git a/README b/README
new file mode 100644 (file)
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 (executable)
index 301ab24..0000000
+++ /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; }
-}