https://github.com/liftmodules/textile
Lift module adding support for Textile markup format.
https://github.com/liftmodules/textile
liftmodules textile
Last synced: 5 months ago
JSON representation
Lift module adding support for Textile markup format.
- Host: GitHub
- URL: https://github.com/liftmodules/textile
- Owner: liftmodules
- Created: 2012-05-27T17:22:29.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2017-10-17T15:48:46.000Z (over 8 years ago)
- Last Synced: 2024-03-26T13:24:38.032Z (about 2 years ago)
- Topics: liftmodules, textile
- Language: Scala
- Size: 1.55 MB
- Stars: 6
- Watchers: 27
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Textile Lift Module
==================
Adds support for the Textile markup format to your Lift application.
To include this module in your Lift project, update your `libraryDependencies` in `build.sbt` to include:
Lift 3.1.x for Scala 2.12 and 2.11:
"net.liftmodules" %% "textile_3.1" % "1.4-SNAPSHOT"
*Lift 3.0.x* for Scala 2.10 and 2.11:
"net.liftmodules" %% "textile_3.0" % "1.3-SNAPSHOT"
*Lift 2.6.x* for Scala 2.11:
"net.liftmodules" %% "textile_2.6" % "1.3-SNAPSHOT"
*Lift 2.6.x* for Scala 2.9 and 2.10:
"net.liftmodules" %% "textile_2.6" % "1.3"
*Lift 2.5.x* for Scala 2.9 and 2.10:
"net.liftmodules" %% "textile_2.5" % "1.3"
Documentation
=============
* [Rendering Textile Markup](http://cookbook.liftweb.net/#Textile) in the _Lift Cookbook_.
* [Using the Textile module](http://www.assembla.com/spaces/liftweb/wiki/Textile) on the Lift wiki.
* There are examples of using Textile in [Lift in Action](http://www.manning.com/perrett/).
**Note:** The module package changed from `net.liftweb.textile` to `net.liftmodules.textile` in May 2012. Please consider this when referencing documentation written before that date.
---
Notes for module developers
===========================
* The [Jenkins build](https://liftmodules.ci.cloudbees.com/job/textile/) is triggered on a push to master.