https://github.com/kaltura/Metadata-Dump
This is an old script. Please use the new version at https://github.com/kaltura/Kaltura-Library-Export-Excel instead
https://github.com/kaltura/Metadata-Dump
Last synced: 3 months ago
JSON representation
This is an old script. Please use the new version at https://github.com/kaltura/Kaltura-Library-Export-Excel instead
- Host: GitHub
- URL: https://github.com/kaltura/Metadata-Dump
- Owner: kaltura
- License: agpl-3.0
- Created: 2012-06-22T16:11:16.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T18:13:09.000Z (over 4 years ago)
- Last Synced: 2024-08-13T07:04:38.439Z (6 months ago)
- Language: PHP
- Homepage: https://github.com/kaltura/Kaltura-Library-Export-Excel
- Size: 11.6 MB
- Stars: 4
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- jimsghstars - kaltura/Metadata-Dump - This is an old script. Please use the new version at https://github.com/kaltura/Kaltura-Library-Export-Excel instead (PHP)
README
Kaltura Metadata and Categories to Excel Export Tool
==================
A tool to export all of your entries' custom metadata or categories to an excel file.> This is an old script that is no longer maintained. Please refer to the new script at: [Kaltura-Library-Export-Excel](https://github.com/kaltura/Kaltura-Library-Export-Excel)
Files
-----* categories.php - Script that generates the category excel file
* getSession.php - Signs the user into the Kaltura API
* index.php - The front page for signing in and exporting data
* metadata.php - Script that generates the metadata excel file
* metadataStyle.css - The styling for the front pageFolders
-------* lib/images - Contains all the images needed for the jQuery UI
* lib/jquery.fileDownload - Contains the plugin for simulating jQuery file downloading
(https://github.com/johnculviner/jquery.fileDownload)
* lib/jQueryUI - Contains the script and images for jQuery downloading
(http://jqueryui.com/)
* lib/php5 - Contains the Kaltura PHP5 client library
(http://www.kaltura.com/api_v3/testme/client-libs.php)License, Warranty and Copyright Information
-------This project is released under the [Affero GPL v3](http://www.gnu.org/licenses/agpl-3.0.html) licsense, unless a different license for a particular library is specified in the applicable library path.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see .
Copyright © Kaltura Inc. All rights reserved.