spjwebster (Steve Webster)

Name
Steve Webster
Website/Blog
http://dynamicflash.com
Location
London, UK
Member Since
Nov 12, 2008 (about 1 year)

Following 29 githubbers and watching 35 repositories view all →

Public Repositories (12)

  • lanyon

    Lanyon is a static site generator built in Python, inspired by Jekyll (ruby) and Hyde (python)

    legend

    Last updated Tue Nov 24 02:57:10 -0800 2009

  • frontend-test-suite

    People don't give love to automated testing of the frontend. I intend to.

    legend

    Forked from NeilCrosby/frontend-test-suite Thu May 28 02:25:24 -0700 2009

    Last updated Fri Jun 05 11:55:18 -0700 2009

  • wp-markdown-syntax-highlight

    A plugin for Wordpress that adds code syntax highlighting to Markdown formatted text.

    legend

    Last updated Sun May 17 10:13:52 -0700 2009

  • phpunit-tmbundle

    TextMate bundle for working with PHPUnit

    legend

    Forked from meritt/phpunit-tmbundle Wed May 06 14:28:10 -0700 2009

    Last updated Thu May 07 05:13:04 -0700 2009

  • icalsftp.py

    A Python script that allows publishing of Apple iCal calendars to an FTP server.

    legend

    Last updated Wed Jan 21 10:03:10 -0800 2009

  • keychain.py

    An enhanced fork of Stuart Colville's keychain Python module

    legend

    Last updated Wed Jan 21 09:45:06 -0800 2009

  • tasks.tmbundle

    TextMate to-do lists modelled after TaskPaper.

    legend

    Forked from henrik/tasks.tmbundle Tue Jan 06 16:20:42 -0800 2009

    Last updated Wed Jan 21 02:20:45 -0800 2009

  • charcoal-neon-tetra

    A colourful theme for TextMate based on Monokai

    legend

    Last updated Tue Dec 16 06:54:32 -0800 2008

  • showtanium

    A Titanium-based GUI for pytvshows, based on AirShows

    legend

    Last updated Sun Dec 14 09:36:13 -0800 2008

  • codereviewtool

    A Django-based tool for conducting code reviews

    legend

    Last updated Wed Nov 26 05:11:06 -0800 2008

  • airshows

    A cross-platform GUI for controlling pytvshows configuration, based on TVShows.app

    legend

    Last updated Thu Nov 20 14:55:23 -0800 2008

  • as3base64

    An ActionScript 3.0 library for encoding/decoding strings and objects to/from Base 64

    legend

    Last updated Sun Nov 16 04:56:12 -0800 2008

Public Activity feed

spjwebster pushed to master at spjwebster/lanyon Tue Nov 24 02:57:11 -0800 2009
HEAD is 79e6c2ee6e8e16da6921e63a3779c438ff5b4c90
  • spjwebster committed 79e6c2ee:
    Added MarkdownRenderer content processor and added to rendering pipeline for markdown, mdown and md file extensions. Also made YAMLFrontMatterExtrator use a non-greedy regex to extract its data.
spjwebster pushed to master at spjwebster/lanyon Mon Nov 23 15:59:04 -0800 2009
HEAD is 88f644e8708bd023a08ce5c471e886f01a7bc353
  • spjwebster committed 88f644e8:
    Added custom filename globbing module based on Mucurial's extended syntax, and refactored DirectoryNode.find() to use that instead of fnmatch. Also local (i.e. on any DirectoryNode other than root) find() calls now work properly.
spjwebster edited a page in the spjwebster/lanyon wiki Mon Nov 23 14:21:45 -0800 2009
"Structure Pattern Matching" is at spjwebster/lanyon/wikis/structure-pattern-matching
spjwebster created a page in the spjwebster/lanyon wiki Mon Nov 23 14:21:12 -0800 2009
"Structure Pattern Matching" is at spjwebster/lanyon/wikis/structure-pattern-matching
spjwebster edited a page in the spjwebster/lanyon wiki Mon Nov 23 14:06:54 -0800 2009
spjwebster pushed to master at spjwebster/lanyon Mon Nov 23 09:29:14 -0800 2009
HEAD is e64df4cafb90232c70b96b70e3faeacc6b88f990

4 commits »

spjwebster pushed to master at spjwebster/lanyon Sat Nov 21 06:42:30 -0800 2009
HEAD is 94ad91d6ed0f3f8179a44c2dc0b8830a28e77705
  • spjwebster committed 94ad91d6:
    Added YAMLFrontMatterExtractor content processor to extract YAML data from the front of a template and merge it with the node. This data is then available to subsequent processors such as Jinja2Renderer.
spjwebster pushed to master at spjwebster/lanyon Sat Nov 21 06:23:50 -0800 2009
HEAD is 4f752965a807e1a7562cf329c5d86c468b6b0d10
  • spjwebster committed 4f752965:
    Content processors can now be registered against multiple node file extensions at once.
spjwebster pushed to master at spjwebster/lanyon Sat Nov 21 06:00:57 -0800 2009
HEAD is 676a2f9e3732b99b58ecfe7040a52822f7628757

2 commits »

spjwebster pushed to master at spjwebster/lanyon Fri Nov 20 14:33:49 -0800 2009
HEAD is 2616ea4f9737139ef5c81cb24ba209c5bd1222a5

2 commits »

spjwebster pushed to master at spjwebster/lanyon Thu Nov 19 12:27:17 -0800 2009
HEAD is 8546be20aece10ca2ad4fcfbb1aa7838e86e9ebc
  • spjwebster committed 8546be20:
    Added first draft for base configuration file, which isn't actally read by lanyon at the moment and contains configuration for features which may or may not make it into the code base.
spjwebster pushed to master at spjwebster/lanyon Thu Nov 19 10:52:41 -0800 2009
HEAD is f84ae5c0b01b0d37225cc2da2020a2accc45511c
  • spjwebster committed f84ae5c0:
    Added Site class to handle site-wide data and operations, and config dict to make passing around configuration information easier.
spjwebster pushed to master at spjwebster/lanyon Wed Nov 18 15:43:48 -0800 2009
HEAD is 827c2f71b6c7d18494d4d6b91085d29551fa4a6a
  • spjwebster committed 827c2f71:
    Fixed accidentally shared 'children' dictionary for all DirectoryNode instances. Made DirectoryNode instances visitable, allowed custom visit methods per class and used that functionality to move output directory creation into its own method on OutputGeneratorVisitor.
spjwebster pushed to master at spjwebster/lanyon Mon Nov 16 15:31:12 -0800 2009
HEAD is 2509e1141a1dc295659070cf605321eee66d87f4
  • spjwebster committed 2509e114:
    Fixed content tree parsing, and switched to creating content 'template' from string rather than file to improve separation of content from layout.
spjwebster created branch master at spjwebster/lanyon Mon Nov 16 07:29:13 -0800 2009
spjwebster created repository lanyon Mon Nov 16 07:04:35 -0800 2009
New repository is at spjwebster/lanyon
spjwebster started watching toastdriven/itty Sat Oct 31 17:02:08 -0700 2009
itty's description:
The itty-bitty Python web framework.
spjwebster started watching lakshmivyas/hyde Sat Oct 31 16:58:21 -0700 2009
hyde's description:
Static website generator inspired by Jekyll