├── .github └── FUNDING.yml ├── .gitignore ├── .travis.yml ├── CREDITS.md ├── LICENSE ├── README.md ├── aux_configs └── README.md ├── coins ├── 21coin.json ├── 365coin.json ├── 42.json ├── acoin.json ├── alphacoin.json ├── anoncoin.json ├── applecoin.json ├── arkenstone.json ├── arkhash.json ├── ascension.json ├── asiccoin.json ├── auroracoin.json ├── battlecoin.json ├── bbqcoin.json ├── benjamins.json ├── betacoin.json ├── binarycoin.json ├── bitcoin.json ├── bitraam.json ├── bitstar.json ├── bluecoin.json ├── bottlecaps.json ├── bunnycoin.json ├── bytecoin.json ├── cachecoin.json ├── cannabiscoin.json ├── casinocoin.json ├── catcoin.json ├── chaincoin.json ├── coino.json ├── continuumcoin.json ├── copperbars.json ├── copperlark.json ├── cryptogenicbullion.json ├── cryptographicanomaly.json ├── cryptometh.json ├── czarcoin.json ├── darkcoin.json ├── dash.json ├── defcoin.json ├── devcoin.json ├── diamondcoin.json ├── digibyte.json ├── digitalcoin.json ├── dnotes.json ├── dobbscoin.json ├── dogecoin.json ├── dotcoin.json ├── earthcoin.json ├── einsteinium.json ├── elephantcoin.json ├── emark.json ├── emerald.json ├── emoney.json ├── execoin.json ├── ezcoin.json ├── fastcoin.json ├── fastcoinsha.json ├── feathercoin.json ├── fedoracoin.json ├── fireflycoin.json ├── flappycoin.json ├── flaxscript.json ├── florincoin.json ├── fractalcoin.json ├── frankocoin.json ├── freecoin.json ├── freicoin.json ├── galaxycoin.json ├── galleon.json ├── gamecoin.json ├── giarcoin.json ├── globalboost.json ├── globalcoin.json ├── globaldenomination.json ├── goalcoin.json ├── goldcoin.json ├── goldpressedlatinum.json ├── grandcoin.json ├── groestlcoin.json ├── groupcoin.json ├── guarantcoin.json ├── guldencoin.json ├── helixcoin.json ├── hirocoin.json ├── hobonickels.json ├── huntercoin.json ├── hyper.json ├── i0coin.json ├── infinitecoin.conf ├── infinitecoin.json ├── influx.json ├── internetcoin.json ├── ixcoin.json ├── jennycoin.json ├── joulecoin.json ├── junkcoin.json ├── kittehcoin.json ├── klondikecoin.json ├── krugercoin.json ├── kumacoin.json ├── legendarycoin.json ├── litecoin.json ├── lottocoin.json ├── lottoshares.json ├── luckycoin.json ├── lycancoin.json ├── maxcoin.json ├── mazacoin.json ├── megacoin.json ├── memecoin.json ├── metrocoin.json ├── microcoin.json ├── mintcoin.json ├── monacoin.json ├── muniti.json ├── myriadcoin.json ├── namecoin.json ├── nautiluscoin.json ├── neocoin.json ├── neoscoin.json ├── netcoin.json ├── noblecoin.json ├── noirbits.json ├── octocoin.json ├── omnicoin.json ├── onecoin.json ├── opensourcecoin.json ├── pawncoin.json ├── peercoin.json ├── pencilcoin.json ├── phoenixcoin.json ├── planetcoin.json ├── plncoin.json ├── potcoin.json ├── procoin.json ├── quarkcoin.json ├── quatloo.json ├── radioactivecoin.json ├── reddcoin.json ├── ronpaulcoin.json ├── rubycoin.json ├── saffroncoin.json ├── sapphire.json ├── sayacoin.json ├── sexcoin.json ├── sha1coin.json ├── skeincoin.json ├── spartancoin.json ├── spots.json ├── stablecoin.json ├── starcoin.json ├── startcoin.json ├── stashcoin.json ├── stoopidcoin.json ├── stpcoin.json ├── suncoin.json ├── syscoin.json ├── tagcoin.json ├── takcoin.json ├── teacoin.json ├── tekcoin.json ├── terracoin.json ├── tetcoin.json ├── tigercoin.json ├── titcoin.json ├── ultimatecoin.json ├── ultracoin.json ├── unitus.json ├── unobtanium.json ├── uro.json ├── velocitycoin.json ├── vertcoin.json ├── viacoin.conf ├── viacoin.json ├── warcoin.json ├── wearesatoshi.json ├── wecoin.json ├── whitecoin.json ├── wildbeastbitcoin.json ├── worldcoin.json ├── xencoin.json ├── yacoin.json ├── ybcoin.json ├── zedcoin.json ├── zetacoin.json └── zzcoin.json ├── config.json.example ├── init.js ├── libs ├── api.js ├── apiBittrex.js ├── apiCoinWarz.js ├── apiPoloniex.js ├── apiYobit.js ├── cliListener.js ├── logUtil.js ├── mposCompatibility.js ├── paymentProcessor.js ├── poolWorker.js ├── profitSwitch.js ├── shareProcessor.js ├── stats.js ├── website.js └── workerapi.js ├── multipool ├── README ├── alerts │ └── README.md ├── average.sh ├── backup │ └── README.md ├── bin │ ├── scryptredis.sh │ ├── sharedis.sh │ └── x11redis.sh ├── bittrex.js ├── exchange.sh ├── hashrate.sh ├── log │ └── README.md ├── payment.sh ├── price.sh ├── profit.sh ├── redis-backup.sh └── webdis.json ├── package.json ├── pool_configs └── litecoin.json.example ├── scripts ├── blockNotify.js ├── blocknotify.c └── cli.js └── website ├── index.html ├── key.html ├── pages ├── admin.html ├── api.html ├── getting_started.html ├── home.html ├── miner.html ├── miner_stats.html ├── mining_key.html ├── stats.html ├── tbs.html └── workers.html └── static ├── admin.js ├── bootstrap.min.css ├── css ├── bootstrap.min.css ├── demo.min.css ├── font-awesome.min.css ├── invoice.min.css ├── lockscreen.min.css ├── smartadmin-production-plugins.min.css ├── smartadmin-production.min.css ├── smartadmin-rtl.min.css ├── smartadmin-skins.min.css └── your_style.css ├── demo.min.css ├── favicon.ico ├── favicon.png ├── font-awesome.min.css ├── fonts ├── FontAwesome.otf ├── fontawesome-webfont.eot ├── fontawesome-webfont.svg ├── fontawesome-webfont.ttf ├── fontawesome-webfont.woff ├── fontawesome4.2 │ ├── FontAwesome.otf │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ └── readme.txt ├── glyphicons-halflings-regular.eot ├── glyphicons-halflings-regular.svg ├── glyphicons-halflings-regular.ttf └── glyphicons-halflings-regular.woff ├── highcharts.js ├── img ├── ajax-loader.gif ├── alpha.png ├── avatars │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ ├── copyright.txt │ ├── female.png │ ├── male.png │ ├── sunny-big.png │ └── sunny.png ├── blank.gif ├── clear.png ├── demo │ ├── 64x64.png │ ├── basic.png │ ├── chat.png │ ├── copyright.txt │ ├── demo-smartbig-alert.png │ ├── demo-smartmedium-alert.png │ ├── demo-smartsmall-alert.png │ ├── hero.png │ ├── image-placeholder-64x64.png │ ├── iphoneview.png │ ├── m1.jpg │ ├── m2.jpg │ ├── m3.jpg │ ├── newsletter.png │ ├── responseimg.png │ ├── s1.jpg │ ├── s2.jpg │ ├── s3.jpg │ ├── sa-demo.png │ ├── sample.jpg │ ├── sidebar.png │ ├── sidebarhero.png │ ├── site-1.jpg │ ├── site-2.jpg │ └── widget-colorpicker.png ├── dropzone │ ├── spritemap.png │ └── spritemap@2x.png ├── favicon │ ├── 1favicon.ico │ ├── favicon.ico │ └── favicon.png ├── flags │ ├── de.png │ ├── es.png │ ├── flags.png │ └── us.png ├── glass.jpg ├── gradient │ └── login.png ├── hue.png ├── invoice │ ├── americanexpress.png │ ├── license.txt │ ├── mastercard.png │ ├── paypal.png │ └── visa.png ├── jcrop │ └── Jcrop.gif ├── jqueryui │ ├── ui-bg_flat_0_999999_40x100.png │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ ├── ui-bg_glass_65_ffffff_1x400.png │ ├── ui-bg_glass_75_dadada_1x400.png │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ ├── ui-bg_glass_75_ffffff_1x400.png │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ ├── ui-bg_inset-soft_95_fef1ec_1x100.png │ ├── ui-icons_222222_256x240.png │ ├── ui-icons_2e83ff_256x240.png │ ├── ui-icons_428bca_256x240.png │ ├── ui-icons_454545_256x240.png │ ├── ui-icons_555555_256x240.png │ ├── ui-icons_888888_256x240.png │ ├── ui-icons_999999_256x240.png │ ├── ui-icons_cd0a0a_256x240.png │ ├── ui-icons_f0ad4e_256x240.png │ ├── ui-icons_f6cf3b_256x240.png │ └── ui-icons_ffffff_256x240.png ├── lcqoIj9.png ├── loading.gif ├── logo-blacknwhite.png ├── logo-blue.png ├── logo-o.png ├── logo-pale.png ├── logo-white.png ├── logo.png ├── mappin-default.png ├── minus.png ├── mybg.png ├── pattern │ ├── divider.jpg │ ├── graphy-xs.png │ ├── graphy.png │ ├── license-info.txt │ ├── lightpaperfibers.png │ ├── movable.png │ ├── nistri-xs.png │ ├── nistri.png │ ├── overlay-pattern.png │ ├── paper-xs.png │ ├── paper.png │ ├── pattern.png │ ├── sneaker_mesh_fabric-xs.png │ ├── sneaker_mesh_fabric.png │ ├── tileable_wood_texture-xs.png │ └── tileable_wood_texture.png ├── plus.png ├── ribbon.png ├── sa-dark.png ├── sa-default.png ├── saturation.png ├── select2-spinner.gif ├── sort_asc.png ├── sort_asc_disabled.png ├── sort_both.png ├── sort_desc.png ├── sort_desc_disabled.png ├── splash │ ├── ipad-landscape.png │ ├── ipad-portrait.png │ ├── iphone.png │ ├── sptouch-icon-iphone.png │ ├── touch-icon-ipad-retina.png │ ├── touch-icon-ipad.png │ └── touch-icon-iphone-retina.png ├── superbox │ ├── superbox-full-1.jpg │ ├── superbox-full-10.jpg │ ├── superbox-full-11.jpg │ ├── superbox-full-12.jpg │ ├── superbox-full-13.jpg │ ├── superbox-full-14.jpg │ ├── superbox-full-15.jpg │ ├── superbox-full-16.jpg │ ├── superbox-full-17.jpg │ ├── superbox-full-18.jpg │ ├── superbox-full-19.jpg │ ├── superbox-full-2.jpg │ ├── superbox-full-20-bw.jpg │ ├── superbox-full-20.jpg │ ├── superbox-full-21.jpg │ ├── superbox-full-22.jpg │ ├── superbox-full-23.jpg │ ├── superbox-full-24.jpg │ ├── superbox-full-3.jpg │ ├── superbox-full-4.jpg │ ├── superbox-full-5.jpg │ ├── superbox-full-6.jpg │ ├── superbox-full-7.jpg │ ├── superbox-full-8.jpg │ ├── superbox-full-9.jpg │ ├── superbox-thumb-1.jpg │ ├── superbox-thumb-10.jpg │ ├── superbox-thumb-11.jpg │ ├── superbox-thumb-12.jpg │ ├── superbox-thumb-13.jpg │ ├── superbox-thumb-14.jpg │ ├── superbox-thumb-15.jpg │ ├── superbox-thumb-16.jpg │ ├── superbox-thumb-17.jpg │ ├── superbox-thumb-18.jpg │ ├── superbox-thumb-19.jpg │ ├── superbox-thumb-2.jpg │ ├── superbox-thumb-20.jpg │ ├── superbox-thumb-21.jpg │ ├── superbox-thumb-22.jpg │ ├── superbox-thumb-23.jpg │ ├── superbox-thumb-24.jpg │ ├── superbox-thumb-3.jpg │ ├── superbox-thumb-4.jpg │ ├── superbox-thumb-5.jpg │ ├── superbox-thumb-6.jpg │ ├── superbox-thumb-7.jpg │ ├── superbox-thumb-8.jpg │ └── superbox-thumb-9.jpg ├── versions │ ├── ajaxversion.png │ ├── angularversion.png │ ├── dotnetversion.png │ ├── htmlversion.png │ ├── phpversion.png │ └── reactversion.png ├── violate.jpg ├── voicecommand │ └── active-btn.gif └── vt-menu.png ├── invoice.min.css ├── js ├── app.config.js ├── app.min.js ├── bootstrap │ └── bootstrap.min.js ├── demo.min.js ├── libs │ ├── jquery-2.1.1.min.js │ ├── jquery-2.1.1.min.map │ └── jquery-ui-1.10.3.min.js ├── notification │ └── SmartNotification.min.js ├── plugin │ ├── bootstrap-duallistbox │ │ └── jquery.bootstrap-duallistbox.min.js │ ├── bootstrap-progressbar │ │ └── bootstrap-progressbar.min.js │ ├── bootstrap-slider │ │ └── bootstrap-slider.min.js │ ├── bootstrap-tags │ │ ├── bootstrap-tagsinput-angular.min.js │ │ └── bootstrap-tagsinput.min.js │ ├── bootstrap-timepicker │ │ └── bootstrap-timepicker.min.js │ ├── bootstrap-wizard │ │ └── jquery.bootstrap.wizard.min.js │ ├── bootstraptree │ │ └── bootstrap-tree.min.js │ ├── bootstrapvalidator │ │ ├── bootstrapValidator.min.js │ │ └── language │ │ │ ├── ar_MA.min.js │ │ │ ├── be_NL.min.js │ │ │ ├── bg_BG.min.js │ │ │ ├── cs_CZ.min.js │ │ │ ├── da_DK.min.js │ │ │ ├── de_DE.min.js │ │ │ ├── en_US.min.js │ │ │ ├── es_CL.min.js │ │ │ ├── es_ES.min.js │ │ │ ├── fr_FR.min.js │ │ │ ├── gr_EL.min.js │ │ │ ├── hu_HU.min.js │ │ │ ├── it_IT.min.js │ │ │ ├── nl_NL.min.js │ │ │ ├── pl_PL.min.js │ │ │ ├── pt_BR.min.js │ │ │ ├── tr_TR.min.js │ │ │ ├── vi_VN.min.js │ │ │ ├── zh_CN.min.js │ │ │ └── zh_TW.min.js │ ├── chartjs │ │ └── chart.min.js │ ├── ckeditor │ │ ├── CHANGES.md │ │ ├── LICENSE.md │ │ ├── README.md │ │ ├── adapters │ │ │ └── jquery.js │ │ ├── build-config.js │ │ ├── ckeditor.js │ │ ├── config.js │ │ ├── contents.css │ │ ├── lang │ │ │ ├── af.js │ │ │ ├── ar.js │ │ │ ├── bg.js │ │ │ ├── bn.js │ │ │ ├── bs.js │ │ │ ├── ca.js │ │ │ ├── cs.js │ │ │ ├── cy.js │ │ │ ├── da.js │ │ │ ├── de.js │ │ │ ├── el.js │ │ │ ├── en-au.js │ │ │ ├── en-ca.js │ │ │ ├── en-gb.js │ │ │ ├── en.js │ │ │ ├── eo.js │ │ │ ├── es.js │ │ │ ├── et.js │ │ │ ├── eu.js │ │ │ ├── fa.js │ │ │ ├── fi.js │ │ │ ├── fo.js │ │ │ ├── fr-ca.js │ │ │ ├── fr.js │ │ │ ├── gl.js │ │ │ ├── gu.js │ │ │ ├── he.js │ │ │ ├── hi.js │ │ │ ├── hr.js │ │ │ ├── hu.js │ │ │ ├── id.js │ │ │ ├── is.js │ │ │ ├── it.js │ │ │ ├── ja.js │ │ │ ├── ka.js │ │ │ ├── km.js │ │ │ ├── ko.js │ │ │ ├── ku.js │ │ │ ├── lt.js │ │ │ ├── lv.js │ │ │ ├── mk.js │ │ │ ├── mn.js │ │ │ ├── ms.js │ │ │ ├── nb.js │ │ │ ├── nl.js │ │ │ ├── no.js │ │ │ ├── pl.js │ │ │ ├── pt-br.js │ │ │ ├── pt.js │ │ │ ├── ro.js │ │ │ ├── ru.js │ │ │ ├── si.js │ │ │ ├── sk.js │ │ │ ├── sl.js │ │ │ ├── sq.js │ │ │ ├── sr-latn.js │ │ │ ├── sr.js │ │ │ ├── sv.js │ │ │ ├── th.js │ │ │ ├── tr.js │ │ │ ├── ug.js │ │ │ ├── uk.js │ │ │ ├── vi.js │ │ │ ├── zh-cn.js │ │ │ └── zh.js │ │ ├── plugins │ │ │ ├── a11yhelp │ │ │ │ └── dialogs │ │ │ │ │ ├── a11yhelp.js │ │ │ │ │ └── lang │ │ │ │ │ ├── _translationstatus.txt │ │ │ │ │ ├── ar.js │ │ │ │ │ ├── bg.js │ │ │ │ │ ├── ca.js │ │ │ │ │ ├── cs.js │ │ │ │ │ ├── cy.js │ │ │ │ │ ├── da.js │ │ │ │ │ ├── de.js │ │ │ │ │ ├── el.js │ │ │ │ │ ├── en.js │ │ │ │ │ ├── eo.js │ │ │ │ │ ├── es.js │ │ │ │ │ ├── et.js │ │ │ │ │ ├── fa.js │ │ │ │ │ ├── fi.js │ │ │ │ │ ├── fr-ca.js │ │ │ │ │ ├── fr.js │ │ │ │ │ ├── gl.js │ │ │ │ │ ├── gu.js │ │ │ │ │ ├── he.js │ │ │ │ │ ├── hi.js │ │ │ │ │ ├── hr.js │ │ │ │ │ ├── hu.js │ │ │ │ │ ├── id.js │ │ │ │ │ ├── it.js │ │ │ │ │ ├── ja.js │ │ │ │ │ ├── km.js │ │ │ │ │ ├── ko.js │ │ │ │ │ ├── ku.js │ │ │ │ │ ├── lt.js │ │ │ │ │ ├── lv.js │ │ │ │ │ ├── mk.js │ │ │ │ │ ├── mn.js │ │ │ │ │ ├── nb.js │ │ │ │ │ ├── nl.js │ │ │ │ │ ├── no.js │ │ │ │ │ ├── pl.js │ │ │ │ │ ├── pt-br.js │ │ │ │ │ ├── pt.js │ │ │ │ │ ├── ro.js │ │ │ │ │ ├── ru.js │ │ │ │ │ ├── si.js │ │ │ │ │ ├── sk.js │ │ │ │ │ ├── sl.js │ │ │ │ │ ├── sq.js │ │ │ │ │ ├── sr-latn.js │ │ │ │ │ ├── sr.js │ │ │ │ │ ├── sv.js │ │ │ │ │ ├── th.js │ │ │ │ │ ├── tr.js │ │ │ │ │ ├── ug.js │ │ │ │ │ ├── uk.js │ │ │ │ │ ├── vi.js │ │ │ │ │ └── zh-cn.js │ │ │ ├── about │ │ │ │ └── dialogs │ │ │ │ │ ├── about.js │ │ │ │ │ ├── hidpi │ │ │ │ │ └── logo_ckeditor.png │ │ │ │ │ └── logo_ckeditor.png │ │ │ ├── clipboard │ │ │ │ └── dialogs │ │ │ │ │ └── paste.js │ │ │ ├── colordialog │ │ │ │ └── dialogs │ │ │ │ │ └── colordialog.js │ │ │ ├── dialog │ │ │ │ └── dialogDefinition.js │ │ │ ├── div │ │ │ │ └── dialogs │ │ │ │ │ └── div.js │ │ │ ├── fakeobjects │ │ │ │ └── images │ │ │ │ │ └── spacer.gif │ │ │ ├── find │ │ │ │ └── dialogs │ │ │ │ │ └── find.js │ │ │ ├── flash │ │ │ │ ├── dialogs │ │ │ │ │ └── flash.js │ │ │ │ └── images │ │ │ │ │ └── placeholder.png │ │ │ ├── forms │ │ │ │ ├── dialogs │ │ │ │ │ ├── button.js │ │ │ │ │ ├── checkbox.js │ │ │ │ │ ├── form.js │ │ │ │ │ ├── hiddenfield.js │ │ │ │ │ ├── radio.js │ │ │ │ │ ├── select.js │ │ │ │ │ ├── textarea.js │ │ │ │ │ └── textfield.js │ │ │ │ └── images │ │ │ │ │ └── hiddenfield.gif │ │ │ ├── icons.png │ │ │ ├── icons_hidpi.png │ │ │ ├── iframe │ │ │ │ ├── dialogs │ │ │ │ │ └── iframe.js │ │ │ │ └── images │ │ │ │ │ └── placeholder.png │ │ │ ├── image │ │ │ │ ├── dialogs │ │ │ │ │ └── image.js │ │ │ │ └── images │ │ │ │ │ └── noimage.png │ │ │ ├── link │ │ │ │ ├── dialogs │ │ │ │ │ ├── anchor.js │ │ │ │ │ └── link.js │ │ │ │ └── images │ │ │ │ │ ├── anchor.png │ │ │ │ │ └── hidpi │ │ │ │ │ └── anchor.png │ │ │ ├── liststyle │ │ │ │ └── dialogs │ │ │ │ │ └── liststyle.js │ │ │ ├── magicline │ │ │ │ └── images │ │ │ │ │ ├── hidpi │ │ │ │ │ └── icon.png │ │ │ │ │ └── icon.png │ │ │ ├── pagebreak │ │ │ │ └── images │ │ │ │ │ └── pagebreak.gif │ │ │ ├── pastefromword │ │ │ │ └── filter │ │ │ │ │ └── default.js │ │ │ ├── preview │ │ │ │ └── preview.html │ │ │ ├── scayt │ │ │ │ ├── LICENSE.md │ │ │ │ ├── README.md │ │ │ │ └── dialogs │ │ │ │ │ ├── options.js │ │ │ │ │ └── toolbar.css │ │ │ ├── showblocks │ │ │ │ └── images │ │ │ │ │ ├── block_address.png │ │ │ │ │ ├── block_blockquote.png │ │ │ │ │ ├── block_div.png │ │ │ │ │ ├── block_h1.png │ │ │ │ │ ├── block_h2.png │ │ │ │ │ ├── block_h3.png │ │ │ │ │ ├── block_h4.png │ │ │ │ │ ├── block_h5.png │ │ │ │ │ ├── block_h6.png │ │ │ │ │ ├── block_p.png │ │ │ │ │ └── block_pre.png │ │ │ ├── smiley │ │ │ │ ├── dialogs │ │ │ │ │ └── smiley.js │ │ │ │ └── images │ │ │ │ │ ├── angel_smile.gif │ │ │ │ │ ├── angry_smile.gif │ │ │ │ │ ├── broken_heart.gif │ │ │ │ │ ├── confused_smile.gif │ │ │ │ │ ├── cry_smile.gif │ │ │ │ │ ├── devil_smile.gif │ │ │ │ │ ├── embaressed_smile.gif │ │ │ │ │ ├── embarrassed_smile.gif │ │ │ │ │ ├── envelope.gif │ │ │ │ │ ├── heart.gif │ │ │ │ │ ├── kiss.gif │ │ │ │ │ ├── lightbulb.gif │ │ │ │ │ ├── omg_smile.gif │ │ │ │ │ ├── regular_smile.gif │ │ │ │ │ ├── sad_smile.gif │ │ │ │ │ ├── shades_smile.gif │ │ │ │ │ ├── teeth_smile.gif │ │ │ │ │ ├── thumbs_down.gif │ │ │ │ │ ├── thumbs_up.gif │ │ │ │ │ ├── tongue_smile.gif │ │ │ │ │ ├── tounge_smile.gif │ │ │ │ │ ├── whatchutalkingabout_smile.gif │ │ │ │ │ └── wink_smile.gif │ │ │ ├── specialchar │ │ │ │ └── dialogs │ │ │ │ │ ├── lang │ │ │ │ │ ├── _translationstatus.txt │ │ │ │ │ ├── ar.js │ │ │ │ │ ├── bg.js │ │ │ │ │ ├── ca.js │ │ │ │ │ ├── cs.js │ │ │ │ │ ├── cy.js │ │ │ │ │ ├── de.js │ │ │ │ │ ├── el.js │ │ │ │ │ ├── en.js │ │ │ │ │ ├── eo.js │ │ │ │ │ ├── es.js │ │ │ │ │ ├── et.js │ │ │ │ │ ├── fa.js │ │ │ │ │ ├── fi.js │ │ │ │ │ ├── fr-ca.js │ │ │ │ │ ├── fr.js │ │ │ │ │ ├── gl.js │ │ │ │ │ ├── he.js │ │ │ │ │ ├── hr.js │ │ │ │ │ ├── hu.js │ │ │ │ │ ├── id.js │ │ │ │ │ ├── it.js │ │ │ │ │ ├── ja.js │ │ │ │ │ ├── ku.js │ │ │ │ │ ├── lv.js │ │ │ │ │ ├── nb.js │ │ │ │ │ ├── nl.js │ │ │ │ │ ├── no.js │ │ │ │ │ ├── pl.js │ │ │ │ │ ├── pt-br.js │ │ │ │ │ ├── pt.js │ │ │ │ │ ├── ru.js │ │ │ │ │ ├── si.js │ │ │ │ │ ├── sk.js │ │ │ │ │ ├── sl.js │ │ │ │ │ ├── sq.js │ │ │ │ │ ├── sv.js │ │ │ │ │ ├── th.js │ │ │ │ │ ├── tr.js │ │ │ │ │ ├── ug.js │ │ │ │ │ ├── uk.js │ │ │ │ │ ├── vi.js │ │ │ │ │ └── zh-cn.js │ │ │ │ │ └── specialchar.js │ │ │ ├── table │ │ │ │ └── dialogs │ │ │ │ │ └── table.js │ │ │ ├── tabletools │ │ │ │ └── dialogs │ │ │ │ │ └── tableCell.js │ │ │ ├── templates │ │ │ │ ├── dialogs │ │ │ │ │ ├── templates.css │ │ │ │ │ └── templates.js │ │ │ │ └── templates │ │ │ │ │ ├── default.js │ │ │ │ │ └── images │ │ │ │ │ ├── template1.gif │ │ │ │ │ ├── template2.gif │ │ │ │ │ └── template3.gif │ │ │ └── wsc │ │ │ │ ├── LICENSE.md │ │ │ │ ├── README.md │ │ │ │ └── dialogs │ │ │ │ ├── ciframe.html │ │ │ │ ├── tmp.html │ │ │ │ ├── tmpFrameset.html │ │ │ │ ├── wsc.css │ │ │ │ ├── wsc.js │ │ │ │ └── wsc_ie.js │ │ ├── samples │ │ │ ├── ajax.html │ │ │ ├── api.html │ │ │ ├── appendto.html │ │ │ ├── assets │ │ │ │ ├── inlineall │ │ │ │ │ └── logo.png │ │ │ │ ├── outputxhtml │ │ │ │ │ └── outputxhtml.css │ │ │ │ ├── posteddata.php │ │ │ │ ├── sample.css │ │ │ │ ├── sample.jpg │ │ │ │ └── uilanguages │ │ │ │ │ └── languages.js │ │ │ ├── datafiltering.html │ │ │ ├── divreplace.html │ │ │ ├── index.html │ │ │ ├── inlineall.html │ │ │ ├── inlinebycode.html │ │ │ ├── inlinetextarea.html │ │ │ ├── jquery.html │ │ │ ├── plugins │ │ │ │ ├── dialog │ │ │ │ │ ├── assets │ │ │ │ │ │ └── my_dialog.js │ │ │ │ │ └── dialog.html │ │ │ │ ├── enterkey │ │ │ │ │ └── enterkey.html │ │ │ │ ├── htmlwriter │ │ │ │ │ ├── assets │ │ │ │ │ │ └── outputforflash │ │ │ │ │ │ │ ├── outputforflash.fla │ │ │ │ │ │ │ ├── outputforflash.swf │ │ │ │ │ │ │ └── swfobject.js │ │ │ │ │ ├── outputforflash.html │ │ │ │ │ └── outputhtml.html │ │ │ │ ├── magicline │ │ │ │ │ └── magicline.html │ │ │ │ ├── toolbar │ │ │ │ │ └── toolbar.html │ │ │ │ └── wysiwygarea │ │ │ │ │ └── fullpage.html │ │ │ ├── readonly.html │ │ │ ├── replacebyclass.html │ │ │ ├── replacebycode.html │ │ │ ├── sample.css │ │ │ ├── sample.js │ │ │ ├── sample_posteddata.php │ │ │ ├── tabindex.html │ │ │ ├── uicolor.html │ │ │ ├── uilanguages.html │ │ │ └── xhtmlstyle.html │ │ ├── skins │ │ │ └── moono │ │ │ │ ├── dialog.css │ │ │ │ ├── dialog_ie.css │ │ │ │ ├── dialog_ie7.css │ │ │ │ ├── dialog_ie8.css │ │ │ │ ├── dialog_iequirks.css │ │ │ │ ├── dialog_opera.css │ │ │ │ ├── editor.css │ │ │ │ ├── editor_gecko.css │ │ │ │ ├── editor_ie.css │ │ │ │ ├── editor_ie7.css │ │ │ │ ├── editor_ie8.css │ │ │ │ ├── editor_iequirks.css │ │ │ │ ├── icons.png │ │ │ │ ├── icons_hidpi.png │ │ │ │ ├── images │ │ │ │ ├── arrow.png │ │ │ │ ├── close.png │ │ │ │ ├── hidpi │ │ │ │ │ ├── close.png │ │ │ │ │ ├── lock-open.png │ │ │ │ │ ├── lock.png │ │ │ │ │ └── refresh.png │ │ │ │ ├── lock-open.png │ │ │ │ ├── lock.png │ │ │ │ └── refresh.png │ │ │ │ └── readme.md │ │ └── styles.js │ ├── clockpicker │ │ └── clockpicker.min.js │ ├── colorpicker │ │ └── bootstrap-colorpicker.min.js │ ├── cssemotions │ │ └── jquery.cssemoticons.min.js │ ├── datatable-responsive │ │ └── datatables.responsive.min.js │ ├── datatables │ │ ├── dataTables.bootstrap.min.js │ │ ├── dataTables.colReorder.min.js │ │ ├── dataTables.colVis.min.js │ │ ├── dataTables.tableTools.min.js │ │ ├── jquery.dataTables.min.js │ │ └── swf │ │ │ ├── copy_csv_xls.swf │ │ │ └── copy_csv_xls_pdf.swf │ ├── delete-table-row │ │ └── delete-table-row.min.js │ ├── dropzone │ │ ├── dropzone-amd-module.min.js │ │ └── dropzone.min.js │ ├── dygraphs │ │ ├── demo-data.min.js │ │ └── dygraph-combined.min.js │ ├── easy-pie-chart │ │ └── jquery.easy-pie-chart.min.js │ ├── fastclick │ │ └── fastclick.min.js │ ├── flot │ │ ├── jquery.colorhelpers.min.js │ │ ├── jquery.flot.canvas.min.js │ │ ├── jquery.flot.categories.min.js │ │ ├── jquery.flot.crosshair.min.js │ │ ├── jquery.flot.cust.min.js │ │ ├── jquery.flot.errorbars.min.js │ │ ├── jquery.flot.fillbetween.min.js │ │ ├── jquery.flot.image.min.js │ │ ├── jquery.flot.navigate.min.js │ │ ├── jquery.flot.orderBar.min.js │ │ ├── jquery.flot.pie.min.js │ │ ├── jquery.flot.resize.min.js │ │ ├── jquery.flot.selection.min.js │ │ ├── jquery.flot.stack.min.js │ │ ├── jquery.flot.symbol.min.js │ │ ├── jquery.flot.threshold.min.js │ │ ├── jquery.flot.time.min.js │ │ └── jquery.flot.tooltip.min.js │ ├── fuelux │ │ └── wizard │ │ │ └── wizard.min.js │ ├── fullcalendar │ │ └── jquery.fullcalendar.min.js │ ├── gmap3 │ │ └── gmap3.min.js │ ├── ie-placeholder_ │ │ └── jquery.placeholder.min.js │ ├── ion-slider │ │ └── ion.rangeSlider.min.js │ ├── jcrop │ │ ├── jquery.Jcrop.min.js │ │ └── jquery.color.min.js │ ├── jqgrid │ │ ├── grid.locale-en.min.js │ │ └── jquery.jqGrid.min.js │ ├── jquery-form │ │ └── jquery-form.min.js │ ├── jquery-nestable │ │ └── jquery.nestable.min.js │ ├── jquery-touch │ │ └── jquery.ui.touch-punch.min.js │ ├── jquery-validate │ │ └── jquery.validate.min.js │ ├── js-migrate │ │ └── jquery-migrate-1.2.1.min.js │ ├── knob │ │ └── jquery.knob.min.js │ ├── markdown │ │ ├── bootstrap-markdown.min.js │ │ ├── markdown.min.js │ │ └── to-markdown.min.js │ ├── masked-input │ │ └── jquery.maskedinput.min.js │ ├── maxlength │ │ └── bootstrap-maxlength.min.js │ ├── moment │ │ └── moment.min.js │ ├── morris │ │ ├── morris-chart-settings.min.js │ │ ├── morris.min.js │ │ └── raphael.min.js │ ├── msie-fix │ │ └── jquery.mb.browser.min.js │ ├── multiselect │ │ └── bootstrap-multiselect.min.js │ ├── noUiSlider │ │ ├── jquery.nouislider.css │ │ └── jquery.nouislider.min.js │ ├── pace │ │ └── pace.min.js │ ├── select2 │ │ ├── readme.txt │ │ └── select2.min.js │ ├── selectToUISlider │ │ └── selectToUISlider.jQuery.min.js │ ├── slimscroll │ │ └── jquery.slimscroll.min.js │ ├── sparkline │ │ └── jquery.sparkline.min.js │ ├── summernote │ │ └── summernote.min.js │ ├── superbox │ │ └── superbox.min.js │ ├── throttle-denounce │ │ └── jquery.ba-throttle-debounce.min.js │ ├── typeahead │ │ ├── typeahead.min.js │ │ └── typeaheadjs.min.js │ ├── vectormap │ │ ├── jquery-jvectormap-1.1.1.css │ │ ├── jquery-jvectormap-1.1.1.min.js │ │ ├── jquery-jvectormap-1.2.2.css │ │ ├── jquery-jvectormap-1.2.2.min.js │ │ └── jquery-jvectormap-world-mill-en.js │ └── x-editable │ │ ├── jquery.mockjax.min.js │ │ ├── moment.min.js │ │ └── x-editable.min.js ├── smart-chat-ui │ ├── smart.chat.manager.min.js │ └── smart.chat.ui.min.js ├── smartwidgets │ └── jarvis.widget.min.js └── speech │ └── voicecommand.min.js ├── lockscreen.min.css ├── logo.svg ├── main.js ├── nvd3.css ├── nvd3.js ├── smartadmin-production-plugins.min.css ├── smartadmin-production.min.css ├── smartadmin-rtl.min.css ├── smartadmin-skins.min.css ├── snet.png ├── stats.js ├── style.css └── your_style.css /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: [ahmedbodi] 4 | 5 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | .idea/ 3 | config.json 4 | pool_configs/*.json 5 | !pool_configs/litecoin_example.json 6 | npm-debug.log 7 | multipool/inferno-payment.sh 8 | multipool/inferno-profit.sh 9 | multipool/nxt-payment.sh 10 | website/static/scrypt.txt 11 | website/static/sha256.txt 12 | multipool/webdis.json 13 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - '0.10' 4 | deploy: 5 | provider: npm 6 | sudo: false 7 | email: steven@bemining.net 8 | api_key: 9 | secure: NIJRQkbrDWKmp6JKQ9lbTbmGoQt6JibxWHX0nAIr4wwUJDNKtpp9a+mrYBIU4ntpT+RpDE1drt8Ktv80qTkBSw3/0MIKRQgpHB1/PhBy6PtF954VsNVgu+OaJfDq0FBo6qW8Y5kd5mkzsdAWd0lmYSSHF05OZpAmBVycjGu+j70= 10 | on: 11 | branch: master 12 | -------------------------------------------------------------------------------- /CREDITS.md: -------------------------------------------------------------------------------- 1 | Original author (zone117x): 2 | --------- 3 | To support development of this project feel free to donate :) 4 | 5 | * BTC: `1KRotMnQpxu3sePQnsVLRy3EraRFYfJQFR` 6 | * LTC: `LKfavSDJmwiFdcgaP1bbu46hhyiWw5oFhE` 7 | * VTC: `VgW4uFTZcimMSvcnE4cwS3bjJ6P8bcTykN` 8 | * MAX: `mWexUXRCX5PWBmfh34p11wzS5WX2VWvTRT` 9 | * QRK: `QehPDAhzVQWPwDPQvmn7iT3PoFUGT7o8bC` 10 | * DRK: `XcQmhp8ANR7okWAuArcNFZ2bHSB81jpapQ` 11 | * DOGE: `DBGGVtwAAit1NPZpRm5Nz9VUFErcvVvHYW` 12 | 13 | Credits 14 | ------- 15 | * [Jerry Brady / mintyfresh68](https://github.com/bluecircle) - got coin-switching fully working and developed proxy-per-algo feature 16 | * [Tony Dobbs](http://anthonydobbs.com) - designs for front-end and created the NOMP logo 17 | * [LucasJones](//github.com/LucasJones) - got p2p block notify working and implemented additional hashing algos 18 | * [vekexasia](//github.com/vekexasia) - co-developer & great tester 19 | * [TheSeven](//github.com/TheSeven) - answering an absurd amount of my questions and being a very helpful gentleman 20 | * [UdjinM6](//github.com/UdjinM6) - helped implement fee withdrawal in payment processing 21 | * [Alex Petrov / sysmanalex](https://github.com/sysmanalex) - contributed the pure C block notify script 22 | * [svirusxxx](//github.com/svirusxxx) - sponsored development of MPOS mode 23 | * [icecube45](//github.com/icecube45) - helping out with the repo wiki 24 | * [Fcases](//github.com/Fcases) - ordered me a pizza <3 25 | * [ahmedbodi](//github.com/ahmedbodi/stratum-mining) - more algo adaptions to python code and unomp dev 26 | * Those that contributed to [node-stratum-pool](//github.com/zone117x/node-stratum-pool#credits) 27 | * [KillerByte](//github.com/KillerByte) - for beginning this merged creation 28 | 29 | -------------------------------------------------------------------------------- /aux_configs/README.md: -------------------------------------------------------------------------------- 1 | DO NOT USE THIS FOLDER. 2 | -------------------------------------------------------------------------------- /coins/21coin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "21coin", 3 | "symbol": "21", 4 | "algorithm": "sha256", │····································· 5 | "peerMagic": "21212121", │····································· 6 | "peerMagicTestnet": "01fefe05" 7 | } 8 | -------------------------------------------------------------------------------- /coins/365coin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "365coin", 3 | "symbol": "365", 4 | "algorithm": "keccak" 5 | } -------------------------------------------------------------------------------- /coins/42.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "42", 3 | "symbol": "42", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/acoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Acoin", 3 | "symbol": "ACOIN", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/alphacoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Alphacoin", 3 | "symbol": "ALF", 4 | "algorithm": "scrypt", 5 | "peerMagic": "fbc0b6db", 6 | "peerMagicTestnet": "fcc1b7dc" 7 | } 8 | -------------------------------------------------------------------------------- /coins/anoncoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Anoncoin", 3 | "symbol": "ANC", 4 | "algorithm": "scrypt" 5 | } -------------------------------------------------------------------------------- /coins/applecoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Applecoin", 3 | "symbol": "APC", 4 | "algorithm": "scrypt-jane", 5 | "chainStartTime": 1384720832 6 | } -------------------------------------------------------------------------------- /coins/arkenstone.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Arkenstone", 3 | "symbol": "ARS", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/arkhash.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Arkhash", 3 | "symbol": "ARK", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/ascension.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Ascension", 3 | "symbol": "ASN", 4 | "algorithm": "qubit" 5 | } 6 | -------------------------------------------------------------------------------- /coins/asiccoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ASICcoin", 3 | "symbol": "ASC", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/auroracoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Auroracoin", 3 | "symbol": "AUR", 4 | "algorithm": "scrypt" 5 | } -------------------------------------------------------------------------------- /coins/battlecoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Battlecoin", 3 | "symbol": "BCX", 4 | "algorithm": "sha256", 5 | "peerMagic": "03e803e4", 6 | "peerMagicTestnet": "cdf2c0ef" 7 | } 8 | -------------------------------------------------------------------------------- /coins/bbqcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Bbqcoin", 3 | "symbol": "BBQ", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/benjamins.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Benjamins", 3 | "symbol": "BEN", 4 | "algorithm": "sha256", 5 | "peerMagic": "de698778", │····································· 6 | "peerMagicTestnet": "0b110907" 7 | } 8 | -------------------------------------------------------------------------------- /coins/betacoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Betacoin", 3 | "symbol": "BET", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/binarycoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Binarycoin", 3 | "symbol": "BIC", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/bitcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Bitcoin", 3 | "symbol": "BTC", 4 | "algorithm": "sha256" 5 | } -------------------------------------------------------------------------------- /coins/bitraam.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "BitRaam", 3 | "symbol": "BRM", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/bitstar.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "bitstar", 3 | "symbol": "BITS", 4 | "algorithm": "scrypt", 5 | "peerMagic": "cef1dbfa", 6 | "reward": 124 7 | } 8 | -------------------------------------------------------------------------------- /coins/bluecoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "bluecoin", 3 | "symbol": "BLU", 4 | "algorithm": "scrypt", 5 | "peerMagic": "fef5abaa", 6 | "reward": 10000 7 | } 8 | -------------------------------------------------------------------------------- /coins/bottlecaps.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Bottlecaps", 3 | "symbol": "CAP", 4 | "algorithm": "scrypt", 5 | "peerMagic": "e4e8e9e5", 6 | "peerMagicTestnet": "cdf2c0ef" 7 | } 8 | -------------------------------------------------------------------------------- /coins/bunnycoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "BunnyCoin", 3 | "symbol": "BUN", 4 | "algorithm": "scrypt", 5 | "peerMagic": "c0c0c0c0", 6 | "peerMagicTestnet": "fcc1b7dc" 7 | } 8 | -------------------------------------------------------------------------------- /coins/bytecoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Bytecoin", 3 | "symbol": "BTE", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/cachecoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Cachecoin", 3 | "symbol": "CACH", 4 | "algorithm": "scrypt-jane", 5 | "chainStartTime": 1388949883 6 | } -------------------------------------------------------------------------------- /coins/cannabiscoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Cannabiscoin", 3 | "symbol": "CANN", 4 | "algorithm": "x11", 5 | "mposDiffMultiplier": 256 6 | } 7 | -------------------------------------------------------------------------------- /coins/casinocoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Casinocoin", 3 | "symbol": "CSC", 4 | "algorithm": "scrypt", 5 | "peerMagic": "fac3b6da", 6 | "peerMagicTestnet": "fcc1b7dc" 7 | } 8 | -------------------------------------------------------------------------------- /coins/catcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Catcoin", 3 | "symbol": "CAT", 4 | "algorithm": "scrypt" 5 | } -------------------------------------------------------------------------------- /coins/chaincoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Chaincoin", 3 | "symbol": "CHC", 4 | "algorithm": "c11" 5 | "mposDiffMultiplier": 256 6 | } 7 | -------------------------------------------------------------------------------- /coins/coino.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Coino", 3 | "symbol": "COINO", 4 | "algorithm": "scrypt", 5 | "peerMagic": "f1d1a7d8", 6 | "peerMagicTestnet": "fcc1b7dc" 7 | } 8 | -------------------------------------------------------------------------------- /coins/continuumcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Continuumcoin", 3 | "symbol": "CTM", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/copperbars.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Copperbars", 3 | "symbol": "CPR", 4 | "algorithm": "scrypt-jane", 5 | "chainStartTime": 1376184687 6 | } -------------------------------------------------------------------------------- /coins/copperlark.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Copperlark", 3 | "symbol": "CLR", 4 | "algorithm": "keccak", 5 | "normalHashing": true, 6 | "diffShift": 32 7 | } -------------------------------------------------------------------------------- /coins/cryptogenicbullion.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "CryptogenicBullion", 3 | "symbol": "CGB", 4 | "algorithm": "scrypt", 5 | "peerMagic": "e4e8e9e5", 6 | "peerMagicTestnet": "cdf2c0ef" 7 | } 8 | -------------------------------------------------------------------------------- /coins/cryptographicanomaly.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "CryptographicAnomaly", 3 | "symbol": "CGA", 4 | "algorithm": "scrypt", 5 | "peerMagic": "fbc0b6db", 6 | "peerMagicTestnet": "fcc1b7dc" 7 | } 8 | -------------------------------------------------------------------------------- /coins/cryptometh.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Cryptometh", 3 | "symbol": "METH", 4 | "algorithm": "keccak", 5 | 6 | "peerMagic": "2bf2ed4f" , 7 | "peerMagicTestNet": "b28cfda7" 8 | } 9 | -------------------------------------------------------------------------------- /coins/czarcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Czarcoin", 3 | "symbol": "CZR", 4 | "algorithm": "scrypt", 5 | "peerMagic": "637a6172", 6 | "peerMagicTestnet": "637a7274" 7 | } 8 | -------------------------------------------------------------------------------- /coins/darkcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Darkcoin", 3 | "symbol": "DRK", 4 | "algorithm": "x11", 5 | "mposDiffMultiplier": 256 6 | } 7 | -------------------------------------------------------------------------------- /coins/dash.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Dash", 3 | "symbol": "DASH", 4 | "algorithm": "x11", 5 | "mposDiffMultiplier": 256 6 | } 7 | -------------------------------------------------------------------------------- /coins/defcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Defcoin", 3 | "symbol": "DEF", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/devcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Devcoin", 3 | "symbol": "DVC", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/diamondcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Diamondcoin", 3 | "symbol": "DMD", 4 | "algorithm": "scrypt", 5 | "txMessages": true 6 | } -------------------------------------------------------------------------------- /coins/digibyte.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Digibyte", 3 | "symbol": "DGB", 4 | "algorithm": "sha256", 5 | "peermagic": "fac3b6da" 6 | } 7 | -------------------------------------------------------------------------------- /coins/digitalcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Digitalcoin", 3 | "symbol": "DGC", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/dnotes.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "DNotes", 3 | "symbol": "NOTE", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/dobbscoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Dobbscoin", 3 | "symbol": "BOB", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/dogecoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Dogecoin", 3 | "symbol": "DOGE", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/dotcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Dotcoin", 3 | "symbol": "DOT", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/earthcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Earthcoin", 3 | "symbol": "EAC", 4 | "algorithm": "scrypt", 5 | "peerMagic": "c0dbf1fd" 6 | } 7 | -------------------------------------------------------------------------------- /coins/einsteinium.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Einsteinium", 3 | "symbol": "EMC2", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/elephantcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Elephantcoin", 3 | "symbol": "ELP", 4 | "algorithm": "scrypt" 5 | } -------------------------------------------------------------------------------- /coins/emark.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "eMark", 3 | "symbol": "DEM", 4 | "algorithm": "sha256", 5 | "reward": "POS", 6 | "txMessages": true, 7 | "peerMagic": "e4e8e9e5", 8 | "peerMagicTestnet": "cdf2c0ef" 9 | } -------------------------------------------------------------------------------- /coins/emerald.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Emerald", 3 | "symbol": "EMD", 4 | "algorithm": "scrypt" 5 | } -------------------------------------------------------------------------------- /coins/emoney.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Emoney", 3 | "symbol": "ECASH", 4 | "algorithm": "sha256", 5 | "txMessages": true 6 | } 7 | -------------------------------------------------------------------------------- /coins/execoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Execoin", 3 | "symbol": "EXE", 4 | "algorithm": "scrypt-n", 5 | "timeTable": { 6 | "2048": 1390959880, 7 | "4096": 1438295269, 8 | "8192": 1485630658, 9 | "16384": 1532966047, 10 | "32768": 1580301436, 11 | "65536": 1627636825, 12 | "131072": 1674972214, 13 | "262144": 1722307603 14 | } 15 | 16 | } -------------------------------------------------------------------------------- /coins/ezcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Ezcoin", 3 | "symbol": "EZC", 4 | "algorithm": "scrypt" 5 | } -------------------------------------------------------------------------------- /coins/fastcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Fastcoin", 3 | "symbol": "FST", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/fastcoinsha.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Fastcoinsha", 3 | "symbol": "FSS", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/feathercoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Feathercoin", 3 | "symbol": "FTC", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/fedoracoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "FedoraCoin", 3 | "symbol": "TiPS", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/fireflycoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Fireflycoin", 3 | "symbol": "FFC", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/flappycoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Flappycoin", 3 | "symbol": "FLAP", 4 | "algorithm": "scrypt" 5 | } -------------------------------------------------------------------------------- /coins/flaxscript.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Flaxscript", 3 | "symbol": "FLAX", 4 | "algorithm": "c11" 5 | "mposDiffMultiplier": 256 6 | } 7 | -------------------------------------------------------------------------------- /coins/florincoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Florincoin", 3 | "symbol": "FLO", 4 | "algorithm": "scrypt", 5 | "txMessages": true 6 | } -------------------------------------------------------------------------------- /coins/fractalcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Fractalcoin", 3 | "symbol": "FRAC", 4 | "algorithm": "x11" 5 | } 6 | -------------------------------------------------------------------------------- /coins/frankocoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Frankocoin", 3 | "symbol": "FRK", 4 | "algorithm": "scrypt" 5 | } -------------------------------------------------------------------------------- /coins/freecoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Freecoin", 3 | "symbol": "FEC", 4 | "algorithm": "scrypt-jane", 5 | "chainStartTime": 1375801200, 6 | "nMin": 6, 7 | "nMax": 32 8 | } -------------------------------------------------------------------------------- /coins/freicoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Freicoin", 3 | "symbol": "FRC", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/galaxycoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Galaxycoin", 3 | "symbol": "GLX", 4 | "algorithm": "scrypt" 5 | } -------------------------------------------------------------------------------- /coins/galleon.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Galleon", 3 | "symbol": "GLN", 4 | "algorithm": "keccak" 5 | } -------------------------------------------------------------------------------- /coins/gamecoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Gamecoin", 3 | "symbol": "GME", 4 | "algorithm": "scrypt" 5 | } -------------------------------------------------------------------------------- /coins/giarcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Giarcoin", 3 | "symbol": "GIAR", 4 | "algorithm": "scrypt-n" 5 | } 6 | -------------------------------------------------------------------------------- /coins/globalboost.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "GlobalBoost", 3 | "symbol": "BST", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/globalcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Globalcoin", 3 | "symbol": "GLC", 4 | "algorithm": "scrypt", 5 | "peerMagic": "fcd9b7dd", 6 | "peerMagicTestnet": "fbc0b8db" 7 | } 8 | -------------------------------------------------------------------------------- /coins/globaldenomination.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "GlobalDenomination", 3 | "symbol": "GDN", 4 | "algorithm": "x11", 5 | "peerMagic": "fec3b9de", 6 | "peerMagicTestnet": "fec4bade" 7 | } 8 | -------------------------------------------------------------------------------- /coins/goalcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "GoalCoin", 3 | "symbol": "GOAL", 4 | "algorithm": "scrypt", 5 | "peerMagic": "fac3b6da" 6 | } 7 | -------------------------------------------------------------------------------- /coins/goldcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Goldcoin", 3 | "symbol": "GLD", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/goldpressedlatinum.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "GoldPressedLatinum", 3 | "symbol": "GPL", 4 | "algorithm": "scrypt-jane", 5 | "chainStartTime": 1377557832 6 | } -------------------------------------------------------------------------------- /coins/grandcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Grandcoin", 3 | "symbol": "GDC", 4 | "algorithm": "scrypt", 5 | "peerMagic": "fdc1a5db", 6 | "txMessages": true 7 | } 8 | -------------------------------------------------------------------------------- /coins/groestlcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "GroestlCoin", 3 | "symbol": "GRS", 4 | "algorithm": "groestl" 5 | } 6 | -------------------------------------------------------------------------------- /coins/groupcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Groupcoin", 3 | "symbol": "GRP", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/guarantcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Guarantcoin", 3 | "symbol": "GTC", 4 | "algorithm": "scrypt-n" 5 | } 6 | -------------------------------------------------------------------------------- /coins/guldencoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Guldencoin", 3 | "symbol": "NLG", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/helixcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Helixcoin", 3 | "symbol": "HXC", 4 | "algorithm": "keccak" 5 | } -------------------------------------------------------------------------------- /coins/hirocoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Hirocoin", 3 | "symbol": "HIRO", 4 | "algorithm": "x11", 5 | "mposDiffMultiplier": 256 6 | } 7 | -------------------------------------------------------------------------------- /coins/hobonickels.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Hobonickels", 3 | "symbol": "HBN", 4 | "algorithm": "scrypt" 5 | } -------------------------------------------------------------------------------- /coins/huntercoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Huntercoin", 3 | "symbol": "HUC", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/hyper.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "hyper", 3 | "symbol": "HYPER", 4 | "algorithm": "scrypt", 5 | "peerMagic": "cefbfadb" 6 | } 7 | -------------------------------------------------------------------------------- /coins/i0coin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "I0Coin", 3 | "symbol": "I0C", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/infinitecoin.conf: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Infinitecoin", 3 | "symbol": "IFC", 4 | "algorithm": "scrypt", 5 | "peerMagic": "fbc0b6db", 6 | "peerMagicTestnet": "fcc1b7dc" 7 | } 8 | -------------------------------------------------------------------------------- /coins/infinitecoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Infinitecoin", 3 | "symbol": "IFC", 4 | "algorithm": "scrypt", 5 | "peerMagic": "fbc0b6db", 6 | "peerMagicTestnet": "fcc1b7dc" 7 | } 8 | -------------------------------------------------------------------------------- /coins/influx.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Influx", 3 | "symbol": "INFX", 4 | "algorithm": "x11", 5 | "mposDiffMultiplier": 256 6 | } 7 | -------------------------------------------------------------------------------- /coins/internetcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Internetcoin", 3 | "symbol": "ITC", 4 | "algorithm": "scrypt-jane", 5 | "chainStartTime": 1388385602 6 | } -------------------------------------------------------------------------------- /coins/ixcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "IXCoin", 3 | "symbol": "IXC", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/jennycoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Jennycoin", 3 | "symbol": "JNY", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/joulecoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Joulecoin", 3 | "symbol": "XJO", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/junkcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Junkcoin", 3 | "symbol": "JKC", 4 | "algorithm": "scrypt" 5 | } -------------------------------------------------------------------------------- /coins/kittehcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Kittehcoin", 3 | "symbol": "MEOW", 4 | "algorithm": "scrypt", 5 | "peerMagic": "c0c0c0c0" 6 | } 7 | -------------------------------------------------------------------------------- /coins/klondikecoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Klondikecoin", 3 | "symbol": "KDC", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/krugercoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Krugercoin", 3 | "symbol": "KGC", 4 | "algorithm": "scrypt" 5 | } -------------------------------------------------------------------------------- /coins/kumacoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Kumacoin", 3 | "symbol": "KUMA", 4 | "algorithm": "quark", 5 | "mposDiffMultiplier": 256 6 | } 7 | -------------------------------------------------------------------------------- /coins/legendarycoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "LegendaryCoin", 3 | "symbol": "LGD", 4 | "algorithm": "scrypt", 5 | "peerMagic": "e4efdbfd" 6 | } 7 | -------------------------------------------------------------------------------- /coins/litecoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Litecoin", 3 | "symbol": "LTC", 4 | "algorithm": "scrypt", 5 | "peerMagic": "fbc0b6db", 6 | "peerMagicTestnet": "fcc1b7dc" 7 | } -------------------------------------------------------------------------------- /coins/lottocoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Lottocoin", 3 | "symbol": "LOT", 4 | "algorithm": "scrypt", 5 | "peerMagic": "a5fdb6c1", 6 | "peerMagicTestnet": "fdc3b6f1" 7 | } -------------------------------------------------------------------------------- /coins/lottoshares.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Lottoshares", 3 | "symbol": "LTS", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/luckycoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Luckycoin", 3 | "symbol": "LKY", 4 | "algorithm": "scrypt" 5 | } -------------------------------------------------------------------------------- /coins/lycancoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "lycancoin", 3 | "symbol": "LYC", 4 | "algorithm": "scrypt", 5 | "peerMagic": "f4ede2b9" 6 | } 7 | -------------------------------------------------------------------------------- /coins/maxcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Maxcoin", 3 | "symbol": "MAX", 4 | "algorithm": "keccak", 5 | 6 | "peerMagic": "f9bebbd2", 7 | "peerMagicTestNet": "0b11bb07" 8 | } 9 | -------------------------------------------------------------------------------- /coins/mazacoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Mazacoin", 3 | "symbol": "MZC", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/megacoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Megacoin", 3 | "symbol": "MEC", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/memecoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Memecoin", 3 | "symbol": "MEM", 4 | "algorithm": "scrypt" 5 | } -------------------------------------------------------------------------------- /coins/metrocoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Metrocoin", 3 | "symbol": "MET", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/microcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Microcoin", 3 | "symbol": "MCR", 4 | "algorithm": "scrypt-jane", 5 | "chainStartTime": 1389028879, 6 | "nMin": 6, 7 | "nMax": 32 8 | } -------------------------------------------------------------------------------- /coins/mintcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Mintcoin", 3 | "symbol": "MINT", 4 | "algorithm": "scrypt" 5 | } -------------------------------------------------------------------------------- /coins/monacoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Monacoin", 3 | "symbol": "MONA", 4 | "algorithm": "scrypt" 5 | } -------------------------------------------------------------------------------- /coins/muniti.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Muniti", 3 | "symbol": "MUN", 4 | "algorithm": "x11", 5 | "mposDiffMultiplier": 256 6 | } 7 | -------------------------------------------------------------------------------- /coins/myriadcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Myriadcoin", 3 | "symbol": "MYR", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/namecoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Namecoin", 3 | "symbol": "NMC", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/nautiluscoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "NautilusCoin", 3 | "symbol": "NAUT", 4 | "algorithm": "scrypt", 5 | "peerMagic": "aa5c2dba", 6 | "peerMagicTestnet": "fcc1b7dc" 7 | } 8 | -------------------------------------------------------------------------------- /coins/neocoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Neocoin", 3 | "symbol": "NEC", 4 | "algorithm": "scrypt", 5 | "txMessages": true 6 | } -------------------------------------------------------------------------------- /coins/neoscoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Neoscoin", 3 | "symbol": "NEOS", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/netcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Netcoin", 3 | "symbol": "NET", 4 | "algorithm": "scrypt", 5 | "txMessages": true 6 | } -------------------------------------------------------------------------------- /coins/noblecoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "NobleCoin", 3 | "symbol": "NOBL", 4 | "algorithm": "scrypt", 5 | "peerMagic": "c0dbf1fd" 6 | } 7 | -------------------------------------------------------------------------------- /coins/noirbits.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Noirbits", 3 | "symbol": "NRB", 4 | "algorithm": "scrypt" 5 | } -------------------------------------------------------------------------------- /coins/octocoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Octocoin", 3 | "symbol": "888", 4 | "algorithm": "scrypt", 5 | "peerMagic": "fbc0b6db", 6 | "peerMagicTestnet": "fcc1b7dc" 7 | } 8 | -------------------------------------------------------------------------------- /coins/omnicoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Omnicoin", 3 | "symbol": "OMC", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/onecoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Onecoin", 3 | "symbol": "ONC", 4 | "algorithm": "scrypt-jane", 5 | "chainStartTime": 1371119462, 6 | "nMin": 6 7 | } -------------------------------------------------------------------------------- /coins/opensourcecoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "OpenSourcecoin", 3 | "symbol": "OSC", 4 | "algorithm": "sha256", 5 | "txMessages" : true 6 | } 7 | -------------------------------------------------------------------------------- /coins/pawncoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "pawncoin", 3 | "symbol": "pawn", 4 | "algorithm": "scrypt", 5 | "peerMagic": "fcc1b7dc", 6 | "peerMagicTestnet": "c0c0c0c0" 7 | } 8 | -------------------------------------------------------------------------------- /coins/peercoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Peercoin", 3 | "symbol": "PPC", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/pencilcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Pencilcoin", 3 | "symbol": "PENC", 4 | "algorithm": "x13", 5 | "mposDiffMultiplier": 256 6 | } 7 | -------------------------------------------------------------------------------- /coins/phoenixcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "Phoenixcoin", 3 | "symbol" : "PXC", 4 | "algorithm" : "scrypt" 5 | } -------------------------------------------------------------------------------- /coins/planetcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Planetcoin", 3 | "symbol": "PLANET", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/plncoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "plncoin", 3 | "symbol": "PLNC", 4 | "algorithm": "scrypt", 5 | "peerMagic": "fbc0b6db" 6 | } 7 | -------------------------------------------------------------------------------- /coins/potcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Potcoin", 3 | "symbol": "POT", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/procoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Procoin", 3 | "symbol": "PCN", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/quarkcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Quarkcoin", 3 | "symbol": "QRK", 4 | "algorithm": "quark", 5 | "mposDiffMultiplier": 256 6 | } 7 | -------------------------------------------------------------------------------- /coins/quatloo.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Quatloo", 3 | "symbol": "QTL", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/radioactivecoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Radioactivecoin", 3 | "symbol": "RAD", 4 | "algorithm": "scrypt-jane", 5 | "chainStartTime": 1389196388 6 | } -------------------------------------------------------------------------------- /coins/reddcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Reddcoin", 3 | "symbol": "REDD", 4 | "algorithm": "scrypt" 5 | } -------------------------------------------------------------------------------- /coins/ronpaulcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "RonPaulCoin", 3 | "symbol": "RPC", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/rubycoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Rubycoin", 3 | "symbol": "RUBY", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/saffroncoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "saffroncoin", 3 | "symbol": "SFR", 4 | "algorithm": "scrypt", 5 | "peerMagic": "cf0567ea", 6 | "peerMagicTestnet": "01f555a4" 7 | } 8 | -------------------------------------------------------------------------------- /coins/sapphire.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Sapphire", 3 | "symbol": "SPH", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/sayacoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Sayacoin", 3 | "symbol": "SYC", 4 | "algorithm": "sha256" 5 | } -------------------------------------------------------------------------------- /coins/sexcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Sexcoin", 3 | "symbol": "SXC", 4 | "algorithm": "scrypt" 5 | } -------------------------------------------------------------------------------- /coins/sha1coin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Sha1coin", 3 | "symbol": "SHA", 4 | "algorithm": "sha1coin" 5 | } 6 | -------------------------------------------------------------------------------- /coins/skeincoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Skeincoin", 3 | "symbol": "SKC", 4 | "algorithm": "skein" 5 | } -------------------------------------------------------------------------------- /coins/spartancoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Spartancoin", 3 | "symbol": "SPN", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/spots.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Spots", 3 | "symbol": "SPT", 4 | "algorithm": "scrypt" 5 | } -------------------------------------------------------------------------------- /coins/stablecoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Stablecoin", 3 | "symbol": "SBC", 4 | "algorithm": "scrypt" 5 | } -------------------------------------------------------------------------------- /coins/starcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Starcoin", 3 | "symbol": "STR", 4 | "algorithm": "scrypt", 5 | "peerMagic": "e4e8effd" 6 | } 7 | -------------------------------------------------------------------------------- /coins/startcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Startcoin", 3 | "symbol": "START", 4 | "algorithm": "x11", 5 | "mposDiffMultiplier": 256 6 | } 7 | -------------------------------------------------------------------------------- /coins/stashcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Stashcoin", 3 | "symbol": "STA", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/stoopidcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Stoopidcoin", 3 | "symbol": "STP", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/stpcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "St. Patrickcoin", 3 | "symbol": "STP", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/suncoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Suncoin", 3 | "symbol": "SUN", 4 | "algorithm": "scrypt", 5 | "peerMagic":"fcd9b7dd", 6 | "peerMagicTestnet":"fbc0b8db" 7 | } 8 | -------------------------------------------------------------------------------- /coins/syscoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Syscoin", 3 | "symbol": "SYS", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/tagcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Tagcoin", 3 | "symbol": "TAG", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/takcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Takcoin", 3 | "symbol": "TAK", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/teacoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Teacoin", 3 | "symbol": "TEA", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/tekcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Tekcoin", 3 | "symbol": "TEK", 4 | "algorithm": "sha256", 5 | "txMessages": "true" 6 | } 7 | -------------------------------------------------------------------------------- /coins/terracoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Terracoin", 3 | "symbol": "TRC", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/tetcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Tetcoin", 3 | "symbol": "TET", 4 | "algorithm": "scrypt", 5 | "peerMagic": "fbc0b6db", 6 | "peerMagicTestnet": "fcc1b7dc" 7 | } 8 | -------------------------------------------------------------------------------- /coins/tigercoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Tigercoin", 3 | "symbol": "TGC", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/titcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Titcoin", 3 | "symbol": "TIT", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/ultimatecoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Ultimatecoin", 3 | "symbol": "ULT", 4 | "algorithm": "scrypt", 5 | "peerMagic": "f9f7c0e8" 6 | } 7 | -------------------------------------------------------------------------------- /coins/ultracoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Ultracoin", 3 | "symbol": "UTC", 4 | "algorithm": "scrypt-jane", 5 | "chainStartTime": 1388361600 6 | } -------------------------------------------------------------------------------- /coins/unitus.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Unitus", 3 | "symbol": "UIS", 4 | "algorithm": "x11" 5 | } 6 | -------------------------------------------------------------------------------- /coins/unobtanium.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Unobtanium", 3 | "symbol": "UNO", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/uro.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Uro", 3 | "symbol": "URO", 4 | "algorithm": "x11", 5 | "mposDiffMultiplier": 256 6 | } 7 | -------------------------------------------------------------------------------- /coins/velocitycoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Velocitycoin", 3 | "symbol": "VEL", 4 | "algorithm": "scrypt-jane", 5 | "chainStartTime": 1387769316 6 | } -------------------------------------------------------------------------------- /coins/vertcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Vertcoin", 3 | "symbol": "VTC", 4 | "algorithm": "scrypt-n", 5 | "peerMagic": "fabfb5da", 6 | "peerMagicTestnet": "76657274" 7 | } -------------------------------------------------------------------------------- /coins/viacoin.conf: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Viacoin", 3 | "symbol": "VIA", 4 | "algorithm": "scrypt", 5 | "peerMagic": "0f68c6cb", 6 | "peerMagicTestnet": "a9c5ef92" 7 | } 8 | -------------------------------------------------------------------------------- /coins/viacoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Viacoin", 3 | "symbol": "VIA", 4 | "algorithm": "scrypt", 5 | "peerMagic": "0f68c6cb", 6 | "peerMagicTestnet": "a9c5ef92" 7 | } 8 | -------------------------------------------------------------------------------- /coins/warcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "War Of Coins", 3 | "symbol": "WOC", 4 | "algorithm": "sha256", 5 | "txMessages": true 6 | } 7 | -------------------------------------------------------------------------------- /coins/wearesatoshi.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "WeAreSatoshi", 3 | "symbol": "WAS", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/wecoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Wecoin", 3 | "symbol": "WEC", 4 | "algorithm": "max" 5 | } -------------------------------------------------------------------------------- /coins/whitecoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Whitecoin", 3 | "symbol": "WC", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/wildbeastbitcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Wildbeastbitcoin", 3 | "symbol": "WBB", 4 | "algorithm": "scrypt" 5 | } 6 | -------------------------------------------------------------------------------- /coins/worldcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Worldcoin", 3 | "symbol": "WDC", 4 | "algorithm": "scrypt", 5 | "peerMagic": "fbc0b6db" 6 | } 7 | -------------------------------------------------------------------------------- /coins/xencoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Xencoin", 3 | "symbol": "XNC", 4 | "algorithm": "scrypt" 5 | } -------------------------------------------------------------------------------- /coins/yacoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Yacoin", 3 | "symbol": "YAC", 4 | "algorithm": "scrypt-jane", 5 | "chainStartTime": 1367991200 6 | } -------------------------------------------------------------------------------- /coins/ybcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "YBcoin", 3 | "symbol": "YBC", 4 | "algorithm": "scrypt-jane", 5 | "chainStartTime": 1372386273 6 | } -------------------------------------------------------------------------------- /coins/zedcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "zedcoin", 3 | "symbol": "ZED", 4 | "algorithm": "scrypt", 5 | "peerMagic": "c0dbf1fd" 6 | } 7 | -------------------------------------------------------------------------------- /coins/zetacoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Zetacoin", 3 | "symbol": "ZTC", 4 | "algorithm": "sha256" 5 | } 6 | -------------------------------------------------------------------------------- /coins/zzcoin.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ZZcoin", 3 | "symbol": "ZZC", 4 | "algorithm": "scrypt-jane", 5 | "chainStartTime": 1375817223, 6 | "nMin": 12 7 | } -------------------------------------------------------------------------------- /libs/cliListener.js: -------------------------------------------------------------------------------- 1 | var events = require('events'); 2 | var net = require('net'); 3 | 4 | var listener = module.exports = function listener(port){ 5 | 6 | var _this = this; 7 | 8 | var emitLog = function(text){ 9 | _this.emit('log', text); 10 | }; 11 | 12 | 13 | this.start = function(){ 14 | net.createServer(function(c) { 15 | 16 | var data = ''; 17 | try { 18 | c.on('data', function (d) { 19 | data += d; 20 | if (data.slice(-1) === '\n') { 21 | var message = JSON.parse(data); 22 | _this.emit('command', message.command, message.params, message.options, function(message){ 23 | c.end(message); 24 | }); 25 | } 26 | }); 27 | c.on('end', function () { 28 | 29 | }); 30 | c.on('error', function () { 31 | 32 | }); 33 | } 34 | catch(e){ 35 | emitLog('CLI listener failed to parse message ' + data); 36 | } 37 | 38 | }).listen(port, '127.0.0.1', function() { 39 | emitLog('CLI listening on port ' + port) 40 | }); 41 | } 42 | 43 | }; 44 | 45 | listener.prototype.__proto__ = events.EventEmitter.prototype; 46 | -------------------------------------------------------------------------------- /libs/workerapi.js: -------------------------------------------------------------------------------- 1 | var express = require('express'); 2 | var os = require('os'); 3 | 4 | 5 | function workerapi(listen) { 6 | var _this = this; 7 | var app = express(); 8 | var counters = { 9 | validShares : 0, 10 | validBlocks : 0, 11 | invalidShares : 0 12 | }; 13 | 14 | var lastEvents = { 15 | lastValidShare : 0 , 16 | lastValidBlock : 0, 17 | lastInvalidShare : 0 18 | }; 19 | 20 | app.get('/stats', function (req, res) { 21 | res.send({ 22 | "clients" : Object.keys(_this.poolObj.stratumServer.getStratumClients()).length, 23 | "counters" : counters, 24 | "lastEvents" : lastEvents 25 | }); 26 | }); 27 | 28 | 29 | this.start = function (poolObj) { 30 | this.poolObj = poolObj; 31 | this.poolObj.once('started', function () { 32 | app.listen(listen, function (lol) { 33 | console.log("LISTENING "); 34 | }); 35 | }) 36 | .on('share', function(isValidShare, isValidBlock, shareData) { 37 | var now = Date.now(); 38 | if (isValidShare) { 39 | counters.validShares ++; 40 | lastEvents.lastValidShare = now; 41 | if (isValidBlock) { 42 | counters.validBlocks ++; 43 | lastEvents.lastValidBlock = now; 44 | } 45 | } else { 46 | counters.invalidShares ++; 47 | lastEvents.lastInvalidShare = now; 48 | } 49 | }); 50 | } 51 | } 52 | 53 | 54 | 55 | module.exports = workerapi; 56 | 57 | -------------------------------------------------------------------------------- /multipool/alerts/README.md: -------------------------------------------------------------------------------- 1 | For alerts related to payouts and such 2 | -------------------------------------------------------------------------------- /multipool/backup/README.md: -------------------------------------------------------------------------------- 1 | Place for backups and such 2 | -------------------------------------------------------------------------------- /multipool/bin/scryptredis.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | coin=$1 4 | 5 | if [ "$#" != 1 ]; 6 | then 7 | echo "$0 "; 8 | exit; 9 | else 10 | redis-cli hset Coin_Names $coin 1 11 | redis-cli hset Coin_Names_scrypt $coin 1 12 | fi 13 | -------------------------------------------------------------------------------- /multipool/bin/sharedis.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | coin=$1 4 | 5 | if [ "$#" != 1 ]; 6 | then 7 | echo "$0 "; 8 | exit; 9 | else 10 | redis-cli hset Coin_Names $coin 1 11 | redis-cli hset Coin_Names_sha256 $coin 1 12 | fi 13 | -------------------------------------------------------------------------------- /multipool/bin/x11redis.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | coin=$1 4 | 5 | if [ "$#" != 1 ]; 6 | then 7 | echo "$0 "; 8 | exit; 9 | else 10 | redis-cli hset Coin_Names $coin 1 11 | redis-cli hset Coin_Names_x11 $coin 1 12 | fi 13 | -------------------------------------------------------------------------------- /multipool/exchange.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Example of sending coins to exchange with bash. 3 | # Most have to be fine tuned for the transaction fees. 4 | # You have to use absolute paths to your coin's datadir if stored in a non-default way 5 | # Using the cron entry below you can set the script to run once an hour 6 | # 0 * * * * ~/unomp/multipool/exchange >~/unomp/multipool/alerts/cronexchange.log 2>&1 7 | 8 | echo 9 | echo 10 | DGBbalance=`digibyted getbalance` 11 | DGBBalance=$(echo "$DGBbalance - 1.0" | bc -l) 12 | echo "Digibyte BALANCE: $DGBbalance" 13 | DGBaddress="YOUR EXCHANGE DIGIBYTE ADDRESS" 14 | digibyted sendtoaddress $DGBaddress $DGBBalance 15 | echo 16 | echo 17 | -------------------------------------------------------------------------------- /multipool/log/README.md: -------------------------------------------------------------------------------- 1 | A place for logs and such 2 | -------------------------------------------------------------------------------- /multipool/redis-backup.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | REDIS_SOURCE=~/unomp/multipool/backup/redis.dump.rdb 3 | BACKUP_DIR=~/unomp/multipool/backup/ 4 | 5 | BACKUP_PREFIX="redis.dump.rdb" 6 | DAY=`date '+%a'` 7 | REDIS_DEST="$BACKUP_DIR/$BACKUP_PREFIX.$DAY" 8 | 9 | cp $REDIS_SOURCE $REDIS_DEST 10 | -------------------------------------------------------------------------------- /multipool/webdis.json: -------------------------------------------------------------------------------- 1 | { 2 | "redis_host": "127.0.0.1", 3 | 4 | "redis_port": 6379, 5 | "redis_auth": null, 6 | 7 | "http_host": "0.0.0.0", 8 | "http_port": 7379, 9 | 10 | "threads": 5, 11 | "pool_size": 20, 12 | 13 | "daemonize": true, 14 | "websockets": true, 15 | "default_root": "/GET/index.html", 16 | "database": 0, 17 | 18 | "acl": [ 19 | { 20 | "disabled": ["*"] 21 | }, 22 | 23 | { 24 | "enabled": ["GET", "HGET", "ZRANGE", "ZCARD", "ZRANGEBYSCORE", "ZVAL", "LRANGE", "HGETALL", "HKEYS", "HVALS", "GETALL", "HGETALL", "ZRANGE", "SMEMBERS", "ZSCORE"] 25 | } 26 | ], 27 | 28 | "verbosity": 6, 29 | "logfile": "/root/webdis-home/webdis.log" 30 | } 31 | -------------------------------------------------------------------------------- /scripts/blockNotify.js: -------------------------------------------------------------------------------- 1 | /* 2 | This script should be hooked to the coin daemon as follow: 3 | litecoind -blocknotify="node /path/to/this/script/blockNotify.js localhost:8117 password litecoin %s" 4 | The above will send tell litecoin to launch this script with those parameters every time a block is found. 5 | This script will then send the blockhash along with other information to a listening tcp socket 6 | */ 7 | 8 | var net = require('net'); 9 | var config = process.argv[2]; 10 | var parts = config.split(':'); 11 | var host = parts[0]; 12 | var port = parts[1]; 13 | var password = process.argv[3]; 14 | var coin = process.argv[4]; 15 | var blockHash = process.argv[5]; 16 | 17 | var client = net.connect(port, host, function() { 18 | console.log('client connected'); 19 | client.write(JSON.stringify({ 20 | password: password, 21 | coin: coin, 22 | hash: blockHash 23 | }) + '\n'); 24 | }); 25 | 26 | client.on('data', function(data) { 27 | console.log(data.toString()); 28 | //client.end(); 29 | }); 30 | 31 | client.on('end', function() { 32 | console.log('client disconnected'); 33 | //process.exit(); 34 | }); 35 | -------------------------------------------------------------------------------- /scripts/cli.js: -------------------------------------------------------------------------------- 1 | // Syntax is 'node scripts/cli.js reloadpool new_pool_name' 2 | var net = require('net'); 3 | 4 | var defaultPort = 17117; 5 | var defaultHost = '127.0.0.1'; 6 | 7 | var args = process.argv.slice(2); 8 | var params = []; 9 | var options = {}; 10 | 11 | for(var i = 0; i < args.length; i++){ 12 | if (args[i].indexOf('-') === 0 && args[i].indexOf('=') !== -1){ 13 | var s = args[i].substr(1).split('='); 14 | options[s[0]] = s[1]; 15 | } 16 | else 17 | params.push(args[i]); 18 | } 19 | 20 | var command = params.shift(); 21 | 22 | 23 | 24 | var client = net.connect(options.port || defaultPort, options.host || defaultHost, function () { 25 | client.write(JSON.stringify({ 26 | command: command, 27 | params: params, 28 | options: options 29 | }) + '\n'); 30 | }).on('error', function(error){ 31 | if (error.code === 'ECONNREFUSED') 32 | console.log('Could not connect to uNOMP instance at ' + defaultHost + ':' + defaultPort); 33 | else 34 | console.log('Socket error ' + JSON.stringify(error)); 35 | }).on('data', function(data) { 36 | console.log(data.toString()); 37 | }).on('close', function () { 38 | }); 39 | -------------------------------------------------------------------------------- /website/pages/admin.html: -------------------------------------------------------------------------------- 1 |
2 | 3 | 18 | 19 |
20 |
21 | Password 22 | 23 | 24 | 25 | 28 | 29 | 30 |
31 |
32 | 33 |
34 | 35 |
36 | Administration 37 | 41 |
42 | 43 |
44 | 45 |
46 | 47 | 48 | 49 | 50 |
-------------------------------------------------------------------------------- /website/pages/api.html: -------------------------------------------------------------------------------- 1 |
2 | API Docs here 3 |
    4 |
  • /api/stats - raw json statistic
  • 5 |
  • /api/pool_stats - historical time per pool json
  • 6 |
  • /api/live_stats - live stats
  • 7 |
  • /api/getblocksstats - block stats
  • 8 |
9 |
10 | -------------------------------------------------------------------------------- /website/pages/getting_started.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 | 6 |

Getting Started

7 |
8 |
9 |
10 |
11 |
12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | {{ for(var pool in it.poolsConfigs) { }} 25 | 26 | 27 | 28 | 29 | 30 | 36 | 37 | {{ } }} 38 | 39 |
Coin NameCoin SymbolCoin AlgorithmStratum HostStratum Ports & Diff
{{=it.poolsConfigs[pool].coin.name}}{{=it.poolsConfigs[pool].coin.symbol}}{{=it.poolsConfigs[pool].coin.algorithm}}{{=it.portalConfig.website.stratumHost}} 31 | {{ for (var port in it.poolsConfigs[pool].ports) { }} 32 | Port: {{=port}}, 33 | Diff: {{=it.poolsConfigs[pool].ports[port].diff}} 34 | {{ } }} 35 |
40 |
41 |
42 |
43 |
44 |
45 |
46 | -------------------------------------------------------------------------------- /website/pages/miner.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

Enter Your Wallet address

4 |
5 | 6 | 7 | 8 | 9 |
10 |
11 |
12 |
13 | 21 | -------------------------------------------------------------------------------- /website/pages/mining_key.html: -------------------------------------------------------------------------------- 1 | 13 | 14 |
15 | 16 |

17 | This script run client-side (in your browser). For maximum security download the script and run it locally and 18 | offline in a modern web browser. 19 |

20 | 21 | 24 | 25 |
26 | -------------------------------------------------------------------------------- /website/static/css/lockscreen.min.css: -------------------------------------------------------------------------------- 1 | .lockscreen{height:250px;left:50%;margin-left:-239px;margin-top:-185px;position:absolute;top:50%;width:478px}.lockscreen .logo{padding:15px 0;display:block}.lockscreen .logo+div{background:#FFF;box-shadow:-31px 32px 53px rgba(0,0,0,.2);overflow:hidden;padding:13px;position:relative}.lockscreen .logo>:first-child{margin:0}.lockscreen .logo img{width:29px;margin-top:-4px;margin-right:-2px}.lockscreen .logo+div>img{float:left}.lockscreen .logo+div>img+div{float:right;width:318px}.lockscreen .logo+div>img+div>:first-child{margin-top:0}.lockscreen .logo+div>img+div>:first-child>:first-child{opacity:.1;padding:15px}.lockscreen .logo+div>img+div>:first-child>small{display:block;padding-top:5px}.lockscreen .logo+div>img+div>:first-child+p{margin-bottom:12px}#lock-page #main{position:static}@media (max-width:767px){.lockscreen .logo+div>img{float:none!important}.lockscreen{height:auto;left:5%;margin-left:0;margin-top:0;position:absolute;top:0;width:90%;text-align:center}.lockscreen .logo+div>img+div{float:none;width:100%;height:auto}} -------------------------------------------------------------------------------- /website/static/css/your_style.css: -------------------------------------------------------------------------------- 1 | /* 2 | * It is advised not to edit the smartadmin_production.css 3 | * as this will override any changes you make in the 4 | * later versions of this theme. 5 | * 6 | * We advise that you use use this CSS to override 7 | * SmartAdmin styles. 8 | * 9 | * Rename the stylesheet to whatever your liking so it will stay 10 | * unique to you with each update of SmartAdmin. 11 | */ 12 | 13 | /* 14 | * INDEX 15 | * 16 | * - HTML 17 | * - BODY 18 | * - CUSTOM STYLES 19 | */ -------------------------------------------------------------------------------- /website/static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/favicon.ico -------------------------------------------------------------------------------- /website/static/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/favicon.png -------------------------------------------------------------------------------- /website/static/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /website/static/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /website/static/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /website/static/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /website/static/fonts/fontawesome4.2/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/fonts/fontawesome4.2/FontAwesome.otf -------------------------------------------------------------------------------- /website/static/fonts/fontawesome4.2/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/fonts/fontawesome4.2/fontawesome-webfont.eot -------------------------------------------------------------------------------- /website/static/fonts/fontawesome4.2/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/fonts/fontawesome4.2/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /website/static/fonts/fontawesome4.2/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/fonts/fontawesome4.2/fontawesome-webfont.woff -------------------------------------------------------------------------------- /website/static/fonts/fontawesome4.2/readme.txt: -------------------------------------------------------------------------------- 1 | WARNING: Fontawesome 4.2 is blurry and a little buggy, therefore we did not update. -------------------------------------------------------------------------------- /website/static/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /website/static/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /website/static/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /website/static/img/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/ajax-loader.gif -------------------------------------------------------------------------------- /website/static/img/alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/alpha.png -------------------------------------------------------------------------------- /website/static/img/avatars/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/avatars/1.png -------------------------------------------------------------------------------- /website/static/img/avatars/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/avatars/2.png -------------------------------------------------------------------------------- /website/static/img/avatars/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/avatars/3.png -------------------------------------------------------------------------------- /website/static/img/avatars/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/avatars/4.png -------------------------------------------------------------------------------- /website/static/img/avatars/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/avatars/5.png -------------------------------------------------------------------------------- /website/static/img/avatars/copyright.txt: -------------------------------------------------------------------------------- 1 | Please note that these images are copyrighted and are not to be redistrubuted but only used as for the purpose of demonstration with SmartAdmin Template. -------------------------------------------------------------------------------- /website/static/img/avatars/female.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/avatars/female.png -------------------------------------------------------------------------------- /website/static/img/avatars/male.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/avatars/male.png -------------------------------------------------------------------------------- /website/static/img/avatars/sunny-big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/avatars/sunny-big.png -------------------------------------------------------------------------------- /website/static/img/avatars/sunny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/avatars/sunny.png -------------------------------------------------------------------------------- /website/static/img/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/blank.gif -------------------------------------------------------------------------------- /website/static/img/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/clear.png -------------------------------------------------------------------------------- /website/static/img/demo/64x64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/demo/64x64.png -------------------------------------------------------------------------------- /website/static/img/demo/basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/demo/basic.png -------------------------------------------------------------------------------- /website/static/img/demo/chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/demo/chat.png -------------------------------------------------------------------------------- /website/static/img/demo/copyright.txt: -------------------------------------------------------------------------------- 1 | Please note that these images are copyrighted and are not to be redistrubuted but only used as for the purpose of demonstration with SmartAdmin Template. -------------------------------------------------------------------------------- /website/static/img/demo/demo-smartbig-alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/demo/demo-smartbig-alert.png -------------------------------------------------------------------------------- /website/static/img/demo/demo-smartmedium-alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/demo/demo-smartmedium-alert.png -------------------------------------------------------------------------------- /website/static/img/demo/demo-smartsmall-alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/demo/demo-smartsmall-alert.png -------------------------------------------------------------------------------- /website/static/img/demo/hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/demo/hero.png -------------------------------------------------------------------------------- /website/static/img/demo/image-placeholder-64x64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/demo/image-placeholder-64x64.png -------------------------------------------------------------------------------- /website/static/img/demo/iphoneview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/demo/iphoneview.png -------------------------------------------------------------------------------- /website/static/img/demo/m1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/demo/m1.jpg -------------------------------------------------------------------------------- /website/static/img/demo/m2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/demo/m2.jpg -------------------------------------------------------------------------------- /website/static/img/demo/m3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/demo/m3.jpg -------------------------------------------------------------------------------- /website/static/img/demo/newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/demo/newsletter.png -------------------------------------------------------------------------------- /website/static/img/demo/responseimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/demo/responseimg.png -------------------------------------------------------------------------------- /website/static/img/demo/s1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/demo/s1.jpg -------------------------------------------------------------------------------- /website/static/img/demo/s2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/demo/s2.jpg -------------------------------------------------------------------------------- /website/static/img/demo/s3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/demo/s3.jpg -------------------------------------------------------------------------------- /website/static/img/demo/sa-demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/demo/sa-demo.png -------------------------------------------------------------------------------- /website/static/img/demo/sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/demo/sample.jpg -------------------------------------------------------------------------------- /website/static/img/demo/sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/demo/sidebar.png -------------------------------------------------------------------------------- /website/static/img/demo/sidebarhero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/demo/sidebarhero.png -------------------------------------------------------------------------------- /website/static/img/demo/site-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/demo/site-1.jpg -------------------------------------------------------------------------------- /website/static/img/demo/site-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/demo/site-2.jpg -------------------------------------------------------------------------------- /website/static/img/demo/widget-colorpicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/demo/widget-colorpicker.png -------------------------------------------------------------------------------- /website/static/img/dropzone/spritemap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/dropzone/spritemap.png -------------------------------------------------------------------------------- /website/static/img/dropzone/spritemap@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/dropzone/spritemap@2x.png -------------------------------------------------------------------------------- /website/static/img/favicon/1favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/favicon/1favicon.ico -------------------------------------------------------------------------------- /website/static/img/favicon/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/favicon/favicon.ico -------------------------------------------------------------------------------- /website/static/img/favicon/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/favicon/favicon.png -------------------------------------------------------------------------------- /website/static/img/flags/de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/flags/de.png -------------------------------------------------------------------------------- /website/static/img/flags/es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/flags/es.png -------------------------------------------------------------------------------- /website/static/img/flags/flags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/flags/flags.png -------------------------------------------------------------------------------- /website/static/img/flags/us.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/flags/us.png -------------------------------------------------------------------------------- /website/static/img/glass.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/glass.jpg -------------------------------------------------------------------------------- /website/static/img/gradient/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/gradient/login.png -------------------------------------------------------------------------------- /website/static/img/hue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/hue.png -------------------------------------------------------------------------------- /website/static/img/invoice/americanexpress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/invoice/americanexpress.png -------------------------------------------------------------------------------- /website/static/img/invoice/license.txt: -------------------------------------------------------------------------------- 1 | These icons were gathered from: iconfinder.com 2 | 3 | -------------------------------------------------------------------------------- /website/static/img/invoice/mastercard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/invoice/mastercard.png -------------------------------------------------------------------------------- /website/static/img/invoice/paypal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/invoice/paypal.png -------------------------------------------------------------------------------- /website/static/img/invoice/visa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/invoice/visa.png -------------------------------------------------------------------------------- /website/static/img/jcrop/Jcrop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/jcrop/Jcrop.gif -------------------------------------------------------------------------------- /website/static/img/jqueryui/ui-bg_flat_0_999999_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/jqueryui/ui-bg_flat_0_999999_40x100.png -------------------------------------------------------------------------------- /website/static/img/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /website/static/img/jqueryui/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/jqueryui/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /website/static/img/jqueryui/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/jqueryui/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /website/static/img/jqueryui/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/jqueryui/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /website/static/img/jqueryui/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/jqueryui/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /website/static/img/jqueryui/ui-bg_glass_75_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/jqueryui/ui-bg_glass_75_ffffff_1x400.png -------------------------------------------------------------------------------- /website/static/img/jqueryui/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/jqueryui/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /website/static/img/jqueryui/ui-bg_inset-soft_95_fef1ec_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/jqueryui/ui-bg_inset-soft_95_fef1ec_1x100.png -------------------------------------------------------------------------------- /website/static/img/jqueryui/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/jqueryui/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /website/static/img/jqueryui/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/jqueryui/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /website/static/img/jqueryui/ui-icons_428bca_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/jqueryui/ui-icons_428bca_256x240.png -------------------------------------------------------------------------------- /website/static/img/jqueryui/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/jqueryui/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /website/static/img/jqueryui/ui-icons_555555_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/jqueryui/ui-icons_555555_256x240.png -------------------------------------------------------------------------------- /website/static/img/jqueryui/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/jqueryui/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /website/static/img/jqueryui/ui-icons_999999_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/jqueryui/ui-icons_999999_256x240.png -------------------------------------------------------------------------------- /website/static/img/jqueryui/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/jqueryui/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /website/static/img/jqueryui/ui-icons_f0ad4e_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/jqueryui/ui-icons_f0ad4e_256x240.png -------------------------------------------------------------------------------- /website/static/img/jqueryui/ui-icons_f6cf3b_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/jqueryui/ui-icons_f6cf3b_256x240.png -------------------------------------------------------------------------------- /website/static/img/jqueryui/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/jqueryui/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /website/static/img/lcqoIj9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/lcqoIj9.png -------------------------------------------------------------------------------- /website/static/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/loading.gif -------------------------------------------------------------------------------- /website/static/img/logo-blacknwhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/logo-blacknwhite.png -------------------------------------------------------------------------------- /website/static/img/logo-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/logo-blue.png -------------------------------------------------------------------------------- /website/static/img/logo-o.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/logo-o.png -------------------------------------------------------------------------------- /website/static/img/logo-pale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/logo-pale.png -------------------------------------------------------------------------------- /website/static/img/logo-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/logo-white.png -------------------------------------------------------------------------------- /website/static/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/logo.png -------------------------------------------------------------------------------- /website/static/img/mappin-default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/mappin-default.png -------------------------------------------------------------------------------- /website/static/img/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/minus.png -------------------------------------------------------------------------------- /website/static/img/mybg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/mybg.png -------------------------------------------------------------------------------- /website/static/img/pattern/divider.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/pattern/divider.jpg -------------------------------------------------------------------------------- /website/static/img/pattern/graphy-xs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/pattern/graphy-xs.png -------------------------------------------------------------------------------- /website/static/img/pattern/graphy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/pattern/graphy.png -------------------------------------------------------------------------------- /website/static/img/pattern/license-info.txt: -------------------------------------------------------------------------------- 1 | These backgrounds are gathered from http://subtlepatterns.com/ 2 | 3 | Subtle Patterns by Subtle Patterns is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License. -------------------------------------------------------------------------------- /website/static/img/pattern/lightpaperfibers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/pattern/lightpaperfibers.png -------------------------------------------------------------------------------- /website/static/img/pattern/movable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/pattern/movable.png -------------------------------------------------------------------------------- /website/static/img/pattern/nistri-xs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/pattern/nistri-xs.png -------------------------------------------------------------------------------- /website/static/img/pattern/nistri.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/pattern/nistri.png -------------------------------------------------------------------------------- /website/static/img/pattern/overlay-pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/pattern/overlay-pattern.png -------------------------------------------------------------------------------- /website/static/img/pattern/paper-xs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/pattern/paper-xs.png -------------------------------------------------------------------------------- /website/static/img/pattern/paper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/pattern/paper.png -------------------------------------------------------------------------------- /website/static/img/pattern/pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/pattern/pattern.png -------------------------------------------------------------------------------- /website/static/img/pattern/sneaker_mesh_fabric-xs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/pattern/sneaker_mesh_fabric-xs.png -------------------------------------------------------------------------------- /website/static/img/pattern/sneaker_mesh_fabric.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/pattern/sneaker_mesh_fabric.png -------------------------------------------------------------------------------- /website/static/img/pattern/tileable_wood_texture-xs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/pattern/tileable_wood_texture-xs.png -------------------------------------------------------------------------------- /website/static/img/pattern/tileable_wood_texture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/pattern/tileable_wood_texture.png -------------------------------------------------------------------------------- /website/static/img/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/plus.png -------------------------------------------------------------------------------- /website/static/img/ribbon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/ribbon.png -------------------------------------------------------------------------------- /website/static/img/sa-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/sa-dark.png -------------------------------------------------------------------------------- /website/static/img/sa-default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/sa-default.png -------------------------------------------------------------------------------- /website/static/img/saturation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/saturation.png -------------------------------------------------------------------------------- /website/static/img/select2-spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/select2-spinner.gif -------------------------------------------------------------------------------- /website/static/img/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/sort_asc.png -------------------------------------------------------------------------------- /website/static/img/sort_asc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/sort_asc_disabled.png -------------------------------------------------------------------------------- /website/static/img/sort_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/sort_both.png -------------------------------------------------------------------------------- /website/static/img/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/sort_desc.png -------------------------------------------------------------------------------- /website/static/img/sort_desc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/sort_desc_disabled.png -------------------------------------------------------------------------------- /website/static/img/splash/ipad-landscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/splash/ipad-landscape.png -------------------------------------------------------------------------------- /website/static/img/splash/ipad-portrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/splash/ipad-portrait.png -------------------------------------------------------------------------------- /website/static/img/splash/iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/splash/iphone.png -------------------------------------------------------------------------------- /website/static/img/splash/sptouch-icon-iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/splash/sptouch-icon-iphone.png -------------------------------------------------------------------------------- /website/static/img/splash/touch-icon-ipad-retina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/splash/touch-icon-ipad-retina.png -------------------------------------------------------------------------------- /website/static/img/splash/touch-icon-ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/splash/touch-icon-ipad.png -------------------------------------------------------------------------------- /website/static/img/splash/touch-icon-iphone-retina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/splash/touch-icon-iphone-retina.png -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-full-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-full-1.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-full-10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-full-10.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-full-11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-full-11.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-full-12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-full-12.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-full-13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-full-13.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-full-14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-full-14.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-full-15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-full-15.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-full-16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-full-16.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-full-17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-full-17.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-full-18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-full-18.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-full-19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-full-19.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-full-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-full-2.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-full-20-bw.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-full-20-bw.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-full-20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-full-20.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-full-21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-full-21.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-full-22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-full-22.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-full-23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-full-23.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-full-24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-full-24.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-full-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-full-3.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-full-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-full-4.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-full-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-full-5.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-full-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-full-6.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-full-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-full-7.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-full-8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-full-8.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-full-9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-full-9.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-thumb-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-thumb-1.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-thumb-10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-thumb-10.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-thumb-11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-thumb-11.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-thumb-12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-thumb-12.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-thumb-13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-thumb-13.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-thumb-14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-thumb-14.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-thumb-15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-thumb-15.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-thumb-16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-thumb-16.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-thumb-17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-thumb-17.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-thumb-18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-thumb-18.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-thumb-19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-thumb-19.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-thumb-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-thumb-2.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-thumb-20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-thumb-20.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-thumb-21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-thumb-21.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-thumb-22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-thumb-22.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-thumb-23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-thumb-23.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-thumb-24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-thumb-24.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-thumb-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-thumb-3.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-thumb-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-thumb-4.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-thumb-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-thumb-5.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-thumb-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-thumb-6.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-thumb-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-thumb-7.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-thumb-8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-thumb-8.jpg -------------------------------------------------------------------------------- /website/static/img/superbox/superbox-thumb-9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/superbox/superbox-thumb-9.jpg -------------------------------------------------------------------------------- /website/static/img/versions/ajaxversion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/versions/ajaxversion.png -------------------------------------------------------------------------------- /website/static/img/versions/angularversion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/versions/angularversion.png -------------------------------------------------------------------------------- /website/static/img/versions/dotnetversion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/versions/dotnetversion.png -------------------------------------------------------------------------------- /website/static/img/versions/htmlversion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/versions/htmlversion.png -------------------------------------------------------------------------------- /website/static/img/versions/phpversion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/versions/phpversion.png -------------------------------------------------------------------------------- /website/static/img/versions/reactversion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/versions/reactversion.png -------------------------------------------------------------------------------- /website/static/img/violate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/violate.jpg -------------------------------------------------------------------------------- /website/static/img/voicecommand/active-btn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/voicecommand/active-btn.gif -------------------------------------------------------------------------------- /website/static/img/vt-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/img/vt-menu.png -------------------------------------------------------------------------------- /website/static/js/plugin/bootstrap-tags/bootstrap-tagsinput-angular.min.js: -------------------------------------------------------------------------------- 1 | /*! SmartAdmin - v1.5 - 2014-09-27 */angular.module("bootstrap-tagsinput",[]).directive("bootstrapTagsinput",[function(){function a(a,b){return b?angular.isFunction(a.$parent[b])?a.$parent[b]:function(a){return a[b]}:void 0}return{"restrict":"EA","scope":{"model":"=ngModel"},"template":"","replace":!1,"link":function(b,c,d){$(function(){angular.isArray(b.model)||(b.model=[]);var e=$("select",c);e.tagsinput({"typeahead":{"source":angular.isFunction(b.$parent[d.typeaheadSource])?b.$parent[d.typeaheadSource]:null},"itemValue":a(b,d.itemvalue),"itemText":a(b,d.itemtext),"tagClass":angular.isFunction(b.$parent[d.tagclass])?b.$parent[d.tagclass]:function(){return d.tagclass}});for(var f=0;f ul")&&!mytreebranch){var mytreebranch=$(".tree").find("li:has(ul)").addClass("parent_li").attr("role","treeitem").find(" > span").attr("title","Collapse this branch");$(".tree > ul").attr("role","tree").find("ul").attr("role","group"),mytreebranch.on("click",function(a){var b=$(this).parent("li.parent_li").find(" > ul > li");b.is(":visible")?(b.hide("fast"),$(this).attr("title","Expand this branch").find(" > i").addClass("icon-plus-sign").removeClass("icon-minus-sign")):(b.show("fast"),$(this).attr("title","Collapse this branch").find(" > i").addClass("icon-minus-sign").removeClass("icon-plus-sign")),a.stopPropagation()})} -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/README.md: -------------------------------------------------------------------------------- 1 | CKEditor 4 2 | ========== 3 | 4 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 5 | http://ckeditor.com - See LICENSE.md for license information. 6 | 7 | CKEditor is a text editor to be used inside web pages. It's not a replacement 8 | for desktop text editors like Word or OpenOffice, but a component to be used as 9 | part of web applications and websites. 10 | 11 | ## Documentation 12 | 13 | The full editor documentation is available online at the following address: 14 | http://docs.ckeditor.com 15 | 16 | ## Installation 17 | 18 | Installing CKEditor is an easy task. Just follow these simple steps: 19 | 20 | 1. **Download** the latest version from the CKEditor website: 21 | http://ckeditor.com. You should have already completed this step, but be 22 | sure you have the very latest version. 23 | 2. **Extract** (decompress) the downloaded file into the root of your website. 24 | 25 | **Note:** CKEditor is by default installed in the `ckeditor` folder. You can 26 | place the files in whichever you want though. 27 | 28 | ## Checking Your Installation 29 | 30 | The editor comes with a few sample pages that can be used to verify that 31 | installation proceeded properly. Take a look at the `samples` directory. 32 | 33 | To test your installation, just call the following page at your website: 34 | 35 | http:////samples/index.html 36 | 37 | For example: 38 | 39 | http://www.example.com/ckeditor/samples/index.html 40 | -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/config.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.editorConfig = function( config ) { 7 | // Define changes to default configuration here. For example: 8 | // config.language = 'fr'; 9 | // config.uiColor = '#AADC6E'; 10 | }; 11 | -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 2 | For licensing, see LICENSE.md or http://ckeditor.com/license 3 | 4 | cs.js Found: 30 Missing: 0 5 | cy.js Found: 30 Missing: 0 6 | da.js Found: 12 Missing: 18 7 | de.js Found: 30 Missing: 0 8 | el.js Found: 25 Missing: 5 9 | eo.js Found: 30 Missing: 0 10 | fa.js Found: 30 Missing: 0 11 | fi.js Found: 30 Missing: 0 12 | fr.js Found: 30 Missing: 0 13 | gu.js Found: 12 Missing: 18 14 | he.js Found: 30 Missing: 0 15 | it.js Found: 30 Missing: 0 16 | mk.js Found: 5 Missing: 25 17 | nb.js Found: 30 Missing: 0 18 | nl.js Found: 30 Missing: 0 19 | no.js Found: 30 Missing: 0 20 | pt-br.js Found: 30 Missing: 0 21 | ro.js Found: 6 Missing: 24 22 | tr.js Found: 30 Missing: 0 23 | ug.js Found: 27 Missing: 3 24 | vi.js Found: 6 Missing: 24 25 | zh-cn.js Found: 30 Missing: 0 26 | -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang("a11yhelp","zh-cn",{title:"辅助功能说明",contents:"帮助内容。要关闭此对话框请按 ESC 键。",legend:[{name:"常规",items:[{name:"编辑器工具栏",legend:"按 ${toolbarFocus} 导航到工具栏,使用 TAB 键和 SHIFT+TAB 组合键移动到上一个和下一个工具栏组。使用左右箭头键移动到上一个和下一个工具栏按钮。按空格键或回车键以选中工具栏按钮。"},{name:"编辑器对话框",legend:"在对话框内,TAB 键移动到下一个字段,SHIFT + TAB 组合键移动到上一个字段,ENTER 键提交对话框,ESC 键取消对话框。对于有多选项卡的对话框,用ALT + F10来移到选项卡列表。然后用 TAB 键或者向右箭头来移动到下一个选项卡;SHIFT + TAB 组合键或者向左箭头移动到上一个选项卡。用 SPACE 键或者 ENTER 键选择选项卡。"},{name:"编辑器上下文菜单",legend:"用 ${contextMenu} 或者“应用程序键”打开上下文菜单。然后用 TAB 键或者下箭头键来移动到下一个菜单项;SHIFT + TAB 组合键或者上箭头键移动到上一个菜单项。用 SPACE 键或者 ENTER 键选择菜单项。用 SPACE 键,ENTER 键或者右箭头键打开子菜单。返回菜单用 ESC 键或者左箭头键。用 ESC 键关闭上下文菜单。"}, 6 | {name:"编辑器列表框",legend:"在列表框中,移到下一列表项用 TAB 键或者下箭头键。移到上一列表项用SHIFT + TAB 组合键或者上箭头键,用 SPACE 键或者 ENTER 键选择列表项。用 ESC 键收起列表框。"},{name:"编辑器元素路径栏",legend:"按 ${elementsPathFocus} 以导航到元素路径栏,使用 TAB 键或右箭头键选择下一个元素,使用 SHIFT+TAB 组合键或左箭头键选择上一个元素,按空格键或回车键以选定编辑器里的元素。"}]},{name:"命令",items:[{name:" 撤消命令",legend:"按 ${undo}"},{name:" 重做命令",legend:"按 ${redo}"},{name:" 加粗命令",legend:"按 ${bold}"},{name:" 倾斜命令",legend:"按 ${italic}"},{name:" 下划线命令",legend:"按 ${underline}"},{name:" 链接命令",legend:"按 ${link}"},{name:" 工具栏折叠命令",legend:"按 ${toolbarCollapse}"}, 7 | {name:"访问前一个焦点区域的命令",legend:"按 ${accessPreviousSpace} 访问^符号前最近的不可访问的焦点区域,例如:两个相邻的 HR元素。重复此组合按键可以到达远处的焦点区域。"},{name:"访问下一个焦点区域命令",legend:"按 ${accessNextSpace} 以访问^符号后最近的不可访问的焦点区域。例如:两个相邻的 HR 元素。重复此组合按键可以到达远处的焦点区域。"},{name:"辅助功能帮助",legend:"按 ${a11yHelp}"}]}]}); -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/about/dialogs/about.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.dialog.add("about",function(a){var a=a.lang.about,b=CKEDITOR.plugins.get("about").path+"dialogs/"+(CKEDITOR.env.hidpi?"hidpi/":"")+"logo_ckeditor.png";return{title:CKEDITOR.env.ie?a.dlgTitle:a.title,minWidth:390,minHeight:230,contents:[{id:"tab1",label:"",title:"",expand:!0,padding:0,elements:[{type:"html",html:'

CKEditor '+CKEDITOR.version+" (revision "+CKEDITOR.revision+')
http://ckeditor.com

'+a.help.replace("$1",''+ 7 | a.userGuide+"")+"

"+a.moreInfo+'
http://ckeditor.com/about/license

'+a.copy.replace("$1",'CKSource - Frederico Knabben')+"

"}]}],buttons:[CKEDITOR.dialog.cancelButton]}}); -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/about/dialogs/logo_ckeditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/about/dialogs/logo_ckeditor.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/dialog/dialogDefinition.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/fakeobjects/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/fakeobjects/images/spacer.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/flash/images/placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/flash/images/placeholder.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/forms/dialogs/button.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.dialog.add("button",function(b){function d(a){var b=this.getValue();b?(a.attributes[this.id]=b,"name"==this.id&&(a.attributes["data-cke-saved-name"]=b)):(delete a.attributes[this.id],"name"==this.id&&delete a.attributes["data-cke-saved-name"])}return{title:b.lang.forms.button.title,minWidth:350,minHeight:150,onShow:function(){delete this.button;var a=this.getParentEditor().getSelection().getSelectedElement();a&&a.is("input")&&a.getAttribute("type")in{button:1,reset:1,submit:1}&&(this.button= 6 | a,this.setupContent(a))},onOk:function(){var a=this.getParentEditor(),b=this.button,d=!b,c=b?CKEDITOR.htmlParser.fragment.fromHtml(b.getOuterHtml()).children[0]:new CKEDITOR.htmlParser.element("input");this.commitContent(c);var e=new CKEDITOR.htmlParser.basicWriter;c.writeHtml(e);c=CKEDITOR.dom.element.createFromHtml(e.getHtml(),a.document);d?a.insertElement(c):(c.replace(b),a.getSelection().selectElement(c))},contents:[{id:"info",label:b.lang.forms.button.title,title:b.lang.forms.button.title,elements:[{id:"name", 7 | type:"text",label:b.lang.common.name,"default":"",setup:function(a){this.setValue(a.data("cke-saved-name")||a.getAttribute("name")||"")},commit:d},{id:"value",type:"text",label:b.lang.forms.button.text,accessKey:"V","default":"",setup:function(a){this.setValue(a.getAttribute("value")||"")},commit:d},{id:"type",type:"select",label:b.lang.forms.button.type,"default":"button",accessKey:"T",items:[[b.lang.forms.button.typeBtn,"button"],[b.lang.forms.button.typeSbm,"submit"],[b.lang.forms.button.typeRst, 8 | "reset"]],setup:function(a){this.setValue(a.getAttribute("type")||"")},commit:d}]}]}}); -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/forms/dialogs/hiddenfield.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.dialog.add("hiddenfield",function(d){return{title:d.lang.forms.hidden.title,hiddenField:null,minWidth:350,minHeight:110,onShow:function(){delete this.hiddenField;var a=this.getParentEditor(),b=a.getSelection(),c=b.getSelectedElement();c&&(c.data("cke-real-element-type")&&"hiddenfield"==c.data("cke-real-element-type"))&&(this.hiddenField=c,c=a.restoreRealElement(this.hiddenField),this.setupContent(c),b.selectElement(this.hiddenField))},onOk:function(){var a=this.getValueOf("info","_cke_saved_name"); 6 | this.getValueOf("info","value");var b=this.getParentEditor(),a=CKEDITOR.env.ie&&!(8<=CKEDITOR.document.$.documentMode)?b.document.createElement(''):b.document.createElement("input");a.setAttribute("type","hidden");this.commitContent(a);a=b.createFakeElement(a,"cke_hidden","hiddenfield");this.hiddenField?(a.replace(this.hiddenField),b.getSelection().selectElement(a)):b.insertElement(a);return!0},contents:[{id:"info",label:d.lang.forms.hidden.title,title:d.lang.forms.hidden.title, 7 | elements:[{id:"_cke_saved_name",type:"text",label:d.lang.forms.hidden.name,"default":"",accessKey:"N",setup:function(a){this.setValue(a.data("cke-saved-name")||a.getAttribute("name")||"")},commit:function(a){this.getValue()?a.setAttribute("name",this.getValue()):a.removeAttribute("name")}},{id:"value",type:"text",label:d.lang.forms.hidden.value,"default":"",accessKey:"V",setup:function(a){this.setValue(a.getAttribute("value")||"")},commit:function(a){this.getValue()?a.setAttribute("value",this.getValue()): 8 | a.removeAttribute("value")}}]}]}}); -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/forms/images/hiddenfield.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/forms/images/hiddenfield.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/icons.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/icons_hidpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/icons_hidpi.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/iframe/images/placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/iframe/images/placeholder.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/image/images/noimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/image/images/noimage.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/link/images/anchor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/link/images/anchor.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/link/images/hidpi/anchor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/link/images/hidpi/anchor.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/magicline/images/hidpi/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/magicline/images/hidpi/icon.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/magicline/images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/magicline/images/icon.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/pagebreak/images/pagebreak.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/pagebreak/images/pagebreak.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/preview/preview.html: -------------------------------------------------------------------------------- 1 | 11 | -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/scayt/LICENSE.md: -------------------------------------------------------------------------------- 1 | Software License Agreement 2 | ========================== 3 | 4 | **CKEditor SCAYT Plugin** 5 | Copyright © 2012, [CKSource](http://cksource.com) - Frederico Knabben. All rights reserved. 6 | 7 | Licensed under the terms of any of the following licenses at your choice: 8 | 9 | * GNU General Public License Version 2 or later (the "GPL"): 10 | http://www.gnu.org/licenses/gpl.html 11 | 12 | * GNU Lesser General Public License Version 2.1 or later (the "LGPL"): 13 | http://www.gnu.org/licenses/lgpl.html 14 | 15 | * Mozilla Public License Version 1.1 or later (the "MPL"): 16 | http://www.mozilla.org/MPL/MPL-1.1.html 17 | 18 | You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using, reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of this software, indicating your license choice. 19 | 20 | Sources of Intellectual Property Included in this plugin 21 | -------------------------------------------------------- 22 | 23 | Where not otherwise indicated, all plugin content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, the plugin will incorporate work done by developers outside of CKSource with their express permission. 24 | 25 | Trademarks 26 | ---------- 27 | 28 | CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders. 29 | -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/scayt/README.md: -------------------------------------------------------------------------------- 1 | CKEditor SCAYT Plugin 2 | ===================== 3 | 4 | This plugin brings Spell Check As You Type (SCAYT) into CKEditor. 5 | 6 | SCAYT is a "installation-less", using the web-services of [WebSpellChecker.net](http://www.webspellchecker.net/). It's an out of the box solution. 7 | 8 | Installation 9 | ------------ 10 | 11 | 1. Clone/copy this repository contents in a new "plugins/scayt" folder in your CKEditor installation. 12 | 2. Enable the "scayt" plugin in the CKEditor configuration file (config.js): 13 | 14 | config.extraPlugins = 'scayt'; 15 | 16 | That's all. SCAYT will appear on the editor toolbar and will be ready to use. 17 | 18 | License 19 | ------- 20 | 21 | Licensed under the terms of any of the following licenses at your choice: [GPL](http://www.gnu.org/licenses/gpl.html), [LGPL](http://www.gnu.org/licenses/lgpl.html) and [MPL](http://www.mozilla.org/MPL/MPL-1.1.html). 22 | 23 | See LICENSE.md for more information. 24 | 25 | Developed in cooperation with [WebSpellChecker.net](http://www.webspellchecker.net/). 26 | -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/scayt/dialogs/toolbar.css: -------------------------------------------------------------------------------- 1 | a 2 | { 3 | text-decoration:none; 4 | padding: 2px 4px 4px 6px; 5 | display : block; 6 | border-width: 1px; 7 | border-style: solid; 8 | margin : 0px; 9 | } 10 | 11 | a.cke_scayt_toogle:hover, 12 | a.cke_scayt_toogle:focus, 13 | a.cke_scayt_toogle:active 14 | { 15 | border-color: #316ac5; 16 | background-color: #dff1ff; 17 | color : #000; 18 | cursor: pointer; 19 | margin : 0px; 20 | } 21 | a.cke_scayt_toogle { 22 | color : #316ac5; 23 | border-color: #fff; 24 | } 25 | .scayt_enabled a.cke_scayt_item { 26 | color : #316ac5; 27 | border-color: #fff; 28 | margin : 0px; 29 | } 30 | .scayt_disabled a.cke_scayt_item { 31 | color : gray; 32 | border-color : #fff; 33 | } 34 | .scayt_enabled a.cke_scayt_item:hover, 35 | .scayt_enabled a.cke_scayt_item:focus, 36 | .scayt_enabled a.cke_scayt_item:active 37 | { 38 | border-color: #316ac5; 39 | background-color: #dff1ff; 40 | color : #000; 41 | cursor: pointer; 42 | } 43 | .scayt_disabled a.cke_scayt_item:hover, 44 | .scayt_disabled a.cke_scayt_item:focus, 45 | .scayt_disabled a.cke_scayt_item:active 46 | { 47 | border-color: gray; 48 | background-color: #dff1ff; 49 | color : gray; 50 | cursor: no-drop; 51 | } 52 | .cke_scayt_set_on, .cke_scayt_set_off 53 | { 54 | display: none; 55 | } 56 | .scayt_enabled .cke_scayt_set_on 57 | { 58 | display: none; 59 | } 60 | .scayt_disabled .cke_scayt_set_on 61 | { 62 | display: inline; 63 | } 64 | .scayt_disabled .cke_scayt_set_off 65 | { 66 | display: none; 67 | } 68 | .scayt_enabled .cke_scayt_set_off 69 | { 70 | display: inline; 71 | } 72 | -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/showblocks/images/block_address.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/showblocks/images/block_address.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/showblocks/images/block_blockquote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/showblocks/images/block_blockquote.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/showblocks/images/block_div.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/showblocks/images/block_div.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/showblocks/images/block_h1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/showblocks/images/block_h1.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/showblocks/images/block_h2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/showblocks/images/block_h2.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/showblocks/images/block_h3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/showblocks/images/block_h3.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/showblocks/images/block_h4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/showblocks/images/block_h4.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/showblocks/images/block_h5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/showblocks/images/block_h5.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/showblocks/images/block_h6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/showblocks/images/block_h6.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/showblocks/images/block_p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/showblocks/images/block_p.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/showblocks/images/block_pre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/showblocks/images/block_pre.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/smiley/images/angel_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/smiley/images/angel_smile.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/smiley/images/angry_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/smiley/images/angry_smile.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/smiley/images/broken_heart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/smiley/images/broken_heart.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/smiley/images/confused_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/smiley/images/confused_smile.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/smiley/images/cry_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/smiley/images/cry_smile.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/smiley/images/devil_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/smiley/images/devil_smile.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/smiley/images/embaressed_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/smiley/images/embaressed_smile.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/smiley/images/embarrassed_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/smiley/images/embarrassed_smile.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/smiley/images/envelope.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/smiley/images/envelope.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/smiley/images/heart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/smiley/images/heart.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/smiley/images/kiss.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/smiley/images/kiss.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/smiley/images/lightbulb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/smiley/images/lightbulb.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/smiley/images/omg_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/smiley/images/omg_smile.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/smiley/images/regular_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/smiley/images/regular_smile.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/smiley/images/sad_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/smiley/images/sad_smile.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/smiley/images/shades_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/smiley/images/shades_smile.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/smiley/images/teeth_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/smiley/images/teeth_smile.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/smiley/images/thumbs_down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/smiley/images/thumbs_down.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/smiley/images/thumbs_up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/smiley/images/thumbs_up.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/smiley/images/tongue_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/smiley/images/tongue_smile.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/smiley/images/tounge_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/smiley/images/tounge_smile.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/smiley/images/wink_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/smiley/images/wink_smile.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 2 | For licensing, see LICENSE.md or http://ckeditor.com/license 3 | 4 | cs.js Found: 118 Missing: 0 5 | cy.js Found: 118 Missing: 0 6 | de.js Found: 118 Missing: 0 7 | el.js Found: 16 Missing: 102 8 | eo.js Found: 118 Missing: 0 9 | et.js Found: 31 Missing: 87 10 | fa.js Found: 24 Missing: 94 11 | fi.js Found: 23 Missing: 95 12 | fr.js Found: 118 Missing: 0 13 | hr.js Found: 23 Missing: 95 14 | it.js Found: 118 Missing: 0 15 | nb.js Found: 118 Missing: 0 16 | nl.js Found: 118 Missing: 0 17 | no.js Found: 118 Missing: 0 18 | tr.js Found: 118 Missing: 0 19 | ug.js Found: 39 Missing: 79 20 | zh-cn.js Found: 118 Missing: 0 21 | -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/templates/templates/default.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.addTemplates("default",{imagesPath:CKEDITOR.getUrl(CKEDITOR.plugins.getPath("templates")+"templates/images/"),templates:[{title:"Image and Title",image:"template1.gif",description:"One main image with a title and text that surround the image.",html:'

Type the title here

Type the text here

'},{title:"Strange Template",image:"template2.gif",description:"A template that defines two colums, each one with a title, and some text.", 6 | html:'

Title 1

Title 2

Text 1Text 2

More text goes here.

'},{title:"Text and Table",image:"template3.gif",description:"A title with some text and a table.",html:'

Title goes here

Table title
   
   
   

Type the text here

'}]}); -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/templates/templates/images/template1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/templates/templates/images/template1.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/templates/templates/images/template2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/templates/templates/images/template2.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/templates/templates/images/template3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/plugins/templates/templates/images/template3.gif -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/wsc/LICENSE.md: -------------------------------------------------------------------------------- 1 | Software License Agreement 2 | ========================== 3 | 4 | **CKEditor WSC Plugin** 5 | Copyright © 2012, [CKSource](http://cksource.com) - Frederico Knabben. All rights reserved. 6 | 7 | Licensed under the terms of any of the following licenses at your choice: 8 | 9 | * GNU General Public License Version 2 or later (the "GPL"): 10 | http://www.gnu.org/licenses/gpl.html 11 | 12 | * GNU Lesser General Public License Version 2.1 or later (the "LGPL"): 13 | http://www.gnu.org/licenses/lgpl.html 14 | 15 | * Mozilla Public License Version 1.1 or later (the "MPL"): 16 | http://www.mozilla.org/MPL/MPL-1.1.html 17 | 18 | You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using, reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of this software, indicating your license choice. 19 | 20 | Sources of Intellectual Property Included in this plugin 21 | -------------------------------------------------------- 22 | 23 | Where not otherwise indicated, all plugin content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, the plugin will incorporate work done by developers outside of CKSource with their express permission. 24 | 25 | Trademarks 26 | ---------- 27 | 28 | CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders. 29 | -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/wsc/README.md: -------------------------------------------------------------------------------- 1 | CKEditor WebSpellChecker Plugin 2 | =============================== 3 | 4 | This plugin brings Web Spell Checker (WSC) into CKEditor. 5 | 6 | WSC is "installation-less", using the web-services of [WebSpellChecker.net](http://www.webspellchecker.net/). It's an out of the box solution. 7 | 8 | Installation 9 | ------------ 10 | 11 | 1. Clone/copy this repository contents in a new "plugins/wsc" folder in your CKEditor installation. 12 | 2. Enable the "wsc" plugin in the CKEditor configuration file (config.js): 13 | 14 | config.extraPlugins = 'wsc'; 15 | 16 | That's all. WSC will appear on the editor toolbar and will be ready to use. 17 | 18 | License 19 | ------- 20 | 21 | Licensed under the terms of any of the following licenses at your choice: [GPL](http://www.gnu.org/licenses/gpl.html), [LGPL](http://www.gnu.org/licenses/lgpl.html) and [MPL](http://www.mozilla.org/MPL/MPL-1.1.html). 22 | 23 | See LICENSE.md for more information. 24 | 25 | Developed in cooperation with [WebSpellChecker.net](http://www.webspellchecker.net/). 26 | -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/plugins/wsc/dialogs/wsc.css: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | html, body 7 | { 8 | background-color: transparent; 9 | margin: 0px; 10 | padding: 0px; 11 | } 12 | 13 | body 14 | { 15 | padding: 10px; 16 | } 17 | 18 | body, td, input, select, textarea 19 | { 20 | font-size: 11px; 21 | font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana; 22 | } 23 | 24 | .midtext 25 | { 26 | padding:0px; 27 | margin:10px; 28 | } 29 | 30 | .midtext p 31 | { 32 | padding:0px; 33 | margin:10px; 34 | } 35 | 36 | .Button 37 | { 38 | border: #737357 1px solid; 39 | color: #3b3b1f; 40 | background-color: #c7c78f; 41 | } 42 | 43 | .PopupTabArea 44 | { 45 | color: #737357; 46 | background-color: #e3e3c7; 47 | } 48 | 49 | .PopupTitleBorder 50 | { 51 | border-bottom: #d5d59d 1px solid; 52 | } 53 | .PopupTabEmptyArea 54 | { 55 | padding-left: 10px; 56 | border-bottom: #d5d59d 1px solid; 57 | } 58 | 59 | .PopupTab, .PopupTabSelected 60 | { 61 | border-right: #d5d59d 1px solid; 62 | border-top: #d5d59d 1px solid; 63 | border-left: #d5d59d 1px solid; 64 | padding: 3px 5px 3px 5px; 65 | color: #737357; 66 | } 67 | 68 | .PopupTab 69 | { 70 | margin-top: 1px; 71 | border-bottom: #d5d59d 1px solid; 72 | cursor: pointer; 73 | } 74 | 75 | .PopupTabSelected 76 | { 77 | font-weight: bold; 78 | cursor: default; 79 | padding-top: 4px; 80 | border-bottom: #f1f1e3 1px solid; 81 | background-color: #f1f1e3; 82 | } 83 | -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/samples/assets/inlineall/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/samples/assets/inlineall/logo.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/samples/assets/posteddata.php: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 10 | 11 | Sample — CKEditor 12 | 13 | 14 | 15 |

16 | CKEditor — Posted Data 17 |

18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | $value ) 31 | { 32 | if ( ( !is_string($value) && !is_numeric($value) ) || !is_string($key) ) 33 | continue; 34 | 35 | if ( get_magic_quotes_gpc() ) 36 | $value = htmlspecialchars( stripslashes((string)$value) ); 37 | else 38 | $value = htmlspecialchars( (string)$value ); 39 | ?> 40 | 41 | 42 | 43 | 44 | 48 |
Field NameValue
49 | 58 | 59 | 60 | -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/samples/assets/sample.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Required by tests (dom/document.html). 3 | */ 4 | -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/samples/assets/sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/samples/assets/sample.jpg -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/samples/assets/uilanguages/languages.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | var CKEDITOR_LANGS=function(){var c={af:"Afrikaans",ar:"Arabic",bg:"Bulgarian",bn:"Bengali/Bangla",bs:"Bosnian",ca:"Catalan",cs:"Czech",cy:"Welsh",da:"Danish",de:"German",el:"Greek",en:"English","en-au":"English (Australia)","en-ca":"English (Canadian)","en-gb":"English (United Kingdom)",eo:"Esperanto",es:"Spanish",et:"Estonian",eu:"Basque",fa:"Persian",fi:"Finnish",fo:"Faroese",fr:"French","fr-ca":"French (Canada)",gl:"Galician",gu:"Gujarati",he:"Hebrew",hi:"Hindi",hr:"Croatian",hu:"Hungarian",id:"Indonesian", 6 | is:"Icelandic",it:"Italian",ja:"Japanese",ka:"Georgian",km:"Khmer",ko:"Korean",ku:"Kurdish",lt:"Lithuanian",lv:"Latvian",mk:"Macedonian",mn:"Mongolian",ms:"Malay",nb:"Norwegian Bokmal",nl:"Dutch",no:"Norwegian",pl:"Polish",pt:"Portuguese (Portugal)","pt-br":"Portuguese (Brazil)",ro:"Romanian",ru:"Russian",si:"Sinhala",sk:"Slovak",sq:"Albanian",sl:"Slovenian",sr:"Serbian (Cyrillic)","sr-latn":"Serbian (Latin)",sv:"Swedish",th:"Thai",tr:"Turkish",ug:"Uighur",uk:"Ukrainian",vi:"Vietnamese",zh:"Chinese Traditional", 7 | "zh-cn":"Chinese Simplified"},b=[],a;for(a in CKEDITOR.lang.languages)b.push({code:a,name:c[a]||a});b.sort(function(a,b){return a.name' + requires[ i ] + '' ); 21 | } 22 | 23 | if ( missing.length ) { 24 | var warn = CKEDITOR.dom.element.createFromHtml( 25 | '
' + 26 | 'To fully experience this demo, the ' + missing.join( ', ' ) + ' plugin' + ( missing.length > 1 ? 's are' : ' is' ) + ' required.' + 27 | '
' 28 | ); 29 | warn.insertBefore( editor.container ); 30 | } 31 | } 32 | }); 33 | })(); 34 | -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/samples/sample_posteddata.php: -------------------------------------------------------------------------------- 1 |
 2 | 
 3 | -------------------------------------------------------------------------------------------
 4 |   CKEditor - Posted Data
 5 | 
 6 |   We are sorry, but your Web server does not support the PHP language used in this script.
 7 | 
 8 |   Please note that CKEditor can be used with any other server-side language than just PHP.
 9 |   To save the content created with CKEditor you need to read the POST data on the server
10 |   side and write it to a file or the database.
11 | 
12 |   Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
13 |   For licensing, see LICENSE.md or http://ckeditor.com/license
14 | -------------------------------------------------------------------------------------------
15 | 
16 | 
*/ include "assets/posteddata.php"; ?> 17 | -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/skins/moono/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/skins/moono/icons.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/skins/moono/icons_hidpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/skins/moono/icons_hidpi.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/skins/moono/images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/skins/moono/images/arrow.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/skins/moono/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/skins/moono/images/close.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/skins/moono/images/hidpi/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/skins/moono/images/hidpi/close.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/skins/moono/images/hidpi/lock-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/skins/moono/images/hidpi/lock-open.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/skins/moono/images/hidpi/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/skins/moono/images/hidpi/lock.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/skins/moono/images/hidpi/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/skins/moono/images/hidpi/refresh.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/skins/moono/images/lock-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/skins/moono/images/lock-open.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/skins/moono/images/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/skins/moono/images/lock.png -------------------------------------------------------------------------------- /website/static/js/plugin/ckeditor/skins/moono/images/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/ckeditor/skins/moono/images/refresh.png -------------------------------------------------------------------------------- /website/static/js/plugin/datatables/swf/copy_csv_xls.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/datatables/swf/copy_csv_xls.swf -------------------------------------------------------------------------------- /website/static/js/plugin/datatables/swf/copy_csv_xls_pdf.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/js/plugin/datatables/swf/copy_csv_xls_pdf.swf -------------------------------------------------------------------------------- /website/static/js/plugin/delete-table-row/delete-table-row.min.js: -------------------------------------------------------------------------------- 1 | /*! SmartAdmin - v1.5 - 2014-09-27 */(function(){var a;a=jQuery,a.fn.extend({"rowslide":function(b){var c,d,e;return c=this,d=this.find("td"),$row_id=c.attr("id"),e=this.getTallestTd(d),c.animate({"opacity":0},80,function(){var f,g;return d.each(function(){return this!==e?(a(this).empty(),a(this).css("padding","0")):void 0}),f=a(e),g=a("
"),g.css(f.css("padding")),f.css("padding","0"),f.wrapInner(g),f.children("div").animate({"height":"hide"},100,"swing",function(){return c.remove(),b?b():void 0})})},"getTallestTd":function(b){var c,d;return d=-1,c=0,b.each(function(b,e){return a(e).height()>c?(d=b,c=a(e).height()):void 0}),b.get(d)}})}).call(this); -------------------------------------------------------------------------------- /website/static/js/plugin/flot/jquery.flot.categories.min.js: -------------------------------------------------------------------------------- 1 | /*! SmartAdmin - v1.5 - 2014-09-27 */!function(a){function b(a,b,c,d){var e="categories"==b.xaxis.options.mode,f="categories"==b.yaxis.options.mode;if(e||f){var g=d.format;if(!g){var h=b;if(g=[],g.push({"x":!0,"number":!0,"required":!0}),g.push({"y":!0,"number":!0,"required":!0}),h.bars.show||h.lines.show&&h.lines.fill){var i=!!(h.bars.show&&h.bars.zero||h.lines.show&&h.lines.zero);g.push({"y":!0,"number":!0,"required":!1,"defaultValue":0,"autoscale":i}),h.bars.horizontal&&(delete g[g.length-1].y,g[g.length-1].x=!0)}d.format=g}for(var j=0;jb&&(b=a[c]);return b+1}function d(a){var b=[];for(var c in a.categories){var d=a.categories[c];d>=a.min&&d<=a.max&&b.push([d,c])}return b.sort(function(a,b){return a[0]-b[0]}),b}function e(b,c,e){if("categories"==b[c].options.mode){if(!b[c].categories){var g={},h=b[c].options.categories||{};if(a.isArray(h))for(var i=0;ik;++k){var l=e[j+k];null!=l&&g[k][h]&&(l in d||(d[l]=i,++i),e[j+k]=d[l])}}function g(a,b,c){e(b,"xaxis",c),e(b,"yaxis",c)}function h(a){a.hooks.processRawData.push(b),a.hooks.processDatapoints.push(g)}var i={"xaxis":{"categories":null},"yaxis":{"categories":null}};a.plot.plugins.push({"init":h,"options":i,"name":"categories","version":"1.0"})}(jQuery); -------------------------------------------------------------------------------- /website/static/js/plugin/flot/jquery.flot.crosshair.min.js: -------------------------------------------------------------------------------- 1 | /*! SmartAdmin - v1.5 - 2014-09-27 */!function(a){function b(a){function b(){d.locked||-1!=d.x&&(d.x=-1,a.triggerRedrawOverlay())}function c(b){if(!d.locked){if(a.getSelection&&a.getSelection())return void(d.x=-1);var c=a.offset();d.x=Math.max(0,Math.min(b.pageX-c.left,a.width())),d.y=Math.max(0,Math.min(b.pageY-c.top,a.height())),a.triggerRedrawOverlay()}}var d={"x":-1,"y":-1,"locked":!1};a.setCrosshair=function(b){if(b){var c=a.p2c(b);d.x=Math.max(0,Math.min(c.left,a.width())),d.y=Math.max(0,Math.min(c.top,a.height()))}else d.x=-1;a.triggerRedrawOverlay()},a.clearCrosshair=a.setCrosshair,a.lockCrosshair=function(b){b&&a.setCrosshair(b),d.locked=!0},a.unlockCrosshair=function(){d.locked=!1},a.hooks.bindEvents.push(function(a,d){a.getOptions().crosshair.mode&&(d.mouseout(b),d.mousemove(c))}),a.hooks.drawOverlay.push(function(a,b){var c=a.getOptions().crosshair;if(c.mode){var e=a.getPlotOffset();if(b.save(),b.translate(e.left,e.top),-1!=d.x){var f=a.getOptions().crosshair.lineWidth%2?.5:0;if(b.strokeStyle=c.color,b.lineWidth=c.lineWidth,b.lineJoin="round",b.beginPath(),-1!=c.mode.indexOf("x")){var g=Math.floor(d.x)+f;b.moveTo(g,0),b.lineTo(g,a.height())}if(-1!=c.mode.indexOf("y")){var h=Math.floor(d.y)+f;b.moveTo(0,h),b.lineTo(a.width(),h)}b.stroke()}b.restore()}}),a.hooks.shutdown.push(function(a,d){d.unbind("mouseout",b),d.unbind("mousemove",c)})}var c={"crosshair":{"mode":null,"color":"rgba(170, 0, 0, 0.80)","lineWidth":1}};a.plot.plugins.push({"init":b,"options":c,"name":"crosshair","version":"1.0"})}(jQuery); -------------------------------------------------------------------------------- /website/static/js/plugin/flot/jquery.flot.fillbetween.min.js: -------------------------------------------------------------------------------- 1 | /*! SmartAdmin - v1.5 - 2014-09-27 */!function(a){function b(a){function b(a,b){var c;for(c=0;c=b.length?null:b[a.fillBetween]:null}function c(a,c,d){if(null!=c.fillBetween){var e=b(c,a.getData());if(e){for(var f,g,h,i,j,k,l,m,n=d.pointsize,o=d.points,p=e.datapoints.pointsize,q=e.datapoints.points,r=[],s=c.lines.show,t=n>2&&d.format[2].y,u=s&&c.lines.steps,v=!0,w=0,x=0;;){if(w>=o.length)break;if(l=r.length,null==o[w]){for(m=0;n>m;++m)r.push(o[w+m]);w+=n}else if(x>=q.length){if(!s)for(m=0;n>m;++m)r.push(o[w+m]);w+=n}else if(null==q[x]){for(m=0;n>m;++m)r.push(null);v=!0,x+=p}else{if(f=o[w],g=o[w+1],i=q[x],j=q[x+1],k=0,f===i){for(m=0;n>m;++m)r.push(o[w+m]);k=j,w+=n,x+=p}else if(f>i){if(s&&w>0&&null!=o[w-n]){for(h=g+(o[w-n+1]-g)*(i-f)/(o[w-n]-f),r.push(i),r.push(h),m=2;n>m;++m)r.push(o[w+m]);k=j}x+=p}else{if(v&&s){w+=n;continue}for(m=0;n>m;++m)r.push(o[w+m]);s&&x>0&&null!=q[x-p]&&(k=j+(q[x-p+1]-j)*(f-i)/(q[x-p]-i)),w+=n}v=!1,l!==r.length&&t&&(r[l+2]=k)}if(u&&l!==r.length&&l>0&&null!==r[l]&&r[l]!==r[l-n]&&r[l+1]!==r[l-n+1]){for(m=0;n>m;++m)r[l+n+m]=r[l+m];r[l+1]=r[l-n+1]}}d.points=r}}}a.hooks.processDatapoints.push(c)}var c={"series":{"fillBetween":null}};a.plot.plugins.push({"init":b,"options":c,"name":"fillbetween","version":"1.0"})}(jQuery); -------------------------------------------------------------------------------- /website/static/js/plugin/flot/jquery.flot.orderBar.min.js: -------------------------------------------------------------------------------- 1 | /*! SmartAdmin - v1.4.1 - 2014-08-08 */!function(a){function b(a){function b(a,b,e){var g=null;if(c(b)&&(j(b),d(a),f(a),i(b),q>=2)){var h=k(b),r=0,t=l();r=m(h)?-1*n(p,h-1,Math.floor(q/2)-1)-t:n(p,Math.ceil(q/2),h-2)+t+2*s,g=o(e,b,r),e.points=g}return g}function c(a){return null!=a.bars&&a.bars.show&&null!=a.bars.order}function d(a){var b=u?a.getPlaceholder().innerHeight():a.getPlaceholder().innerWidth(),c=u?e(a.getData(),1):e(a.getData(),0),d=c[1]-c[0];t=d/b}function e(a,b){for(var c=new Array,d=0;dc?-1:c>d?1:0}function i(a){r=a.bars.lineWidth?a.bars.lineWidth:2,s=r*t}function j(a){a.bars.horizontal&&(u=!0)}function k(a){for(var b=0,c=0;c=e;e++)d+=a[e].bars.barWidth+2*s;return d}function o(a,b,c){for(var d=a.pointsize,e=a.points,f=0,g=u?1:0;g2&&(t?d.format[2].x:d.format[2].y),v=s&&c.lines.steps,w=!0,x=t?1:0,y=t?0:1,z=0,A=0;;){if(z>=o.length)break;if(l=r.length,null==o[z]){for(m=0;n>m;++m)r.push(o[z+m]);z+=n}else if(A>=q.length){if(!s)for(m=0;n>m;++m)r.push(o[z+m]);z+=n}else if(null==q[A]){for(m=0;n>m;++m)r.push(null);w=!0,A+=p}else{if(f=o[z+x],g=o[z+y],i=q[A+x],j=q[A+y],k=0,f==i){for(m=0;n>m;++m)r.push(o[z+m]);r[l+y]+=j,k=j,z+=n,A+=p}else if(f>i){if(s&&z>0&&null!=o[z-n]){for(h=g+(o[z-n+y]-g)*(i-f)/(o[z-n+x]-f),r.push(i),r.push(h+j),m=2;n>m;++m)r.push(o[z+m]);k=j}A+=p}else{if(w&&s){z+=n;continue}for(m=0;n>m;++m)r.push(o[z+m]);s&&A>0&&null!=q[A-p]&&(k=j+(q[A-p+y]-j)*(f-i)/(q[A-p+x]-i)),r[l+y]+=k,z+=n}w=!1,l!=r.length&&u&&(r[l+2]+=k)}if(v&&l!=r.length&&l>0&&null!=r[l]&&r[l]!=r[l-n]&&r[l+1]!=r[l-n+1]){for(m=0;n>m;++m)r[l+n+m]=r[l+m];r[l+1]=r[l-n+1]}}d.points=r}}}a.hooks.processDatapoints.push(c)}var c={"series":{"stack":null}};a.plot.plugins.push({"init":b,"options":c,"name":"stack","version":"1.2"})}(jQuery); -------------------------------------------------------------------------------- /website/static/js/plugin/flot/jquery.flot.symbol.min.js: -------------------------------------------------------------------------------- 1 | /*! SmartAdmin - v1.5 - 2014-09-27 */!function(a){function b(a,b){var c={"square":function(a,b,c,d){var e=d*Math.sqrt(Math.PI)/2;a.rect(b-e,c-e,e+e,e+e)},"diamond":function(a,b,c,d){var e=d*Math.sqrt(Math.PI/2);a.moveTo(b-e,c),a.lineTo(b,c-e),a.lineTo(b+e,c),a.lineTo(b,c+e),a.lineTo(b-e,c)},"triangle":function(a,b,c,d,e){var f=d*Math.sqrt(2*Math.PI/Math.sin(Math.PI/3)),g=f*Math.sin(Math.PI/3);a.moveTo(b-f/2,c+g/2),a.lineTo(b+f/2,c+g/2),e||(a.lineTo(b,c-g/2),a.lineTo(b-f/2,c+g/2))},"cross":function(a,b,c,d){var e=d*Math.sqrt(Math.PI)/2;a.moveTo(b-e,c-e),a.lineTo(b+e,c+e),a.moveTo(b-e,c+e),a.lineTo(b+e,c-e)}},d=b.points.symbol;c[d]&&(b.points.symbol=c[d])}function c(a){a.hooks.processDatapoints.push(b)}a.plot.plugins.push({"init":c,"name":"symbols","version":"1.0"})}(jQuery); -------------------------------------------------------------------------------- /website/static/js/plugin/flot/jquery.flot.threshold.min.js: -------------------------------------------------------------------------------- 1 | /*! SmartAdmin - v1.5 - 2014-09-27 */!function(a){function b(b){function c(b,c,d,e,f){var g,h,i,j,k,l=d.pointsize,m=a.extend({},c);m.datapoints={"points":[],"pointsize":l,"format":d.format},m.label=null,m.color=f,m.threshold=null,m.originSeries=c,m.data=[];var n,o=d.points,p=c.lines.show,q=[],r=[];for(g=0;gi?q:r,p&&k!=j&&null!=h&&g>0&&null!=o[g-l]){var s=h+(e-i)*(h-o[g-l])/(i-o[g-l+1]);for(k.push(s),k.push(e),n=2;l>n;++n)k.push(o[g+n]);for(j.push(null),j.push(null),n=2;l>n;++n)j.push(o[g+n]);for(j.push(s),j.push(e),n=2;l>n;++n)j.push(o[g+n])}for(j.push(h),j.push(i),n=2;l>n;++n)j.push(o[g+n])}if(d.points=r,m.datapoints.points=q,m.datapoints.points.length>0){var t=a.inArray(c,b.getData());b.getData().splice(t+1,0,m)}}function d(b,d,e){d.threshold&&(d.threshold instanceof Array?(d.threshold.sort(function(a,b){return a.below-b.below}),a(d.threshold).each(function(a,f){c(b,d,e,f.below,f.color)})):c(b,d,e,d.threshold.below,d.threshold.color))}b.hooks.processDatapoints.push(d)}var c={"series":{"threshold":null}};a.plot.plugins.push({"init":b,"options":c,"name":"threshold","version":"1.2"})}(jQuery); -------------------------------------------------------------------------------- /website/static/js/plugin/flot/jquery.flot.tooltip.min.js: -------------------------------------------------------------------------------- 1 | /*! SmartAdmin - v1.4.1 - 2014-08-08 */!function(a){var b={"tooltip":!1,"tooltipOpts":{"content":"%s | X: %x | Y: %y.2","dateFormat":"%y-%0m-%0d","shifts":{"x":10,"y":20},"defaultTheme":!0}},c=function(b){var c={"x":0,"y":0},d=b.getOptions(),e=function(a){c.x=a.x,c.y=a.y},f=function(a){var b={"x":0,"y":0};b.x=a.pageX,b.y=a.pageY,e(b)},g=function(b){var c=new Date(b);return a.plot.formatDate(c,d.tooltipOpts.dateFormat)};b.hooks.bindEvents.push(function(b,e){var i,j=d.tooltipOpts,k=b.getPlaceholder();d.tooltip!==!1&&(a("#flotTip").length>0?i=a("#flotTip"):(i=a("
").attr("id","flotTip"),i.appendTo("body").hide().css({"position":"absolute"}),j.defaultTheme&&i.css({"background":"#fff","z-index":"100","padding":"0.4em 0.6em","border-radius":"0.5em","font-size":"0.8em","border":"1px solid #111"})),a(k).bind("plothover",function(a,b,e){if(e){var f;f="time"===d.xaxis.mode||"time"===d.xaxes[0].mode?h(j.content,e,g):h(j.content,e),i.html(f).css({"left":c.x+j.shifts.x,"top":c.y+j.shifts.y}).show()}else i.hide().html("")}),e.mousemove(f))});var h=function(a,b,c){var d=/%p\.{0,1}(\d{0,})/,e=/%s/,f=/%x\.{0,1}(\d{0,})/,g=/%y\.{0,1}(\d{0,})/;return"undefined"!=typeof b.series.percent&&(a=i(d,a,b.series.percent)),"undefined"!=typeof b.series.label&&(a=a.replace(e,b.series.label)),"function"==typeof c?a=a.replace(f,c(b.series.data[b.dataIndex][0])):"number"==typeof b.series.data[b.dataIndex][0]&&(a=i(f,a,b.series.data[b.dataIndex][0])),"number"==typeof b.series.data[b.dataIndex][1]&&(a=i(g,a,b.series.data[b.dataIndex][1])),a},i=function(a,b,c){var d;return"null"!==b.match(a)&&(""!==RegExp.$1&&(d=RegExp.$1,c=c.toFixed(d)),b=b.replace(a,c)),b}};a.plot.plugins.push({"init":c,"options":b,"name":"tooltip","version":"0.4.4"})}(jQuery); -------------------------------------------------------------------------------- /website/static/js/plugin/ie-placeholder_/jquery.placeholder.min.js: -------------------------------------------------------------------------------- 1 | /** 2 | * jquery.placeholder http://matoilic.github.com/jquery.placeholder 3 | * 4 | * @version v0.2.4 5 | * @author Mato Ilic 6 | * @copyright 2013 Mato Ilic 7 | * 8 | * Dual licensed under the MIT and GPL licenses: 9 | * http://www.opensource.org/licenses/mit-license.php 10 | * http://www.gnu.org/licenses/gpl.html 11 | */ 12 | (function(b,f,i){function l(){b(this).find(c).each(j)}function m(a){for(var a=a.attributes,b={},c=/^jQuery\d+/,e=0;e0||(a.is(":password")?(c=a.attr("id")+"-clone",d=b("").attr(b.extend(m(this),{type:"text",value:placeholder,"data-password":1,id:c})).addClass("placeholder"),a.before(d).hide(),b("label[for="+a.attr("id")+"]").attr("for",c)):(a.val(placeholder),a.addClass("placeholder")))}var g="placeholder"in f.createElement("input"),h="placeholder"in f.createElement("textarea"),c=":input[placeholder]";b.placeholder={input:g,textarea:h};!i&&g&&h?b.fn.placeholder=function(){}:(!i&&g&& 14 | !h&&(c="textarea[placeholder]"),b.fn.realVal=b.fn.val,b.fn.val=function(){var a=b(this),d;if(arguments.length>0)return a.realVal.apply(this,arguments);d=a.realVal();a=a.attr("placeholder");return d==a?"":d},b.fn.placeholder=function(){this.filter(c).each(k);return this},b(function(a){var b=a(f);b.on("submit","form",l);b.on("focus",c,j);b.on("blur",c,k);a(c).placeholder()}))})(jQuery,document,window.debug); 15 | -------------------------------------------------------------------------------- /website/static/js/plugin/jquery-touch/jquery.ui.touch-punch.min.js: -------------------------------------------------------------------------------- 1 | /*! SmartAdmin - v1.5 - 2014-09-27 */!function(a){function b(a,b){if(!(a.originalEvent.touches.length>1)){a.preventDefault();var c=a.originalEvent.changedTouches[0],d=document.createEvent("MouseEvents");d.initMouseEvent(b,!0,!0,window,1,c.screenX,c.screenY,c.clientX,c.clientY,!1,!1,!1,!1,0,null),a.target.dispatchEvent(d)}}if(a.support.touch="ontouchend"in document,a.support.touch){var c,d=a.ui.mouse.prototype,e=d._mouseInit;d._touchStart=function(a){var d=this;!c&&d._mouseCapture(a.originalEvent.changedTouches[0])&&(c=!0,d._touchMoved=!1,b(a,"mouseover"),b(a,"mousemove"),b(a,"mousedown"))},d._touchMove=function(a){c&&(this._touchMoved=!0,b(a,"mousemove"))},d._touchEnd=function(a){c&&(b(a,"mouseup"),b(a,"mouseout"),this._touchMoved||b(a,"click"),c=!1)},d._mouseInit=function(){var b=this;b.element.bind("touchstart",a.proxy(b,"_touchStart")).bind("touchmove",a.proxy(b,"_touchMove")).bind("touchend",a.proxy(b,"_touchEnd")),e.call(b)}}}(jQuery); -------------------------------------------------------------------------------- /website/static/js/plugin/select2/readme.txt: -------------------------------------------------------------------------------- 1 | 08/06/2014: select2 has been updated to the latest version 3.4.8 -------------------------------------------------------------------------------- /website/static/js/plugin/superbox/superbox.min.js: -------------------------------------------------------------------------------- 1 | /*! SmartAdmin - v1.5 - 2014-09-27 */!function(a){a.fn.SuperBox=function(){var b=a('
'),c=a('

Image Title

http://imagelink.com/thisimage.jpg

Image description

Edit Image Delete

'),d=a('
');b.append(c).append(d);a(".superbox-imageinfo");return this.each(function(){a(".superbox-list").click(function(){$this=a(this);var d=$this.find(".superbox-img"),e=d.data("img"),f=d.attr("alt")||"No description",g=e,h=d.attr("title")||"No Title";c.attr("src",e),a(".superbox-list").removeClass("active"),$this.addClass("active"),c.find("em").text(g),c.find(">:first-child").text(h),c.find(".superbox-img-description").text(f),0==a(".superbox-current-img").css("opacity")&&a(".superbox-current-img").animate({"opacity":1}),a(this).next().hasClass("superbox-show")?(a(".superbox-list").removeClass("active"),b.toggle()):(b.insertAfter(this).css("display","block"),$this.addClass("active")),a("html, body").animate({"scrollTop":b.position().top-d.width()},"medium")}),a(".superbox").on("click",".superbox-close",function(){a(".superbox-list").removeClass("active"),a(".superbox-current-img").animate({"opacity":0},200,function(){a(".superbox-show").slideUp()})})})}}(jQuery); -------------------------------------------------------------------------------- /website/static/js/plugin/throttle-denounce/jquery.ba-throttle-debounce.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery throttle / debounce - v1.1 - 3/7/2010 3 | * http://benalman.com/projects/jquery-throttle-debounce-plugin/ 4 | * 5 | * Copyright (c) 2010 "Cowboy" Ben Alman 6 | * Dual licensed under the MIT and GPL licenses. 7 | * http://benalman.com/about/license/ 8 | */ 9 | (function(b,c){var $=b.jQuery||b.Cowboy||(b.Cowboy={}),a;$.throttle=a=function(e,f,j,i){var h,d=0;if(typeof f!=="boolean"){i=j;j=f;f=c}function g(){var o=this,m=+new Date()-d,n=arguments;function l(){d=+new Date();j.apply(o,n)}function k(){h=c}if(i&&!h){l()}h&&clearTimeout(h);if(i===c&&m>e){l()}else{if(f!==true){h=setTimeout(i?k:l,i===c?e-m:e)}}}if($.guid){g.guid=j.guid=j.guid||$.guid++}return g};$.debounce=function(d,e,f){return f===c?a(d,e,false):a(d,f,e!==false)}})(this); -------------------------------------------------------------------------------- /website/static/js/plugin/typeahead/typeaheadjs.min.js: -------------------------------------------------------------------------------- 1 | /*! SmartAdmin - v1.5 - 2014-09-27 */!function(a){"use strict";var b=function(a){this.init("typeaheadjs",a,b.defaults)};a.fn.editableutils.inherit(b,a.fn.editabletypes.text),a.extend(b.prototype,{"render":function(){this.renderClear(),this.setClass(),this.setAttr("placeholder"),this.$input.typeahead(this.options.typeahead),"bs3"===a.fn.editableform.engine&&(this.$input.hasClass("input-sm")&&this.$input.siblings("input.tt-hint").addClass("input-sm"),this.$input.hasClass("input-lg")&&this.$input.siblings("input.tt-hint").addClass("input-lg"))}}),b.defaults=a.extend({},a.fn.editabletypes.list.defaults,{"tpl":'',"typeahead":null,"clear":!0}),a.fn.editabletypes.typeaheadjs=b}(window.jQuery); -------------------------------------------------------------------------------- /website/static/js/plugin/vectormap/jquery-jvectormap-1.1.1.css: -------------------------------------------------------------------------------- 1 | .jvectormap-label { 2 | position: absolute; 3 | display: none; 4 | border: solid 1px #CDCDCD; 5 | -webkit-border-radius: 3px; 6 | -moz-border-radius: 3px; 7 | border-radius: 3px; 8 | background: #292929; 9 | color: white; 10 | font-family: sans-serif, Verdana; 11 | font-size: smaller; 12 | padding: 3px; 13 | } 14 | 15 | .jvectormap-zoomin, .jvectormap-zoomout { 16 | position: absolute; 17 | left: 10px; 18 | -webkit-border-radius: 3px; 19 | -moz-border-radius: 3px; 20 | border-radius: 3px; 21 | background: #292929; 22 | padding: 3px; 23 | color: white; 24 | width: 10px; 25 | height: 10px; 26 | cursor: pointer; 27 | line-height: 10px; 28 | text-align: center; 29 | } 30 | 31 | .jvectormap-zoomin { 32 | top: 10px; 33 | } 34 | 35 | .jvectormap-zoomout { 36 | top: 30px; 37 | } -------------------------------------------------------------------------------- /website/static/js/plugin/vectormap/jquery-jvectormap-1.2.2.css: -------------------------------------------------------------------------------- 1 | .jvectormap-label { 2 | position: absolute; 3 | display: none; 4 | border: solid 1px #CDCDCD; 5 | -webkit-border-radius: 3px; 6 | -moz-border-radius: 3px; 7 | border-radius: 3px; 8 | background: #292929; 9 | color: white; 10 | font-family: sans-serif, Verdana; 11 | font-size: smaller; 12 | padding: 3px; 13 | } 14 | 15 | .jvectormap-zoomin, .jvectormap-zoomout { 16 | position: absolute; 17 | left: 10px; 18 | -webkit-border-radius: 3px; 19 | -moz-border-radius: 3px; 20 | border-radius: 3px; 21 | background: #292929; 22 | padding: 3px; 23 | color: white; 24 | width: 10px; 25 | height: 10px; 26 | cursor: pointer; 27 | line-height: 10px; 28 | text-align: center; 29 | } 30 | 31 | .jvectormap-zoomin { 32 | top: 10px; 33 | } 34 | 35 | .jvectormap-zoomout { 36 | top: 30px; 37 | } -------------------------------------------------------------------------------- /website/static/js/smart-chat-ui/smart.chat.manager.min.js: -------------------------------------------------------------------------------- 1 | /*! SmartAdmin - v1.5 - 2014-09-27 */var chatboxManager=function(){var a=function(a){$.extend(chatbox_config,a)},b=function(){},c=function(){return(chatbox_config.width+chatbox_config.gap)*showList.length},d=function(a){var b=showList.indexOf(a);if(-1!=b){showList.splice(b,1),diff=chatbox_config.width+chatbox_config.gap;for(var c=b;c'+b.first_name+" "+b.last_name,"hidden":!1,"offset":c(),"width":chatbox_config.width,"status":b.status,"alertmsg":b.alertmsg,"alertshow":b.alertshow,"messageSent":f,"boxClosed":d}),boxList.push(a),showList.push(a),nameList.push(b.first_name)}},f=function(a,b,c){$("#chatlog").doesExist()&&$("#chatlog").append("You said to "+b.first_name+" "+b.last_name+": "+c+"
").effect("highlight",{},500),$("#"+a).chatbox("option","boxManager").addMsg("Me",c)};return{"init":a,"addBox":e,"delBox":b,"dispatch":f}}();$("a[data-chat-id]:not(.offline)").click(function(a){var b=$(this),c=b.attr("data-chat-id"),d=b.attr("data-chat-fname"),e=b.attr("data-chat-lname"),f=b.attr("data-chat-status")||"online",g=b.attr("data-chat-alertmsg"),h=b.attr("data-chat-alertshow")||!1;chatboxManager.addBox(c,{"title":"username"+c,"first_name":d,"last_name":e,"status":f,"alertmsg":g,"alertshow":h}),a.preventDefault()}); -------------------------------------------------------------------------------- /website/static/lockscreen.min.css: -------------------------------------------------------------------------------- 1 | .lockscreen{height:250px;left:50%;margin-left:-239px;margin-top:-185px;position:absolute;top:50%;width:478px}.lockscreen .logo{padding:15px 0;display:block}.lockscreen .logo+div{background:#FFF;box-shadow:-31px 32px 53px rgba(0,0,0,.2);overflow:hidden;padding:13px;position:relative}.lockscreen .logo>:first-child{margin:0}.lockscreen .logo img{width:29px;margin-top:-4px;margin-right:-2px}.lockscreen .logo+div>img{float:left}.lockscreen .logo+div>img+div{float:right;width:318px}.lockscreen .logo+div>img+div>:first-child{margin-top:0}.lockscreen .logo+div>img+div>:first-child>:first-child{opacity:.1;padding:15px}.lockscreen .logo+div>img+div>:first-child>small{display:block;padding-top:5px}.lockscreen .logo+div>img+div>:first-child+p{margin-bottom:12px}#lock-page #main{position:static}@media (max-width:767px){.lockscreen .logo+div>img{float:none!important}.lockscreen{height:auto;left:5%;margin-left:0;margin-top:0;position:absolute;top:0;width:90%;text-align:center}.lockscreen .logo+div>img+div{float:none;width:100%;height:auto}} -------------------------------------------------------------------------------- /website/static/logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /website/static/main.js: -------------------------------------------------------------------------------- 1 | $(function(){ 2 | 3 | var hotSwap = function(page, pushSate){ 4 | if (pushSate) history.pushState(null, null, '/' + page); 5 | $('.pure-menu-selected').removeClass('pure-menu-selected'); 6 | $('a[href="/' + page + '"]').parent().addClass('pure-menu-selected'); 7 | $.get("/get_page", {id: page}, function(data){ 8 | $('main').html(data); 9 | }, 'html') 10 | }; 11 | 12 | $('.hot-swapper').click(function(event){ 13 | if (event.which !== 1) return; 14 | var pageId = $(this).attr('href').slice(1); 15 | hotSwap(pageId, true); 16 | event.preventDefault(); 17 | return false; 18 | }); 19 | 20 | window.addEventListener('load', function() { 21 | setTimeout(function() { 22 | window.addEventListener("popstate", function(e) { 23 | hotSwap(location.pathname.slice(1)); 24 | }); 25 | }, 0); 26 | }); 27 | 28 | window.statsSource = new EventSource("/api/live_stats"); 29 | 30 | }); 31 | -------------------------------------------------------------------------------- /website/static/snet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UNOMP/unified-node-open-mining-portal/d2dbafbdaab6115cae248006d3de3c2262ca5f45/website/static/snet.png -------------------------------------------------------------------------------- /website/static/style.css: -------------------------------------------------------------------------------- 1 | html, button, input, select, textarea, .pure-g [class *= "pure-u"], .pure-g-r [class *= "pure-u"]{ 2 | font-family: 'Open Sans', sans-serif; 3 | } 4 | 5 | html{ 6 | background: #2d2d2d; 7 | overflow-y: scroll; 8 | } 9 | 10 | body{ 11 | display: flex; 12 | flex-direction: column; 13 | max-width: 1160px; 14 | margin: 0 auto; 15 | } 16 | 17 | header > .home-menu{ 18 | background: inherit !important; 19 | height: 54px; 20 | display: flex; 21 | } 22 | 23 | header > .home-menu > a.pure-menu-heading, header > .home-menu > ul, header > .home-menu > ul > li{ 24 | display: flex !important; 25 | align-items: center; 26 | justify-content: center; 27 | line-height: normal !important; 28 | } 29 | 30 | header > .home-menu > a.pure-menu-heading{ 31 | color: white; 32 | font-size: 1.5em; 33 | } 34 | 35 | header > .home-menu > ul > li > a{ 36 | color: #ced4d9; 37 | } 38 | 39 | header > .home-menu > ul > li > a:hover, header > .home-menu > ul > li > a:focus{ 40 | background: inherit !important; 41 | } 42 | 43 | header > .home-menu > ul > li > a:hover, header > .home-menu > ul > li.pure-menu-selected > a{ 44 | color: white; 45 | } 46 | 47 | main{ 48 | background-color: #ebf4fa; 49 | position: relative; 50 | } 51 | 52 | footer{ 53 | text-align: center; 54 | color: #b3b3b3; 55 | text-decoration: none; 56 | font-size: 0.8em; 57 | padding: 15px; 58 | line-height: 24px; 59 | } 60 | 61 | footer a{ 62 | color: #fff; 63 | text-decoration: none; 64 | } 65 | 66 | footer iframe{ 67 | vertical-align: middle; 68 | } -------------------------------------------------------------------------------- /website/static/your_style.css: -------------------------------------------------------------------------------- 1 | /* 2 | * It is advised not to edit the smartadmin_production.css 3 | * as this will override any changes you make in the 4 | * later versions of this theme. 5 | * 6 | * We advise that you use use this CSS to override 7 | * SmartAdmin styles. 8 | * 9 | * Rename the stylesheet to whatever your liking so it will stay 10 | * unique to you with each update of SmartAdmin. 11 | */ 12 | 13 | /* 14 | * INDEX 15 | * 16 | * - HTML 17 | * - BODY 18 | * - CUSTOM STYLES 19 | */ --------------------------------------------------------------------------------