Static Web Publisher

Description

Static Web Publisher adds a small block of JSON metadata to each post and page. This metadata allows compatible apps and browser extensions to generate reader-friendly, static representations of your content — versions that can visually highlight connections to other pages across the Web.

Visitors without supporting software will see your site exactly as before. Nothing about its appearance or behavior changes for regular users.

The Static Web is a new approach to building a more interconnected Web. You can learn more about it here.

Background

This project is inspired by the long-standing ideas of hypertext pioneer Ted Nelson.

Current support

The new formats (HDOCs) this plugin works with are currently supported by:

Visible Connections
— a Chrome extension that shows visible connections between web pages in your browser,

LZ Desktop
— a standalone app for exploring and creating Web 1.1 content.

Looking ahead

More apps — especially reader apps, and eventually browsers — will be able to support Static Web data formats in the future.

Installation

Setting up Static Web Publisher is quick and easy:

  1. Go to Plugins in your WordPress dashboard and click Add New.
  2. In the “Search plugins…” field, type Static Web Publisher.
  3. Find the plugin in the search results, hover over it, and click Install.
  4. Once installed, click Activate.
  5. Go to the plugin’s Settings page and configure top and bottom panels (optional).
  6. In the main folder of your website (usually named public), create a folder named static-documents. Place your standalone HDOCs, CDOCs, and CONDOCs inside this folder. They will be accessible via URLs like: https://yourwebsite.com/static/your_file.hdoc. Files in this folder are served directly in the browser rather than downloaded, which allows compatible extensions to handle them properly.

FAQ

No frequently asked questions yet. Feel free to ask!

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Static Web Publisher” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Static Web Publisher” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

4.1.0

Some unnecessary functionality removed.

4.0.0

Introduced the embedded HDOC format.
The plugin no longer creates additional endpoints for serving HDOCs.
Support for custom URL schemes has been removed.

3.0.0

Big changes in HDOC format.

2.1.0

It’s now possible to order comments with ‘order’ parameter. Values: asc, desc. Title for comments section and ‘no comments yet’ message can now be specified in the Settings.

2.0.0

Color configuration of panels was removed from Settings.
Now a link to the original page can be added to the panels. The same link was removed from the bottom of each page.
Comments are now exported in JSON format.

1.2.0

The site name and link are automatically added to the HDOC top panel after the plugin is activated. This ensures the top panel is populated even if you don’t configure panels after installation.

1.1.1

Bugfix

1.1.0

  • Download buttons are now optional and are not visible by default.
  • An alternate link is added to the head of each page. This way sw:// and sws:// links can be found on the page using a browser extension. That’s why download buttons are now optional.
  • Minor improvements

1.0

Initial release.