Skip to content

Commit

Permalink
Add example YAML files.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Apr 5, 2016
1 parent 0de31a8 commit f7b37cd
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
7 changes: 7 additions & 0 deletions horde/docs/horde.yml
@@ -0,0 +1,7 @@
id: horde

name: Horde

full: Horde Application Framework

description: The Horde Application Framework is a flexible, modular, general-purpose web application framework written in PHP. It provides an extensive array of components that are targeted at the common problems and tasks involved in developing modern web applications. It is the basis for a large number of production-level web applications, notably the Horde Groupware suites. For more information on Horde or the Horde Groupware suites, visit http://www.horde.org.
14 changes: 14 additions & 0 deletions horde/docs/release.yml
@@ -0,0 +1,14 @@
# Security release?
security: true

# Main changes
changes:
- Some important fix
- Major bugfixes and improvements

# Additional notes like security reports
additional:
- Thanks to John Doe for reporting the XSS issue.

# Horde compatibility branch
branch: Horde 5
8 changes: 6 additions & 2 deletions horde/package.xml
Expand Up @@ -28,7 +28,7 @@
<email>chuck@horde.org</email>
<active>no</active>
</lead>
<date>2015-09-27</date>
<date>2016-04-05</date>
<version>
<release>5.3.0</release>
<api>5.2.0</api>
Expand Down Expand Up @@ -192,10 +192,12 @@
<file name="CODING_STANDARDS" role="doc" />
<file name="CONTRIBUTING" role="doc" />
<file name="CREDITS" role="doc" />
<file name="horde.yml" role="doc" />
<file name="INSTALL" role="doc" />
<file name="lighttpd-horde.conf" role="doc" />
<file name="PERFORMANCE" role="doc" />
<file name="RELEASE" role="doc" />
<file name="release.yml" role="doc" />
<file name="RELEASE_NOTES" role="doc" />
<file name="SECURITY" role="doc" />
<file name="TRANSLATIONS" role="doc" />
Expand Down Expand Up @@ -2052,10 +2054,12 @@
<install as="CODING_STANDARDS" name="docs/CODING_STANDARDS" />
<install as="CONTRIBUTING" name="docs/CONTRIBUTING" />
<install as="CREDITS" name="docs/CREDITS" />
<install as="horde.yml" name="docs/horde.yml" />
<install as="INSTALL" name="docs/INSTALL" />
<install as="lighttpd-horde.conf" name="docs/lighttpd-horde.conf" />
<install as="PERFORMANCE" name="docs/PERFORMANCE" />
<install as="RELEASE" name="docs/RELEASE" />
<install as="release.yml" name="docs/release.yml" />
<install as="RELEASE_NOTES" name="docs/RELEASE_NOTES" />
<install as="SECURITY" name="docs/SECURITY" />
<install as="TRANSLATIONS" name="docs/TRANSLATIONS" />
Expand Down Expand Up @@ -4206,7 +4210,7 @@
<stability>
<release>beta</release>
<api>beta</api></stability>
<date>2015-09-27</date>
<date>2016-04-05</date>
<license uri="http://www.horde.org/licenses/lgpl">LGPL-2</license>
<notes>
* [jan] Show users&apos; full names in user lists.
Expand Down

0 comments on commit f7b37cd

Please sign in to comment.