Sigil is a multi-platform EPUB ebook editor with the following features:
* Free and open source software under GPLv3
* Multi-platform
* Full UTF-16 support
* EPUB 2 spec support with limited EPUB 3 support
* Multiple Views: Book View, Code View and Preview View
* WYSIWYG editing in Book View
* Complete control over directly editing EPUB syntax in Code View
* Table of Contents generator with multi-level heading support
* Metadata editor
* User interface translated into many languages
* Spell checking with default and user configurable dictionaries
* Full Regular Expression (PCRE) support for Find & Replace
* Supports import of EPUB and HTML files, images, and style sheets
* Documents can be validated for EPUB compliance with the integrated
* All imported files have their formatting corrected, and your editing
can be optionally cleaned
* Plugins!
dwdiff is a diff program that operates at the word level instead of the line
level. It is different from wdiff in that it allows the user to specify what
should be considered whitespace, and in that it takes an optional list of
characters that should be considered delimiters. Delimiters are single
characters that are treated as if they are words, even when there is no
whitespace separating them from preceding words or delimiters. dwdiff is
mostly commandline compatible with wdiff. Only the --autopager, --terminal
and --avoid-wraps options are not supported.
The default output from dwdiff is the new text, with the deleted and inserted
parts annotated with markers. Command line options are available to change
both what is printed, and the markers.
CalDavZAP is an open source CalDAV web client implementation released under GNU
Affero General Public License (version 3.0).
Main features:
* 100% JavaScript+jQuery CalDAV web client/application - no special server
software required for standard setup (except the CalDAV server of course)
* server-based XML configuration generator (for special setup) with HTTP and
LDAP authentication plugins
* asynchronous read-only and read/write calendar collection detection
* asynchronous background synchronization
* support for delegated calendars
* support for subscribed calendars
* time-range filtering (server support required)
* support for RFC compliant vCalendars (version 2.0) and automatic correction
of most common errors in invalid vCalendars
* support for background calendars - if there is at least one event defined for
the given day in a background calendar, the background color for that day
will be pink/light-red
and much more ...
So here is my little effort, it is supposed to download complete Web sites.
You give it an URL, and down it goes on, happily downloading every linked URL
in that site.
Features:
* While it goes, it changes the original pages, all the links get changed to
relative links, so that you can surf the site in your hard disk without
those pesky absolute links.
* Limited Ftp support, it will download the files but not recursively.
* Resumes downloading if interrupted.
* Filters not to download certain kind of files.
* You can get a site map before downloading.
* Getleft can follow links to external sites.
* Multilingual support, at present Getleft supports Dutch, English, Esperanto,
German, French, Italian, Polish, Korean, Portuguese, Russian, Turkish and
Spanish.
This plugin is intended to replace the setuidgid functionality of Mojo::Server.
It should be loaded in application startup and it will change the user and
group credentials of the process when Mojo::IOLoop is started, which occurs in
each worker process of a Mojo::Server::Prefork daemon like hypnotoad.
This allows an application to be started as root so it can bind to privileged
ports such as port 80 or 443, but run worker processes as unprivileged users.
However, if the application is not started as root, it will most likely fail to
change credentials. So, you should only set the user/group when the application
is started as root.
https://metacpan.org/pod/Mojolicious::Plugin::SetUserGroup
FastCGI Development Kit.
FastCGI is a fast, open, and secure Web server interface that solves the
performance problems inherent in CGI, without introducing the overhead and
complexity of proprietary APIs (Application Programming Interfaces).
FastCGI allows for many nice features such as persistent CGI applications
(eliminating process creation time per request) and being able run CGI
applications on hosts remote to the web server itself.
Most web servers have optional or add-on support for FastCGI. Applications
which are developed with FastCGI behave as standard CGIs when invoked by web
servers without FastCGI support. In other words, if the server supports
FastCGI, then FastCGI applications get all the perks (mainly being *really*
fast); if the server does not support FastCGI, then FastCGI applications
behave exactly like standard CGIs.
Piwigo is a photo gallery software for the web that comes with powerful features
to publish and manage your collection of pictures.
Started in 2002, the project is now supported by an active community of users
and developers. It supports numerous galleries of all sizes all over the world,
from an individual ten-photos party to the images stock of an agency. This
scalability is supported by smart browsing capabilities based on categories,
tags and chronological search. Various extensions make Piwigo even more
scalable and customizable to suit your own needs and desires.
Piwigo is both web and photo standard compliant. And, icing on the cake, it is
free and opensource.
PhpWebGallery became Piwigo on February 15th, 2009.
NanoBlogger is a small weblog engine written in Bash for the command
line. It uses common UNIX tools such as cat, grep, and sed to create
static HTML content.
Features include:
* intuitive commandline interface
* highly configurable and script-able :)
* easy drafting, editing, and management of entries
* archiving by category, year, month, day, and entry
* pagination
* permanent and navigational links
* templates and CSS style sheets for full control over layout
* placeholders for easy template manipulation
* support for multiple weblogs
* support for multiple categories
* support for relative and absolute links
* support for date manipulation of entries
* Atom syndication (comes with 1.0 format)
* RSS syndication (comes with RSS 1.0 and 2.0 formats)
* plugins for calendar, recent entries, weblog status, etc.
* plugins for text formatting (e.g. line breaks translate to HTML)
* [...]
The goal of CGI::FormBuilder (FormBuilder) is to provide an easy way
for you to generate and process entire CGI form-based applications.
Its main features are:
* Field Abstraction
Viewing fields as entities (instead of just params), where the HTML
representation, CGI values, validation, and so on are properties of
each field.
* DWIMmery
Lots of built-in "intelligence" (such as automatic field typing),
giving you about a 4:1 ratio of the code it generates versus what
you have to write.
* Built-in Validation
Full-blown regex validation for fields, even including JavaScript
code generation.
* Template Support
Pluggable support for external template engines, such as
HTML::Template, Text::Template, Template Toolkit, and
CGI::FastTemplate.
Plus, the native HTML generated is valid XHTML 1.0 Transitional.
Compress::LeadingBlankSpaces - Perl class to compress leading blank
spaces in (HTML, JavaScript, etc.) web content.
This class provides the functionality for the most simple web content
compression.
Basically, the outgoing web content (HTML, JavaScript, etc.) contains
a lot of leading blank spaces, because of being structured on
development stage. Usually, the client browser ignores leading
blank spaces. Indeed, the amount of those blank spaces is as
significant as 10 to 20 percent of the length of regular web page.
We can reduce this part of web traffic on busy servers with no
visible impact on transferred web content, especially for old
browsers incapable to understand modern content compression.
The main functionality of this class is concentrated within the
"squeeze_string" member function that is supposed to be used inside
the data transfer loop on server side. The rest of the class is
developed in order to serve possible exceptions, like pre-formatted
data within HTML.