Menu

Tree [e824a6] master /
 History

HTTPS access


File Date Author Commit
 ajax 2012-05-26 Florian Hülsmann Florian Hülsmann [495a47] OC 4.0.0 compatibility
 appinfo 2012-06-25 Florian Hülsmann Florian Hülsmann [e824a6] fixing compatibility issues with latest oc git
 css 2012-05-26 Florian Hülsmann Florian Hülsmann [c78882] OC3/4 compatibility CSS
 js 2012-05-11 Florian Hülsmann Florian Hülsmann [86e517] ownCloud 4 compatibility
 svg-edit 2012-05-10 Florian Hülsmann Florian Hülsmann [de2b90] security fix
 templates 2012-04-19 Florian Hülsmann Florian Hülsmann [f61eec] Print button
 README 2012-04-19 Florian Hülsmann Florian Hülsmann [25ae0d] correct font size in pdf, newer jsPDF lib, savi...
 RELEASE 2012-05-10 Florian Hülsmann Florian Hülsmann [be938f] prepare beta6
 ROADMAP 2012-05-10 Florian Hülsmann Florian Hülsmann [be938f] prepare beta6
 index.php 2012-06-25 Florian Hülsmann Florian Hülsmann [e824a6] fixing compatibility issues with latest oc git
 version 2012-05-26 Florian Hülsmann Florian Hülsmann [495a47] OC 4.0.0 compatibility

Read Me

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!
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.