Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exbin/xbup-catalog-php
OBSOLETE: XBUP Catalog Web (PHP)
https://github.com/exbin/xbup-catalog-php
hexe
Last synced: 18 days ago
JSON representation
OBSOLETE: XBUP Catalog Web (PHP)
- Host: GitHub
- URL: https://github.com/exbin/xbup-catalog-php
- Owner: exbin
- Created: 2015-01-11T14:34:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-20T22:31:23.000Z (almost 8 years ago)
- Last Synced: 2024-05-07T18:15:56.666Z (8 months ago)
- Topics: hexe
- Language: PHP
- Homepage: http://xbup.exbin.org
- Size: 226 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
XBUP: eXtensible Binary Universal Protocol
==========================================The goal of this project is to design and to provide an open-source support for unified general binary data representation format.
This should provide following advantages:
* Advanced Data Structures - Unified structure should allow to combine various types of data together
* Efficiency - Optional compression and encryption on multiple levels should allow effective representation of binary data
* Flexibility - General framework should provide data transformations/processing and compatibility issues solving capability
* Comprehensibility - Catalog of data types, metadata, relations and abstraction should allow better understanding of dataHomepage: http://xbup.exbin.org
Project page: http://sourceforge.net/projects/xbupThis repository contains PHP implementation of the catalog browser.
Please note, that catalog implementation in PHP is very ugly temporary solution and is supposed to be replaced by Java implementation.
Installing
----------Catalog is suppose to run on LAMP server:
* Apache http://httpd.apache.org/download.cgi
* PHP http://www.php.net/downloads.php
* MySQL http://dev.mysql.com/downloads/License
-------Project uses various libraries with specific licenses and some tools are licensed with multiple licenses with exceptions for specific modules to cover license requirements for used libraries.
Main license is: GNU/LGPL (see gpl-3.0.txt AND lgpl-3.0.txt)
License for documentation: GNU/FDL (see doc/fdl-1.3.txt)