HTML/XHTML Software for Windows

View 40 business solutions
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Try Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    SciBook is a framework for xslt transformation from xhtml to html. The transformation can be extended by adding plugins. The standard LaTeX plugin can convert LaTeX code to images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A robust website scraping framework that uses XML, XPath, RegEx and scripting to consume, parse, normalize and traverse HTML based on a set of seed URLs. Scrape.NET is built using C#, TidyForNet (the p-invoke only version) and HTML Tidy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This is a web application written in C# to provide universal transcoding, transformation and enhancement solution for image, rich medias and documents. It exposes all the services via web.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A system that allow you to manage pages and news of your website. All you have to do is the design (samples are included).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5
    SecureProxy is an proxy application which sits in front of a web server and enforces general security policies which prevent clients from accessing restricted portions of the website or providing dangerous or unauthorized input.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    See Passwords

    See Passwords

    An add-on for Firefox to show passwords in web pages

    Displays all passwords of web pages with just one click with this handy extension dedicated to the Firefox browser Firefox add-on: http://mzl.la/1LuZIMd Opera extension: http://bit.ly/1VDjrZn
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Selmer

    Selmer

    A fast, Django inspired template system in Clojure

    A fast, Django inspired template system in pure Clojure. Selmer templates consist of plain text that contains embedded expression and filter tags. While Selmer is primarily meant for HTML generation, it can be used for templating any text. Selmer compiles the template files and replaces any tags with the corresponding functions for handling dynamic content. The compiled template can then be rendered given a context map. When rendering files Selmer will cache the compiled template. A recompile will be triggered if the last modified timestamp of the file changes. Note that changes in files referenced by the template will not trigger a recompile. This means that if your template extends or includes other templates you must touch the file that's being rendered for changes to take effect.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The xslt2 script semAuth (semantic authoring) translates a freemind mindmap into an xhtml website and an RDF ontology
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Sensei's Library on Tour (SLoT) is a handy Java tool that converts a wiki dump into a set of stripped-down HTML pages that can be easily used for reading on a handheld device or ebook reader.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 10
    ServingXML is an open source, Apache 2.0 licensed, framework for flat/XML data transformations. It defines an extensible markup vocabulary for expressing flat-XML, XML-flat, flat-flat, and XML-XML processing in pipelines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Shootingmanager is an interactive version of the shooters diary. It will work together with existing software solutions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Showdown

    Showdown

    A bidirectional Markdown to HTML to Markdown converter in Javascript

    A Markdown to HTML bidirectional converter written in Javascript! Showdown is a Javascript Markdown to HTML bidirectional converter, based on the original works by John Gruber. Showdown can be used client side (in the browser) or server side (with nodejs). See it working in the live demo! No hard dependencies or special installation instructions! Just download it (or use a CDN) and include it in your file. Out of the box, supports a number of popular markdown flavors like "vanilla", GFM or commonmark. Extra features like tables, metadata, etc., can be enabled through options. Showdown works both in server (nodejs) and client-side (browser). It's easily customizable and extendable, meaning you can add new syntax or modify it's behavior through extensions or options. Showdown is compatible with both new and old (such as IE8+ and nodejs 0.12). Written in EcmaScript5 means you can use it in your project as is, without the need of transpilers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Shower Presentation Template

    Shower Presentation Template

    Shower HTML presentation engine

    Shower Presentation Template is a shower HTML presentation engine. Built on HTML, CSS and vanilla JavaScript, works in all modern browsers. Themes are separated from engine, and comes with fully keyboard accessible. Printable to PDF and includes Ribbon and Material themes, and core with plugins. You’ll need Node.js installed on your computer. Latest stable versions of Chrome, Edge, Firefox, and Safari are supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Sidewinder is a new kind of cross-platform application framework that uses web standards like XHTML, SVG and XForms instead of more complex languages, such as C++ or Java, to produce rich internet-facing applications and widgets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Generate javascript validation from an xml template; you can configure on xml your html forms, giving params (min / max length, etc) and creates an JavaScript code to put in your html to validate your forms. Its an easy way to write js validation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Simple HttpErrorPages

    Simple HttpErrorPages

    Simple HTTP Error Page Generator

    Simple HTTP Error Page Generator. Create a bunch of custom error pages - suitable to use with Lighttpd, Nginx, expressjs, koans, Apache-Httpd, or any other Webserver. NGINX supports custom error-pages using multiple error_page directives. Apache Httpd 2.x supports custom error pages using multiple ErrorDocument directives. To customize the pages, you can edit any of the template files and finally run the generator-script. All generated HTML files are located in the dist/ directory by default. To modify the page styles, just edit the SCSS based layout assets/layout.scss and finally run gulp to generate the css code. The new layout file is stored in assets/layout.css.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Simple Phonebook

    A simple contact manager to store,manage and retrieve the information.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Simple API for make XMLRequest connexions
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Simple-Scrape is a simple web-scraping library that allows for programmatic access to HTML code. No further techniques are needed and the library is very compact and thus easy to use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Content adaptation platform that adapts internet content to any mobile device in real time. Includes features such as device detection, image transcoding, DOM manipulation, XML/RSS feed support and much more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    My intention is develop an application to send SMS messages I want do that because is very slow access to the web page to send the SMS in the navigator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Snowflake HTML

    Snowflake HTML

    SVG in Swift

    SVG in Swift. Use XML parser from Reindeer. The Shape object maps to SVG elements. The Style object encapsulates style information. The cool thing about CALayer is that most of its properties are animatable. Snowflake is available through CocoaPods. Snowflake is also available through Carthage. Snowflake can also be installed manually. Just download and drop Sources folders in your project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Special Characters HTMLizer

    Special Characters HTMLizer

    Automatically converts special characters to their HTML codes.

    Especially aimed at German and Turkish special characters, this small tool only offers one JEditorPane for input (left) and output (right) each, and a button. When the button is clicked, the contents of the left editor field are processed and delivered to the right editor field.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This small application monitors the active spells on your province and notifies you when a spell has expired. It is also useful for reminding yo to recast those offensive spells on enemy provinces. Needless to say, this application requires java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    SpoonTunes is a very easy to install PHP/Ajax based MusicPlayer for the Web with a fancy GUI. The integrated FlashPlayer allows you to listen to imported songs of the local iTunes-Library. Search Songs, create Playlists, download them and more...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB