NAME§

Constants - quilt.Constants

FILE§

/Users/timothydavenport/GitHub/quilt/quilt

DESCRIPTION§

Formatable strings and default objects, maybe a list or two.

project : quilt
version : 0.1.1
status : development
modifydate : 2015-05-13 07:09:00 -0700
createdate : 2015-04-28 06:02:00 -0700
website : https://github.com/tmthydvnprt/quilt
author : tmthydvnprt
email : tmthydvnprt@users.noreply.github.com
maintainer : tmthydvnprt
license : MIT
copyright : Copyright 2015, quilt
credits :

MODULES§

nltk, re

DATA§

ASSETCOMMENT

/*!
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * asset %s combined on %s
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

ATOMENTRY

    <entry>
        <title>%s<title>
        <link href="%s"/>
        <link rel="alternate" type="text/html" href="%s"/>
        <id>%s</id>
        <updated>%s</updated>
        <summary>%s</summary>
        <content type="xhtml">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>%s</p>
            </div>
        </content>
        <author>
            <name>%s</name>
            <email>%s</email>
        </author>
    </entry>

ATOMXML

<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>%s Feed</title>
    <subtitle>%s</subtitle>
    <link href="%s/feed/" rel="self"/>
    <link href="%s"/>
    <id>%s</id>
    <updated>%s</updated>
    %s
</feed>

BG_ZERO_RE

background-position:0;

BLOCK_COMMENT_RE

/\*(?!\!)(.*?)\*/

CHARSETS2_RE

^(\s*@charset [^;]+;\s*)+

CHARSETS_RE

^(.*)(@charset "[^"]*";)

CHECKBOX_RE

<li>\[([ Xx])\]

CLEAN_SELECTORS2_RE

\s+([!{};:>+\(\)\],])

CLEAN_SELECTORS_RE

(^|\})([^{]+):([^{]+\{)

CSS_EXT_RE

\.css$

CUSTOM_CLS_RE

[!]{2}(?P<class>.+?)[|](?P<text>.+?)[!]{2}

DOTSTAR_RE

.*

EMPTY_BRACES_RE

[^}]+{}

ESCAPED_PAGEVAR_RE

{{(.*?)}}

EXTRA_SPACES_RE

([!{}:;>+\(\[,])\s+

EXT_LINK

((?:[Ff]|[Hh][Tt])[Tt][Pp][Ss]?://[^>]*)

FIRST_EMPTY_LINE_RE

\n\s*\n

FIRST_KEY_RE

[A-Za-z0-9_-]+[ \t]*:

FOUR_ZEROS_RE

:0 0 0 0;

GIT_BRANCH_CMD

git -C {} rev-parse --abbrev-ref HEAD

GIT_HASH_CMD

git -C {} rev-parse HEAD

GROUPLINK

<li class="%s"><a href="%s" class="group-link">%s</a></li>

GROUPVARS

title: %s
description: %s
author: %s

GROUP_SINGLE_NAME

{'featured': 'featured', 'categories': 'category', 'tags': 'tag'}

GROUP_VERBS

{'featured': 'featured', 'categories': 'categorized in', 'tags': 'tagged with'}

JS_HTML_PATTERN_RE

(>tpircs/<.*>tpircs<)?(.*)

KEEP_COMMENT_RE

(/\*!.*?\*/)

KEY_VALUE_RE

^[ ]{0,3}(?P<key>[A-Za-z0-9_-]+)[ \t]*:\s*(?P<value>.*)

LEADING_ZERO_DECIMAL_RE

(:|\s)0+\.(\d+)

LINE_COMMENT_RE

^\s*//(?!\!).*$\n

MATHS_RE

(\$\$|\\\(|\\\[)(.+?)(\$\$|\\\)|\\\])

MD_INLINE_TAGS

{'::': 'kbd', '~~': 's', '==': 'mark', '---': 'small', '***': 'u', '+++': 'big', '___': 'u', ':::': 'samp', '%': 'var', '--': 'del', '"""': 'cite', '++': 'ins', '^': 'sup', '~': 'sub'}

MEDIA_RE

(@media[^{]*[^\s])\(

MISSING_SEMICOLON_RE

([^;\}])}

MORE_THAN_ONE_NEWLINE_RE

\n+

MORE_THAN_ONE_SEMICOLON_RE

;;+

MORE_THAN_ONE_WHITESPACE_RE

\s+

MULTIMATCH_RE

(\:\:|\~\~|\=\=|\-\-\-|\*\*\*|\+\+\+|\_\_\_|\:\:\:|\%|\-\-|\"\"\"|\+\+|\^|\~)(.*?)\2

NO_NEW_POSTS

There are no newer posts

NO_OLD_POSTS

There are no earlier posts

OPTIONAL_CARRIAGE_RETURN_RE

\r\n?

PAGEOBJ

<script>
pagevars = %s;
</script>

PAGEVARS_TO_PRINT

['author', 'categories', 'copydate', 'copyrighter', 'date', 'description', 'directory', 'disable_last', 'disable_next', 'domain', 'email', 'keywords', 'last_post', 'last_title', 'latestpostlink', 'markdownlink', 'name', 'next_post', 'next_title', 'page_path', 'relativepath', 'tags', 'title', 'url', 'post-length', 'post-characters', 'post-lines', 'post-words', 'post-symbols', 'post-numbers', 'post-diversity', 'post-sentences', 'post-questions', 'post-extlinks', 'post-intlinks', 'post-anchors', 'post-images', 'post-headers']

PAGEVAR_RE

not found

PATCHCOMMENT

quilted %s patch

PLACEHOLDER_SIZE

64

QUILTCOMMENT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Page stitched together with quilt:
quilt          : %s
url            : %s
quilted on     : %s
source branch  : %s
source hash    : %s
stitching took : %s s%s
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

QUILTHEADER

,,,,,,, quilt %s
;#~#~#; source : %s
;~#~#~; branch : %s
;#~#~#; hash   : %s
''''''' time   : %s

REPLACE_TAGS

{'%%': 'br', '@@': 'i'}

REPLACE_TAGS_RE

( \%\% | \@\@ )

ROBOTTXT

# Sitemap location
Sitemap: %s/sitemap.xml

# Allow crawling of all content
User-agent: *
Disallow:

ROOT_LEVEL_JS_EXT_RE

not foundjs/.*\.js$

RSSITEM

   <item>
        <title>%s</title>
        <link>%s</link>
        <guid>%s</guid>
        <pubDate>%s</pubDate>
        <description>%s</description>
    </item>

RSSXML

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>%s Feed</title>
        <description>%s</description>
        <link>%s</link>
        <id>%s</id>
        <language>en-us</language>
        <lastBuildDate>%s</lastBuildDate>
        <pubDate>%s</pubDate>
        <managingEditor>%s</managingEditor>
        %s
    </channel>
</rss>

SELECTORCOLON_RE

___SELECTORCOLON___

SEMICOLON_CLOSE_BRACE_RE

;}

SITEMAP

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
%s
</urlset>

SITEMAPINDEX

<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <sitemap>
        <loc>%s</loc>
        <lastmod>%s</lastmod>
    </sitemap>
    <sitemap>
</sitemapindex>

SITEMAPURL

    <url>
        <loc>%s</loc>
        <lastmod>%s</lastmod>
        <changefreq>%s</changefreq>
        <priority>%s</priority>
    </url>

SITEMAP_IGNORE

set(['sitemapindex.xml', 'sourcehash.pkl', 'sitemap.xml'])

SPACED_COLON_RE

 ?: ?

SPACED_EQUAL_RE

 ?= ?

STOPWORDS

set([u'all', u'just', u'being', u'over', u'both', u'through', u'yourselves', u'its', u'before', u'herself', u'had', u'should', u'to', u'only', u'under', u'ours', u'has', u'do', u'them', u'his', u'very', u'they', u'not', u'during', u'now', u'him', u'nor', u'did', u'this', u'she', u'each', u'further', u'where', u'few', u'because', u'doing', u'some', u'are', u'our', u'ourselves', u'out', u'what', u'for', u'while', u'does', u'above', u'between', u't', u'be', u'we', u'who', u'were', u'here', u'hers', u'by', u'on', u'about', u'of', u'against', u's', u'or', u'own', u'into', u'yourself', u'down', u'your', u'from', u'her', u'their', u'there', u'been', u'whom', u'too', u'themselves', u'was', u'until', u'more', u'himself', u'that', u'but', u'don', u'with', u'than', u'those', u'he', u'me', u'myself', u'these', u'up', u'will', u'below', u'can', u'theirs', u'my', u'and', u'then', u'is', u'am', u'it', u'an', u'as', u'itself', u'at', u'have', u'in', u'any', u'if', u'again', u'no', u'when', u'same', u'how', u'other', u'which', u'you', u'after', u'most', u'such', u'why', u'a', u'off', u'i', u'yours', u'so', u'the', u'having', u'once'])

SYMBOLS

{'(v)': '%sdarr;', '(t)': '%sdagger;', '---': '%smdash;', '(oo)': '%sinfin;', '(x)': '%stimes;', '(o)': '%sdeg;', '(r)': '%sreg;', '(tm)': '%strade;', '(c)': '%scopy;', '...': '%shellip;', '1/4': '%sfrac14;', '1/2': '%sfrac12;', '3/4': '%sfrac34;', '(^)': '%suarr;', '(tt)': '%sDagger;', '(<)': '%slarr;', '--': '%sndash;', '+-': '%splusmn;', '(/)': '%sdivide;', '(f)': '%sfnof;', '(>)': '%srarr;', '(<>)': '%sharr;', '(d)': '%sdeg;'}

SYMBOLS_RE

(\(v\)|\(t\)|\-\-\-|\(oo\)|\(x\)|\(o\)|\(r\)|\(tm\)|\(c\)|\.\.\.|1\/4|1\/2|3\/4|\(\^\)|\(tt\)|\(\<\)|\-\-|\+\-|\(\/\)|\(f\)|\(\>\)|\(\<\>\)|\(d\))

TAG_CATEGORY

<div class="container">
    <div class="row">
        <div class="col-sm-8 col-sm-offset-2">
            <hr>
            <div class="col-sm-6">%s</div>
            <div class="col-sm-6">%s</div>
        </div>
    </div>
</div>

THREE_ZEROS_RE

:0 0 0;

TRUE_RE

[Tt]rue

TWO_ZEROS_RE

:0 0;

VALUE_RE

^[ ]{4,}(?P<value>.*)

WHITESPACE_RE

\s

WORD_RE

^\w+$

ZERO_UNITS_RE

([\s:])(0)(px|em|%|in|cm|mm|pc|pt|ex)

x

(d)
markdown