Difference between revisions of "Preprocess"

From Free Software Directory
Jump to: navigation, search
m (Blanked the page)
(Undo revision 42753 by Megalanya (talk))
Line 1: Line 1:
 
+
{{Entry
 +
|Name=Preprocess
 +
|Short description=a portable multi-language file preprocessor.
 +
|Full description=There are millions of templating systems out there (most of them developed for the web). This isn't one of those, though it does share some basics: a markup syntax for templates that are processed to give resultant text output. The main difference with preprocess.py is that its syntax is hidden in comments (whatever the syntax for comments maybe in the target filetype) so that the file can still have valid syntax. A comparison with the C preprocessor is more apt. preprocess.py is targetted at build systems that deal with many types of files. Languages for which it works include: C++, Python, Perl, Tcl, XML, JavaScript, CSS, IDL, TeX, Fortran, PHP, Java, Shell scripts (Bash, CSH, etc.) and C#. Preprocess is usable both as a command line app and as a Python module.
 +
|User level=intermediate
 +
|Status=Live
 +
|Component programs=
 +
|Homepage URL=http://code.google.com/p/preprocess/
 +
|VCS checkout command=
 +
|Computer languages=Python
 +
|Documentation note=
 +
|Paid support=
 +
|IRC help=
 +
|IRC general=
 +
|IRC development=
 +
|Related projects=
 +
|Keywords=text,languages,template,Python,syntax,system
 +
|Is GNU=n
 +
|Last review by=Kelly Hopkins
 +
|Last review date=2010-03-04
 +
|Submitted by=Database conversion
 +
|Submitted date=2011-04-01
 +
|Version identifier=1.1.0
 +
|Version date=2009-01-06
 +
|Version status=stable
 +
|Version download=http://preprocess.googlecode.com/files/preprocess-1.1.0.zip
 +
|License verified date=2010-03-04
 +
|Version comment=
 +
}}
 +
{{Person
 +
|Role=Maintainer
 +
|Real name=Trent Mick
 +
|Email=trentm@gmail.com
 +
|Resource URL=
 +
}}
 +
{{Software category
 +
|Interface=command-line
 +
|Software-development=small-specific-development-task
 +
|Use=software-development
 +
}}
 +
{{Project license
 +
|License=Expat
 +
|License verified by=Kelly Hopkins
 +
|License verified date=2010-03-04
 +
}}

Revision as of 16:05, 14 February 2017


[edit]

Preprocess

http://code.google.com/p/preprocess/
a portable multi-language file preprocessor.

There are millions of templating systems out there (most of them developed for the web). This isn't one of those, though it does share some basics: a markup syntax for templates that are processed to give resultant text output. The main difference with preprocess.py is that its syntax is hidden in comments (whatever the syntax for comments maybe in the target filetype) so that the file can still have valid syntax. A comparison with the C preprocessor is more apt. preprocess.py is targetted at build systems that deal with many types of files. Languages for which it works include: C++, Python, Perl, Tcl, XML, JavaScript, CSS, IDL, TeX, Fortran, PHP, Java, Shell scripts (Bash, CSH, etc.) and C#. Preprocess is usable both as a command line app and as a Python module.





Licensing

License

Verified by

Verified on

Notes

License

Expat

Verified by

Kelly Hopkins

Verified on

4 March 2010




Leaders and contributors

Contact(s)Role
Trent Mick Maintainer


Resources and communication

AudienceResource typeURI
Python (Ref)https://pypi.org/project/preprocess
Debian (Ref)https://tracker.debian.org/pkg/preprocess


Software prerequisites




Entry













Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.