initial commit

master
Charles Iliya Krempeaux 2023-12-14 15:34:47 -08:00
commit 0314e5de98
23 changed files with 343 additions and 0 deletions

View File

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="http://www.w3.org/1999/xhtml"
>
<xsl:template match="/tweet">
<html>
<head>
<meta charset="utf-8" />
<title>tweet by @<xsl:value-of select="author/username" /> (<xsl:value-of select="author/name" />): "<xsl:value-of select="text" />"</title>
<style>
.tweet-text {
border-left: 0.3rem solid;
padding: 0.3rem 0.6rem;
font-size: 200%;
}
</style>
</head>
<body>
<main>
<h1>tweet by @<xsl:value-of select="author/username" /></h1>
<p class="tweet-text"><xsl:value-of select="text" /></p>
<address>by @<xsl:value-of select="author/username" /> (<xsl:value-of select="author/name" />)</address>
<p>at <time><xsl:value-of select="created_at" /></time></p>
</main>
<footer>
<p>
Original URL:
<br />
https://twitter.com/reiver/status/<xsl:value-of select="id" />
</p>
</footer>
</body>
</html>
</xsl:template>
</xsl:stylesheet>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../../../style/tweet.xsl"?>
<tweet>
<created_at>2008-03-16T06:50:33.000Z</created_at>
<id>772253843</id>
<lang>en</lang>
<text>OK... Twitter won't let me put my full name in here. :-( (It cuts of the last 3 letters.)</text>
<author>
<created_at>2008-03-16T06:33:43.000Z</created_at>
<id>14156466</id>
<name>Charles Iliya Krempeaux</name>
<username>reiver</username>
</author>
</tweet>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../../../style/tweet.xsl"?>
<tweet>
<created_at>2008-03-16T09:19:01.000Z</created_at>
<id>772284034</id>
<lang>en</lang>
<text>Started doing some C coding the last week. It's been a while. Had to think, for a sec, how to do a macro.</text>
<author>
<created_at>2008-03-16T06:33:43.000Z</created_at>
<id>14156466</id>
<name>Charles Iliya Krempeaux</name>
<username>reiver</username>
</author>
</tweet>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../../../style/tweet.xsl"?>
<tweet>
<created_at>2008-03-16T10:45:06.000Z</created_at>
<id>772301328/</id>
<lang>en</lang>
<text>It was pretty easy to find over 40 people on Twitter I either know, used to know, know off a mailing list, or read their blog.</text>
<author>
<created_at>2008-03-16T06:33:43.000Z</created_at>
<id>14156466</id>
<name>Charles Iliya Krempeaux</name>
<username>reiver</username>
</author>
</tweet>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../../../style/tweet.xsl"?>
<tweet>
<created_at>2008-03-16T18:06:57.000Z</created_at>
<id>772436998</id>
<lang>en</lang>
<text>Been taking a buddy of mine of the gym with me. Been teaching him how to lift weights properly. Did legs yesterday. Started w/ squats.</text>
<author>
<created_at>2008-03-16T06:33:43.000Z</created_at>
<id>14156466</id>
<name>Charles Iliya Krempeaux</name>
<username>reiver</username>
</author>
</tweet>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../../../style/tweet.xsl"?>
<tweet>
<created_at>2008-03-16T18:07:16.000Z</created_at>
<id>772437114</id>
<lang>en</lang>
<text>To do squats properly, squeeze your shoulder blades back, put bar on your traps, and sit down like you're going to take a shit in the woods</text>
<author>
<created_at>2008-03-16T06:33:43.000Z</created_at>
<id>14156466</id>
<name>Charles Iliya Krempeaux</name>
<username>reiver</username>
</author>
</tweet>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../../../style/tweet.xsl"?>
<tweet>
<created_at>2008-03-16T18:08:33.000Z</created_at>
<id>772437562</id>
<lang>en</lang>
<text>Will take laptop w/ me while doing laundry. Hopefully will get time to do something for Show in a Box.</text>
<author>
<created_at>2008-03-16T06:33:43.000Z</created_at>
<id>14156466</id>
<name>Charles Iliya Krempeaux</name>
<username>reiver</username>
</author>
</tweet>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../../../style/tweet.xsl"?>
<tweet>
<created_at>2008-03-16T23:19:14.000Z</created_at>
<id>772533842</id>
<lang>en</lang>
<text>Been on Twitter for less than 1 day. It feels like Facebook statuses, with a history.</text>
<author>
<created_at>2008-03-16T06:33:43.000Z</created_at>
<id>14156466</id>
<name>Charles Iliya Krempeaux</name>
<username>reiver</username>
</author>
</tweet>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../../../style/tweet.xsl"?>
<tweet>
<created_at>2008-03-16T23:22:09.000Z</created_at>
<id>772534784</id>
<lang>en</lang>
<text>Twitter as Micro-Blogging? Like all things in life Twittering is a just a primitive degenerate form of bending... errr... blogging :-)</text>
<author>
<created_at>2008-03-16T06:33:43.000Z</created_at>
<id>14156466</id>
<name>Charles Iliya Krempeaux</name>
<username>reiver</username>
</author>
</tweet>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../../../style/tweet.xsl"?>
<tweet>
<created_at>2008-03-17T01:52:08.000Z</created_at>
<id>772584137</id>
<lang>en</lang>
<text>Been toying around with writing a SMIL "source" element for GStreamer. Doing a small prototype for SMIL version 1.</text>
<author>
<created_at>2008-03-16T06:33:43.000Z</created_at>
<id>14156466</id>
<name>Charles Iliya Krempeaux</name>
<username>reiver</username>
</author>
</tweet>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../../../style/tweet.xsl"?>
<tweet>
<created_at>2008-03-17T01:55:11.000Z</created_at>
<id>772585152</id>
<lang>en</lang>
<text>A large US investment bank failed last Friday - Bear Stearns - and it looks like a few other may follow soon.</text>
<author>
<created_at>2008-03-16T06:33:43.000Z</created_at>
<id>14156466</id>
<name>Charles Iliya Krempeaux</name>
<username>reiver</username>
</author>
</tweet>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../../../style/tweet.xsl"?>
<tweet>
<created_at>2008-03-17T07:35:19.000Z</created_at>
<id>772687301</id>
<lang>en</lang>
<text>Twittering for 1 day now. Don't know if it improves the single-to-noise ratio. Or stops information overload.</text>
<author>
<created_at>2008-03-16T06:33:43.000Z</created_at>
<id>14156466</id>
<name>Charles Iliya Krempeaux</name>
<username>reiver</username>
</author>
</tweet>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../../../style/tweet.xsl"?>
<tweet>
<created_at>2008-03-17T07:55:00.000Z</created_at>
<id>772692753</id>
<lang>en</lang>
<text>Why doesn't Twitter have a search (for posts, not people)?</text>
<author>
<created_at>2008-03-16T06:33:43.000Z</created_at>
<id>14156466</id>
<name>Charles Iliya Krempeaux</name>
<username>reiver</username>
</author>
</tweet>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../../../style/tweet.xsl"?>
<tweet>
<created_at>2008-03-17T07:56:50.000Z</created_at>
<id>772693223</id>
<lang>en</lang>
<text>Why doesn't [the social-media bookmarking site] del.icio.us have a search... for searching the content of the things I bookmarked?</text>
<author>
<created_at>2008-03-16T06:33:43.000Z</created_at>
<id>14156466</id>
<name>Charles Iliya Krempeaux</name>
<username>reiver</username>
</author>
</tweet>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../../../style/tweet.xsl"?>
<tweet>
<created_at>2008-03-17T07:57:28.000Z</created_at>
<id>772693378</id>
<lang>en</lang>
<text>And what happened to the [social-media bookmarking site] del.icio.us recommendations? That was useful, when it actually worked.</text>
<author>
<created_at>2008-03-16T06:33:43.000Z</created_at>
<id>14156466</id>
<name>Charles Iliya Krempeaux</name>
<username>reiver</username>
</author>
</tweet>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../../../style/tweet.xsl"?>
<tweet>
<created_at>2008-03-17T07:58:49.000Z</created_at>
<id>772693719</id>
<lang>en</lang>
<text>And why can't I subscribe to other people's [social-media bookmarking site] del.icio.us tag bundles? It would improve signal-to-noise.</text>
<author>
<created_at>2008-03-16T06:33:43.000Z</created_at>
<id>14156466</id>
<name>Charles Iliya Krempeaux</name>
<username>reiver</username>
</author>
</tweet>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../../../style/tweet.xsl"?>
<tweet>
<created_at>2008-03-17T08:36:24.000Z</created_at>
<id>772704300</id>
<lang>en</lang>
<text>[the social-media bookmarking site] del.icio.us would be better if could see thing bookmarked around the same time easier. (Like from tag pages too. And URL info page.)</text>
<author>
<created_at>2008-03-16T06:33:43.000Z</created_at>
<id>14156466</id>
<name>Charles Iliya Krempeaux</name>
<username>reiver</username>
</author>
</tweet>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../../../style/tweet.xsl"?>
<tweet>
<created_at>2008-03-17T08:37:56.000Z</created_at>
<id>772704701</id>
<lang>en</lang>
<text>Would be cool too if [the social-media bookmarking site] del.icio.us would show "clustering" more based on time. So could see easier what got bookmarked around the same time.</text>
<author>
<created_at>2008-03-16T06:33:43.000Z</created_at>
<id>14156466</id>
<name>Charles Iliya Krempeaux</name>
<username>reiver</username>
</author>
</tweet>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../../../style/tweet.xsl"?>
<tweet>
<created_at>2008-03-18T00:31:15.000Z</created_at>
<id>773086892</id>
<lang>en</lang>
<text>2nd day using Twitter. Noticing there seems to be "Twitter bursts". Times when many people I'm watching start Twittering.</text>
<author>
<created_at>2008-03-16T06:33:43.000Z</created_at>
<id>14156466</id>
<name>Charles Iliya Krempeaux</name>
<username>reiver</username>
</author>
</tweet>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../../../style/tweet.xsl"?>
<tweet>
<created_at>2008-03-18T00:32:14.000Z</created_at>
<id>773087267</id>
<lang>en</lang>
<text>At least 2 Twitter bursts. One in the morning. And one around noon. Might be more too. Might also be dependent on the time zone u r in.</text>
<author>
<created_at>2008-03-16T06:33:43.000Z</created_at>
<id>14156466</id>
<name>Charles Iliya Krempeaux</name>
<username>reiver</username>
</author>
</tweet>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../../../style/tweet.xsl"?>
<tweet>
<created_at>2008-03-18T01:04:24.000Z</created_at>
<id>773099034</id>
<lang>en</lang>
<text>wondering how people keep up with the Twitters they missed when they're not at the computer for a day or more?</text>
<author>
<created_at>2008-03-16T06:33:43.000Z</created_at>
<id>14156466</id>
<name>Charles Iliya Krempeaux</name>
<username>reiver</username>
</author>
</tweet>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../../../style/tweet.xsl"?>
<tweet>
<created_at>2008-03-18T01:05:09.000Z</created_at>
<id>773099330</id>
<lang>en</lang>
<text>wondering if people just ignore most of the Twitters they missed. And just start at some "recent" one, and read the there.</text>
<author>
<created_at>2008-03-16T06:33:43.000Z</created_at>
<id>14156466</id>
<name>Charles Iliya Krempeaux</name>
<username>reiver</username>
</author>
</tweet>

13
status/tweet.xml 100644
View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<tweet>
<created_at></created_at>
<id></id>
<lang>en</lang>
<text></text>
<author>
<created_at>2008-03-16T06:33:43.000Z</created_at>
<id>14156466</id>
<name>Charles Iliya Krempeaux</name>
<username>reiver</username>
</author>
</tweet>