Skip to content
Tags give the ability to mark specific points in history as being important
  • v0.0.5 protected
    - index.html with all links
    - encoded room alias as folder (cf. https://matrix.to/#/!mYtxXIYIpOgJcbNxgL:matrix.org/$ttlZIEjMAc-QlIUWetyqkMCDILhEFDaJbZTpcw7MQ4I?via=neko.dev&via=matrix.org&via=t2bot.io)
  • v0.0.4 protected
    7a6e78a0 · 0.0.4 ·
    - try encode room alias in path, to maybe fix `#` resolution (though it should work if it works as a folder/file name)
  • v0.0.3 protected
    - try to generate room events/messages from `/content/:room/:event.json`
  • v0.0.2 protected
    - fix `recursive-readdir` moved from devDependencies to dependencies
  • v0.0.1 protected
    Initial test of using this node script as a npm package.
    - `npm install matrix-static`
    - create `matrix-static.json` with static homeserver info `m.server`
    - use the `/content/*/**/* folder to describe spaces (folders with children folders), and rooms (folders with an index.json inside `{}`, and no children folder)
    - export `build/.well-known/` content and `build/_matrix/{federation,client}/` with some json data, such as `publicRooms.json` and `version.json`
    - export a `build/_redirects` for gitlab pages (maybe netlify and cloudflare pages too)