CARVIEW |
Every repository with this icon (

Every repository with this icon (

Description: | Code, themes, and writings for Ratafia Currant |
Homepage: | https://ratafia.info |
Clone URL: |
git://github.com/stilist/ratafiacurrant.git
Give this clone URL to anyone.
git clone git://github.com/stilist/ratafiacurrant.git
|

name | age | message | |
---|---|---|---|
![]() |
.gitignore | Sat Feb 21 17:33:16 -0800 2009 | New entry: 'Media-Morphosis...' [stilist] |
![]() |
License | Wed Jan 21 08:23:48 -0800 2009 | Update License [stilist] |
![]() |
README.mdown | Thu Jan 15 18:48:09 -0800 2009 | Tweak README to reflect move to five-digit years [stilist] |
![]() |
entries/ | Thu Mar 05 17:10:58 -0800 2009 | Add note to rainbow sand entry linking Tumblr v... [stilist] |
![]() |
subscriptions.opml | Mon Feb 02 09:57:40 -0800 2009 | Subscriptions as of Feb 2, 02009 [stilist] |
![]() |
themes/ | Thu Mar 05 17:04:34 -0800 2009 | rainbow sand Tumblr theme [stilist] |
Ratafia Currant
A repository for everything I write or make for use with my blog (excepting images).
Contents
The themes
directory holds a few Tumblr themes I’ve made.
The entries
directory holds most of the stuff I’ve written for my blog. The
formatting is in Markdown, but with a few additional bits that match
my way of doing things. At the moment nothing actually uses the extra stuff,
but it’s a platform-independent way of storing it in case I want to move on
to a different publishing system.
The entries are organized into a subdirectory structure that follows the format
0%Y/%M/%d/<entry name>.mdown
(in MySQL parlance).
Metadata tags
At the moment, there are five metadata tags that can appear
at the start of an entry: BOOKMARK
, LINK
, PERMALINK
, PUBLISHED
, and
TAGS
; they are followed by a colon, a single space, and a single line of
data. None of these should be assumed to exist, and they may be in any
order.
BOOKMARK
refers to an external (to the blog) bookmark site (such as
delicious), and provides the destination service’s unique address (such as
delicious’ hash lookup). I have a pretty well-developed bookmarking system
that’s very helpful for finding things, so it’s convenient to have the lookup
available. The field is only included with link articles, but isn’t guaranteed
to accompany the LINK
tag.
LINK
: Only appears when the entry is a link to an external address. These
entries are rendered in the linking style used by Tumblr and Daring Fireball
(meaning that the article title serves as a link to the targeted URL).
PERMALINK
: The relative address where the entry is located. Domain name is
assumed. Useful for restoring backups or changing services because it allows
me to avoid 404s.
PUBLISHED
: Date and time first published. Because I’m currently based in
Tumblr, this takes the form %b %D, 0%Y %l:%i%p
(again, using MySQL’s
DATE_FORMAT
as a reference).
And, finally, TAGS
. This is simply a list of terms associated with the entry,
separated by a comma and a space. I generally put them in alphabetical order
but sometimes I mess up.
Of course…
Everything mentioned here is subject to change, but I feel the format is fairly stable.