All Projects → UweKeim → ZetaProducerHtmlCompressor

UweKeim / ZetaProducerHtmlCompressor

Licence: MIT license
A .NET port of Google’s HtmlCompressor library to minify HTML source code.

Programming Languages

HTML
75241 projects
C#
18002 projects

Projects that are alternatives of or similar to ZetaProducerHtmlCompressor

unzip
Tiny unzip helper class for .NET 3.5 Client Profile and Mono 2.10, written in pure C#.
Stars: ✭ 25 (-19.35%)
Mutual labels:  compression, nuget
Zipstorer
A Pure C# Class to Store Files in Zip
Stars: ✭ 139 (+348.39%)
Mutual labels:  compression, nuget
GenuineChannels
Collection of custom .NET Remoting channels
Stars: ✭ 29 (-6.45%)
Mutual labels:  compression, nuget
DomainResult
Tiny package for decoupling domain operation results from IActionResult and IResult types of ASP.NET Web API
Stars: ✭ 23 (-25.81%)
Mutual labels:  nuget
PortaCapena.OdooJsonRpcClient
Odoo Client Json Rpc
Stars: ✭ 39 (+25.81%)
Mutual labels:  nuget
EntryCustomReturnPlugin
Xamarin.Forms Plugin to customize the Xamarin.Forms.Entry Keyboard Return Button
Stars: ✭ 81 (+161.29%)
Mutual labels:  nuget
dsp
DSP and filtering library
Stars: ✭ 36 (+16.13%)
Mutual labels:  compression
DRV3-Tools
(Not actively maintained, use DRV3-Sharp) Tools for extracting and re-injecting files for Danganronpa V3 for PC.
Stars: ✭ 13 (-58.06%)
Mutual labels:  compression
PersianDataAnnotations
PersianDataAnnotations is ASP.NET Core MVC & ASP.NET MVC Custom Localization DataAnnotations (Localized MVC Errors) for Persian(Farsi) language - فارسی سازی خطاهای اعتبارسنجی توکار ام.وی.سی. و کور.ام.وی.سی. برای نمایش اعتبار سنجی سمت کلاینت
Stars: ✭ 38 (+22.58%)
Mutual labels:  nuget
CSJsonDB
A C# package that performs basic CRUD ( Create, Read, Update, Delete ) operations on a Json file, used for sample minimalistic DBs.
Stars: ✭ 75 (+141.94%)
Mutual labels:  nuget
BilibiliLiveRecordDownLoader
Bilibili 直播录制与回放下载
Stars: ✭ 422 (+1261.29%)
Mutual labels:  nuget
apultra
Free open-source compressor for apLib with 5-7% better ratios
Stars: ✭ 84 (+170.97%)
Mutual labels:  compression
Oroch
A C++ library for integer array compression
Stars: ✭ 22 (-29.03%)
Mutual labels:  compression
prunnable-layers-pytorch
Prunable nn layers for pytorch.
Stars: ✭ 47 (+51.61%)
Mutual labels:  compression
mtscomp
Multichannel time series lossless compression in pure Python based on NumPy and zlib
Stars: ✭ 20 (-35.48%)
Mutual labels:  compression
dark-sky-core
A .NET Standard Library for using the Dark Sky API.
Stars: ✭ 55 (+77.42%)
Mutual labels:  nuget
unishox js
JS Library for Guaranteed compression of Unicode short strings
Stars: ✭ 27 (-12.9%)
Mutual labels:  compression
MQTTnet
MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.
Stars: ✭ 3,309 (+10574.19%)
Mutual labels:  nuget
arch-config
Scripts and Ansible playbook to setup Arch Linux on ZFS.
Stars: ✭ 36 (+16.13%)
Mutual labels:  compression
torchprune
A research library for pytorch-based neural network pruning, compression, and more.
Stars: ✭ 133 (+329.03%)
Mutual labels:  compression

Zeta Producer Html Compressor

A .NET port of Google’s HtmlCompressor library to minify HTML source code.

Build state

Introduction

This project is a port of Google's Java HtmlCompressor library to remove extra whitespaces, comments and other unneeded characters without breaking the content structure.

Usage

Simply include the .NET Standard NuGet package or the .NET Full Framework NuGet package into your project.

See "Minify HTML with inline CSS/JavaScript for MVC C# as a filter/attribute" as an example implementation (includes CSS and JavaScript minification using System.Web.Optimization bundling library).

History

  • 2019-10-17 - Added .NET Standard package.
  • 2015-10-18 - First release to GitHub.
  • 2012-12-03 - First release. (Being used in our CMS Zeta Producer ever since).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].