Mercurial > hg > digilib
changeset 1222:2bc0919fa42d
working on docs
author | robcast |
---|---|
date | Wed, 09 Oct 2013 15:00:46 +0200 |
parents | e051fca597db |
children | 13a52866c2c2 |
files | doc/src/site/markdown/features.md doc/src/site/site.xml |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/src/site/markdown/features.md Wed Oct 09 15:00:46 2013 +0200 @@ -0,0 +1,6 @@ +# digilib features + +* **client-server architecture**: all the "heavy lifting" is done on the + server, the client only displays the image. + +* **low bandwidth**: you can work \ No newline at end of file
--- a/doc/src/site/site.xml Wed Oct 09 14:40:39 2013 +0200 +++ b/doc/src/site/site.xml Wed Oct 09 15:00:46 2013 +0200 @@ -18,6 +18,7 @@ <body> <menu name="Overview"> <item name="About digilib" href="index.html"/> + <item name="digilib features" href="features.html"/> <item name="How digilib works" href="digilib-short.html"/> <item name="Ancient history" href="history.html"/> </menu>