Read my blog with this tag
Follow my feed with this tag
Searching for: meta
Hosting Troubles [01335918671]
My shared hosting server apparently burned down, fell over, and
then sank into the swamp. It looks like my
main blog is back, but images and css are still missing. Ugh. Hopefully
in another day or two everything will be back to normal.
Moving my blog hosting [01326720994]
New Site Look [01323571237]
Caching [01315918380]
Here are the changes necessary in the aether blog to enable
filesystem-based caching:
Sorry, RSS Readers [01315569852]
Enabling caching of my blog... [01314571773]
View my photostream [01248403357]
Emergent Blog, now with 100% more CNC [01237592558]
Tags [01237487424]
Media file hosting change [01228142467]
I've always hosted this website and a few siblings on my home machine
over a slow DSL link (384kbps outgoing speed). This is fine for the text,
but for images it's not the greatest---a 3 megabyte jpeg would take
about a minute, and that's if you're n competing with anybody else.
Aether: getting rid of the extra URL component [software/01137128545]
Aether likes to have its own directory component, which I called "index.cgi" on
all the sites I've set up. Finally, I have changed my webserver configuration
to get rid of this need, while keeping the old site layout working (I think).
Netflix to Aether converter [software/01134091849]
Shutting down Craie... [01131898722]
Shutting down bald... [01128265795]
Switch-over in progress [01128185687]
Timestamp-based caching for filesystem-based dynamic websites [software/01121349427-cache_cgi]
aether is nice, but it's a bit slow, especially when many local files
must be parsed to produce a single page. cache.cgi is a simple program that,
in cooperation with any filesytem-based dynamic website, can serve from a
cached copy of the page when it is appropriate to do so.
Aethertool 0.6 Released [software/01120415783-aethertools-0.6]
A new version of aethertool, 0.6, has been released. Compared to 0.5,
it features mostly cleanups.
New version of aethertool (formerly called commandline tools for Æther) [software/01119035634-new-aethertools-version]
This version features image rotation and optimization, "put" and
"blog entry suffix" commandline switches, and more
Wikipedia-like floating thumbnails for Æther [software/01118881229]
Adds a family of markup functions for floating images with thumbnails.
It also replaces Traceback (most recent call last):
File "/home/ikirst/emergent.unpythonic.net/index.cgi", line 766, in markup
text = getattr(this_module, 'markup_'+command)(text, meta, **thing_context)
File "/home/ikirst/emergent.unpythonic.net/index.cgi-data/_code.py", line 84, in markup_image
text, url = _resolve_url(text, meta, url, page, file, True)
File "/home/ikirst/emergent.unpythonic.net/index.cgi", line 891, in _resolve_url
raise Error('Nothing to link to')
Error: Error: Nothing to link to
to include the image's size. This module requires PIL, which is used to find the size of images.
Inter-entry links for Æther [software/01118783687]
This module adds links to the next and previous entries in a blog
Comments for Æther [software/01117935874]
This module adds comments to ther blogs and other pages.
Swishing revisited [software/01117920360]
The updated version of the swish-based full text search function
for aether
Aether commandline tools v2 [software/01116607184]
This new version fixes the problems associated with GETting the preview page.
Commandline tools for Æther [software/01116250593]
Editing this page in the 'vim' editor
This Python program can create new pages,
edit existing pages, and upload files to
an Aether blog.
Æther with a real editor [01116212431]
As much as I like ther, it does bug me a little that I'm forced to do the
editing of the pages in the substandard "TEXTAREA" of the browser.
Searching Aether with swish-e [01111165526]
Here's some code to make the search form on your aether blog use the powerful full-text indexer swish-e
A patch to aether so that the sidebars are visible in IE [01108956873]
Adding concept of per-entry author [01101691583]
First Thoughts about Aether [01098728686]
The basic concept of Aether is that all the modification can be done by a web interface
Trying out something new [01098728685]
I'm playing with this Aether thing by Paul Harrison.