Git Product home page Git Product logo

blockdiag-mediawiki-extension's Introduction

Blockdiag MediaWiki Extension

requirement

  • blockdiag (or seqdiag, actdiag, nwdiag)
  • mediawiki >1.16

install

  1. Copy blockdiag.php to ${MEDIAWIKI_ROOT}/extension/

    $ sudo cp blockdiag.php ${MEDIAWIKI_ROOT}/extension/
    
  2. Add line to LocalSettings.php

    + require_once("$IP/extensions/blockdiag.php");
    

example

<blockdiag>
{
        A -> B -> C
             B -> D -> E
}
</blockdiag>

If you want to use other *diag tools, specify a name before "{", like "seqdiag {".

<blockdiag>
seqdiag {
        A -> B;
             B -> C;
}
</blockdiag>

known issues

blockdiag-mediawiki-extension's People

Contributors

kjmkznr avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

blockdiag-mediawiki-extension's Issues

permission error in a private mediawiki

I'm using the extension in a private mediawiki (1.26.2) instance.
The blockdiag contents are correctly handled: final png files are written in the image path (in /images_path/blockdiag/the_file.png) but they aren't displayed in the interface.
Debug logs tell:
[img_auth] wfForbidden Hdr: Access denied Msg: File "mwstore://local-backend/local-public/blockdiag/b/f/d/bfd93f6c98f715ec65a41b72c66f83e7.png" does not exist

It's strange cause the file is really present on the system and the file is readable by the web server

Any idea?

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.