From 8519997138f088fe5486ef50e8937b27e09d26d8 Mon Sep 17 00:00:00 2001 From: Dan Garner Date: Thu, 8 Jun 2017 10:25:21 +0100 Subject: [PATCH] Add .gitignore and update read me. --- .gitignore | 1 + README.md | 12 ++++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..485dee6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea diff --git a/README.md b/README.md index cd1fe22..c5d03e7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ - The PHP files go in XiboRoot/custom (developers probably should symlink this for simplicity) - The Twig files go in XiboRoot/views - The rest stays where it is -- In XiboRoot/web/settings.php add $middleware = [new \Xibo\Custom\LiveEditor()]; at the end of the file +- In XiboRoot/web/settings.php add `$middleware = [new \Xibo\Custom\LiveEditor()];` at the end of the file - It "should" work when you go to your browser and enter www.yourxibohost.com/liveeditor - Create your custom themes and/or Xibo to link to the page @@ -18,4 +18,12 @@ Other TODO's are better integration (automatic module installation) with the Xib This needs testing, it's alpha phase at best and it may eat your layouts (although it shouldn't) This also needs optimization in various ways, there are some ugly constructions in there UX designers should consider adding smoothing and light animation effects. -Please consider contributing to this project and the parent Xibo project \ No newline at end of file +Please consider contributing to this project and the parent Xibo project + +# Issues +Issues are tracked in the central Xibo issue repository, with tag "spa" - standing for single page application. + +This development effort is intended to [improve the layout designer](https://github.com/xibosignage/xibo/issues/556) +in 1.9 series, and go on to be a full SPA in 2.0 series. + +Current open issues can be viewed [here](https://github.com/xibosignage/xibo/issues?q=is%3Aopen+is%3Aissue+label%3Aspa). \ No newline at end of file