smartypants 1.6.0.3-2 source package in Ubuntu
Changelog
smartypants (1.6.0.3-2) unstable; urgency=low * Change binary name to python-smartypants * Fix architecture to all smartypants (1.6.0.3-1) unstable; urgency=low * Initial release (Closes: #649736) -- Ubuntu Archive Auto-Sync <email address hidden> Wed, 28 Dec 2011 08:54:57 +0000
Upload details
- Uploaded by:
- Ubuntu Archive Auto-Sync
- Uploaded to:
- Precise
- Original maintainer:
- Julien Danjou
- Architectures:
- all
- Section:
- python
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | python | |
Precise | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
smartypants_1.6.0.3.orig.tar.gz | 10.4 KiB | b8a8932eb558fcbbc941b98f9434a0483b96e5e412bdb331f46884d3e318513e |
smartypants_1.6.0.3-2.debian.tar.gz | 2.4 KiB | 2ef26f278e3fe96b7828035d2345224ec4948aafa6ed661e7fd6112d1fb3aa67 |
smartypants_1.6.0.3-2.dsc | 1.7 KiB | 404a8bf31356cc84963cb535e2f3a518523e32cefc8d5ab397a47571d343a339 |
Binary packages built by this source
- python-smartypants: smart-quotes plugin for pyblosxom
It can perform the following transformations:
.
* Straight quotes ( " and ' ) into "curly" quote HTML entities
* Backticks-style quotes (``like this'') into "curly" quote HTML entities
* Dashes (-- and ---) into en- and em-dash entities
* Three consecutive dots (... or . . .) into an ellipsis entity
.
This means you can write, edit, and save your posts using plain old ASCII
straight quotes, plain dashes, and plain dots, but your published posts
(and final HTML output) will appear with smart quotes, em-dashes, and
proper ellipses.
.
SmartyPants does not modify characters within <pre>, <code>, <kbd>, <math>
or <script> tag blocks. Typically, these tags are used to display text
where smart quotes and other "smart punctuation" would not be appropriate,
such as source code or example markup.