Skip to content

Commit

Permalink
Merge pull request #316 from wolfgangmm/develop
Browse files Browse the repository at this point in the history
Update README and repo.xml for release
  • Loading branch information
line-o authored Jun 20, 2021
2 parents ce6f0dc + 54e7f0e commit bb833db
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,17 @@ eXide consists of two parts:
1. a javascript library for the client-side application
2. a set of XQuery scripts which are called via AJAX

## Note concerning eXide 3.0.0

eXide 3.0.0 removes the *app generation* feature as it was generating outdated code with potential security risks. We recommend the much better [yeoman generator](https://github.com/eXist-db/generator-exist) for eXist-db.

## Documentation

* [short documentation of all features](./docs/docs.md)
* [screencast](https://youtu.be/U7Cd9h6UPoc) demonstrating most features

## Dependencies

eXide requires the [shared-resources](https://github.com/eXist-db/shared-resources) package, which bundles the [ace editor](https://github.com/ajaxorg/ace) files and is included in eXist-db distributions.

Building eXide requires [git](https://git-scm.com/) and [Apache Ant](https://ant.apache.org/).

Running tests requires [npm](https://www.npmjs.com/) and [node.js](https://nodejs.org/).
Expand Down
2 changes: 0 additions & 2 deletions docs/docs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Feature Documentation

<iframe id="ytplayer" type="text/html" width="853" height="480" src="http://www.youtube.com/embed/U7Cd9h6UPoc?autoplay=0&amp;theme=light&amp;showinfo=0&amp;vq=hd720" frameborder="0"></iframe>

## Validation as you type

eXide constantly validates code while you edit an XQuery. It combines a client-side XQuery parser
Expand Down
9 changes: 9 additions & 0 deletions repo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
<finish/>
<permissions xmlns:repo="http://exist-db.org/xquery/repo" password="eXide" user="eXide" group="eXide" mode="0775"/>
<changelog>
<change version="2.5.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Remove dependency on deprecated shared-resources package</li>
<li>Reimplement the file manager grid component, dropping worst outdated dependency</li>
<li>
Dropped outdated app generation feature. Please use the much better
<a href="https://github.com/eXist-db/generator-exist">yeoman generator</a>.</li>
</ul>
</change>
<change version="2.4.13">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: XSS vulnerability with open parameter - <a href="https://github.com/eXist-db/eXide/pull/306">#306</a></li>
Expand Down

0 comments on commit bb833db

Please sign in to comment.