Skip to content

Commit

Permalink
a few more clippings and readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Newman committed May 25, 2009
1 parent 71e72cd commit 6431fbf
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Python.py/django/models/time
@@ -0,0 +1,2 @@
#INLINE##INDENT#
#SELSTART#fieldname#SELEND# = models.TimeField(blank=True)
2 changes: 2 additions & 0 deletions Python.py/django/models/xml
@@ -0,0 +1,2 @@
#INLINE##INDENT#
#SELSTART#fieldname#SELEND# = models.XMLField(schema_path="#PLACEHOLDERSTART#path/to/schema#PLACEHOLDEREND#", blank=True)
2 changes: 2 additions & 0 deletions Python.py/django/templates/trans
@@ -0,0 +1,2 @@
#INLINE##INDENT#
{% trans "#SELSTART#string to translate#SELEND#" %}
2 changes: 2 additions & 0 deletions Python.py/django/templates/url
@@ -0,0 +1,2 @@
#INLINE##INDENT#
{% url #SELSTART#reverse#SELEND# %}
Empty file removed README
Empty file.
14 changes: 14 additions & 0 deletions README.rst
@@ -0,0 +1,14 @@
===========================
Django Clippings for BBEdit
===========================

A dark version of Campfire theme without emoticons for Linkinus IRC client

**Installation**

* Download and put the Python.py folder in your ~/Library/Application Support/BBEdit/Clippings folder.
* OR clone the git repo and symlink it into your ~/Library/Application Support/BBEdit/Clippings folder.

**Issues**

If you find any issues or want to request any missing clippings open a issue for it (issues tab above)

0 comments on commit 6431fbf

Please sign in to comment.