diff options
author | miwi <miwi@FreeBSD.org> | 2008-09-30 16:48:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-09-30 16:48:16 +0800 |
commit | b31117e2ad385a23468c56027ae9501e299193b7 (patch) | |
tree | f3d73bd7e12c365ff62494f9fa057f5a5a70e092 /textproc/Makefile | |
parent | 2a76b2554b8fe68dc6f7be106663fd3b72d37a9b (diff) | |
download | freebsd-ports-gnome-b31117e2ad385a23468c56027ae9501e299193b7.tar.gz freebsd-ports-gnome-b31117e2ad385a23468c56027ae9501e299193b7.tar.zst freebsd-ports-gnome-b31117e2ad385a23468c56027ae9501e299193b7.zip |
Text::WikiCreole implements the Wiki Creole markup language, version
1.0, as described at http://www.wikicreole.org. It reads Creole 1.0
markup and returns XHTML.
In addition to the official Creole 1.0 markup elements, it also supports
several extensions, such as plugins, superscript, subscript, underline,
definition lists, indented paragraphs, plugins, etc.
WWW: http://search.cpan.org/dist/Text-WikiCreole/
PR: ports/127705
Submitted by: Matthew Fuller <fullermd at over-yonder.net>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 44831a3133ea..20a60b519ee2 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -632,6 +632,7 @@ SUBDIR += p5-Text-Trim SUBDIR += p5-Text-Unaccent SUBDIR += p5-Text-VimColor + SUBDIR += p5-Text-WikiCreole SUBDIR += p5-Text-WikiFormat SUBDIR += p5-Text-WordDiff SUBDIR += p5-Text-Wrapper |