Documentation at https://melpa.org/#/web
Documentation at https://melpa.org/#/weblio
{code
Documentation at https://melpa.org/#/weblorg
Weblorg is a static site generator particularly suitable for blogs, written in Emacs Lisp and with support for templates and themes. It requires no external dependencies.
Documentation at https://melpa.org/#/webpaste
Documentation at https://melpa.org/#/web-mode
This mode pastes whole buffers or parts of buffers to pastebin-like services. It supports more than one service and will failover if one service fails. More services can easily be added over time and preferred services can easily be configured.
Web mode is an Emacs major mode for editing web templates aka HTML files embedding parts (CSS/JavaScript) and blocks (pre rendered by client/server side engines). Web mode is compatible with many template engines: PHP, JSP, ASP, Django, Twig, Jinja, Mustache, ERB, FreeMarker, Velocity, Cheetah, Smarty, CTemplate, Mustache, Blade, ErlyDTL, Go Template, Dust.js, React/JSX, Angularjs, ejs, etc.
Documentation at https://melpa.org/#/websocket
Documentation at https://melpa.org/#/webdriver
Documentation at https://melpa.org/#/weblogger
Documentation at https://melpa.org/#/websearch
Webfeeder is an Emacs library to generate RSS and Atom feeds from HTML files. The various elements of the HTML input are parsed with customizable functions (e.g. webfeeder-title-function
).
This is an Elisp library for WebSocket clients to talk to WebSocket servers, and for WebSocket servers to accept connections from WebSocket clients. This library is designed to be used by other library writers, to write applications that use WebSockets, and is not useful by itself.
Documentation at https://melpa.org/#/web-server
Documentation at https://melpa.org/#/web-search
This package supports HTTP GET and POST requests with url-encoded parameters, as well as web sockets.
Documentation at https://melpa.org/#/web-beautify
This package provides an Emacs functions to format HTML, CSS, JavaScript, JSON.
Documentation at https://melpa.org/#/web-narrow-mode
Documentation at https://melpa.org/#/webkit-color-picker
Documentation at https://melpa.org/#/web-completion-data
This is just dependency for ac-html, company-web `web-completion-data-sources is pair list of framework-name and directory of completion data This package provide default "html" completion data. Completion data directory structure: html-attributes-complete - attribute completion html-attributes-list - attributes of tags-add-tables html-attributes-short-docs - attributes documantation html-tag-short-docs - tags documantation If you decide extend with own completion data, let say "Bootstrap" data: (unless (assoc "Bootstrap" web-completion-data-sources) (setq web-completion-data-sources (cons (cons "Bootstrap" "/path/to/complete/data") web-completion-data-sources)))