GithubHelp home page GithubHelp logo

gerhobbelt / sozi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sozi-projects/sozi

0.0 1.0 0.0 9.13 MB

A presentation tool based on SVG

Home Page: http://sozi.baierouge.fr

Python 45.59% JavaScript 49.93% CSS 3.91% Shell 0.57%

sozi's Introduction

Sozi is a presentation tool for SVG documents.

More details can be found on the official web site: http://sozi.baierouge.fr

This repository is organized in three main branches:

  • master contains the latest stable version. It is updated when a new release is available or when an issue requires a hot fix.
  • preview contains the current release candidate of Sozi. It is a feature-frozen version that is still undergoing test and debug.
  • dev is the main development branch. Experimental features are added here.

Building and installing Sozi from sources

Install the build tools

SCons 2.3 or higher is required.

sudo apt-get install git scons

Optionally, install Javascript and CSS compressors:

  • For Javascript: UglifyJS (default if installed), YUI-Compressor or none
  • For CSS: YUI-Compressor (default if installed) or none
sudo apt-get install npm
sudo npm install -g uglify-js
sudo apt-get install yui-compressor

For developers, install the API documentation generator:

sudo apt-get install jsdoc-toolkit

For developers, install the Javascript checker:

sudo npm install autolint -g

Get the source files

Clone the repository:

git clone git://github.com/senshu/Sozi.git

If needed, switch to the branch that you want to build:

git checkout preview

or

git checkout dev

Build

Build a release bundle (build/editors/inkscape/sozi-release-{version}.zip):

scons

For translators, create a translation template file (build/editors/inkscape/sozi.pot):

scons pot-update

For developers, check the Javascript sources:

autolint --once

Install

Install the Inkscape extension for the current user (in $HOME/.config/inkscape/extensions):

scons install-editor-inkscape

Install the Inkscape extension for all users (in /usr/share/inkscape/extensions):

sudo scons --prefix=/usr install-editor-inkscape

Install the player files only (to /usr/share/sozi, /usr/share/doc/sozi and /usr/include):

sudo scons --prefix=/usr install-player

Install all documentation files, including API reference (to /usr/share/doc/sozi):

sudo scons --prefix=/usr install-docs

sozi's People

Contributors

aumouvantsillage avatar darobin avatar dvvd avatar guillaume-savaton-eseo avatar lebendre avatar polch avatar quent57 avatar senshu avatar tobiasbrunner avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.