Index: trunk/extensions/Distribution/api/ApiQueryExtensions.php |
— | — | @@ -1,4 +1,5 @@ |
2 | 2 | <?php |
| 3 | + |
3 | 4 | /** |
4 | 5 | * API extension for Distribution that allows for the querieng of extensions in the repository. |
5 | 6 | * |
Index: trunk/extensions/Distribution/api/ApiPackage.php |
— | — | @@ -0,0 +1,34 @@ |
| 2 | +<?php |
| 3 | + |
| 4 | +/** |
| 5 | + * |
| 6 | + * |
| 7 | + * @file ApiPackage.php |
| 8 | + * @ingroup Distribution |
| 9 | + * |
| 10 | + * @author Jeroen De Dauw |
| 11 | + * |
| 12 | + * This program is free software; you can redistribute it and/or modify |
| 13 | + * it under the terms of the GNU General Public License as published by |
| 14 | + * the Free Software Foundation; either version 2 of the License, or |
| 15 | + * (at your option) any later version. |
| 16 | + * |
| 17 | + * This program is distributed in the hope that it will be useful, |
| 18 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 19 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 20 | + * GNU General Public License for more details. |
| 21 | + * |
| 22 | + * You should have received a copy of the GNU General Public License along |
| 23 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 24 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 25 | + * http://www.gnu.org/copyleft/gpl.html |
| 26 | + */ |
| 27 | + |
| 28 | +/** |
| 29 | + * |
| 30 | + * |
| 31 | + * @ingroup Distribution |
| 32 | + */ |
| 33 | +class ApiPackage extends ApiQueryBase { |
| 34 | + |
| 35 | +} |
\ No newline at end of file |
Property changes on: trunk/extensions/Distribution/api/ApiPackage.php |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 36 | + native |
Index: trunk/extensions/Distribution/api/ApiExtension.php |
— | — | @@ -0,0 +1,34 @@ |
| 2 | +<?php |
| 3 | + |
| 4 | +/** |
| 5 | + * |
| 6 | + * |
| 7 | + * @file ApiExtensions.php |
| 8 | + * @ingroup Distribution |
| 9 | + * |
| 10 | + * @author Jeroen De Dauw |
| 11 | + * |
| 12 | + * This program is free software; you can redistribute it and/or modify |
| 13 | + * it under the terms of the GNU General Public License as published by |
| 14 | + * the Free Software Foundation; either version 2 of the License, or |
| 15 | + * (at your option) any later version. |
| 16 | + * |
| 17 | + * This program is distributed in the hope that it will be useful, |
| 18 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 19 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 20 | + * GNU General Public License for more details. |
| 21 | + * |
| 22 | + * You should have received a copy of the GNU General Public License along |
| 23 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 24 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 25 | + * http://www.gnu.org/copyleft/gpl.html |
| 26 | + */ |
| 27 | + |
| 28 | +/** |
| 29 | + * |
| 30 | + * |
| 31 | + * @ingroup Distribution |
| 32 | + */ |
| 33 | +class ApiExtension extends ApiQueryBase { |
| 34 | + |
| 35 | +} |
\ No newline at end of file |
Property changes on: trunk/extensions/Distribution/api/ApiExtension.php |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 36 | + native |