lcorbasson / oryx-editor

Automatically exported from code.google.com/p/oryx-editor
Other
0 stars 0 forks source link

Change the path to /backend/poem possibility #484

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is the feature desired?
I'd like to have a possibility to change the "backend/poem" path.

Why is this feature important?
I'd like to try to use Oryx editor with an own backend.

Any applications that provide this or a comparable feature?
I could not found a property or something else, just hardcoded in several places

Original issue reported on code.google.com by werner.n...@gmail.com on 28 Jul 2011 at 11:25

GoogleCodeExporter commented 9 years ago
Check out 
http://code.google.com/p/oryx-editor/source/browse/trunk/editor/client/scripts/P
lugins/file.js

For linking an alternative backend you have to adapt/write a new file-plugin.
Including the 
http://code.google.com/p/oryx-editor/source/browse/trunk/editor/client/scripts/P
lugins/file.js#479 onOryxResourcesLoaded function

Original comment by p.sty...@googlemail.com on 29 Jul 2011 at 8:07