Giter Club home page Giter Club logo

xsf-tools's Introduction

xsf-tools

Automated tools for the management of XEPs at the XSF

Right now working towards automatically defering XEPs. For some thoughts on the workflow see: http://logs.xmpp.org/editor/2014-06-10/#18:36:56

For building XEPs it right now depends on:

  • xsltproc (executable binary, debian package xsltproc)
  • texml (python module, for source see: http://getfo.org)
  • xelatex (executable binary, debian package texlive-xetex) Note: some recent versions have problems with correctly rendering images. Confirmed problematic: the versions from early 2014, confirmed working: the versions from july 2014.
  • Aditionally xelatex needs some dependencies:
    • texlive-base (debian package)
    • texlive-xetex (debian package)
    • texlive-fonts-extra (debian package)
    • texlive-fonts-recommended (debian package)
    • texlive-latex-base (debian package)
    • texlive-latex-extra (debian package)
    • texlive-latex-recommended (debian package)
    • tipa (debian package)

For version control it right now depends on:

  • git (executable binary, debian package git)

Executable scripts in this package:

  • build.py - builds HTML and PDF from XEP XML sources
  • cronjob.py - performs periodical maintanance tasks, right now deferring
  • testscript.py - testscript for developers

All scripts have a help function that can be called with '-h'.

xsf-tools's People

Contributors

kev avatar lloydwatkin avatar tfar avatar winfried avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

xsf-tools's Issues

Builder.py relies on specific directory layouts

Builder.py makes some assumptions about the directory layout from where it's run. The most obvious is that it looks for "../images/xmpp.pdf" and "../images/xmpp-text.pdf". There might be more, but nothing as obvious.

Recommend that it parameterize the location somehow.

XEP Diff tool broken when used over HTTPS

The XEP diff tool (which will hopefully live here soon, see #9) currently hard codes HTTP paths for resources, so the diff is broken if you access it over HTTPS because browsers won't load the CSS over HTTP.

Dependencies should be split up per task

The current dependencies of the script are only needed for certain tasks. Better make explicit for what tasks what dependencies are needed for what task and make the script check those dependencies.

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.