aboutsummaryrefslogtreecommitdiff
path: root/doc/Development/Session.asciidoc
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-01-12 17:05:25 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-01-12 17:05:25 +0200
commitd8cc3eeeb55b92b0d7fe9a325937df11c28fbcaa (patch)
treeb21f65bb973745eef52aacb24e5295c4451f2ef0 /doc/Development/Session.asciidoc
parentRefactor WebViewContextMenu (diff)
downloadsmolbote-d8cc3eeeb55b92b0d7fe9a325937df11c28fbcaa.tar.xz
Update doc/ and move various entries to wiki
Diffstat (limited to 'doc/Development/Session.asciidoc')
-rw-r--r--doc/Development/Session.asciidoc19
1 files changed, 0 insertions, 19 deletions
diff --git a/doc/Development/Session.asciidoc b/doc/Development/Session.asciidoc
deleted file mode 100644
index 846d6a3..0000000
--- a/doc/Development/Session.asciidoc
+++ /dev/null
@@ -1,19 +0,0 @@
-== Session
-
-== Session JSON structure
-- windows: list of windows
-
-=== Window
-- subwindows: list of subwindows
-
-=== Subwindow
-- profile: profile ID
-- tabs: list of views
-- current: current tab index
-
-=== View
-- profile: profile ID
-- history: view history
-
-Storing history: compress, toBase64 (to make printable), toQString (to store in json)
-Restoring history: toLatin1 (turn into bytearray), fromBase64, uncompress