Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:: [': 0.04; 'output': 0.05; 'xml,': 0.05; 'subject:Python': 0.06; 'think,': 0.07; 'formatting': 0.09; 'used.': 0.09; 'cc:addr:python-list': 0.11; 'jan': 0.12; '(including,': 0.16; '(something': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'goal,': 0.16; 'hmm.': 0.16; 'subject: \n ': 0.16; 'subject:More': 0.16; 'subject:Unicode': 0.16; 'subject:non': 0.16; 'language': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'subject:] ': 0.20; 'separate': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; "i've": 0.25; 'source': 0.25; 'purposes': 0.26; 'push': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'easier': 0.31; 'url:wiki': 0.31; 'markup': 0.31; 'produces': 0.31; 'subject:About': 0.31; 'subject:programs': 0.31; 'url:wikipedia': 0.31; 'quite': 0.32; 'text': 0.33; 'plain': 0.33; 'style': 0.33; 'actual': 0.34; 'skip:d 20': 0.34; 'subject:from': 0.34; 'subject: (': 0.35; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'done': 0.36; 'useful': 0.36; 'url:org': 0.36; 'files': 0.38; 'does': 0.39; 'structure': 0.39; 'though,': 0.39; 'results.': 0.60; 'needs,': 0.65; 'quality': 0.72; 'goal': 0.75; 'manual,': 0.84; 'tex': 0.84; '150': 0.91; 'edwards': 0.91; 'subject:free': 0.91; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=JCYPIkCDWPaM0Rmswf613F+EizNzIAJDwylq/qlzkeY=; b=CBtjrkuH/ZuVuOcLT3qBUS5TF1bn157IyTfWV7gln+H239XF82/0C3Tdfe2mk4xkMS 1u7C/t9wUze+2gkQN0ngef1CPPKT4F3HbxyCLcoKDLEjBNEFVZ8gxVA6hlRze1zdmzKf fXk8v3OYi0dSRropZGl9ZOO0mU57dDqRwwL2kq3Izh2qbEQbN9R1RBLVqeU42BRti2dK 3Qe+yeVcKGW6af6uHIcvjyzZw9l/ZOUMS0k6bgxOexAudYAU5mwYG4bFRjPJuNUENIjK ERm32OA311Kz790DU/Yyn7Ko0n8+JbkjSmti90nF4GwuTolprWrvfidxYEk6bmWZlpyW HCBg== MIME-Version: 1.0 X-Received: by 10.68.183.164 with SMTP id en4mr6916741pbc.169.1389024076615; Mon, 06 Jan 2014 08:01:16 -0800 (PST) In-Reply-To: References: <7wfvp2gg6v.fsf_-_@benfinney.id.au> Date: Tue, 7 Jan 2014 03:01:16 +1100 Subject: Re: [OT] Migrating from non-free programs to LibreOffice (was: "More About Unicode in Python 2 and 3") From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1389024086 news.xs4all.nl 2971 [2001:888:2000:d::a6]:36031 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:63292 On Tue, Jan 7, 2014 at 2:53 AM, Grant Edwards wrote: > Yea, I think laying out a book with something like MS Word or > LibreOffice is nuts. Depending on her formatting needs, a > lighter-weight mark-up language (something like asciidoc) might suite: > > http://asciidoc.org/ > http://en.wikipedia.org/wiki/AsciiDoc > > I've used it to write a 150 page manual, and was quite happy with the > results. It produces DocBook XML, PDF, HTML and a few other output > formats (Including, I think, LibreOffice/OpenOffice). It's _much_ > easier to get started with than LaTeX. For printing purposes the > quality of the output is no match for TeX -- but it's better than a > "word processor", and it does a very nice job with HTML output. Hmm. Might be useful in some other places. I'm currently trying to push for a web site design that involves docutils/reStructuredText, but am flexible on the exact markup system used. My main goal, though, is to separate content from structure and style - and my secondary goal is to have everything done as plain text files (apart from actual images), so the source control diffs are useful :) ChrisA