Skip to content

sibprogrammer/icons-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icons Explorer

Usage

Service is available at http://sibprogrammer.github.com/icons-explorer/

Also you can download the project's archive and use it immeditally with zero-time installation. Just extract the archive and open index.html in your favorite browser.

Screenshot

How to Add New Icon Set

Here is the brief instructions on how to add a new icon set:

  • define short icon set name, which will be used (icon-set)
  • create icon set directory: mkdir -p icons/icon-set/16x16
  • edit build script and add: find_icons "./icons/icon-set/16x16" "icon-set IconsNames"
  • edit javascripts/application.js and add: createIcons(icon-set IconsNames, '#icon-set-icons', 'icon-set', false);
  • edit templates/header.html and add the link for icon-set into sets-links div block
  • edit templates/footer.html and add the block for icon-set similar to others
  • run the build script: ./build

License

Project is licensed under the GPLv3 license. See http://www.gnu.org/licenses/gpl.html

Icons sets are licensed under the separate licenses. See corresponding LICENSE files for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published