From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/85277 Path: news.gmane.org!not-for-mail From: Bill Meahan Newsgroups: gmane.comp.tex.context Subject: [***SPAM***] Textile Date: Sat, 16 Nov 2013 11:09:34 -0500 Message-ID: <528798BE.9030804@meahan.net> Reply-To: lists@meahan.net, mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; Format="flowed" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1384618158 19896 80.91.229.3 (16 Nov 2013 16:09:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 Nov 2013 16:09:18 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Sat Nov 16 17:09:23 2013 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([5.39.185.229]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VhiR1-0004NG-1g for gctc-ntg-context-518@m.gmane.org; Sat, 16 Nov 2013 17:09:23 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 9F68510214; Sat, 16 Nov 2013 17:09:22 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id BR5ezbDDnygO; Sat, 16 Nov 2013 17:09:21 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 4FB22101FB; Sat, 16 Nov 2013 17:09:21 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 0616B101FB for ; Sat, 16 Nov 2013 17:09:20 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Cph24PeWfZJU for ; Sat, 16 Nov 2013 17:09:17 +0100 (CET) Original-Received: from filter1-til.mf.surf.net (filter1-til.mf.surf.net [194.171.167.217]) by balder.ntg.nl (Postfix) with ESMTP id 5B953101FA for ; Sat, 16 Nov 2013 17:09:17 +0100 (CET) Original-Received: from mail16c40.carrierzone.com (mail72c40.carrierzone.com [209.235.156.212]) by filter1-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id rAGG9D8r027855 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 16 Nov 2013 17:09:16 +0100 X-Authenticated-User: subscribed_lists.meahan.net Original-Received: from [192.168.1.114] (d27-96-221-12.nap.wideopenwest.com [96.27.12.221]) (authenticated bits=0) by mail16c40.carrierzone.com (8.13.6/8.13.1) with ESMTP id rAGG96f0032231 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Sat, 16 Nov 2013 16:09:11 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 X-CTCH-RefID: str=0001.0A020201.528798A8.0025, ss=1, re=0.100, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.100 X-CTCH-Rules: X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-Bayes-Prob: 0.9999 (Score 4.7, tokens from: @@RPTN) X-CanIt-Geo: ip=209.235.156.212; country=US; region=FL; city=Fort Lauderdale; postalcode=33301; latitude=26.1209; longitude=-80.1273; metrocode=528; areacode=954; http://maps.google.com/maps?q=26.1209,-80.1273&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0RKOg9eHu - 060e1703623a - 20131116 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.217 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:85277 Archived-At: To save possibly reinventing the wheel, has anyone written a filter for = processing Textile markup analogous to the filters for Markdown and = reStructuredText? I tried using Pandoc to provide multiple formats of output (ConTeXt, = EPUB, MS Word) from a common source but Pandoc is excessively tied to = Markdown which does not understand the difference between emphasized = text and italic text and only outputs {\em word}, word, = \emph{word} and so forth which means I have to go through every instance = of the tag and change tags where I want explicit italics as I use other = typographical techniques (small-caps or sans-serif or ...) for emphasis = but some things (book titles, ship names, foreign words/phrases et. al) = are always set in italics by convention. Pandoc continues its "map = everything to ways even if the input is textile or (X)HTML. There = are some other neat advantages to Textile as well such as local styling = (CSS or \begin{environment}... or \startenvironment ...) I know a lot of computer languages now and I really don't want to learn = Lua or Haskell -- I'm retired! :) -- = Bill Meahan, Westland, Michigan = =93Writing is like getting married. One should never commit oneself until one is amazed at one's luck.=94 =97Iris Murdoch ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________