No description
Find a file
2015-12-23 16:24:05 +01:00
public initial commit 2015-12-23 14:10:53 +01:00
WikiRoot initial commit 2015-12-23 14:10:53 +01:00
.project initial commit 2015-12-23 14:10:53 +01:00
conf.js initial commit 2015-12-23 14:10:53 +01:00
package.json initial commit 2015-12-23 14:10:53 +01:00
protractor-test.js initial commit 2015-12-23 14:10:53 +01:00
README.md Update README.md 2015-12-23 16:24:05 +01:00
server.js initial commit 2015-12-23 14:10:53 +01:00

#AnyVerse AnyVerse is a small wiki based on javascript (node, angular) that is useful for dashboards or pages that list versions of applications. Any urls in the data will be lookedup and their output is shown on the page (instead of a showing link).

  • edit button or e to edit
  • save button or ctrl-s to save
  • limited wiki markup (check out .. and !..!)
  • currently supports only one table on one page
  • no security

tech:

  • html and css using bootstrap
  • angular 1.x / jquery
  • nodejs/express
  • http calls are proxied in express to avoid CORS necessity