Must have Web Development Software for Linux
Creoleparser is a Python module for converting Creole wiki markup for output on the web. It is a full implementation of the Creole 1.0 specification and aims to follow the spec exactly.What is Creole?From wikicreole.org: Creole is a common wiki...
CrossTeX is a new bibliography management tool. The project comprises a new bibliographic database format that is much less prone to error compared to other alternatives like BibTex, and a new, more flexible tool for creating the citations that appear at...
cssmergemedia is a Python tool that merges identical media queries in your CSS.For example, the following CSS: @media screen and (min-width: 480px) and (max-width:899px) { .foo...
cssutils is a Python package to parse and build Cascading Style Sheets (CSS). DOM only, not any rendering facilities!Based upon and partly implementing the following specifications :CSS 2.1 General CSS rules and properties are defined hereCSS 2.1...
csv2xml is a CVS to XML converter.As the name suggest, csv2xml is a simple CVS to XML converter. It reads CVS files from standard input, and output a valid XML file on standard output.csv2xml is great if your client asks you to resend a data file as XML,...
DAPS (DocBook Authoring and Publishing Suite) is an open source that can be used to effortlessly publish large documentation projects in several formats. It supports HTML, ePUB and PDF.DAPS is fully scriptable and features automated image conversion, as...
DataTree is a DSL for creating structured documents in Python inspired by Rubys Builder, but supporting many structured output formats.Example:A small example: from datatree import Node author =...
dayone_export is a command-line utility, written in Python, that helps users to convert a Day One journal to HTML format.Usage:dayone_export [--output FILE] [--timezone ZONE] [opts] JOURNALFor more info type:dayone_export...
dblatex is a Python program that transforms your SGML/XML DocBook documents to DVI, PostScript or PDF by translating them into pure LaTeX as a first process. MathML 2.0 markups are supported, too. It started as a clone of...
didit is a lightweight, command-line utility to remember what you did last week.Developer commentsThe Problem- Timeclocks are too cumbersome -- just keep track of the things I did.In my job, I tend to do a lot of development which involves losing track of...