Ruby HTML/XHTML Software

View 62 business solutions

Browse free open source Ruby HTML/XHTML Software and projects below. Use the toggles on the left to filter open source Ruby HTML/XHTML Software by OS, license, language, programming language, and project status.

  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • The next chapter in business mental wellness Icon
    The next chapter in business mental wellness

    Entrust your employee well-being to Calmerry's nationwide network of licensed mental health professionals.

    Calmerry is beneficial for businesses of all sizes, particularly those in high-stress industries, organizations with remote teams, and HR departments seeking to improve employee well-being and productivity
  • 1
    HTMLProofer

    HTMLProofer

    Test your rendered HTML files to make sure they're accurate.

    HTMLProofer is a set of tests to validate your HTML output. These tests check if your image references are legitimate, if they have alt tags, if your internal links are working, and so on. It's intended to be an all-in-one checker for your output. In scope for this project is any well-known and widely-used test for HTML document quality. A major use for this project is continuous integration -- so we must have reliable results. We usually balance correctness over performance. And, if necessary, we should be able to trace this program's detection of HTML errors back to documented best practices or standards, such as W3 specifications. Third-party modules. We want this product to be useful for continuous integration so we prefer to avoid subjective tests which are prone to false positive results, such as spell checkers, indentation checkers, etc. If you want to work on these items, please see the section on custom tests and consider adding an implementation as a third-party module.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    deplate is a tool for converting wiki-like markup to latex, docbook, html, or "html-slides". It supports embedded LaTeX code, footnotes, citations, biblographies, automatic generation of an index etc.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 3
    Pedestal

    Pedestal

    The Pedestal Server-side Libraries

    Pedestal is a set of libraries that we use to build services and applications. It runs in the back end and can serve up whole HTML pages or handle API requests. There are a lot of tools in that space, so why did we build Pedestal? We had two main reasons. Pedestal is designed for APIs first. Most web app frameworks still focus on the "page model" and server-side rendering. Pedestal lets you start simple and add that if you need it. Pedestal makes it easy to create "live" applications. Applications must respond with immediate feedback even while some back-end communication goes on. Pedestal makes it easy to deliver server-sent events and asynchronous updates. Pedestal works with a huge variety of containers and deployment options. Deploy applications or microservices on unikernels, Docker containers, or JAR files. Pedestal supports Tomcat, Jetty, Immutant (with Undertow), Vert.x, nginx, and Netty.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    The aw script is written so that you can browse web sites through the command line by specifying where to look at in a concise manner. It can also be used to make an excerpt of web sites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Pimberly PIM - the leading enterprise Product Information Management platform. Icon
    Pimberly PIM - the leading enterprise Product Information Management platform.

    Pimberly enables businesses to create amazing online experiences with richer, differentiated product descriptions.

    Drive amazing product experiences with quality product data.
  • 5
    alice_invoice provides a simple ruby interface for downloading invoices and corresponding digital signatures from German ISP Alice.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Information should be unencumbered. FreeEBook is a program designed to make the business of reading and writing books for online publication a simple matter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Html Assembler
    Html Assembler is a static site generator. It automatically integrates page content such as text and photos in a modifiable page template creating a complete set of html files ready for upload to your site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Html Bookmark Compare
    Lists and compares two html bookmark files (as defined by firefox) side by side and notes the similarities and the differences in a colored list through the GUI environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    IdeoType is a book compiler that converts manuscript (XHTML) to book (PDF) on the fly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Case Management Software for Social Services Icon
    Case Management Software for Social Services

    For human services organizations looking for case management software

    Collaborate is customizable case management software for non-profits and social services agencies with teams of 5+ staff.
  • 10
    JsonResume

    JsonResume

    Generates pretty HTML, LaTeX, markdown, with biodata feeded as input

    JsonResume creates pretty versions of resume from a single JSON input file. Output formats are specifically customized to modern resume templates. Also, there are a ton of customizations to the templates possible, to make your own version of resume created easily and super quickly. Output is created using mustache templates. They are located in templates/. It is also possible to define a custom location for locale definitions. The default one is en.yml, others may be provided as well. This is useful if you want to define new headings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Oga

    Oga

    Oga is an XML/HTML parser written in Ruby

    Oga is an XML/HTML parser written in Ruby. Oga is an XML/HTML parser written in Ruby. It provides an easy-to-use API for parsing, modifying and querying documents (using XPath expressions). Oga does not require system libraries such as libxml, making it easier and faster to install on various platforms. To achieve better performance Oga uses a small, native extension (C for MRI/Rubinius, Java for JRuby). Oga provides an API that allows you to safely parse and query documents in a multi-threaded environment, without having to worry about your applications blowing up. Oga uses the version format MAJOR.MINOR (e.g. 2.1). An increase of the MAJOR version indicates backwards incompatible changes were introduced. The MINOR version is only increased when changes are backwards compatible, regardless of whether those changes are bugfixes or new features. Up until version 1.0 the code should be considered unstable meaning it can change (and break) at any given moment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    An open web-service for tagging (aka folksonomy) of web bookmarks (similar to del.icio.us), but with an emphasis on information organization, reuse and collaboration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This is a collection of REST specifications, and implementations of those specs, for very low-level information sharing and workflow operations using REST actions over HTTP. Implementations are in various languages, mainly Java, Python, and Ruby.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Sanitize

    Sanitize

    Ruby HTML and CSS sanitizer

    Sanitize is an allowlist-based HTML and CSS sanitizer. It removes all HTML and/or CSS from a string except the elements, attributes, and properties you choose to allow. Using a simple configuration syntax, you can tell Sanitize to allow certain HTML elements, certain attributes within those elements, and even certain URL protocols within attributes that contain URLs. You can also allow specific CSS properties, @ rules, and URL protocols in elements or attributes containing CSS. Any HTML or CSS that you don't explicitly allow will be removed. Sanitize is based on the Nokogiri HTML5 parser, which parses HTML the same way modern browsers do, and Crass, which parses CSS the same way modern browsers do. As long as your allowlist config only allows safe markup and CSS, even the most malformed or malicious input will be transformed into safe output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    WebVizTools is a set of scripts to help visualize larger web sites and hunt down orphaned files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ZK Light is renamed to ZKuery and moved to http://code.google.com/p/zkuery/. ZK Light is a client-only version of ZK; Support Java, C, PHP, Python...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ctBlog is yet ANOTHER blog application. It's built using Ruby on Rails (2.3.2), and has the intention of staying simple and pure! Most blog software could also be CMS software, or message board software...it just seems to bloated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next