Skip to content

Commit

Permalink
le big rename
Browse files Browse the repository at this point in the history
  • Loading branch information
carson committed May 7, 2020
1 parent ef174f4 commit b003cca
Show file tree
Hide file tree
Showing 29 changed files with 2,553 additions and 483 deletions.
13 changes: 5 additions & 8 deletions README.md
@@ -1,12 +1,9 @@
# </> HTMx
HTML Extensions
# </> kutty
*High power tools for HTML*

## Overview

HTMx allows you to issue AJAX requests from HTML without needing to write any javascript. It is a set of extensions
to HTML (attributes, request headers, etc.) that allow you to use markup for more complex user interfaces and
features, while at the same time retaining the simplicity of the original web programming model.
Kutty is a set of HTML extensions (attributes, request headers, etc.) that allow you to use markup for complex user
interfaces and features, while retaining the simplicity and power of the hypertext we all know and love.

## Background

HTMx is inspired by [intercooler.js](http://intercoolerjs.org), but aims to simplify that library and include no dependencies.
Kutty is the successor to [intercooler.js](http://intercoolerjs.org)
19 changes: 6 additions & 13 deletions TODO.md
@@ -1,14 +1,8 @@
# &lt;/> HTMx
*HTML Extensions*

## GOALS

* Dependency-free implementation of intercooler.js-like HTML-driven AJAX functionality
* Minimalist functionality, rely heavily on built in functionality
* Support IE10+
** CSS transitions only
** Pluggable event model
* < 10k in .min form
* Dependency-free implementation of intercooler.js
* Support IE11 (stretch: IE10)
* < 10k in .min.gz form

## TODOS

Expand All @@ -21,9 +15,9 @@
* Testing
* polling
* merge
* hx-select
* kt-select
* history
* hx-boost
* kt-boost
* transition model for content swaps
* build website with 11ty
* landing page
Expand All @@ -47,5 +41,4 @@
* http://youmightnotneedjquery.com/
* http://intercoolerjs.org/docs.html
* http://intercoolerjs.org/reference.html
* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap

* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap

0 comments on commit b003cca

Please sign in to comment.