Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paul90/wiki-narrative-chart
Narrative Chart view for Federated Wiki
https://github.com/paul90/wiki-narrative-chart
Last synced: about 1 month ago
JSON representation
Narrative Chart view for Federated Wiki
- Host: GitHub
- URL: https://github.com/paul90/wiki-narrative-chart
- Owner: paul90
- License: other
- Created: 2015-03-24T18:55:56.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T17:33:15.000Z (about 1 year ago)
- Last Synced: 2024-11-03T19:37:13.583Z (about 1 month ago)
- Language: Clojure
- Size: 448 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - paul90/wiki-narrative-chart - Narrative Chart view for Federated Wiki (others)
README
# Federated Wiki Narrative Chart
__*This project is a work in progress*__
This is a federated wiki add-on is a work in progress that adds a different way of viewing a page's
evolution in context of its twins in a federated wiki neighbourhood.This view is currently not available as a package, or integrated into either the client, or server.
Until it there it is possible to run the latest version by using git to make a local clone of this
repository, and open dist/client/index.html in a browser.The file url will need to have a page name (slug) and list of sites appended, taking the
following form:```
.../dist/client/index.html#@
```Where `` is the slug of the page you want to look at, and `` the domain to site
to load the page from. Multiple sites can be added by appending more `@`.There is a pair of wiki pages that provide [further information](http://fedwiki.rodwell.me/view/visualizing-page-history/view/narrative-chart).
This add-on is developed using [ClojureScript](http://clojure.org/clojurescript), with
[OM](https://github.com/swannodette/om).