From: Gabriel Dunne Date: Sun, 1 Aug 2010 21:44:26 +0000 (-0700) Subject: new content, data X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=bbaca28dbe98d58c9252855c0015130a001ec891;p=plog.git new content, data --- diff --git a/content/code/maya_render_bat b/content/code/maya_render_bat index 8068b31..8d9af38 100644 --- a/content/code/maya_render_bat +++ b/content/code/maya_render_bat @@ -1,24 +1,25 @@ title = Maya render bat batch file tags = maya render bat date = 2010-07-07 +hidden = true -- - *.bat file structure +
 REM // .bat comment syntax
 C:\Progra~1\Autodesk\Maya2010\bin\render -s 1 -e 30 -im output_image myscene.ma
 C:\Progra~1\Autodesk\Maya2010\bin\render -s 1 -e 30 -im output_image2 anotherscene.ma
 
-Maya directory must be the 8.3 character DOS version. To execute the file, save as a *.bat and double click it in Explorer. +The path to render.exe must be the 8.3 character DOS version. +To execute the file, save as a *.bat and double click it in Explorer. +
 // Render Flags
-
 usage: Render <options> <filename>
 where <filename> is a Maya ASCII or a Maya Binary file.
-
  
 
 startFrame            -s   <float>     starting frame for an animation sequence
diff --git a/content/code/bash/date_for_filename b/content/code/scripts/date_for_filename
similarity index 100%
rename from content/code/bash/date_for_filename
rename to content/code/scripts/date_for_filename
diff --git a/content/code/bash/imageslice b/content/code/scripts/imageslice
similarity index 56%
rename from content/code/bash/imageslice
rename to content/code/scripts/imageslice
index 2b2906a..ccf4286 100644
--- a/content/code/bash/imageslice
+++ b/content/code/scripts/imageslice
@@ -4,14 +4,10 @@ tags = bash script slice image imagemagick
 lang = bash
 --
 
-

- Shell script that slices a single image into any number of vertical and horizontal sections. -

+Shell script that slices a single image into any number of vertical and horizontal sections. -
#!/bin/bash
-#copyright: 2009
-#author: gabriel dunne
-#url: quilime.com
+
#!/bin/bash
+#@author  gabriel dunne <quilime.com>
 
 IMAGE=$1
 IMAGE_W=$2
@@ -43,15 +39,11 @@ else
 fi
 
-

To Use

-

-

    -
  1. navigate to slice.sh in your terminal and do -
    -
    $  chmod 775 slice.sh
    +##To Use
    +navigate to slice.sh in your terminal and do 
    +
    $  chmod 775 slice.sh
     $  ./slice.sh Sunset.jpg 800 600 16 16
    -
  2. -
  3. replace Sunset.jpg with your image name.
  4. -
  5. vars: Image Height, Image Width, Vertical Divisions, Horizontal Divisions
  6. -
-

\ No newline at end of file +replace **Sunset.jpg** with your image name. +params: **Image Height, Image Width, Vertical Divisions, Horizontal Divisions** + +
\ No newline at end of file diff --git a/content/config b/content/config new file mode 100644 index 0000000..e69de29 diff --git a/content/log/2010-01-13_relative_time b/content/log/2010-01-13_relative_time index 05fb805..2944838 100644 --- a/content/log/2010-01-13_relative_time +++ b/content/log/2010-01-13_relative_time @@ -1,7 +1,5 @@ title = relative_time date = 2010-01-13 -tags = time, inspiration +tags = time inspiration jpg -- - - - +!["relative time"](http://media.quilime.com/aggregate/agg/relativity_visualized__relative_time.jpg) \ No newline at end of file diff --git a/content/log/2010-07-29_icosi b/content/log/2010-07-29_icosi new file mode 100644 index 0000000..817c579 --- /dev/null +++ b/content/log/2010-07-29_icosi @@ -0,0 +1,6 @@ +tags = icosi installation performance projection +title = icosi +date = 2010-07-29 +-- +[![icosi](http://farm5.static.flickr.com/4083/4847387648_908df243cc.jpg)](http://www.flickr.com/photos/quilime/sets/72157624499344281/with/4847387648/) + diff --git a/lib/data.php b/lib/data.php index 9bee7ea..3e0613e 100644 --- a/lib/data.php +++ b/lib/data.php @@ -10,7 +10,7 @@ function get_entries( $path = "", $args = array()) $recursive = isset($args['recursive']) ? $args['recursive'] : 1; $order_by = empty($args['order_by']) ? null : $args['order_by']; $order = empty($args['order']) ? SORT_DESC : $args['order']; - + $path = LOCAL_ROOT . CONTENT_DIR . $path; if ($recursive) { $iterator = new RecursiveDirectoryIterator($path, RecursiveDirectoryIterator::KEY_AS_PATHNAME); @@ -96,6 +96,7 @@ function parse_entry($fileInfo, $page = 0) { $config = ""; $content = ""; + $content_short = ""; $passed_config = false; $file_contents = file($fileInfo->getRealPath(), FILE_USE_INCLUDE_PATH); foreach ( $file_contents as $line ) { @@ -107,6 +108,12 @@ function parse_entry($fileInfo, $page = 0) $config .= $line; continue; } + if (trim($line) == MORE_DELIM) { + $passed_more = true; + } + if (!$passed_more) { + $content_short .= $line; + } $content .= $line; } @@ -116,6 +123,8 @@ function parse_entry($fileInfo, $page = 0) $file['timestamp'] = $file['config']['date'] ? date('U', strtotime( $file['config']['date'])) : $fileInfo->getCTime(); $file['tags'] = $file['config']['tags'] ? explode(" ", $file['config']['tags']) : null; $file['content'] = Markdown($content); + if ($passed_more) + $file['content_short'] = Markdown($content_short); $cat = clean_slashes(str_replace(LOCAL_ROOT . CONTENT_DIR, "", $fileInfo->getPath())); $file['cat'] = $page ? null : array('name' => substr($cat,1), 'url' => $cat.'/' ); $file['path'] = $fileInfo->getRealPath(); diff --git a/pages/links b/pages/links index 4984cb2..6eb4d8d 100644 --- a/pages/links +++ b/pages/links @@ -3,21 +3,21 @@ type = page markdown = true -- ## friends and inspiration -+ [stephanie sherriff](http://ssherriff.com) → -+ [ryan alexander](http://onecm.com) → -+ [daniel massey](http://oddsympathy.com) → -+ [joshua nimoy](http://jtnimoy.net) → -+ [keith pasko](http://keithpasko.com) → -+ [jeff lubow](http://dabkitsch.com/jml/) → -+ [carbon workshop (gustavo huber & shelly brown)](http://carbonworkshop.com) → -+ [sascha pohflepp](http://pohflepp.com) → -+ [mylinh trieu](http://mylinhtrieu.com) → -+ [aaron meyers](http://universaloscillation.com) → -+ [tom carden](http://tom-carden.co.uk) → -+ [michal migurski](http://mike.teczno.com) → -+ [adam roth](http://ripevessel.com) → -+ [david rager](http://davidrager.org) → -+ [marc nimoy](http://digitanalog.net) → -+ [matthew gale](http://makaga.com) → -+ [frédéric eyl](http://fredericeyl.de) → -+ [the green eyl](http://thegreeneyl.com) → \ No newline at end of file ++ stephanie sherriff [ssherriff.com](http://ssherriff.com) ++ ryan alexander [onecm.com](http://onecm.com) ++ daniel massey [oddsympathy.com](http://oddsympathy.com) ++ joshua nimoy [jtnimoy.net](http://jtnimoy.net) ++ keith pasko [keithpasko.com](http://keithpasko.com) ++ jeff lubow [dabkitsch.com/jml/](http://dabkitsch.com/jml/) ++ carbon workshop [carbonworkshop.com](http://carbonworkshop.com) ++ sascha pohflep [pohflepp.com](http://pohflepp.com) ++ mylinh trieu [mylinhtrieu.com](http://mylinhtrieu.com) ++ aaron meyers [universaloscillation.com](http://universaloscillation.com) ++ tom carden [tom-carden.co.uk](http://tom-carden.co.uk) ++ michal migurski [mike.teczno.co](http://mike.teczno.com) ++ adam roth [ripevessel.com](http://ripevessel.com) ++ david rager [davidrager.org](http://davidrager.org) ++ marc nimoy [digitanalog.net](http://digitanalog.net) ++ matthew gale [makaga.com](http://makaga.com) ++ frédéric eyl [fredericeyl.de](http://fredericeyl.de) ++ the green eyl [thegreeneyl.com](http://thegreeneyl.com) \ No newline at end of file diff --git a/pages/projects b/pages/projects new file mode 100644 index 0000000..ebf525d --- /dev/null +++ b/pages/projects @@ -0,0 +1,39 @@ +title = projects +-- + +### past portfolio(s) +[works 4](http://portfolio.quilime.com/2008/) +[works 3](http://portfolio.quilime.com/new/port.php) +[works 2](http://portfolio.quilime.com/recent.html) +[works 1](http://quilime.com/main.php) + +
+ +### selected projects +[Tessellated Group](http://portfolio.quilime.com/2008/?p=tessellated) +[Rattles](http://portfolio.quilime.com/2008/?p=rattle) +[Sempernull](http://portfolio.quilime.com/2008/?p=sempernull) +[Synonymovement](http://portfolio.quilime.com/2008/?p=synonymovement) +[Mask](http://portfolio.quilime.com/2008/?p=mask) +[Prism](http://portfolio.quilime.com/2008/?p=prism) +[Cabspotting w/Stame](http://portfolio.quilime.com/2008/?p=cabspotting) +[Bay Area Transit w/Stamen](http://content.stamen.com/som_transbay_tower) +[Spacelamp](http://portfolio.quilime.com/2008/?p=spacelamp) +[Boat](http://portfolio.quilime.com/2008/?p=boat) +[Dots](http://portfolio.quilime.com/new/port.php?p=01_Dots) +[Jelly](http://portfolio.quilime.com/new/port.php?p=02_Jellyfish) +[Swim Tank](http://portfolio.quilime.com/new/port.php?p=05_Swim_Tank) +[Web](http://portfolio.quilime.com/new/port.php?p=06_Web) +[Sempernull (prog)](http://portfolio.quilime.com/new/port.php?p=04_Stars) +[Rattles (prog)](http://portfolio.quilime.com/new/port.php?p=03_Rattles) +[Dachstein](http://portfolio.quilime.com/content/daschtein/index.html) +[Celestial Mechanics](http://portfolio.quilime.com/content/cm/index.html) +[Valentine](http://portfolio.quilime.com/content/valentine/index.html) +[Weekly France](http://quilime.com/content/fr_weekly) +[Posters](http://quilime.com/content/fr_posters) +[Egg](http://portfolio.quilime.com/2008/?p=egg) +[Obsession](http://portfolio.quilime.com/2008/?p=obsession) +[Body Negative](http://portfolio.quilime.com/2008/?p=bodyneg) +[Nos Reves](http://portfolio.quilime.com/content/nosreves/index.html) +[Icarus and Daedalus](http://portfolio.quilime.com/2008/?p=icarus) +[AeroBlob](http://portfolio.quilime.com/2008/?p=aero) \ No newline at end of file diff --git a/public/css/style.css b/public/css/style.css index 746fa2f..194312d 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -17,6 +17,7 @@ h2 { margin:0 0 0.5em 0; } h3 { margin:0 0 0 0; } ul, li { margin:0; padding:0; list-style-type:none; } +ol { margin:0;} ol li { list-style-type:decimal; } blockquote { font-family:times; background:#000; color:#aaa; @@ -28,7 +29,7 @@ p { max-width:720px; } .nav { position:absolute; z-index:1; top:20px; left:30px; } -.nav a { } +.nav a { text-decoration:none; font-weight:bold;} .nav ul { margin-left:1em; } .nav h1 { } diff --git a/public/index.php b/public/index.php index fbb2931..76e89fb 100644 --- a/public/index.php +++ b/public/index.php @@ -1,5 +1,7 @@ - include_template('entry.html.tpl', array('data' => $entry)); ?> + more →

'; + $this->include_template('entry.html.tpl', array('data' => $entry)); + ?> diff --git a/templates/index.html.tpl b/templates/index.html.tpl index 964b92d..7d62334 100644 --- a/templates/index.html.tpl +++ b/templates/index.html.tpl @@ -4,7 +4,9 @@ include_template('head-inc.html.tpl') ?> <?=SITE_TITLE?> - + + + @@ -12,7 +14,12 @@
- this is the index template +
+
+
+
+
+← navigation