implicit.ly

Scala software, hot off the presses

knockoff 0.8.0-16

knockoff is now hosted on scala-tools.org. I will maintain my current server for at least 6 months.

Knockoff has now been split up between the base project, which handles the Markdown -> XHTML conversion, and the "extras" project, which is where the various extensions and experiments live. This way, the core project maintains a very small size, and can be loaded in plugins without pulling other dependencies.

Also, in this version is a fix for linebreak handling. You should be able to use two spaces before a newline to indicate that this should either be a <br/> tag (in a content block), or, indicate that the line you just wrote is a separate block. This makes it easier to sprinkle things like * and > in your markdown without having to think about "oh that might mean a newline". This adds another inconsistency with the base perl script.

Knockoff is a markdown processor library for converting Markdown documents to XHTML and experimentally other formats.

knockoff 0.7.3-15

  • Fix where CRLF sequences would break the empty space matcher.
  • First pass at a markdown generator for testing.

Knockoff is a markdown processor library for converting Markdown documents to XHTML and experimentally other formats.

Filed under  //   Scala 2.7.4   Scala 2.7.5   Scala 2.7.6   Scala 2.7.7   Scala 2.8.0   com.tristanhunt   knockoff  

Dispatch 0.7.5

Databinder Dispatch is a library for HTTP interaction, from asynchronous GETs to multi-part OAuth-enticated POSTs.

Filed under  //   Dispatch   Scala 2.7.5   Scala 2.7.6   Scala 2.7.7   Scala 2.8.0   configgy   net.databinder  

knockoff 0.7.3-14

  • Added escapes for a few known special characters.
  • Fixed inline LaTeX parsing (issue #24).
  • Added the SnuggleTeX dependency to spit out MathML in the Wholesaler for previously mentioned inline TeX. I note that MathML is kind of, well, poorly supported, so YMMV.
  • Big revision of the literate markdown.
  • Fixed problems when combining MetaData with the SCAML writer.

Knockoff is a markdown processor library for converting Markdown documents to XHTML and experimentally other formats.

Filed under  //   Scala 2.7.4   Scala 2.7.5   Scala 2.7.6   Scala 2.7.7   Scala 2.8.0   com.tristanhunt   knockoff  

Dispatch 0.8.0.Beta1

Welcome to the Dispatch 0.8.0 track! This line depends on HttpComponents 4.1, currently in alpha2. To keep things simple we're just doing beta incrementals until they release a final.

Unless you need an 0.8 feature now, you can save yourself some trouble by staying with the 0.7 line, where all bug fixes as well as all new features that don't require HttpComponents 4.1 will land until the final release of 0.8.0.

  • New http-gae module for Google App Engine support, contributed by maxaf
  • Configurable max pooled connections in dispatch.Threads

Databinder Dispatch is a library for HTTP interaction, from asynchronous GETs to multi-part OAuth-enticated POSTs.

knockoff 0.7.2-13

  • Added the SCAMLWriter with associated toSCAML method, in case you want to pepper your markdown files with SCAML - and then use Scalate to process them. (Note No SSP... yet.)
  • Specification bugfix whereupon hard breaks are properly broken with <br/>s instead of splitting the two lines into separate paragraphs.

Knockoff is a markdown processor library for converting Markdown documents to XHTML and experimentally other formats.

knockoff 0.7.1-12

Two small bug fixes:

  1. A reference link followed by a paren was being matched as a normal link.
  2. If you used an asterix-delimited em right after a list item asterix marker, the line is now considered to be a list item if you use an odd number of asterixes on the line. (Ugly, but generally going to be OK.)

Knockoff is a markdown processor library for converting Markdown documents to XHTML and experimentally other formats.

Dispatch 0.7.4

  • Deprecate Http#also since Http#x with Handler#apply can do the same thing, but better.
  • Deprecate <<< (a: Any) in favor of <<< (s: String)
  • Improve error message for missing entity error
  • Encode asterisks according to the OAuth spec
  • Depend on lift-json M5
  • Cross-publish for Scala 2.8.0.RC3

Databinder Dispatch is a library for HTTP interaction, from asynchronous GETs to multi-part OAuth-enticated POSTs.

knockoff 0.7.1-11

  • Added SCAML pass-through to the Wholesaler.
  • Added special case where a leading emphasis or strong element would cause the paragraph to be interpreted as a text string.

Knockoff is a markdown processor library for converting Markdown documents to XHTML and experimentally other formats.

meow 0.1.0

  • fixed compilation issue with Scala 2.8.0.Beta1
  • posterous integration

meow is simple wrapper for the growl command line binary.

Filed under  //   Scala 2.7.3   Scala 2.7.4   Scala 2.7.5   Scala 2.7.6   Scala 2.7.7   Scala 2.8.0.Beta1   me.lessis   meow