Update README.md
This commit is contained in:
parent
7023934fb0
commit
66b94c953c
1 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,12 @@
|
||||||
#AnyVerse
|
#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).
|
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
|
* currently supports only one table on one page
|
||||||
|
|
||||||
|
tech:
|
||||||
|
* html and css using bootstrap
|
||||||
|
* angular 1.x / jquery
|
||||||
|
* nodejs/express
|
||||||
|
* http calls are proxied in express to avoid CORS necessity
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue