From 0ccd3c8514c6987575ca196b1999ef23a054d1e5 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 9 Apr 2022 11:09:55 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- LICENSE | 0 Makefile | 0 README.md | 4 ++++ bootstrap.js | 0 bootstrap/Doc.html | 0 bootstrap/Doc/About.md | 0 bootstrap/Doc/Macros.md | 0 bootstrap/Doc/Path.md | 0 bootstrap/Doc/Templates.md | 0 bootstrap/System/settings.json | 0 bootstrap/System/style.css | 0 bootstrap/Templates.html | 0 bootstrap/Templates/EmptyOutline.html | 0 bootstrap/Templates/EmptyPage.html | 0 bootstrap/Templates/EmptyToDo.html | 0 bootstrap/Templates/_css.html | 0 bootstrap/Templates/_edit.html | 0 bootstrap/Templates/_outline.html | 0 bootstrap/Templates/_raw.txt | 0 bootstrap/Templates/_todo.html | 0 bootstrap/Templates/_view.html | 0 bootstrap/Templates/all_pages.html | 0 bootstrap/Templates/macros.html | 0 bootstrap/Templates/outline.html | 0 bootstrap/Templates/pages.html | 0 bootstrap/Templates/todo.html | 0 bootstrap/Templates/tree.html | 0 bootstrap/TestTodo.md | 0 bootstrap/TestTodo/01.html | 0 bootstrap/TestTodo/02.html | 0 bootstrap/TestTodo/03.html | 0 bootstrap/TestTodo/04.html | 0 config.xml | 0 css/fonts.css | 0 ext-lib/FileSaver.js | 0 ext-lib/jquery-ui.min.js | 0 ext-lib/jquery.js | 0 ext-lib/jquery.ui.touch.js | 0 ext-lib/jszip.min.js | 0 ext-lib/peer.min.js | 0 ext-lib/pouchdb.min.js | 0 ext-lib/require.js | 0 ext-lib/showdown.min.js | 0 index.html | 0 index2.html | 0 lib/README | 0 lib/_module.js | 0 lib/actions.js | 0 lib/features.js | 0 lib/object.js | 0 macro.js | 0 manifest.json | 0 package.json | 0 pwiki.appcache | 0 pwiki.js | 0 scripts/bootstrap.js | 0 ui.js | 0 wiki.js | 0 58 files changed, 4 insertions(+) mode change 100644 => 100755 LICENSE mode change 100644 => 100755 Makefile mode change 100644 => 100755 README.md mode change 100644 => 100755 bootstrap.js mode change 100644 => 100755 bootstrap/Doc.html mode change 100644 => 100755 bootstrap/Doc/About.md mode change 100644 => 100755 bootstrap/Doc/Macros.md mode change 100644 => 100755 bootstrap/Doc/Path.md mode change 100644 => 100755 bootstrap/Doc/Templates.md mode change 100644 => 100755 bootstrap/System/settings.json mode change 100644 => 100755 bootstrap/System/style.css mode change 100644 => 100755 bootstrap/Templates.html mode change 100644 => 100755 bootstrap/Templates/EmptyOutline.html mode change 100644 => 100755 bootstrap/Templates/EmptyPage.html mode change 100644 => 100755 bootstrap/Templates/EmptyToDo.html mode change 100644 => 100755 bootstrap/Templates/_css.html mode change 100644 => 100755 bootstrap/Templates/_edit.html mode change 100644 => 100755 bootstrap/Templates/_outline.html mode change 100644 => 100755 bootstrap/Templates/_raw.txt mode change 100644 => 100755 bootstrap/Templates/_todo.html mode change 100644 => 100755 bootstrap/Templates/_view.html mode change 100644 => 100755 bootstrap/Templates/all_pages.html mode change 100644 => 100755 bootstrap/Templates/macros.html mode change 100644 => 100755 bootstrap/Templates/outline.html mode change 100644 => 100755 bootstrap/Templates/pages.html mode change 100644 => 100755 bootstrap/Templates/todo.html mode change 100644 => 100755 bootstrap/Templates/tree.html mode change 100644 => 100755 bootstrap/TestTodo.md mode change 100644 => 100755 bootstrap/TestTodo/01.html mode change 100644 => 100755 bootstrap/TestTodo/02.html mode change 100644 => 100755 bootstrap/TestTodo/03.html mode change 100644 => 100755 bootstrap/TestTodo/04.html mode change 100644 => 100755 config.xml mode change 100644 => 100755 css/fonts.css mode change 100644 => 100755 ext-lib/FileSaver.js mode change 100644 => 100755 ext-lib/jquery-ui.min.js mode change 100644 => 100755 ext-lib/jquery.js mode change 100644 => 100755 ext-lib/jquery.ui.touch.js mode change 100644 => 100755 ext-lib/jszip.min.js mode change 100644 => 100755 ext-lib/peer.min.js mode change 100644 => 100755 ext-lib/pouchdb.min.js mode change 100644 => 100755 ext-lib/require.js mode change 100644 => 100755 ext-lib/showdown.min.js mode change 100644 => 100755 index.html mode change 100644 => 100755 index2.html mode change 100644 => 100755 lib/README mode change 100644 => 100755 lib/_module.js mode change 100644 => 100755 lib/actions.js mode change 100644 => 100755 lib/features.js mode change 100644 => 100755 lib/object.js mode change 100644 => 100755 macro.js mode change 100644 => 100755 manifest.json mode change 100644 => 100755 package.json mode change 100644 => 100755 pwiki.appcache mode change 100644 => 100755 pwiki.js mode change 100644 => 100755 scripts/bootstrap.js mode change 100644 => 100755 ui.js mode change 100644 => 100755 wiki.js diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/Makefile b/Makefile old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 index d81f3fe..06d33aa --- a/README.md +++ b/README.md @@ -46,6 +46,10 @@ are likely to change, the implementation / API **will definitely** change! ;)_ pWiki components. ### General Documentation: + - [General info](README.md) - This document. diff --git a/bootstrap.js b/bootstrap.js old mode 100644 new mode 100755 diff --git a/bootstrap/Doc.html b/bootstrap/Doc.html old mode 100644 new mode 100755 diff --git a/bootstrap/Doc/About.md b/bootstrap/Doc/About.md old mode 100644 new mode 100755 diff --git a/bootstrap/Doc/Macros.md b/bootstrap/Doc/Macros.md old mode 100644 new mode 100755 diff --git a/bootstrap/Doc/Path.md b/bootstrap/Doc/Path.md old mode 100644 new mode 100755 diff --git a/bootstrap/Doc/Templates.md b/bootstrap/Doc/Templates.md old mode 100644 new mode 100755 diff --git a/bootstrap/System/settings.json b/bootstrap/System/settings.json old mode 100644 new mode 100755 diff --git a/bootstrap/System/style.css b/bootstrap/System/style.css old mode 100644 new mode 100755 diff --git a/bootstrap/Templates.html b/bootstrap/Templates.html old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/EmptyOutline.html b/bootstrap/Templates/EmptyOutline.html old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/EmptyPage.html b/bootstrap/Templates/EmptyPage.html old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/EmptyToDo.html b/bootstrap/Templates/EmptyToDo.html old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/_css.html b/bootstrap/Templates/_css.html old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/_edit.html b/bootstrap/Templates/_edit.html old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/_outline.html b/bootstrap/Templates/_outline.html old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/_raw.txt b/bootstrap/Templates/_raw.txt old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/_todo.html b/bootstrap/Templates/_todo.html old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/_view.html b/bootstrap/Templates/_view.html old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/all_pages.html b/bootstrap/Templates/all_pages.html old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/macros.html b/bootstrap/Templates/macros.html old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/outline.html b/bootstrap/Templates/outline.html old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/pages.html b/bootstrap/Templates/pages.html old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/todo.html b/bootstrap/Templates/todo.html old mode 100644 new mode 100755 diff --git a/bootstrap/Templates/tree.html b/bootstrap/Templates/tree.html old mode 100644 new mode 100755 diff --git a/bootstrap/TestTodo.md b/bootstrap/TestTodo.md old mode 100644 new mode 100755 diff --git a/bootstrap/TestTodo/01.html b/bootstrap/TestTodo/01.html old mode 100644 new mode 100755 diff --git a/bootstrap/TestTodo/02.html b/bootstrap/TestTodo/02.html old mode 100644 new mode 100755 diff --git a/bootstrap/TestTodo/03.html b/bootstrap/TestTodo/03.html old mode 100644 new mode 100755 diff --git a/bootstrap/TestTodo/04.html b/bootstrap/TestTodo/04.html old mode 100644 new mode 100755 diff --git a/config.xml b/config.xml old mode 100644 new mode 100755 diff --git a/css/fonts.css b/css/fonts.css old mode 100644 new mode 100755 diff --git a/ext-lib/FileSaver.js b/ext-lib/FileSaver.js old mode 100644 new mode 100755 diff --git a/ext-lib/jquery-ui.min.js b/ext-lib/jquery-ui.min.js old mode 100644 new mode 100755 diff --git a/ext-lib/jquery.js b/ext-lib/jquery.js old mode 100644 new mode 100755 diff --git a/ext-lib/jquery.ui.touch.js b/ext-lib/jquery.ui.touch.js old mode 100644 new mode 100755 diff --git a/ext-lib/jszip.min.js b/ext-lib/jszip.min.js old mode 100644 new mode 100755 diff --git a/ext-lib/peer.min.js b/ext-lib/peer.min.js old mode 100644 new mode 100755 diff --git a/ext-lib/pouchdb.min.js b/ext-lib/pouchdb.min.js old mode 100644 new mode 100755 diff --git a/ext-lib/require.js b/ext-lib/require.js old mode 100644 new mode 100755 diff --git a/ext-lib/showdown.min.js b/ext-lib/showdown.min.js old mode 100644 new mode 100755 diff --git a/index.html b/index.html old mode 100644 new mode 100755 diff --git a/index2.html b/index2.html old mode 100644 new mode 100755 diff --git a/lib/README b/lib/README old mode 100644 new mode 100755 diff --git a/lib/_module.js b/lib/_module.js old mode 100644 new mode 100755 diff --git a/lib/actions.js b/lib/actions.js old mode 100644 new mode 100755 diff --git a/lib/features.js b/lib/features.js old mode 100644 new mode 100755 diff --git a/lib/object.js b/lib/object.js old mode 100644 new mode 100755 diff --git a/macro.js b/macro.js old mode 100644 new mode 100755 diff --git a/manifest.json b/manifest.json old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755 diff --git a/pwiki.appcache b/pwiki.appcache old mode 100644 new mode 100755 diff --git a/pwiki.js b/pwiki.js old mode 100644 new mode 100755 diff --git a/scripts/bootstrap.js b/scripts/bootstrap.js old mode 100644 new mode 100755 diff --git a/ui.js b/ui.js old mode 100644 new mode 100755 diff --git a/wiki.js b/wiki.js old mode 100644 new mode 100755