::selection {background: #08f !important; color:#fff;}
/*links*/
-a { color:#07e; border:0; text-decoration:none; }
+a { color:#60d; border:0; text-decoration:none; }
a img { border:0; }
a.mute { color:#555; }
a:hover, a.mute:hover { color:#fa4; background:#ffa; text-decoration:none; }
/*headings*/
h1, h2, h3, h4, h5, h6 { color:#444; font-size:1em; }
-h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { background:#ffe; }
h1 { margin:0 0 3em 0; }
h2 { margin:4em 0 0.5em 0; }
h3 { font-size:1em; margin:0; margin-bottom:0.5em; }
+
+
/*code
pre, .code { font-family: Monaco, monospace; font-size:11px; line-height:1.4em; background:#212121; color:#0f4; padding:1em 2em; }
span.code { padding:0.5em 1em; }
ul.thumbnails a { text-decoration:none; }
ul.thumbnails .title { }
- .date { font-weight:bold; }
+ .date { color:#ccc;}
+.func { font-weight:normal; color:#990; }
.text { font-family:serif; font-size:15px; line-height:2.2em; margin-top:80px;}
.indent { text-indent:3em; }
<?php
require_once 'lib/init.php';
-
+
$url_string = get_url_string();
-
+
if (is_string($url_string)) {
-
+
if ( basename($url_string) == "aggregate") {
header ("Location: http://quilime.com/aggregate/index.php");
exit;
exit;
}
else {
- include( TEMPLATE_DIR . '404.html' );
+ include( TEMPLATE_DIR . '404.html' );
exit;
}
}
-
- header("Location: /log/");
+
include ( TEMPLATE_DIR . 'index.html' );
-
+
?>
.atn { color: #606; }
.atv { color: #080; }
.dec { color: #606; }
-pre.prettyprint, code.prettyprint { font-family:monospace; font-size:11px; padding:2px 20px; background:#f0f0f0; }
+pre.prettyprint, code.prettyprint { font-family:monospace; font-size:12px; padding:2px 20px; background:#f0f0f0; }
pre.prettyprint { padding:20px; }
@media print {
+++ /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; }
-}
<?php include_template('nav.html'); ?>
<div id="content">
+
+ <h1>about</h1>
<p>
- <strong>quilime</strong>is an ongoing collection of my process, notes,
- sights, sounds, thoughts, sketches, collections, and everything else that's worth documenting or sharing.
- I've used this URL since about 1999.
+ <strong>quilime</strong> is an ongoing collection of process, notes, observation, sketches, experiments by gabriel dunne. (<a href="http://gabrieldunne.com">www</a>,
+<a href="mailto:gdunne@quilime.com">email</a>)
</p>
- email <a href="mailto:gdunne@quilime.com">gdunne@quilime.com</a>
- <br/>
- © 1997—<?= date('Y'); ?> <a href="http://gabrieldunne.com">gabriel dunne</a>
+
+
+ © 1997—<?= date('Y'); ?>
+ <br/>
<?php include_template('nav.html'); ?>
<div id="content">
+
+ <h1>aggregate</h1>
<table border="0" id="agg"><tr>
<?php elseif ($inline): ?>
+
+ <h1>code</h1>
+
<ul class="inline_content">
<?php foreach($items_list as $items): ?>
<li>
<?php else: ?>
+ <h1>code</h1>
<table class="archive" cellspacing="0" cellpadding="0">
+
<tr>
<td><a class="func" href="?order=lang">language</a></td>
<td><a class="func" href="?order=name">name</a></td>
</tr>
+
<?php
$c = 1;
foreach($items_list as $items): ?>
<?php include_template('nav.html'); ?>
<div id="content">
+
+ <h1>img</h1>
<ul class="image">
<?php foreach($img->channel->item as $item) : ?>
<? include_template('nav.html'); ?>
<div id="content">
- projects, process log, experiments, code, reference, inspiration, aggregate
+ projects, experiments, code, reference, inspiration, aggregate
</div>
</body>
<head>
<?php include_template('header-src.html'); ?>
-
+
<title><?php echo SITE_TITLE ?> - links</title>
-
+
</head>
<body>
-
+
<?php include_template('nav.html'); ?>
<div id="content">
+
+ <h1>links</h1>
<?php
-
+
function linklist($links)
{ ?>
<?php foreach($links as $l) : ?>
- <li><a href="<?php echo $l[0];?>"><?php echo $l[1];?></a></li>
- <?php endforeach; ?>
- <?php
+ <li><a href="<?php echo $l[0];?>"><?php echo $l[0];?></a></li>
+ <?php endforeach; ?>
+ <?php
}
-
+
$people = array(
- array('http://onecm.com', 'ryan alexander'),
- array('http://ssherriff.com', 'stephanie sherriff'),
- array('http://www.oddsympathy.com/', 'daniel massey'),
+ array('http://ssherriff.com', 'stephanie sherriff'),
+ array('http://dabkitsch.com/jml', 'jeff lubow'),
+ array('http://onecm.com', 'ryan alexander'),
+ array('http://oddsympathy.com/', 'daniel massey'),
+ array('http://jtnimoy.net', 'joshua nimoy'),
+ array('http://keithpasko.com', 'keith pasko'),
array('http://pohflepp.com', 'sascha pohflepp'),
- array('http://dabkitsch.com/jml', 'jeff lubow'),
- array('http://jtnimoy.net', 'joshua nimoy'),
- array('http://keithpasko.com', 'keith pasko'),
- array('http://fredericeyl.de', 'frédéric eyl'),
- array('http://ghost-hack.com', 'michael chang'),
- array('http://aaronkoblin.com', 'aaron koblin'),
- array('http://mylinhtrieu.com', 'mylinh trieu'),
- array('http://renataraksha.com', 'renata raksha'),
- array('http://universaloscillation.com', 'aaron meyers'),
-
+ array('http://mylinhtrieu.com', 'mylinh trieu'),
+ array('http://universaloscillation.com', 'aaron meyers'),
array('http://tom-carden.co.uk', 'tom carden'),
- array('http://mike.teczno.com', 'michal migurski'),
-
-
+ array('http://mike.teczno.com', 'michal migurski'),
array('http://ripevessel.com', 'adam roth'),
- array('http://cenizal.com', 'cj cenizal'),
array('http://davidrager.org', 'david rager'),
array('http://digitanalog.net', 'marc nimoy'),
array('http://makaga.com', 'matthew gale'),
-
- array(' ', ' '),
-
- array('http://www.thegreeneyl.com/', 'the green eyl'),
- array('http://gaffta.org/', 'gaffta')
+ array('http://fredericeyl.de', 'frédéric eyl'),
+ array('http://thegreeneyl.com/', 'the green eyl'),
+ array('http://local.wasp.uwa.edu.au/~pbourke/', ''),
);
?>
-
-
+
+ <h2>quilime elsewhere</h2>
<ul>
<li><a href="http://delicious.com/quilime/">delicious</a></li>
+ <li><a href="http://vimeo.com/quilime/">vimeo</a></li>
<li><a href="http://flickr.com/photos/quilime/">flickr</a></li>
- <li><a href="http://vimeo.com/quilime/">vimeo</a></li>
</ul>
-
-
+
+
<h2>links</h2>
<ul>
<?php linklist($people); ?>
</ul>
</div>
-
+
</body>
</html>
\ No newline at end of file
<?php include_template('nav.html'); ?>
+
+
<div id="content">
+
+
<?php if ($single) : ?>
- <h1><a href="/log/">log</a> / <span class="date"><?php echo date("m/d/Y", $log['timestamp']); ?></span> <?php echo $log['title']; ?></h1>
+ <h1><a href="/log/">log</a> / <?php echo $log['title']; ?> <span class="date"><?php echo date("m/d/Y", $log['timestamp']); ?></span> </h1>
<div class="content">
<?php echo $log['inline_content']; ?>
<?php elseif ($list): ?>
+ <h1>log</h1>
<table class="archive" cellspacing="0" cellpadding="0">
<tr>
<?php else: ?>
+
+ <h1>log</h1>
<ul class="inline_content log">
<?php foreach($log_list as $log): ?>
<li>
<h3>
- <span class="date"><?php echo date("m/d/Y", $log['timestamp']); ?></span>
+
<a title="<?php echo get_relative_time($log['timestamp']); ?>" href="<?php echo $log['href'];?>">
- <?php echo $log['title']; ?></a>
+ <?php echo $log['title']; ?></a>
+<span class="date"><?php echo date("m/d/Y", $log['timestamp']); ?></span>
</h3>
<?php echo $log['inline_content']; ?>
</li>
<ul class="nav">
- <h3>
- <strong><a class="mute" href="/"><?= SITE_TITLE ?></a></strong>
- </h3>
- projects, process<br/>
- by <a href="http://gabrieldunne.com">g.dunne</a>
+ <strong><a class="mute" href="/"><?= SITE_TITLE ?></a></strong><br/>
<br/>
<br/>
- <li><a href="/">home</a></li>
+ <li><a href="/log/">log</a></li>
<li><a href="/code/?inline=1">code</a></li>
<li><a href="/img/">img</a></li>
<li><a href="/agg/">aggregate</a></li>