Coder Social home page Coder Social logo

b4rb3rouss / txt2tags-python3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from txt2tags/txt2tags-python3

0.0 1.0 0.0 6.36 MB

Experimental Python 3 txt2tags

License: GNU General Public License v2.0

Python 57.70% Vim Script 4.73% Shell 2.34% JavaScript 0.91% CSS 0.32% PHP 4.48% Ruby 2.86% Emacs Lisp 5.45% HTML 20.36% Roff 0.02% TeX 0.55% Perl 6 0.04% C++ 0.05% Assembly 0.02% SourcePawn 0.18%

txt2tags-python3's Introduction

Txt2tags README file
---------------------
http://txt2tags.org


Txt2tags is a document generator. It reads a text file with
minimal markup as **bold** and //italic// and converts it
to the following formats:

   ASCII Art
   AsciiDoc
   Creole 1.0
   DocBook
   DokuWiki
   Google Wiki
   HTML
   LaTeX
   Lout
   MagicPoint
   MoinMoin
   PageMaker
   PmWiki
   Plain Text
   SGML
   UNIX Manpage
   Wikipedia / MediaWiki
   XHTML

You can use it as a Web component (PHP), as a GUI application
(windows and buttons) or as a command line program.

For more information, please visit the program website at
http://txt2tags.org
 
-------------------------------------------------------------

Quick sample for the command line usage:

1. Write a text file like this (leave 1st line blank):

   = Hello =
   I'm a robot. You're my **master**!
   [smile.jpg]

2. Run this command:

   txt2tags --target html --no-headers file.t2t

3. The result is:

   <H1>Hello</H1>
   <P>
   I'm a robot. You're my <B>master</B>!
   <IMG ALIGN="middle" SRC="smile.jpg" BORDER="0" ALT="">
   </P>

-------------------------------------------------------------

Txt2tags package structure:

   ChangeLog             Changes from previous versions
   COPYING               The GPL License contents
   README                This file
   txt2tags              The program itself
                         (the only required file to run)
   doc/                  Documentation
   extras/               Syntax files and utilities
   po/                   Program translation files
   samples/              Sample file converted to all targets
   samples/img           "Powered by" button and other images
   samples/css           Sample CSS files for HTML and XHTML
   samples/module        Examples: txt2tags as a Python module
   test/                 The txt2tags test suite

-------------------------------------------------------------

Author: Aurelio Jargas - http://aurelio.net





txt2tags-python3's People

Contributors

aureliojargas avatar fgallaire avatar farvardin avatar shagi avatar tavisaman avatar mjwhite avatar kenami avatar

Watchers

prx avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.