Created
May 9, 2011 19:44
-
-
Save XULRunner42/963235 to your computer and use it in GitHub Desktop.
calicious templates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="content-type" content="text/html;charset=utf-8"/> | |
<title>go.jcurry Front Page</title> | |
<link href="css/main.css" rel="stylesheet" type="text/css" media="all"/> | |
<script type="text/javascript" src="javascript/main.js"></script> | |
</head> | |
<body> | |
<div class="blog"> | |
<h2><a href="http://go.jcurry.irie">http://go.jcurry</a></h2> | |
<p> | |
This page is hosted from jcurry Acer AspireOne AOA150 Model ZG5:<br/> | |
</p> | |
<h3> WebFramework Sitemap and Project Goals/Inventory </h3> | |
<ul> | |
<li>Apache mod_proxy frontend - backend server at | |
<a href="http://jcurry.irie:9999">http://jcurry.irie:9999</a>: | |
The Go web framework listens on port :9999 and dispatches | |
requests to the various functions that might be registered for | |
any urls... </li> | |
<li>Calicious Offline-capable/Online-Synchronizing Delicious | |
posting worker mockup: <a href="/calicious">Click Here</a></li> | |
<li>Sqlite Reader: <a href="/calicious-sqlite">Click Here</a> - | |
to import bookmarks from Delicious, we could implement the API | |
and a web service client to pull updates from Delicious website, | |
or we could just rely on Firefox Delicious Plugin XPI to write a | |
file in the user's home directory that synchronizes every time | |
the Mozilla process is loaded with the plugin.<br/><br/> | |
To bootstrap the database schema and crud, this is the preferred | |
approach... once you have a representation of the data that you | |
need, it's a matter of writing routines to display it properly, | |
translate it to another more desireable format, get another copy | |
from the upstream remote for local synchronization purposes, or | |
whatever.</li> | |
<li>Sets and Sorts: <a href="/calicious-objects">Click Here</a> | |
a primer on the types of objects that are exposed in calicious | |
application scope that will need views and controllers...</li> | |
</ul> | |
</div> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h2>Posts</h2> {{#posts}} | |
{{> post.mustache}} {{/posts}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML PUBLIC "-//W3C/DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
<html lang="en"> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<meta http-equiv="Pragma" content="no-cache"> | |
<meta http-equiv="Cache-Control" content="no-store, must-revalidate, no-cache, private, max-age=0, post-check=0, pre-check=0"> | |
<meta http-equiv="X-Xss-Protection" content="0"> | |
<meta http-equiv="Expires" content="Sun, 1 Jan 2006 01:00:00 GMT"> | |
<meta http-equiv="X-Ua-Compatible" content="IE=7"> | |
<meta name="robots" content="noarchive,noindex,nofollow"> | |
<meta name="description" content="Keep, share, and discover the best of the Web using Delicious, the world's leading social bookmarking service."> | |
<meta name="keywords" content="del.icio.us, delicious, bookmarks, social bookmarking"> | |
<meta name="language" content="en"> | |
<title>yebyen's Bookmarks on go.jcurry</title> | |
<link rel="stylesheet" type="text/css" media="screen" href="/css/del-frontend-tidy.css"/> | |
<link rel="shortcut icon" type="image/x-icon" href="http://www.delicious.com/favicon.ico"> | |
<link rel="apple-touch-icon" href="http://static.delicious.com/img/delicious57px.png"> | |
<link rel="alternate" type="application/rss+xml" title="RSS feed" href="http://feeds.delicious.com/v2/rss/yebyen?count=15"> | |
<script type="text/javascript" src="/javascript/main.js"></script> | |
</head><body id="index" class="fullpage userposts is_unknown"> | |
<div id="doc3" class="yui-t5 delui-v5 enableButtons jsEnabled"> | |
<!-- HEADER --> | |
<div id="bd"> | |
<div id="header"> | |
<div id="globalnav"> | |
<ul class="nav"> | |
<li id="signedInAs">Hi, <strong id="signedInName"><a href="/calicious">yebyen</a></strong> <ul id="userOptions"> | |
<li><a href="http://www.delicious.com/logout?jump=https%3A%2F%2Fsecure.delicious.com%2Flogin">Sign in as a different user</a></li> | |
</ul> | |
</li> | |
<li><a class="inbox" href="http://www.delicious.com/inbox/yebyen">Inbox</a></li> | |
<li><a href="https://secure.delicious.com/settings/">Settings</a></li> | |
<li><a href="http://www.delicious.com/help">Help</a></li> | |
<li class="last"><a href="http://www.delicious.com/logout">Sign Out</a></li> | |
</ul> | |
</div><!-- #globalnav --> | |
<div id="banner"> | |
<div data-rapid_m="nav" id="nav" class="rapidnofollow"> | |
<h1 id="site_title"><a data-rapid_p="1" href="http://www.delicious.com/"><span>delicious</span></a></h1> | |
<ul class="nav-list"> | |
<li class="list-item" id="list-item-home"> | |
<a data-rapid_p="2" href="http://www.delicious.com/" class="list-link" id="list-link-home"><span>Home</span></a> | |
</li> | |
<li class="list-item" id="list-item-bookmarks"> | |
<a data-rapid_p="3" href="{{baseurl}}" class="list-link" id="list-link-bookmarks"><span>Bookmarks</span></a> | |
<a data-rapid_p="4" href="{{baseurl}}" class="toggle"></a> | |
<ul class="subnav-list" id="subnav-list-bookmarks"> | |
<li class="sublist-item"><a data-rapid_p="5" href="{{baseurl}}" class="sublist-link first">My Bookmarks</a></li> | |
<li class="sublist-item"><a data-rapid_p="6" href="http://www.delicious.com/popular/" class="sublist-link">Popular</a></li> | |
<li class="sublist-item"><a data-rapid_p="7" href="http://www.delicious.com/recent/" class="sublist-link last">Recent</a></li> | |
<li class="sublist-item"><a data-rapid_p="8" href="http://www.delicious.com/url/" class="sublist-link about">Look up a URL</a></li> | |
</ul> | |
</li> | |
<li class="list-item" id="list-item-people"> | |
<a data-rapid_p="9" href="http://www.delicious.com/network/yebyen" class="list-link" id="list-link-people"><span>People</span></a> | |
<a data-rapid_p="10" href="http://www.delicious.com/network/yebyen" class="toggle"></a> | |
<ul class="subnav-list" id="subnav-list-people"> | |
<li class="sublist-item"><a data-rapid_p="11" href="http://www.delicious.com/network/yebyen" class="sublist-link first">My Network</a></li> | |
<li class="sublist-item"><a data-rapid_p="12" href="http://www.delicious.com/user/" class="sublist-link about">Go to a User</a></li> | |
</ul> | |
</li> | |
<li class="list-item" id="list-item-tags"> | |
<a data-rapid_p="13" href="http://www.delicious.com/tags/yebyen" class="list-link" id="list-link-tags"><span>Tags</span></a> | |
<a data-rapid_p="14" href="http://www.delicious.com/tags/yebyen" class="toggle"></a> | |
<ul class="subnav-list" id="subnav-list-tags"> | |
<li class="sublist-item"><a data-rapid_p="15" href="http://www.delicious.com/tags/yebyen" class="sublist-link">My Tags</a></li> | |
<li class="sublist-item"><a data-rapid_p="16" href="http://www.delicious.com/subscriptions/yebyen" class="sublist-link">My Subscriptions</a></li> | |
<li class="sublist-item"><a data-rapid_p="17" href="http://www.delicious.com/tag/" class="sublist-link about">Explore</a></li> | |
</ul> | |
</li> | |
</ul> | |
</div> | |
<form method="get" action="/search" class="searchForm " id="global-searchform"> | |
<div class="search-box" id="global-srchBox"> | |
<div class="search-input"> | |
<div id="global-searchChoices" class="searchchoices"> | |
<label id="global-chooseSearchType" class="chooseSearchType toggle"><em>choose a type</em></label> | |
<ul id="global-subnav-list-search" class="subnav-list"> | |
<li id="global-search-choice-same" class="search-choice on">Search these bookmarks</li> | |
<li id="global-search-choice-myuserposts" class="search-choice">My bookmarks</li> | |
<li id="global-search-choice-mynetwork" class="search-choice">My Network's bookmarks</li> | |
<li id="global-search-choice-all" class="search-choice">Everyone's bookmarks</li> | |
</ul> | |
</div> | |
<input autocomplete="off" name="p" id="global-searchinput" class="searchinput yui-ac-input" size="30" maxlength="255" value="Search Delicious" type="text"> | |
</div> | |
<input name="chk" value="" type="hidden"> | |
<input name="context" class="searchcontext" id="global-searchCntxt" value="userposts|yebyen" type="hidden"> | |
<input name="fr" id="global-searchfr" value="del_icio_us" type="hidden"> | |
<input id="global-searchLC" class="searchlc" name="lc" value="" type="hidden"> | |
<input id="global-searchsubmit" class="searchsubmit" value="Search" type="submit"> | |
</div> | |
<div class="suggestions yui-ac-container"> | |
<div style="display: none;" class="yui-ac-content"><div style="display: none;" class="yui-ac-hd"></div><div class="yui-ac-bd"><ul><li style="display: none;"></li><li style="display: none;"></li><li style="display: none;"></li><li style="display: none;"></li><li style="display: none;"></li><li style="display: none;"></li></ul></div><div style="display: none;" class="yui-ac-ft"></div></div></div> | |
</form> | |
</div><!-- #banner --> | |
</div><!-- #hd --> | |
</div><!-- #hd --> | |
<!-- PAGE TITLE --> | |
<div id="ttlbar"> | |
<div id="ttl"> | |
<div id="pagetitle"> | |
<div class="AllItems" id="pagetitleContent"> | |
<h2><em class="">yebyen's</em> <strong></strong> Bookmarks </h2> | |
<p id="alt_message" class="altMsg"> | |
<a class="current" href="{{baseurl}}">Bookmarks</a> <em>|</em> | |
<a class="" href="http://www.delicious.com/network/yebyen">Network</a> <em>|</em> | |
<a class="" href="http://www.delicious.com/tags/yebyen">Tags</a> <em>|</em> | |
<a class="" href="http://www.delicious.com/subscriptions/yebyen">Subscriptions</a> | |
<em>|</em> <a class="" href="http://www.delicious.com/inbox/yebyen">Inbox</a> | |
</p> | |
</div> | |
<p id="see_also" class="seeAlso"> | |
See more bookmarks in <a href="http://www.delicious.com/popular/">Popular</a>, <a href="http://www.delicious.com/recent">Recent</a>, or <a href="http://www.delicious.com/url/">look up a URL</a>. </p> | |
</div> | |
</div> | |
<div id="actions"> | |
<ul data-rapid_m="actions-list" id="actions-list"> | |
<li id="actionSaveABookmark"><a data-rapid_p="1" href="http://www.delicious.com/save?new=1&key=ev.JhPmkHxAdXpNlg1ZterP7eDY-" class="options action save rapidnofollow" id="saveBookmark">Save a new bookmark</a></li> | |
<li id="actionCreateProfile"> | |
<a style="" data-rapid_p="2" href="http://www.delicious.com/settings/profile/edit" id="editprofile" class="profile">Create public profile</a> | |
</li> | |
<li id="actionBulkEdit"><a data-rapid_p="3" href="" id="sidebar-actions-bulk" class="bulkEdit">Bulk edit</a></li> | |
</ul> | |
</div> | |
</div><!-- #ttl --> | |
<!-- MAIN BODY --> | |
<div id="bd"> | |
<div id="yui-main"> | |
<div id="content" class="yui-b"> | |
<div id="tagscope"> | |
<ul id="tagscopenav"> | |
<li class="scope"> | |
<a href="{{baseurl}}" class="currscope" id="currscope">yebyen</a> | |
</li> | |
<li class="tags"> | |
</li> | |
<li class="box"> | |
<form id="magicboxform" name="magicboxform" action=""> | |
<input name="tagtype" id="addtagType" value="tag" type="hidden"> | |
<input size="25" name="addtag" id="addtag" autocomplete="off" value="Type a tag" type="text"> | |
<input name="addtagSubmit" value="" id="addtagSubmit" type="submit"> | |
</form> | |
</li> | |
<li class="type"> | |
<strong><em><span id="tagScopeCount">7106</span></em> <span id="tagScopeMsg">Bookmarks</span></strong> | |
</li> | |
</ul> | |
</div> | |
<div id="bulkEdit"> | |
<div class="selectall" id="selectall-parent"> | |
<input id="selectall" name="selectall" type="checkbox"> | |
<label for="selectall" id="selectallLabel">Select All</label> | |
</div> | |
<form id="bulkEditMod"> | |
<div class="hd bulkEditHd"> | |
<h6>Bulk Edit: <span id="bulkEditLabel"></span></h6> | |
<div id="bulkEdit-closeParent-hd"><a href="" id="bulkEdit-close-hd"><span>Close</span></a></div> | |
</div> | |
<div class="bd" id="bulkEditBd"> | |
<ul> | |
<li class="actionItem first"><a id="bulkEdit-item-share" href="">Make Public</a></li> | |
<li class="actionItem"><a id="bulkEdit-item-unshare" href="">Make Private</a></li> | |
<li class="actionItem"><a id="bulkEdit-item-delete" href="">Delete</a></li> | |
<li class="actionItem"><a id="bulkEdit-item-addtag" href="">Add Tag</a></li> | |
<li class="actionItem"><a id="bulkEdit-item-removetag" href="">Remove Tag</a></li> | |
</ul> | |
<div class="close bttns" id="bulkEdit-close-parent"> | |
<div class="btn btn-active"><a href="" id="bulkEdit-close"><span>Close</span></a></div> | |
</div> | |
</div> | |
</form> | |
</div> | |
<div id="displayOptions"> | |
<div id="bmOpts" class="optsMod"> | |
<div class="optsModAct"><span id="bmOptsLnk" class="optsModLnk">Display options</span></div> | |
<div id="bmOptsList" class="optsList"> | |
<ul class="toggle off"> | |
<li><span><strong>Sort by:</strong> | |
<em>date</em>, | |
<a href="{{baseurl}}?sort=alpha&order=asc">alphabetical</a></span> | |
</li> | |
<li><strong>Sort order:</strong> | |
<span><em>normal</em>, | |
<a href="{{baseurl}}?sort=userdate&order=asc">reverse</a></span> | |
</li> | |
<li class="sub"><span><strong>Detail level:</strong> | |
<a href="{{baseurl}}?detail=1&page=71" id="blo-small">low</a>, | |
<em>med</em>, | |
<a href="{{baseurl}}?detail=3&page=71" id="blo-large">high</a> </span></li> | |
<li class="wrap"> | |
<span><strong>Display:</strong> <a | |
href="{{baseurl}}?setcount=10">10</a>, <a | |
href="{{baseurl}}?setcount=25">25</a>, <a | |
href="{{baseurl}}?setcount=50">50</a>, <em>100</em> bookmarks per page</span> | |
</li> | |
<li class="wrap isAdv"> | |
<span><strong>Filter:</strong> | |
<em>All</em>,<br><a | |
href="{{baseurl}}?privacy=private">Private</a>, | |
<a | |
href="{{baseurl}}?privacy=public">Public</a>, | |
<a href="{{baseurl}}?privacy=untagged">Untagged</a></span> | |
</li> | |
<li class="isAdv"> | |
<span><strong>Send recipients:</strong> | |
<em>show</em>, | |
<a href="{{baseurl}}?showfor=hide">hide</a> </span> | |
</li> | |
<li class="wrap isAdv"> | |
<span><strong>Open bookmarks in:</strong><br> | |
<em>this window</em>, | |
<a href="{{baseurl}}?opennew=1">new window</a> </span></li> | |
<li class="adv toggle-button"><span class="toggle-button">View advanced options</span></li> | |
</ul> | |
</div><!-- #bmOptsList --> | |
</div><!-- #bmOpts --> | |
</div><!-- #displayOptions --> | |
<form id="form-edit-bookmarks" name="form-edit-bookmarks" action="/post/bulkedit" method="post"> | |
<input id="form-edit-bookmarks-op" name="op" value="" type="hidden"> | |
<input id="form-edit-bookmarks-tags" name="tags" value="" type="hidden"> | |
<input id="form-edit-bookmarks-_done" name="_done" | |
value="{{baseurl}}?setcount=100&page=71" type="hidden"> | |
<input id="form-edit-bookmarks-crumb" name="key" value="c2HADfXRqKAS2z5r4UdIke5wNk0-" type="hidden"> | |
<ul id="bookmarklist" class="bookmarks NOTHUMB isMyBookmarks"> | |
{{#posts}} | |
{{>post}} | |
{{/posts}} | |
</ul> | |
</form> | |
<div id="pagination"><a | |
href="{{baseurl}}/?page=70" class="pn prev">< | |
Prev</a> <a href="/calicious?page=1">1</a> <a | |
href="/calicious?page=2">2</a> ... <a href="/calicious?page=65">65</a> | |
<a href="/calicious?page=66">66</a> <a | |
href="/calicious?page=67">67</a> <a href="/calicious?page=68">68</a> | |
<a href="/calicious?page=69">69</a> <a | |
href="/calicious?page=70">70</a> <a href="/calicious?page=71">71</a> | |
<span>72</span><p>7106 Bookmarks</p></div> | |
<div id="display-and-rss-options"> | |
<div id="bookmark-rss" class="rr"> | |
<a href="http://feeds.delicious.com/v2/rss/yebyen?count=15" class="rss">RSS feed</a> <span>for these Bookmarks</span> | |
<span id="ccLicense"><em>All Rights Reserved</em></span> | |
<a href="http://feeds.delicious.com/v2/rss/yebyen?private=J0eE_MIt1NLEySr79PJan.XE3CM-&count=15" class="privaterss">Private RSS feed</a> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div id="sidebar" class="yui-b"> | |
<div id="sidenav-title"> | |
<h3 id="tab-tags" class="tab selected"><span id="sidebar-tab-tags" class="sidebar-tab">Tags</span></h3> | |
<h3 id="tab-sent" class="tab"><span id="sidebar-tab-sent" class="sidebar-tab">People</span></h3> | |
<div id="tagOpts" class="optsMod panel selected"> | |
<div class="optsModAct"><span id="tagOptsLnk" class="optsModLnk">Options</span></div> | |
<div id="tagOptsList" class="optsList"> | |
<ul> | |
<!--<li id="options-mod-tag" class="optionsMod"> | |
<ul class="options-content">--> | |
<li><span>View as: <a href="{{baseurl}}?settagview=cloud">cloud</a> | <em>list</em></span></li> | |
<li><span>Sort by: <em>alpha</em> | <a href="{{baseurl}}?settagsort=freq">count</a></span></li> | |
<li class="wrap"><span>Show tags used<br>at least: <em>1</em>, | |
<a href="{{baseurl}}?setminposts=2">2</a>, <a href="{{baseurl}}?setminposts=5">5</a> times</span></li> | |
<li class="sub"><span><a href="http://www.delicious.com/settings/tags/rename">Rename tags</a></span></li> | |
<li><span><a href="http://www.delicious.com/settings/tags/delete">Delete tags</a></span></li> | |
<li><span><a href="http://www.delicious.com/settings/send/delete">Delete people</a></span></li> | |
<li><span><a href="http://www.delicious.com/settings/tags/bundle">Manage tag bundles</a></span></li> | |
<!-- | |
</ul> | |
<p><a href="/help/faq#tags">Learn about tags</a></p> | |
</li> | |
--> | |
</ul> | |
</div> | |
</div> | |
</div> | |
<div id="sidebar-content-tags" class="sidebar-content selected"> | |
<div id="rtop-tags" class="sidebar-list toggle on"> | |
<h3><span class="toggle-button yes">Top 10 Tags</span> </h3> <ul class="list"> | |
<li class="first"> | |
<a href="/calicious-tags/jobs"><span title="jobs (139)">jobs<em>139</em></span></a> | |
</li> | |
<li class=""> | |
<a href="/calicious-tags/linux"><span title="linux (85)">linux<em>85</em></span></a> | |
</li> | |
<li class=""> | |
<a href="/calicious-tags/business"><span title="business (69)">business<em>69</em></span></a> | |
</li> | |
<li class=""> | |
<a href="/calicious-tags/haskell"><span title="haskell (61)">haskell<em>61</em></span></a> | |
</li> | |
<li class=""> | |
<a href="/calicious-tags/software"><span title="software (61)">software<em>61</em></span></a> | |
</li> | |
<li class=""> | |
<a href="/calicious-tags/csharp"><span title="csharp (50)">csharp<em>50</em></span></a> | |
</li> | |
<li class=""> | |
<a href="/calicious-tags/blog"><span title="blog (47)">blog<em>47</em></span></a> | |
</li> | |
<li class=""> | |
<a href="/calicious-tags/language"><span title="language (42)">language<em>42</em></span></a> | |
</li> | |
<li class=""> | |
<a href="/calicious-tags/opensource"><span title="opensource (40)">opensource<em>40</em></span></a> | |
</li> | |
<li class=""> | |
<a href="/calicious-tags/golang"><span title="golang (39)">golang<em>39</em></span></a> | |
</li> | |
</ul> | |
<div class="clr"></div> | |
</div> | |
<div id="rbundle-tags" class="sidebar-list toggle on"> | |
<h3><span class="toggle-button">Tag Bundles</span><em>11</em></h3> | |
<div class="sidebar-list bundle off toggle" id="t-b-afs"> | |
<h4 class="bundle first"> | |
<span class="toggle-button toggle-list"> </span><a href="/calicious-bundles/bundle:afs">afs</a><em>90</em> | |
</h4> | |
<ul class="list"> | |
<li class="first"><a title="activedirectory (8)" rel="tag" href="/calicious-tags/activedirectory"><span>activedirectory <em>8</em></span></a></li> | |
<li class=""><a title="afs (8)" rel="tag" href="/calicious-tags/afs"><span>afs <em>8</em></span></a></li> | |
<li class=""><a title="apache (23)" rel="tag" href="/calicious-tags/apache"><span>apache <em>23</em></span></a></li> | |
<li class=""><a title="authentication (17)" rel="tag" href="/calicious-tags/authentication"><span>authentication <em>17</em></span></a></li> | |
<li class=""><a title="bind (4)" rel="tag" href="/calicious-tags/bind"><span>bind <em>4</em></span></a></li> | |
<li class=""><a title="blog (47)" rel="tag" href="/calicious-tags/blog"><span>blog <em>47</em></span></a></li> | |
<li class=""><a title="business (69)" rel="tag" href="/calicious-tags/business"><span>business <em>69</em></span></a></li> | |
<li class=""><a title="ca (2)" rel="tag" href="/calicious-tags/ca"><span>ca <em>2</em></span></a></li> | |
<li class=""><a title="centos (4)" rel="tag" href="/calicious-tags/centos"><span>centos <em>4</em></span></a></li> | |
<li class=""><a title="cluster (2)" rel="tag" href="/calicious-tags/cluster"><span>cluster <em>2</em></span></a></li> | |
<li class=""><a title="code (19)" rel="tag" href="/calicious-tags/code"><span>code <em>19</em></span></a></li> | |
<li class=""><a title="crm (8)" rel="tag" href="/calicious-tags/crm"><span>crm <em>8</em></span></a></li> | |
<li class=""><a title="css (21)" rel="tag" href="/calicious-tags/css"><span>css <em>21</em></span></a></li> | |
<li class=""><a title="database (13)" rel="tag" href="/calicious-tags/database"><span>database <em>13</em></span></a></li> | |
<li class=""><a title="databases (1)" rel="tag" href="/calicious-tags/databases"><span>databases <em>1</em></span></a></li> | |
<li class=""><a title="debian (23)" rel="tag" href="/calicious-tags/debian"><span>debian <em>23</em></span></a></li> | |
<li class=""><a title="design (12)" rel="tag" href="/calicious-tags/design"><span>design <em>12</em></span></a></li> | |
<li class=""><a title="distributed (3)" rel="tag" href="/calicious-tags/distributed"><span>distributed <em>3</em></span></a></li> | |
<li class=""><a title="distro (4)" rel="tag" href="/calicious-tags/distro"><span>distro <em>4</em></span></a></li> | |
<li class=""><a title="dns (11)" rel="tag" href="/calicious-tags/dns"><span>dns <em>11</em></span></a></li> | |
<li class=""><a title="editor (3)" rel="tag" href="/calicious-tags/editor"><span>editor <em>3</em></span></a></li> | |
<li class=""><a title="email (10)" rel="tag" href="/calicious-tags/email"><span>email <em>10</em></span></a></li> | |
<li class=""><a title="enterprise (6)" rel="tag" href="/calicious-tags/enterprise"><span>enterprise <em>6</em></span></a></li> | |
<li class=""><a title="ERP (6)" rel="tag" href="/calicious-tags/ERP"><span>ERP <em>6</em></span></a></li> | |
<li class=""><a title="Exim (1)" rel="tag" href="/calicious-tags/Exim"><span>Exim <em>1</em></span></a></li> | |
<li class=""><a title="filesystem (7)" rel="tag" href="/calicious-tags/filesystem"><span>filesystem <em>7</em></span></a></li> | |
<li class=""><a title="firewall (16)" rel="tag" href="/calicious-tags/firewall"><span>firewall <em>16</em></span></a></li> | |
<li class=""><a title="freebsd (13)" rel="tag" href="/calicious-tags/freebsd"><span>freebsd <em>13</em></span></a></li> | |
<li class=""><a title="gfs (1)" rel="tag" href="/calicious-tags/gfs"><span>gfs <em>1</em></span></a></li> | |
<li class=""><a title="google (27)" rel="tag" href="/calicious-tags/google"><span>google <em>27</em></span></a></li> | |
<li class=""><a title="hardware (16)" rel="tag" href="/calicious-tags/hardware"><span>hardware <em>16</em></span></a></li> | |
<li class=""><a title="howto (25)" rel="tag" href="/calicious-tags/howto"><span>howto <em>25</em></span></a></li> | |
<li class=""><a title="html (18)" rel="tag" href="/calicious-tags/html"><span>html <em>18</em></span></a></li> | |
<li class=""><a title="iptables (2)" rel="tag" href="/calicious-tags/iptables"><span>iptables <em>2</em></span></a></li> | |
<li class=""><a title="IT (4)" rel="tag" href="/calicious-tags/IT"><span>IT <em>4</em></span></a></li> | |
<li class=""><a title="java (28)" rel="tag" href="/calicious-tags/java"><span>java <em>28</em></span></a></li> | |
<li class=""><a title="javascript (20)" rel="tag" href="/calicious-tags/javascript"><span>javascript <em>20</em></span></a></li> | |
<li class=""><a title="JDBC (1)" rel="tag" href="/calicious-tags/JDBC"><span>JDBC <em>1</em></span></a></li> | |
<li class=""><a title="kerberos (10)" rel="tag" href="/calicious-tags/kerberos"><span>kerberos <em>10</em></span></a></li> | |
<li class=""><a title="launchd (1)" rel="tag" href="/calicious-tags/launchd"><span>launchd <em>1</em></span></a></li> | |
<li class=""><a title="ldap (22)" rel="tag" href="/calicious-tags/ldap"><span>ldap <em>22</em></span></a></li> | |
<li class=""><a title="linux (85)" rel="tag" href="/calicious-tags/linux"><span>linux <em>85</em></span></a></li> | |
<li class=""><a title="mac (14)" rel="tag" href="/calicious-tags/mac"><span>mac <em>14</em></span></a></li> | |
<li class=""><a title="mail (15)" rel="tag" href="/calicious-tags/mail"><span>mail <em>15</em></span></a></li> | |
<li class=""><a title="mirror (4)" rel="tag" href="/calicious-tags/mirror"><span>mirror <em>4</em></span></a></li> | |
<li class=""><a title="modeling (2)" rel="tag" href="/calicious-tags/modeling"><span>modeling <em>2</em></span></a></li> | |
<li class=""><a title="monitor (4)" rel="tag" href="/calicious-tags/monitor"><span>monitor <em>4</em></span></a></li> | |
<li class=""><a title="monitoring (4)" rel="tag" href="/calicious-tags/monitoring"><span>monitoring <em>4</em></span></a></li> | |
<li class=""><a title="mysql (8)" rel="tag" href="/calicious-tags/mysql"><span>mysql <em>8</em></span></a></li> | |
<li class=""><a title="network (28)" rel="tag" href="/calicious-tags/network"><span>network <em>28</em></span></a></li> | |
<li class=""><a title="ntlm (3)" rel="tag" href="/calicious-tags/ntlm"><span>ntlm <em>3</em></span></a></li> | |
<li class=""><a title="olap (1)" rel="tag" href="/calicious-tags/olap"><span>olap <em>1</em></span></a></li> | |
<li class=""><a title="opensource (40)" rel="tag" href="/calicious-tags/opensource"><span>opensource <em>40</em></span></a></li> | |
<li class=""><a title="OS (7)" rel="tag" href="/calicious-tags/OS"><span>OS <em>7</em></span></a></li> | |
<li class=""><a title="osx (4)" rel="tag" href="/calicious-tags/osx"><span>osx <em>4</em></span></a></li> | |
<li class=""><a title="outlook (2)" rel="tag" href="/calicious-tags/outlook"><span>outlook <em>2</em></span></a></li> | |
<li class=""><a title="php (21)" rel="tag" href="/calicious-tags/php"><span>php <em>21</em></span></a></li> | |
<li class=""><a title="programming (27)" rel="tag" href="/calicious-tags/programming"><span>programming <em>27</em></span></a></li> | |
<li class=""><a title="redhat (4)" rel="tag" href="/calicious-tags/redhat"><span>redhat <em>4</em></span></a></li> | |
<li class=""><a title="reference (29)" rel="tag" href="/calicious-tags/reference"><span>reference <em>29</em></span></a></li> | |
<li class=""><a title="rochester (19)" rel="tag" href="/calicious-tags/rochester"><span>rochester <em>19</em></span></a></li> | |
<li class=""><a title="security (15)" rel="tag" href="/calicious-tags/security"><span>security <em>15</em></span></a></li> | |
<li class=""><a title="sendmail (2)" rel="tag" href="/calicious-tags/sendmail"><span>sendmail <em>2</em></span></a></li> | |
<li class=""><a title="server (34)" rel="tag" href="/calicious-tags/server"><span>server <em>34</em></span></a></li> | |
<li class=""><a title="servers (11)" rel="tag" href="/calicious-tags/servers"><span>servers <em>11</em></span></a></li> | |
<li class=""><a title="software (61)" rel="tag" href="/calicious-tags/software"><span>software <em>61</em></span></a></li> | |
<li class=""><a title="sql (2)" rel="tag" href="/calicious-tags/sql"><span>sql <em>2</em></span></a></li> | |
<li class=""><a title="ssl (5)" rel="tag" href="/calicious-tags/ssl"><span>ssl <em>5</em></span></a></li> | |
<li class=""><a title="storage (3)" rel="tag" href="/calicious-tags/storage"><span>storage <em>3</em></span></a></li> | |
<li class=""><a title="subversion (15)" rel="tag" href="/calicious-tags/subversion"><span>subversion <em>15</em></span></a></li> | |
<li class=""><a title="sun (4)" rel="tag" href="/calicious-tags/sun"><span>sun <em>4</em></span></a></li> | |
<li class=""><a title="sysadmin (22)" rel="tag" href="/calicious-tags/sysadmin"><span>sysadmin <em>22</em></span></a></li> | |
<li class=""><a title="tech (11)" rel="tag" href="/calicious-tags/tech"><span>tech <em>11</em></span></a></li> | |
<li class=""><a title="tiger (1)" rel="tag" href="/calicious-tags/tiger"><span>tiger <em>1</em></span></a></li> | |
<li class=""><a title="tools (27)" rel="tag" href="/calicious-tags/tools"><span>tools <em>27</em></span></a></li> | |
<li class=""><a title="tutorial (14)" rel="tag" href="/calicious-tags/tutorial"><span>tutorial <em>14</em></span></a></li> | |
<li class=""><a title="tutorials (2)" rel="tag" href="/calicious-tags/tutorials"><span>tutorials <em>2</em></span></a></li> | |
<li class=""><a title="upload (1)" rel="tag" href="/calicious-tags/upload"><span>upload <em>1</em></span></a></li> | |
<li class=""><a title="usb (4)" rel="tag" href="/calicious-tags/usb"><span>usb <em>4</em></span></a></li> | |
<li class=""><a title="vhosts (3)" rel="tag" href="/calicious-tags/vhosts"><span>vhosts <em>3</em></span></a></li> | |
<li class=""><a title="virtual (7)" rel="tag" href="/calicious-tags/virtual"><span>virtual <em>7</em></span></a></li> | |
<li class=""><a title="virtualization (10)" rel="tag" href="/calicious-tags/virtualization"><span>virtualization <em>10</em></span></a></li> | |
<li class=""><a title="web (36)" rel="tag" href="/calicious-tags/web"><span>web <em>36</em></span></a></li> | |
<li class=""><a title="web2.0 (13)" rel="tag" href="/calicious-tags/web2.0"><span>web2.0 <em>13</em></span></a></li> | |
<li class=""><a title="webdesign (12)" rel="tag" href="/calicious-tags/webdesign"><span>webdesign <em>12</em></span></a></li> | |
<li class=""><a title="webdev (9)" rel="tag" href="/calicious-tags/webdev"><span>webdev <em>9</em></span></a></li> | |
<li class=""><a title="windows (23)" rel="tag" href="/calicious-tags/windows"><span>windows <em>23</em></span></a></li> | |
<li class=""><a title="wysiwyg (2)" rel="tag" href="/calicious-tags/wysiwyg"><span>wysiwyg <em>2</em></span></a></li> | |
<li class=""><a title="xen (26)" rel="tag" href="/calicious-tags/xen"><span>xen <em>26</em></span></a></li> | |
<li class=""><a title="xforms (1)" rel="tag" href="/calicious-tags/xforms"><span>xforms <em>1</em></span></a></li> | |
</ul> | |
</div> | |
<div class="sidebar-list bundle off toggle" id="t-b-apps"> | |
<h4 class="bundle "> | |
<span class="toggle-button toggle-list"> </span><a href="/calicious-bundles/bundle:apps">apps</a><em>2</em> | |
</h4> | |
<ul class="list"> | |
<li class="first"><a title="asterisk (18)" rel="tag" href="/calicious-tags/asterisk"><span>asterisk <em>18</em></span></a></li> | |
<li class=""><a title="skype (17)" rel="tag" href="/calicious-tags/skype"><span>skype <em>17</em></span></a></li> | |
</ul> | |
</div> | |
<div class="sidebar-list bundle off toggle" id="t-b-biz"> | |
<h4 class="bundle "> | |
<span class="toggle-button toggle-list"> </span><a href="/calicious-tags/bundle:biz">biz</a><em>5</em> | |
</h4> | |
<ul class="list"> | |
<li class="first"><a title="microsoft (10)" rel="tag" href="/calicious-tags/microsoft"><span>microsoft <em>10</em></span></a></li> | |
<li class=""><a title="nokia (1)" rel="tag" href="/calicious-tags/nokia"><span>nokia <em>1</em></span></a></li> | |
<li class=""><a title="skype (17)" rel="tag" href="/calicious-tags/skype"><span>skype <em>17</em></span></a></li> | |
<li class=""><a title="t-mobile (1)" rel="tag" href="/calicious-tags/t-mobile"><span>t-mobile <em>1</em></span></a></li> | |
<li class=""><a title="verizon (6)" rel="tag" href="/calicious-tags/verizon"><span>verizon <em>6</em></span></a></li> | |
</ul> | |
</div> | |
<div class="sidebar-list bundle off toggle" id="t-b-hosting"> | |
<h4 class="bundle "> | |
<span class="toggle-button toggle-list"> </span><a href="/calicious-bundles/bundle:hosting">hosting</a><em>82</em> | |
</h4> | |
<ul class="list"> | |
<li class="first"><a title="activedirectory (8)" rel="tag" href="/calicious-tags/activedirectory"><span>activedirectory <em>8</em></span></a></li> | |
<li class=""><a title="apache (23)" rel="tag" href="/calicious-tags/apache"><span>apache <em>23</em></span></a></li> | |
<li class=""><a title="authentication (17)" rel="tag" href="/calicious-tags/authentication"><span>authentication <em>17</em></span></a></li> | |
<li class=""><a title="bind (4)" rel="tag" href="/calicious-tags/bind"><span>bind <em>4</em></span></a></li> | |
<li class=""><a title="blog (47)" rel="tag" href="/calicious-tags/blog"><span>blog <em>47</em></span></a></li> | |
<li class=""><a title="ca (2)" rel="tag" href="/calicious-tags/ca"><span>ca <em>2</em></span></a></li> | |
<li class=""><a title="calendar (11)" rel="tag" href="/calicious-tags/calendar"><span>calendar <em>11</em></span></a></li> | |
<li class=""><a title="centos (4)" rel="tag" href="/calicious-tags/centos"><span>centos <em>4</em></span></a></li> | |
<li class=""><a title="cluster (2)" rel="tag" href="/calicious-tags/cluster"><span>cluster <em>2</em></span></a></li> | |
<li class=""><a title="crm (8)" rel="tag" href="/calicious-tags/crm"><span>crm <em>8</em></span></a></li> | |
<li class=""><a title="css (21)" rel="tag" href="/calicious-tags/css"><span>css <em>21</em></span></a></li> | |
<li class=""><a title="database (13)" rel="tag" href="/calicious-tags/database"><span>database <em>13</em></span></a></li> | |
<li class=""><a title="databases (1)" rel="tag" href="/calicious-tags/databases"><span>databases <em>1</em></span></a></li> | |
<li class=""><a title="db (1)" rel="tag" href="/calicious-tags/db"><span>db <em>1</em></span></a></li> | |
<li class=""><a title="debian (23)" rel="tag" href="/calicious-tags/debian"><span>debian <em>23</em></span></a></li> | |
<li class=""><a title="distributed (3)" rel="tag" href="/calicious-tags/distributed"><span>distributed <em>3</em></span></a></li> | |
<li class=""><a title="distro (4)" rel="tag" href="/calicious-tags/distro"><span>distro <em>4</em></span></a></li> | |
<li class=""><a title="email (10)" rel="tag" href="/calicious-tags/email"><span>email <em>10</em></span></a></li> | |
<li class=""><a title="enterprise (6)" rel="tag" href="/calicious-tags/enterprise"><span>enterprise <em>6</em></span></a></li> | |
<li class=""><a title="ERP (6)" rel="tag" href="/calicious-tags/ERP"><span>ERP <em>6</em></span></a></li> | |
<li class=""><a title="Exim (1)" rel="tag" href="/calicious-tags/Exim"><span>Exim <em>1</em></span></a></li> | |
<li class=""><a title="filesystem (7)" rel="tag" href="/calicious-tags/filesystem"><span>filesystem <em>7</em></span></a></li> | |
<li class=""><a title="firewall (16)" rel="tag" href="/calicious-tags/firewall"><span>firewall <em>16</em></span></a></li> | |
<li class=""><a title="freebsd (13)" rel="tag" href="/calicious-tags/freebsd"><span>freebsd <em>13</em></span></a></li> | |
<li class=""><a title="gallery (2)" rel="tag" href="/calicious-tags/gallery"><span>gallery <em>2</em></span></a></li> | |
<li class=""><a title="gentoo (5)" rel="tag" href="/calicious-tags/gentoo"><span>gentoo <em>5</em></span></a></li> | |
<li class=""><a title="gfs (1)" rel="tag" href="/calicious-tags/gfs"><span>gfs <em>1</em></span></a></li> | |
<li class=""><a title="google (27)" rel="tag" href="/calicious-tags/google"><span>google <em>27</em></span></a></li> | |
<li class=""><a title="hardware (16)" rel="tag" href="/calicious-tags/hardware"><span>hardware <em>16</em></span></a></li> | |
<li class=""><a title="howto (25)" rel="tag" href="/calicious-tags/howto"><span>howto <em>25</em></span></a></li> | |
<li class=""><a title="html (18)" rel="tag" href="/calicious-tags/html"><span>html <em>18</em></span></a></li> | |
<li class=""><a title="internet2 (2)" rel="tag" href="/calicious-tags/internet2"><span>internet2 <em>2</em></span></a></li> | |
<li class=""><a title="IT (4)" rel="tag" href="/calicious-tags/IT"><span>IT <em>4</em></span></a></li> | |
<li class=""><a title="java (28)" rel="tag" href="/calicious-tags/java"><span>java <em>28</em></span></a></li> | |
<li class=""><a title="javascript (20)" rel="tag" href="/calicious-tags/javascript"><span>javascript <em>20</em></span></a></li> | |
<li class=""><a title="JDBC (1)" rel="tag" href="/calicious-tags/JDBC"><span>JDBC <em>1</em></span></a></li> | |
<li class=""><a title="kerberos (10)" rel="tag" href="/calicious-tags/kerberos"><span>kerberos <em>10</em></span></a></li> | |
<li class=""><a title="launchd (1)" rel="tag" href="/calicious-tags/launchd"><span>launchd <em>1</em></span></a></li> | |
<li class=""><a title="ldap (22)" rel="tag" href="/calicious-tags/ldap"><span>ldap <em>22</em></span></a></li> | |
<li class=""><a title="linux (85)" rel="tag" href="/calicious-tags/linux"><span>linux <em>85</em></span></a></li> | |
<li class=""><a title="mirror (4)" rel="tag" href="/calicious-tags/mirror"><span>mirror <em>4</em></span></a></li> | |
<li class=""><a title="modeling (2)" rel="tag" href="/calicious-tags/modeling"><span>modeling <em>2</em></span></a></li> | |
<li class=""><a title="monitor (4)" rel="tag" href="/calicious-tags/monitor"><span>monitor <em>4</em></span></a></li> | |
<li class=""><a title="monitoring (4)" rel="tag" href="/calicious-tags/monitoring"><span>monitoring <em>4</em></span></a></li> | |
<li class=""><a title="mysql (8)" rel="tag" href="/calicious-tags/mysql"><span>mysql <em>8</em></span></a></li> | |
<li class=""><a title="network (28)" rel="tag" href="/calicious-tags/network"><span>network <em>28</em></span></a></li> | |
<li class=""><a title="ntlm (3)" rel="tag" href="/calicious-tags/ntlm"><span>ntlm <em>3</em></span></a></li> | |
<li class=""><a title="olap (1)" rel="tag" href="/calicious-tags/olap"><span>olap <em>1</em></span></a></li> | |
<li class=""><a title="opensource (40)" rel="tag" href="/calicious-tags/opensource"><span>opensource <em>40</em></span></a></li> | |
<li class=""><a title="OS (7)" rel="tag" href="/calicious-tags/OS"><span>OS <em>7</em></span></a></li> | |
<li class=""><a title="osx (4)" rel="tag" href="/calicious-tags/osx"><span>osx <em>4</em></span></a></li> | |
<li class=""><a title="outlook (2)" rel="tag" href="/calicious-tags/outlook"><span>outlook <em>2</em></span></a></li> | |
<li class=""><a title="php (21)" rel="tag" href="/calicious-tags/php"><span>php <em>21</em></span></a></li> | |
<li class=""><a title="podcast (17)" rel="tag" href="/calicious-tags/podcast"><span>podcast <em>17</em></span></a></li> | |
<li class=""><a title="redhat (4)" rel="tag" href="/calicious-tags/redhat"><span>redhat <em>4</em></span></a></li> | |
<li class=""><a title="security (15)" rel="tag" href="/calicious-tags/security"><span>security <em>15</em></span></a></li> | |
<li class=""><a title="sendmail (2)" rel="tag" href="/calicious-tags/sendmail"><span>sendmail <em>2</em></span></a></li> | |
<li class=""><a title="server (34)" rel="tag" href="/calicious-tags/server"><span>server <em>34</em></span></a></li> | |
<li class=""><a title="servers (11)" rel="tag" href="/calicious-tags/servers"><span>servers <em>11</em></span></a></li> | |
<li class=""><a title="shibboleth (1)" rel="tag" href="/calicious-tags/shibboleth"><span>shibboleth <em>1</em></span></a></li> | |
<li class=""><a title="sql (2)" rel="tag" href="/calicious-tags/sql"><span>sql <em>2</em></span></a></li> | |
<li class=""><a title="ssl (5)" rel="tag" href="/calicious-tags/ssl"><span>ssl <em>5</em></span></a></li> | |
<li class=""><a title="sso (4)" rel="tag" href="/calicious-tags/sso"><span>sso <em>4</em></span></a></li> | |
<li class=""><a title="storage (3)" rel="tag" href="/calicious-tags/storage"><span>storage <em>3</em></span></a></li> | |
<li class=""><a title="subversion (15)" rel="tag" href="/calicious-tags/subversion"><span>subversion <em>15</em></span></a></li> | |
<li class=""><a title="sun (4)" rel="tag" href="/calicious-tags/sun"><span>sun <em>4</em></span></a></li> | |
<li class=""><a title="sysadmin (22)" rel="tag" href="/calicious-tags/sysadmin"><span>sysadmin <em>22</em></span></a></li> | |
<li class=""><a title="tiger (1)" rel="tag" href="/calicious-tags/tiger"><span>tiger <em>1</em></span></a></li> | |
<li class=""><a title="tools (27)" rel="tag" href="/calicious-tags/tools"><span>tools <em>27</em></span></a></li> | |
<li class=""><a title="upload (1)" rel="tag" href="/calicious-tags/upload"><span>upload <em>1</em></span></a></li> | |
<li class=""><a title="vhosts (3)" rel="tag" href="/calicious-tags/vhosts"><span>vhosts <em>3</em></span></a></li> | |
<li class=""><a title="virtual (7)" rel="tag" href="/calicious-tags/virtual"><span>virtual <em>7</em></span></a></li> | |
<li class=""><a title="virtualization (10)" rel="tag" href="/calicious-tags/virtualization"><span>virtualization <em>10</em></span></a></li> | |
<li class=""><a title="web (36)" rel="tag" href="/calicious-tags/web"><span>web <em>36</em></span></a></li> | |
<li class=""><a title="web2.0 (13)" rel="tag" href="/calicious-tags/web2.0"><span>web2.0 <em>13</em></span></a></li> | |
<li class=""><a title="webdesign (12)" rel="tag" href="/calicious-tags/webdesign"><span>webdesign <em>12</em></span></a></li> | |
<li class=""><a title="webdev (9)" rel="tag" href="/calicious-tags/webdev"><span>webdev <em>9</em></span></a></li> | |
<li class=""><a title="wiki (13)" rel="tag" href="/calicious-tags/wiki"><span>wiki <em>13</em></span></a></li> | |
<li class=""><a title="windows (23)" rel="tag" href="/calicious-tags/windows"><span>windows <em>23</em></span></a></li> | |
<li class=""><a title="wysiwyg (2)" rel="tag" href="/calicious-tags/wysiwyg"><span>wysiwyg <em>2</em></span></a></li> | |
<li class=""><a title="xen (26)" rel="tag" href="/calicious-tags/xen"><span>xen <em>26</em></span></a></li> | |
<li class=""><a title="xforms (1)" rel="tag" href="/calicious-tags/xforms"><span>xforms <em>1</em></span></a></li> | |
</ul> | |
</div> | |
<div class="sidebar-list bundle off toggle" id="t-b-insane"> | |
<h4 class="bundle "> | |
<span class="toggle-button toggle-list"> </span><a href="/calicious-bundles/bundle:insane">insane</a><em>12</em> | |
</h4> | |
<ul class="list"> | |
<li class="first"><a title="capoeira (2)" rel="tag" href="/calicious-tags/capoeira"><span>capoeira <em>2</em></span></a></li> | |
<li class=""><a title="castaneda (2)" rel="tag" href="/calicious-tags/castaneda"><span>castaneda <em>2</em></span></a></li> | |
<li class=""><a title="columbus (2)" rel="tag" href="/calicious-tags/columbus"><span>columbus <em>2</em></span></a></li> | |
<li class=""><a title="conquering (3)" rel="tag" href="/calicious-tags/conquering"><span>conquering <em>3</em></span></a></li> | |
<li class=""><a title="opensource (40)" rel="tag" href="/calicious-tags/opensource"><span>opensource <em>40</em></span></a></li> | |
<li class=""><a title="party (1)" rel="tag" href="/calicious-tags/party"><span>party <em>1</em></span></a></li> | |
<li class=""><a title="ridiculous (20)" rel="tag" href="/calicious-tags/ridiculous"><span>ridiculous <em>20</em></span></a></li> | |
<li class=""><a title="satan (1)" rel="tag" href="/calicious-tags/satan"><span>satan <em>1</em></span></a></li> | |
<li class=""><a title="sorcery (2)" rel="tag" href="/calicious-tags/sorcery"><span>sorcery <em>2</em></span></a></li> | |
<li class=""><a title="tahous (1)" rel="tag" href="/calicious-tags/tahous"><span>tahous <em>1</em></span></a></li> | |
<li class=""><a title="video (26)" rel="tag" href="/calicious-tags/video"><span>video <em>26</em></span></a></li> | |
<li class=""><a title="yoga (11)" rel="tag" href="/calicious-tags/yoga"><span>yoga <em>11</em></span></a></li> | |
</ul> | |
</div> | |
<div class="sidebar-list bundle off toggle" id="t-b-lang"> | |
<h4 class="bundle "> | |
<span class="toggle-button toggle-list"> </span><a href="/calicious-bundles/bundle:lang">lang</a><em>4</em> | |
</h4> | |
<ul class="list"> | |
<li class="first"><a title="java (28)" rel="tag" href="/calicious-tags/java"><span>java <em>28</em></span></a></li> | |
<li class=""><a title="javascript (20)" rel="tag" href="/calicious-tags/javascript"><span>javascript <em>20</em></span></a></li> | |
<li class=""><a title="perl (3)" rel="tag" href="/calicious-tags/perl"><span>perl <em>3</em></span></a></li> | |
<li class=""><a title="php (21)" rel="tag" href="/calicious-tags/php"><span>php <em>21</em></span></a></li> | |
</ul> | |
</div> | |
<div class="sidebar-list bundle off toggle" id="t-b-language"> | |
<h4 class="bundle "> | |
<span class="toggle-button toggle-list"> </span><a href="/calicious-bundles/bundle:language">language</a><em>18</em> | |
</h4> | |
<ul class="list"> | |
<li class="first"><a title="arabic (34)" rel="tag" href="/calicious-tags/arabic"><span>arabic <em>34</em></span></a></li> | |
<li class=""><a title="bopomofo (1)" rel="tag" href="/calicious-tags/bopomofo"><span>bopomofo <em>1</em></span></a></li> | |
<li class=""><a title="chinese (25)" rel="tag" href="/calicious-tags/chinese"><span>chinese <em>25</em></span></a></li> | |
<li class=""><a title="dictionary (2)" rel="tag" href="/calicious-tags/dictionary"><span>dictionary <em>2</em></span></a></li> | |
<li class=""><a title="English (4)" rel="tag" href="/calicious-tags/English"><span>English <em>4</em></span></a></li> | |
<li class=""><a title="grammar (1)" rel="tag" href="/calicious-tags/grammar"><span>grammar <em>1</em></span></a></li> | |
<li class=""><a title="hebrew (1)" rel="tag" href="/calicious-tags/hebrew"><span>hebrew <em>1</em></span></a></li> | |
<li class=""><a title="hindi (2)" rel="tag" href="/calicious-tags/hindi"><span>hindi <em>2</em></span></a></li> | |
<li class=""><a title="language (42)" rel="tag" href="/calicious-tags/language"><span>language <em>42</em></span></a></li> | |
<li class=""><a title="lyrics (1)" rel="tag" href="/calicious-tags/lyrics"><span>lyrics <em>1</em></span></a></li> | |
<li class=""><a title="mandarin (4)" rel="tag" href="/calicious-tags/mandarin"><span>mandarin <em>4</em></span></a></li> | |
<li class=""><a title="music (10)" rel="tag" href="/calicious-tags/music"><span>music <em>10</em></span></a></li> | |
<li class=""><a title="pinyin (3)" rel="tag" href="/calicious-tags/pinyin"><span>pinyin <em>3</em></span></a></li> | |
<li class=""><a title="ridiculous (20)" rel="tag" href="/calicious-tags/ridiculous"><span>ridiculous <em>20</em></span></a></li> | |
<li class=""><a title="sorcery (2)" rel="tag" href="/calicious-tags/sorcery"><span>sorcery <em>2</em></span></a></li> | |
<li class=""><a title="wikipedia (2)" rel="tag" href="/calicious-tags/wikipedia"><span>wikipedia <em>2</em></span></a></li> | |
<li class=""><a title="yoga (11)" rel="tag" href="/calicious-tags/yoga"><span>yoga <em>11</em></span></a></li> | |
<li class=""><a title="zhuyin (2)" rel="tag" href="/calicious-tags/zhuyin"><span>zhuyin <em>2</em></span></a></li> | |
</ul> | |
</div> | |
<div class="sidebar-list bundle off toggle" id="t-b-rit"> | |
<h4 class="bundle "> | |
<span class="toggle-button toggle-list"> </span><a href="/calicious-bundles/bundle:rit">rit</a><em>42</em> | |
</h4> | |
<ul class="list"> | |
<li class="first"><a title="ai (6)" rel="tag" href="/calicious-tags/ai"><span>ai <em>6</em></span></a></li> | |
<li class=""><a title="america (3)" rel="tag" href="/calicious-tags/america"><span>america <em>3</em></span></a></li> | |
<li class=""><a title="arabic (34)" rel="tag" href="/calicious-tags/arabic"><span>arabic <em>34</em></span></a></li> | |
<li class=""><a title="bittorrent (5)" rel="tag" href="/calicious-tags/bittorrent"><span>bittorrent <em>5</em></span></a></li> | |
<li class=""><a title="business (69)" rel="tag" href="/calicious-tags/business"><span>business <em>69</em></span></a></li> | |
<li class=""><a title="calendar (11)" rel="tag" href="/calicious-tags/calendar"><span>calendar <em>11</em></span></a></li> | |
<li class=""><a title="class (4)" rel="tag" href="/calicious-tags/class"><span>class <em>4</em></span></a></li> | |
<li class=""><a title="comparch (5)" rel="tag" href="/calicious-tags/comparch"><span>comparch <em>5</em></span></a></li> | |
<li class=""><a title="datamining (2)" rel="tag" href="/calicious-tags/datamining"><span>datamining <em>2</em></span></a></li> | |
<li class=""><a title="dlx (1)" rel="tag" href="/calicious-tags/dlx"><span>dlx <em>1</em></span></a></li> | |
<li class=""><a title="drink (1)" rel="tag" href="/calicious-tags/drink"><span>drink <em>1</em></span></a></li> | |
<li class=""><a title="education (8)" rel="tag" href="/calicious-tags/education"><span>education <em>8</em></span></a></li> | |
<li class=""><a title="gamedev (3)" rel="tag" href="/calicious-tags/gamedev"><span>gamedev <em>3</em></span></a></li> | |
<li class=""><a title="identity (4)" rel="tag" href="/calicious-tags/identity"><span>identity <em>4</em></span></a></li> | |
<li class=""><a title="islam (8)" rel="tag" href="/calicious-tags/islam"><span>islam <em>8</em></span></a></li> | |
<li class=""><a title="language (42)" rel="tag" href="/calicious-tags/language"><span>language <em>42</em></span></a></li> | |
<li class=""><a title="lisp (1)" rel="tag" href="/calicious-tags/lisp"><span>lisp <em>1</em></span></a></li> | |
<li class=""><a title="mandi (1)" rel="tag" href="/calicious-tags/mandi"><span>mandi <em>1</em></span></a></li> | |
<li class=""><a title="math (12)" rel="tag" href="/calicious-tags/math"><span>math <em>12</em></span></a></li> | |
<li class=""><a title="mips (3)" rel="tag" href="/calicious-tags/mips"><span>mips <em>3</em></span></a></li> | |
<li class=""><a title="opensource (40)" rel="tag" href="/calicious-tags/opensource"><span>opensource <em>40</em></span></a></li> | |
<li class=""><a title="OS (7)" rel="tag" href="/calicious-tags/OS"><span>OS <em>7</em></span></a></li> | |
<li class=""><a title="p2p (4)" rel="tag" href="/calicious-tags/p2p"><span>p2p <em>4</em></span></a></li> | |
<li class=""><a title="party (1)" rel="tag" href="/calicious-tags/party"><span>party <em>1</em></span></a></li> | |
<li class=""><a title="physics (2)" rel="tag" href="/calicious-tags/physics"><span>physics <em>2</em></span></a></li> | |
<li class=""><a title="porn (2)" rel="tag" href="/calicious-tags/porn"><span>porn <em>2</em></span></a></li> | |
<li class=""><a title="portable (1)" rel="tag" href="/calicious-tags/portable"><span>portable <em>1</em></span></a></li> | |
<li class=""><a title="programming (27)" rel="tag" href="/calicious-tags/programming"><span>programming <em>27</em></span></a></li> | |
<li class=""><a title="religion (10)" rel="tag" href="/calicious-tags/religion"><span>religion <em>10</em></span></a></li> | |
<li class=""><a title="ridiculous (20)" rel="tag" href="/calicious-tags/ridiculous"><span>ridiculous <em>20</em></span></a></li> | |
<li class=""><a title="RIT (32)" rel="tag" href="/calicious-tags/RIT"><span>RIT <em>32</em></span></a></li> | |
<li class=""><a title="rochester (19)" rel="tag" href="/calicious-tags/rochester"><span>rochester <em>19</em></span></a></li> | |
<li class=""><a title="satan (1)" rel="tag" href="/calicious-tags/satan"><span>satan <em>1</em></span></a></li> | |
<li class=""><a title="schedule (8)" rel="tag" href="/calicious-tags/schedule"><span>schedule <em>8</em></span></a></li> | |
<li class=""><a title="school (6)" rel="tag" href="/calicious-tags/school"><span>school <em>6</em></span></a></li> | |
<li class=""><a title="security (15)" rel="tag" href="/calicious-tags/security"><span>security <em>15</em></span></a></li> | |
<li class=""><a title="social (16)" rel="tag" href="/calicious-tags/social"><span>social <em>16</em></span></a></li> | |
<li class=""><a title="statistics (2)" rel="tag" href="/calicious-tags/statistics"><span>statistics <em>2</em></span></a></li> | |
<li class=""><a title="superscalar (2)" rel="tag" href="/calicious-tags/superscalar"><span>superscalar <em>2</em></span></a></li> | |
<li class=""><a title="syllabus (1)" rel="tag" href="/calicious-tags/syllabus"><span>syllabus <em>1</em></span></a></li> | |
<li class=""><a title="torrent (2)" rel="tag" href="/calicious-tags/torrent"><span>torrent <em>2</em></span></a></li> | |
<li class=""><a title="torrents (1)" rel="tag" href="/calicious-tags/torrents"><span>torrents <em>1</em></span></a></li> | |
</ul> | |
</div> | |
<div class="sidebar-list bundle off toggle" id="t-b-standards"> | |
<h4 class="bundle "> | |
<span class="toggle-button toggle-list"> </span><a href="/calicious-bundles/bundle:standards">standards</a><em>2</em> | |
</h4> | |
<ul class="list"> | |
<li class="first"><a title="AJAX (8)" rel="tag" href="/calicious-tags/AJAX"><span>AJAX <em>8</em></span></a></li> | |
<li class=""><a title="css (21)" rel="tag" href="/calicious-tags/css"><span>css <em>21</em></span></a></li> | |
</ul> | |
</div> | |
<div class="sidebar-list bundle off toggle" id="t-b-tech"> | |
<h4 class="bundle "> | |
<span class="toggle-button toggle-list"> </span><a href="/calicious-bundles/bundle:tech">tech</a><em>31</em> | |
</h4> | |
<ul class="list"> | |
<li class="first"><a title="activedirectory (8)" rel="tag" href="/calicious-tags/activedirectory"><span>activedirectory <em>8</em></span></a></li> | |
<li class=""><a title="blog (47)" rel="tag" href="/calicious-tags/blog"><span>blog <em>47</em></span></a></li> | |
<li class=""><a title="ca (2)" rel="tag" href="/calicious-tags/ca"><span>ca <em>2</em></span></a></li> | |
<li class=""><a title="camera (12)" rel="tag" href="/calicious-tags/camera"><span>camera <em>12</em></span></a></li> | |
<li class=""><a title="css (21)" rel="tag" href="/calicious-tags/css"><span>css <em>21</em></span></a></li> | |
<li class=""><a title="database (13)" rel="tag" href="/calicious-tags/database"><span>database <em>13</em></span></a></li> | |
<li class=""><a title="firefox (9)" rel="tag" href="/calicious-tags/firefox"><span>firefox <em>9</em></span></a></li> | |
<li class=""><a title="firewall (16)" rel="tag" href="/calicious-tags/firewall"><span>firewall <em>16</em></span></a></li> | |
<li class=""><a title="gdc (1)" rel="tag" href="/calicious-tags/gdc"><span>gdc <em>1</em></span></a></li> | |
<li class=""><a title="gentoo (5)" rel="tag" href="/calicious-tags/gentoo"><span>gentoo <em>5</em></span></a></li> | |
<li class=""><a title="hardware (16)" rel="tag" href="/calicious-tags/hardware"><span>hardware <em>16</em></span></a></li> | |
<li class=""><a title="html (18)" rel="tag" href="/calicious-tags/html"><span>html <em>18</em></span></a></li> | |
<li class=""><a title="iptables (2)" rel="tag" href="/calicious-tags/iptables"><span>iptables <em>2</em></span></a></li> | |
<li class=""><a title="java (28)" rel="tag" href="/calicious-tags/java"><span>java <em>28</em></span></a></li> | |
<li class=""><a title="kerberos (10)" rel="tag" href="/calicious-tags/kerberos"><span>kerberos <em>10</em></span></a></li> | |
<li class=""><a title="ldap (22)" rel="tag" href="/calicious-tags/ldap"><span>ldap <em>22</em></span></a></li> | |
<li class=""><a title="linux (85)" rel="tag" href="/calicious-tags/linux"><span>linux <em>85</em></span></a></li> | |
<li class=""><a title="lisp (1)" rel="tag" href="/calicious-tags/lisp"><span>lisp <em>1</em></span></a></li> | |
<li class=""><a title="mirror (4)" rel="tag" href="/calicious-tags/mirror"><span>mirror <em>4</em></span></a></li> | |
<li class=""><a title="modeling (2)" rel="tag" href="/calicious-tags/modeling"><span>modeling <em>2</em></span></a></li> | |
<li class=""><a title="mysql (8)" rel="tag" href="/calicious-tags/mysql"><span>mysql <em>8</em></span></a></li> | |
<li class=""><a title="podcast (17)" rel="tag" href="/calicious-tags/podcast"><span>podcast <em>17</em></span></a></li> | |
<li class=""><a title="security (15)" rel="tag" href="/calicious-tags/security"><span>security <em>15</em></span></a></li> | |
<li class=""><a title="servers (11)" rel="tag" href="/calicious-tags/servers"><span>servers <em>11</em></span></a></li> | |
<li class=""><a title="software (61)" rel="tag" href="/calicious-tags/software"><span>software <em>61</em></span></a></li> | |
<li class=""><a title="sql (2)" rel="tag" href="/calicious-tags/sql"><span>sql <em>2</em></span></a></li> | |
<li class=""><a title="ssl (5)" rel="tag" href="/calicious-tags/ssl"><span>ssl <em>5</em></span></a></li> | |
<li class=""><a title="sun (4)" rel="tag" href="/calicious-tags/sun"><span>sun <em>4</em></span></a></li> | |
<li class=""><a title="web (36)" rel="tag" href="/calicious-tags/web"><span>web <em>36</em></span></a></li> | |
<li class=""><a title="web2.0 (13)" rel="tag" href="/calicious-tags/web2.0"><span>web2.0 <em>13</em></span></a></li> | |
<li class=""><a title="webdesign (12)" rel="tag" href="/calicious-tags/webdesign"><span>webdesign <em>12</em></span></a></li> | |
</ul> | |
</div> | |
<div class="sidebar-list bundle off toggle" id="t-b-tuesday"> | |
<h4 class="bundle "> | |
<span class="toggle-button toggle-list"> </span><a href="/calicious-bundles/bundle:tuesday">tuesday</a><em>9</em> | |
</h4> | |
<ul class="list"> | |
<li class="first"><a title="activedirectory (8)" rel="tag" href="/calicious-tags/activedirectory"><span>activedirectory <em>8</em></span></a></li> | |
<li class=""><a title="business (69)" rel="tag" href="/calicious-tags/business"><span>business <em>69</em></span></a></li> | |
<li class=""><a title="database (13)" rel="tag" href="/calicious-tags/database"><span>database <em>13</em></span></a></li> | |
<li class=""><a title="kerberos (10)" rel="tag" href="/calicious-tags/kerberos"><span>kerberos <em>10</em></span></a></li> | |
<li class=""><a title="ldap (22)" rel="tag" href="/calicious-tags/ldap"><span>ldap <em>22</em></span></a></li> | |
<li class=""><a title="RIT (32)" rel="tag" href="/calicious-tags/RIT"><span>RIT <em>32</em></span></a></li> | |
<li class=""><a title="school (6)" rel="tag" href="/calicious-tags/school"><span>school <em>6</em></span></a></li> | |
<li class=""><a title="web (36)" rel="tag" href="/calicious-tags/web"><span>web <em>36</em></span></a></li> | |
<li class=""><a title="webdesign (12)" rel="tag" href="/calicious-tags/webdesign"><span>webdesign <em>12</em></span></a></li> | |
</ul> | |
</div> | |
<div class="sidebar-list bundle toggle rapidnofollow do-reload off" id="t-b-ubtags"> | |
<h4 class="bundle unbundled"> | |
<span class="toggle-button toggle-list"> </span><a><span>Unbundled Tags</span></a><em>1491</em> | |
</h4> | |
<ul class="list"> | |
</ul> | |
</div> | |
<div class="clr"></div> | |
</div> | |
<div id="ruser-tags" class="sidebar-list toggle do-reload off"> | |
<h3><span class="toggle-button yes">All Tags</span> <em>1657</em></h3> <ul class="list"> | |
</ul> | |
<div class="clr"></div> | |
</div> | |
</div> | |
<div id="sidebar-content-sent" class="sidebar-content network"> | |
<div id="ruser-send" class="sidebar-list toggle on"> | |
<h3><span class="toggle-button yes">All Recipients</span> <em>27</em></h3> <ul class="list"> | |
<li class="firstfor"> | |
<a href="/calicious-for/for%3Aaznhkpride228"><span title="aznhkpride228 (7)">aznhkpride228<em>7</em></span></a> | |
</li> | |
<li class="for"> | |
<a href="/calicious-for/for%3Ableary00"><span title="bleary00 (25)">bleary00<em>25</em></span></a> | |
</li> | |
<li class="for"> | |
<a href="/calicious-for/for%3Acasci"><span title="casci (9)">casci<em>9</em></span></a> | |
</li> | |
<li class="for"> | |
<a href="/calicious-for/for%3Adecause"><span title="decause (10)">decause<em>10</em></span></a> | |
</li> | |
<li class="for"> | |
<a href="/calicious-for/for%3Aed"><span title="ed (1)">ed<em>1</em></span></a> | |
</li> | |
<li class="for"> | |
<a href="/calicious-for/for%3Afactorcode"><span title="factorcode (2)">factorcode<em>2</em></span></a> | |
</li> | |
<li class="for"> | |
<a href="/calicious-for/for%3Agrandma.lu"><span title="grandma.lu (2)">grandma.lu<em>2</em></span></a> | |
</li> | |
<li class="for"> | |
<a href="/calicious-for/for%3Ajack.the.mac"><span title="jack.the.mac (15)">jack.the.mac<em>15</em></span></a> | |
</li> | |
<li class="for"> | |
<a href="/calicious-for/for%3Ajuozasg"><span title="juozasg (16)">juozasg<em>16</em></span></a> | |
</li> | |
<li class="for"> | |
<a href="/calicious-for/for%3Ajzeratul"><span title="jzeratul (2)">jzeratul<em>2</em></span></a> | |
</li> | |
<li class="for"> | |
<a href="/calicious-for/for%3Akingdon.irie"><span title="kingdon.irie (123)">kingdon.irie<em>123</em></span></a> | |
</li> | |
<li class="for"> | |
<a href="/calicious-for/for%3Akpb.west"><span title="kpb.west (11)">kpb.west<em>11</em></span></a> | |
</li> | |
<li class="for"> | |
<a href="/calicious-for/for%3Akzineaum"><span title="kzineaum (2)">kzineaum<em>2</em></span></a> | |
</li> | |
<li class="for"> | |
<a href="/calicious-for/for%3Alewk"><span title="lewk (11)">lewk<em>11</em></span></a> | |
</li> | |
<li class="for"> | |
<a href="/calicious-for/for%3Alobstress"><span title="lobstress (2)">lobstress<em>2</em></span></a> | |
</li> | |
<li class="for"> | |
<a href="/calicious-for/for%3Amax.sperlich"><span title="max.sperlich (1)">max.sperlich<em>1</em></span></a> | |
</li> | |
<li class="for"> | |
<a href="/calicious-for/for%3Amumrahte"><span title="mumrahte (7)">mumrahte<em>7</em></span></a> | |
</li> | |
<li class="for"> | |
<a href="/calicious-for/for%3Anbgermain"><span title="nbgermain (9)">nbgermain<em>9</em></span></a> | |
</li> | |
<li class="for"> | |
<a href="/calicious-for/for%3Aralph.bean"><span title="ralph.bean (23)">ralph.bean<em>23</em></span></a> | |
</li> | |
<li class="for"> | |
<a href="/calicious-for/for%3Arasberipatience"><span title="rasberipatience (2)">rasberipatience<em>2</em></span></a> | |
</li> | |
<li class="for"> | |
<a href="/calicious-for/for%3Asolarce"><span title="solarce (2)">solarce<em>2</em></span></a> | |
</li> | |
<li class="for"> | |
<a href="/calicious-for/for%3Asomescarygirl"><span title="somescarygirl (4)">somescarygirl<em>4</em></span></a> | |
</li> | |
<li class="for"> | |
<a href="/calicious-for/for%3Athefotios"><span title="thefotios (3)">thefotios<em>3</em></span></a> | |
</li> | |
<li class="for"> | |
<a href="/calicious-for/for%3Athejobsguy"><span title="thejobsguy (1)">thejobsguy<em>1</em></span></a> | |
</li> | |
<li class="for"> | |
<a href="/calicious-for/for%3Aultimadj"><span title="ultimadj (4)">ultimadj<em>4</em></span></a> | |
</li> | |
<li class="for"> | |
<a href="/calicious-for/for%3Axulrunner42"><span title="xulrunner42 (3)">xulrunner42<em>3</em></span></a> | |
</li> | |
<li class="for"> | |
<a href="/calicious-for/for%3Ayebyen"><span title="yebyen (1)">yebyen<em>1</em></span></a> | |
</li> | |
</ul> | |
<div class="clr"></div> | |
</div> | |
</div> | |
</div> | |
</div><!-- #bd --> | |
<div data-rapid_m="ft" id="ft"> | |
<div id="ftNav"> | |
<a data-rapid_p="1" id="yahooLink" href="http://info.yahoo.com/" target="_blank"><span>a Yahoo! company</span></a> | |
<ul> | |
<li class="first"><a data-rapid_p="2" href="http://m.delicious.com/settings/switch/mobile">mobile</a></li> | |
<li><a data-rapid_p="3" href="http://www.delicious.com/help/tools" target="_blank">tools</a></li> | |
<li><a data-rapid_p="4" href="http://blog.delicious.com/" target="_blank">blog</a></li> | |
<li><a data-rapid_p="5" href="http://support.delicious.com/forum/categories.php" target="_blank">forums</a></li> | |
<li><a data-rapid_p="6" href="http://www.delicious.com/help/support">support</a></li> | |
<li><a data-rapid_p="7" href="http://www.delicious.com/help/terms">terms of service</a></li> | |
<li><a data-rapid_p="8" href="http://info.yahoo.com/privacy/us/delicious/" target="_blank">privacy policy</a></li> | |
<li><a data-rapid_p="9" href="http://info.yahoo.com/copyright/details.html" target="_blank">copyright policy</a></li> | |
<li><a data-rapid_p="10" href="http://info.yahoo.com/relevantads/" target="_blank">about our ads</a></li> | |
</ul> | |
<div class="clear"></div> | |
</div> | |
</div> | |
</div> | |
<noscript><img width=1 height=1 src=//geo.yahoo.com/b?s=2015250015&A_pn=Unnamed%20Page></noscript> | |
<noscript><img width=1 height=1 src=//geo.yahoo.com/p?s=2015250015&A_pn=Unnamed%20Page></noscript> | |
<!-- fe09.web.del.ac4.yahoo.net compressed/chunked Tue Mar 1 00:18:48 UTC 2011 --> | |
</body></html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP Header: | |
<pre> | |
Headers: | |
{{#headers}} | |
{{index}} : {{value}} | |
{{/headers}} | |
Params: | |
{{#params}} | |
{{index}} : {{value}} | |
{{/params}} | |
</pre> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"github.com/hoisie/<a href="http://github.com/hoisie/web.go">web.go</a>" | |
"github.com/hoisie/<a href="http://github.com/hoisie/mustache.go">mustache.go</a>" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='UTF-8'?> | |
<?xml-stylesheet href='xml/templates.xsl' type='text/xsl'?> | |
<!DOCTYPE index SYSTEM 'xml/class.dtd'> | |
<index/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="content-type" content="text/html;charset=utf-8"/> | |
<title>go.jcurry Front Page</title> | |
<link href="css/main.css" rel="stylesheet" type="text/css" media="all"/> | |
<script type="text/javascript" src="javascript/main.js"></script> | |
</head> | |
<body> | |
<pre> | |
package main | |
import ( | |
{{>hoisie}} | |
) | |
func main() { | |
... | |
web.Get("/(.*)", index) | |
web.Run("0.0.0.0:9999") | |
} | |
{{=<% %>=}} | |
func index(ctx *web.Context, val string) { | |
ctx.ContentType("xml") | |
out := mustache.Render("{{> index}}", | |
map[string][]map[string]string{}) | |
ctx.WriteString(out) | |
} | |
<%={{ }}=%> | |
</pre> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="content-type" content="text/html;charset=utf-8"/> | |
<title>go.jcurry Front Page</title> | |
<link href="css/main.css" rel="stylesheet" type="text/css" media="all"/> | |
<script type="text/javascript" src="javascript/main.js"></script> | |
</head> | |
<body> | |
<pre> | |
package main | |
import ( | |
{{>hoisie}} | |
"ybookmarks" | |
) | |
func main() { | |
web.Get("<a href="/about">/about</a>", about) | |
web.Get("<a href="/index_src">/index_src</a>", index_src) | |
web.Get("/jcurry", <a href="jcurry">webfr_jcurry</a>) | |
web.Get("<a href="/headers">/headers(.*)</a>", webfr_headers) | |
web.Get("<a href="/webfr-restart">/webfr-restart</a>", webfr_restart) | |
web.Get("<a href="/top">/top</a>", ybookmarks.ShowTop) | |
web.Get("<a href="/calicious-sqlite">/calicious-sqlite</a>", calicious_sqlite) | |
web.Get("<a href="/calicious-objects">/calicious-objects</a>", calicious_objects) | |
web.Get("<a href="/calicious-tags/linux?page=2&setcount=70">/calicious-tags/(.*)</a>", ybookmarks.ShowTagBookmarks) | |
web.Get("<a href="/calicious">/calicious(.*)</a>", ybookmarks.Calicious) | |
web.Get("<a href="/">/(.*)</a>", index) | |
web.Run("<a href="http://irie-arch.rit.edu:9999">0.0.0.0:9999</a>") | |
} | |
{{=<% %>=}} | |
func about(ctx *web.Context) { | |
out := mustache.Render("{{> about}}",map[string]string{}) | |
ctx.WriteString(out) | |
} | |
func js_test(ctx *web.Context, val string) { | |
} | |
/** calicious sqlite reader | |
* | |
*/ | |
func calicious_sqlite(ctx *web.Context) { | |
out := mustache.Render("about sqlite",map[string]string{}) | |
ctx.WriteString(out) | |
} | |
/** calicious objects database | |
* | |
*/ | |
func calicious_objects(ctx *web.Context) { | |
out := mustache.Render("about objects",map[string]string{}) | |
ctx.WriteString(out) | |
} | |
func error(ctx *web.Context, val string) { | |
} | |
/** directory_index emulation | |
* - if index.go resolves but no index.mustache exists, display content | |
* of index.go with a wrapper to format go into colored html output. | |
* - if an unresolved path is specified, forward to the error handler | |
*/ | |
func index(ctx *web.Context, val string) { | |
ctx.ContentType("xml") | |
out := mustache.Render("{{> index}}", | |
map[string][]map[string]string{}) | |
ctx.WriteString(out) | |
} | |
func index_src(ctx *web.Context) { | |
out := mustache.Render( "{{> index_src}}", dict{} ) | |
ctx.WriteString( out ) | |
} | |
<%={{ }}=%> | |
</pre> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<li class="post {{#datestamp}}first{{/datestamp}} isSelf bookmark-0" id="item-{{hash}}-0"> | |
<div class="bookmark NOTHUMB"> | |
<span class="checkbox-edit"><input class="checkbox-edit-input" type="checkbox" name="urls[]" value="{{url}}"></span> | |
{{#datestamp}} | |
<div class="dateGroup" title="{{datestamp}}"> | |
<span> | |
{{datestamp}} </span> | |
</div> | |
{{/datestamp}} | |
<span class="jsEnabled action" id="audiofile0"></span> | |
<div class="data"> | |
<h4> | |
<a rel="nofollow" class="taggedlink " href="{{url}}" >{{name}}</a> | |
</h4> | |
<div class="actions"> | |
<h5 class="savers-label">PEOPLE</h5> | |
<div class="savers savers4"> | |
<a class="delNav" href="/url/{{hash}}"> | |
<span class="delNavCount">0</span> | |
</a> | |
</div> | |
</div> | |
</div> | |
<div class="meta"> | |
<h5 class="tag-chain-label tag-chain-tagLabel">TAGS</h5> | |
<h5 class="tag-chain-label tag-chain-forLabel">SHARED</h5> | |
<div class="clr"></div> | |
</div><!-- #tagdisplay --> | |
<div class="clr"></div> | |
</div><!-- #meta --> | |
</li> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
../gist-963251 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<strong>{{name}}</strong> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ybookmarks.sqlite.yebyen |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
../ybookmarks.sqlite.kingdon.irie |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
../ybookmarks.sqlite.old |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
../ybookmarks.sqlite.XULRunner42 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
../ybookmarks.sqlite.yebyen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment