Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dereckson/ObsidianWorkspaces
Obsidian Workspaces
https://github.com/dereckson/ObsidianWorkspaces
Last synced: 3 months ago
JSON representation
Obsidian Workspaces
- Host: GitHub
- URL: https://github.com/dereckson/ObsidianWorkspaces
- Owner: dereckson
- Created: 2014-01-24T02:43:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-09T23:23:37.000Z (over 9 years ago)
- Last Synced: 2024-04-29T12:35:08.133Z (7 months ago)
- Language: PHP
- Homepage: http://obsidian.trantorium.com/
- Size: 17 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
- jimsghstars - dereckson/ObsidianWorkspaces - Obsidian Workspaces (PHP)
README
::
_, __, _, _ __, _ _, _, _
/ \ |_) (_ | | \ | /_\ |\ |
\ / |_) , ) | |_/ | | | | \|
~ ~ ~ ~ ~ ~ ~ ~ ~ ~
::Description
===========Obsidian offers workspace dashboard, for projects management purposes and
hosting of specific applications.This is a community technical preview.
It uses PHP, HTML, CSS and JS, MySQL, and a document storage engine.
For that, MongoDB is recommended, but anything is good (files, MySQL,
or SQLite3).License
-------
The code is dual licensed under BSD license and Apache License 2.0,
the UI front-end under Apache License 2.0.Unit testing
=============The tests uses PHPUnit. If you don't have it installed, see
http://phpunit.de/getting-started.htmlTo run the tests:
cd tests
make testCredits for third-party software components
===========================================Core libraries
--------------* Obsidian is based on Keruald/Xen, by Sébastien Santoro aka Dereckson, licensed
licensed under BSD license. It offers a lightweight MVC PHP engine, with l10n
and templates handled by Smarty.* Some cache and security features are forked from Zed, same author and license.
* Smarty is licensed under LGPL.
UI
--* The front-end UI is based on SB Admin v2, part of Start Bootstrap, a project
maintained by Iron Summit Media Strategies to offer Bootstrap-based templates.
This template is available under Apache License 2.0 license.* Bootstrap is a CSS responsive framework, licensed under Apache License 2.0.