diff --git a/Dockerfile b/Dockerfile old mode 100755 new mode 100644 diff --git a/TODO b/TODO old mode 100755 new mode 100644 index e845e66..89ca389 --- a/TODO +++ b/TODO @@ -1,20 +1,9 @@ x edit page x create page x create dir - -TOC levels -delete pages -search -move auth as flag in router -. and ../** as roots cause bugs in listing and loading and linking -`create` at root is a 400, base= in URL (when `create` input is empty) - -FTS - https://stackoverflow.com/questions/26709971/could-this-be-more-efficient-in-go - -main test - +x main test - - create, - x header + - header - text box - submit - submit target @@ -37,3 +26,12 @@ main test - - root->file, - dir->dir, - dir->file + +TOC levels +delete pages +search +move auth as flag in router +. and ../** as roots cause bugs in listing and loading and linking +`create` at root is a 400, base= in URL (when `create` input is empty) +FTS + https://stackoverflow.com/questions/26709971/could-this-be-more-efficient-in-go diff --git a/main.go b/main.go old mode 100755 new mode 100644 diff --git a/wrapper.html b/wrapper.html old mode 100755 new mode 100644