]> git.quilime.com - plog.git/commitdiff
content additions
authorGabriel Dunne <gdunne@quilime.com>
Sat, 10 Jul 2010 01:00:22 +0000 (18:00 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Sat, 10 Jul 2010 01:00:22 +0000 (18:00 -0700)
12 files changed:
content/code/bash/imageslice
content/code/generic_entry [deleted file]
content/code/mel/mel_entry [deleted file]
content/code/mel/notepad [moved from content/code/mel/mel_notepad with 99% similarity]
content/code/mel/sphere_intersect [moved from content/code/mel/mel_sphere_intersect with 97% similarity]
content/log/cat1/test_entry_in_cat_1 [deleted file]
content/log/cat2/test_entry_in_cat2 [deleted file]
content/log/cat2/test_entry_in_cat2_again [deleted file]
content/projects/installation/installation_project [deleted file]
content/projects/project1 [deleted file]
content/projects/project2 [deleted file]
lib/init.php

index a14f955b38fcdb306d04dff9d126f461c7002848..2b2906a5bdc8c5f1eaead5c1c957999fb179e670 100644 (file)
@@ -1,6 +1,6 @@
 title = Image Slice
 date = 2009-04-23
-tags = bash, script, slice, image, imagemagick
+tags = bash script slice image imagemagick
 lang = bash
 --
 
diff --git a/content/code/generic_entry b/content/code/generic_entry
deleted file mode 100644 (file)
index 28a536c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-title = a generic entry
-date = 2009-06-05
-tags = generic entry
---
-the actual entry for this generic entry
-
-it's multi line
-
-`and it's got code!`
-
-wow.
\ No newline at end of file
diff --git a/content/code/mel/mel_entry b/content/code/mel/mel_entry
deleted file mode 100644 (file)
index 1af2671..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-title = a mel entry
-tags = some tags for this mel entry
---
-the actual entry
\ No newline at end of file
similarity index 99%
rename from content/code/mel/mel_notepad
rename to content/code/mel/notepad
index 98b802dafb6877618b1b39440339e49ffcc55267..f8a63dacd828c88e7427afec70d55a57f0b1305a 100644 (file)
@@ -1,7 +1,6 @@
 date = 2007-12-12
 title = "MEL Notepad"
-tags = mel, maya
-lang = mel
+tags = mel maya
 --
 
 process selection list
similarity index 97%
rename from content/code/mel/mel_sphere_intersect
rename to content/code/mel/sphere_intersect
index 33f62ecb8437a57e9de9f63bd27988f936d5fce8..3377c9f5a08a2ec0374b55e8644077a61af589b8 100644 (file)
@@ -1,6 +1,6 @@
 date = 2009-06-12
 title = "MEL Sphere Intersect"
-tags = "maya, mel, sphere, intersection"
+tags = maya mel sphere intersection
 lang = mel
 --
 <p>
diff --git a/content/log/cat1/test_entry_in_cat_1 b/content/log/cat1/test_entry_in_cat_1
deleted file mode 100644 (file)
index 5ffef5c..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-title = a test entry in category 1
---
-the actual entry of this test entry
\ No newline at end of file
diff --git a/content/log/cat2/test_entry_in_cat2 b/content/log/cat2/test_entry_in_cat2
deleted file mode 100644 (file)
index b94d469..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-title = wow another test
---
-woot woot!
\ No newline at end of file
diff --git a/content/log/cat2/test_entry_in_cat2_again b/content/log/cat2/test_entry_in_cat2_again
deleted file mode 100644 (file)
index 3a31912..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-title = again!
---
-yeah, again, that's right
\ No newline at end of file
diff --git a/content/projects/installation/installation_project b/content/projects/installation/installation_project
deleted file mode 100644 (file)
index e04b198..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-title = Installation Project
-tags = install project
---
-an installation project
\ No newline at end of file
diff --git a/content/projects/project1 b/content/projects/project1
deleted file mode 100644 (file)
index a0f6046..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-title = project 1
-tags = what what what
---
-some content
\ No newline at end of file
diff --git a/content/projects/project2 b/content/projects/project2
deleted file mode 100644 (file)
index 28ac44c..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-title = "project2"
-tags = what the eff
---
-project 2
\ No newline at end of file
index a465d6c591eb697fc9facb0d2a51a33ca5db207d..fdb82c01704c1cdcdb078b840b2ee39a67e43297 100644 (file)
@@ -6,7 +6,7 @@
 
        define ('SITE_TITLE', 'quilime');
        define ('LOCAL_ROOT', '/home/quilime/quilime-site/' );
-       define ('WEB_ROOT', 'http://dev.quilime.com/' );
+       define ('WEB_ROOT', 'http://quilime.com/' );
        
        define ('CONTENT_DIR', 'content');
        define ('PAGE_DIR', 'pages');