mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Adding READMEs to clarify the 2 client folders
- seemed like a good idea.
This commit is contained in:
parent
d1f57a2569
commit
bb543ede8e
2 changed files with 26 additions and 0 deletions
13
core/client/README.md
Normal file
13
core/client/README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
## What's this?
|
||||
|
||||
This is the shiny new Ghost admin UI built in Ember.js. It gets served if you visit the URL `/ghost/ember/`.
|
||||
|
||||
We're currently in the process of building this awesome new UI to replace the old one which was written in backbone,
|
||||
lives in the `/clientold/` folder and is still served when you visit the URL `/ghost/`.
|
||||
|
||||
In short, we currently have 2 admins:
|
||||
|
||||
* Old, Backbone Admin UI lives in `/clientold/` and is served from `/ghost/`
|
||||
* New, Ember Admin UI lives in `/client/` and is served from `/ghost/ember/`
|
||||
|
||||
For more information, please read the [Ember admin wiki page](https://github.com/TryGhost/Ghost/wiki/Ember-Admin-UI)
|
13
core/clientold/README.md
Normal file
13
core/clientold/README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
## What's this?
|
||||
|
||||
This is the old Ghost admin UI built in backbone.js. It gets served if you visit the URL `/ghost/`.
|
||||
|
||||
We're currently in the process of replacing this UI with a new one written in Ember which lives in the `/client/`
|
||||
folder, and is served when you visit the URL `/ghost/ember/`.
|
||||
|
||||
In short, we currently have 2 admins:
|
||||
|
||||
* Old, Backbone Admin UI lives in `/clientold/` and is served from `/ghost/`
|
||||
* New, Ember Admin UI lives in `/client/` and is served from `/ghost/ember/`
|
||||
|
||||
For more information, please read the [Ember admin wiki page](https://github.com/TryGhost/Ghost/wiki/Ember-Admin-UI)
|
Loading…
Add table
Reference in a new issue