Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Add .gitignore and update read me. #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
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).