Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

One more try at a high level API for Scribus plugins

Notifications You must be signed in to change notification settings

aoloe/scribus-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

11 Commits

Repository files navigation

Scribus API

A stable, high level and documented interface to the Scribus core that plugin developers can use to access the Scribus features.

Install

Clone the scribus-api repository and put – or symlink – its src directory into scribus/plugins/ as api. Then add to CMakeLists.txt file in scribus/.

add_subdirectory(api)

just after add_subdirectory(third_party)

and add

${CMAKE_CURRENT_BINARY_DIR}/api
set(SCRIBUS_API_LIB "scribus_api_lib")
${SCRIBUS_API_LIB}

after each similar line containing the zip string.

In the Getting started manual for Scribus developers, you'll find more in details instructions.

Roadmap

  • setup the plugin
  • activate a first class and method and try to call it from another plugin
  • add lot of doxygen comments
    • each file
    • each class
    • each public method
  • move the epub's plugin ScribusDocument class to the ScribusAPI
  • make more publicity for this project and find out how to improve its architecture / add more coverage of Scribus features.

Doxygen documentation

An older a Doxygen documentation of the code is published here:

http://impagina.org/dox/api/

The documentation can be created by running (at the root of this repository):

doxygen documentation/config.doxygen

This creates the html documentation in the documentation directory.

You can enable, generate and use the latex files to then create a Pdf version of the documentation with pdflatex.

About

One more try at a high level API for Scribus plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /