txt2tags 2.5 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News txt2tags 2.5 (Default branch)
# 1  
Old 07-27-2008
txt2tags 2.5 (Default branch)

ImageTxt2tags converts a text file with minimal markup to HTML, XHTML, SGML, LaTeX, Lout, UNIX man page, Wikipedia, Google Code Wiki, DokuWiki, MoinMoin, MagicPoint (mgp), and PageMaker. It is simple and fast and features automatic TOC, macros, filters, include, tools, GUI, CLI, and Web interfaces, translations, and extensive documentation.License: GNU General Public License (GPL)Changes:
New targets include Wikipedia, Google Code Wiki,and DokuWiki. A new mark was added for strikeouttext. New tools include a TextMate bundle, a geditlanguage file, and a gensite program. Unicode(UTF-8) support was improved. The PHP Webinterface was rewritten. Improvements were made tothe MoinMoin, LaTeX, and Lout targets. Finnish andChinese translations were added.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
MGPNET(1)						    BSD General Commands Manual 						 MGPNET(1)

NAME
mgpnet -- MagicPoint Netserver (provide MagicPoint presentation over the net) SYNOPSIS
mgpnet [arguments to mgp] DESCRIPTION
mgpnet is a small http server to be executed on the presenter's notebook computer. It lets audience read MagicPoint presentation foils on her notebook computers, over the net. When a presenter performs a presentation, she should invoke mgpnet instead of mgp, with the same argument. mgpnet will become an http server running on tcp port 9999 (by default), and invokes mgp as a child process. By accessing URL http://hostname:9999/, audience will be able to read the MagicPoint window currently displayed on the presenter's notebook. The webpage provided by mgpnet is designed in "client pull" man- ner; audience's notebook will reload the page, several times a minute. If no option is specified, mgpnet will print the URL to be accessed by the audience to the standard output. This is useful for indicating the URL to be accessed on the presentation, like: %filter "mgpnet" %endfilter TODO
Be network conscious. Current implementation is too naive about CPU/network usage. Presenter's notebook may be overloaded if there's too many audiences. SEE ALSO
mgp(1), xwintoppm(1). HISTORY
mgpnet was created by Jun-ichiro itojun Itoh <itojun@itojun.org>, on the day before the newyear's eve, 1997. BSD
May 31, 2019 BSD