SVG editor for ownCloud Code
Create and edit SVG graphics directly in ownCloud. Based on svg-edit.
Status: Beta
Brought to you by:
flohuels
| File | Date | Author | Commit |
|---|---|---|---|
| ajax | 2012-05-26 |
|
[495a47] OC 4.0.0 compatibility |
| appinfo | 2012-06-25 |
|
[e824a6] fixing compatibility issues with latest oc git |
| css | 2012-05-26 |
|
[c78882] OC3/4 compatibility CSS |
| js | 2012-05-11 |
|
[86e517] ownCloud 4 compatibility |
| svg-edit | 2012-05-10 |
|
[de2b90] security fix |
| templates | 2012-04-19 |
|
[f61eec] Print button |
| README | 2012-04-19 |
|
[25ae0d] correct font size in pdf, newer jsPDF lib, savi... |
| RELEASE | 2012-05-10 |
|
[be938f] prepare beta6 |
| ROADMAP | 2012-05-10 |
|
[be938f] prepare beta6 |
| index.php | 2012-06-25 |
|
[e824a6] fixing compatibility issues with latest oc git |
| version | 2012-05-26 |
|
[495a47] OC 4.0.0 compatibility |
SVG editor for ownCloud
Copyright by Florian Hülsmann, 2012
http://ocsvg.cbix.de
License:
LGPLv3 (plugin, php and javascript code; if not otherwise mentioned in the specific file)
MIT License/Apache License (svg-edit, http://code.google.com/p/svg-edit)
MIT License (jsPDF, https://github.com/willowsystems/jsPDF, originally https://github.com/MrRio/jsPDF)
Creative Commons 3.0 by-sa (artwork, css stylesheets)
Authors:
Florian Hülsmann <fh@cbix.de>
Description:
This app enables you to view, create and modify SVG files inside
the ownCloud user interface. It's also great as a tool for creating
PDF files and PNG graphics.
Installation:
Copy this folder to your ownCloud's /apps/ directory, rename it to
"files_svgedit" and enable the app in the admin interface. Or use
the official ownCloud app repo (appstore) for the latest stable version.
Usage:
To edit an SVG file, simply click on it in your directory listing.
Saving, exporting and downloading can be done when clicking "Save"
in the editor.
Updating svg-edit:
To get the latest trunk version of svg-edit, go to files_svgedit/
and execute the following commands:
rm -rf svg-edit
svn export http://svg-edit.googlecode.com/svn/trunk/editor svg-edit
cp svg-edit/embedapi.js js/svg-edit/
But you should first check if there've been changes to the svg-edit
project that could make it incompatible to ocsvg!