Code Monkey home page Code Monkey logo

material's Introduction

phpMyAdmin themes

Various contributed themes.

Download

Themes can be downloaded at https://www.phpmyadmin.net/themes/.

How to contribute

Get started

Updating/Creating themes

If you already have the theme in your local phpMyAdmin folder, then delete the theme folder here and replace it with your local version (folder).

For example:

rm -r /home/username/phpmyadmin/themes/mytheme
cp -r /var/www/phpMyAdmin/themes/mytheme /home/username/phpmyadmin/themes/

Update the version

Update "version" in /home/username/phpmyadmin/themes/mytheme/theme.json with the new version (of your theme).

Create a branch and commit the changes

Learn more about what is a commit: here

For example:

# Go to the repository folder (your fork)
cd /home/username/phpmyadmin/themes/
# Create a new branch for your changes
git checkout -b mytheme-version-x.y.z
# Add your changes to git
git add ./mytheme
# Commit them
git commit -m "[mytheme] version x.y.z"

Push the changes and open a pull-request

Make the push:

git push

And then open a new pull-request: https://github.com/phpmyadmin/themes/pulls

Releasing

There is a script create-release.sh which creates a zip file with the theme and optionally tags the git repository and uploads it to the phpMyAdmin website.

material's People

Contributors

lem9 avatar nijel avatar panos78 avatar bourock avatar cybottm avatar kestutisv avatar derrabus avatar rimy avatar ruleant avatar garas avatar helmo avatar davidubi73 avatar mehboobbugti avatar wedi avatar madhuracj avatar readmanr avatar veeven avatar svenerik1968 avatar teekirol avatar piotrp avatar fantu avatar rytiss avatar koswalds avatar gasparfm avatar dasatti avatar 2m avatar rebeluca avatar picajoso avatar dskc avatar hiddenpearls 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.