Giter VIP home page Giter VIP logo

lodex-themes's Introduction

Warning: themes are now included in the main repository. see https://github.com/Inist-CNRS/lodex/tree/master/src/themes

Lodex themes

This repository contains LODEX's themes, that is to say, HTML/CSS/JS files used to customize lodex's visual theme.

Each directory contains one theme.

Examples:

├── default
├── INRA
│   └── index_files
│       └── bundles
│           └── inrafront
│               ├── fonts
│               │   ├── icomoon
│               │   └── ProximaNova
│               └── svg
├── ISTEX
│   ├── css
│   ├── fonts
│   ├── img
│   └── js
├── lodex2ThemeBleuGenerique
├── templateLodex
│   └── images
└── termino
    ├── css
    ├── img
    └── js

Uploading themes to ezMaster

ezMaster is an administration tool within which you can run multiple instances of lodex.

You can upload a theme by manually uploading all files and directories of a theme to ezMaster.

Or you can use the upload.py script in conjunction with the ezMaster's WebDAV URL to do it more simply.

Requirements: you need to have Python installed, and the cadaver package (in Ubuntu, a simple sudo apt install cadaver will install it).

For example, if you want to upload ISTEX theme to an instance of lodex running in an ezmaster, use:

lodex-themes$ ./upload.py ISTEX dav://host.domain.org:35267/wd--lodex-instance

In this example, lodex-themes is the clone directory, dav://host.domain.org:35267/wd--lodex-instance is the WebDAV URL for an instance of lodex named lodex-instance, hosted on host.domain.org where ezmaster is running, on port 35267. The WebDAV URL can be found in the upload window of an instance in ezmaster.

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.