Package | x86 (32-bit) | x64 (64-bit) |
---|---|---|
2005 | Download | Download |
2005 SP1 | Download | Download |
2008 | Download | Download |
2008 SP1 | Download | Download |
2010 | Download | Download |
2010 SP1 | Download | [Download](https://www.microsoft.com/en |
The "Shopper" theme made by https://shopperwp.io/themes/shopper needs some additional files (which are not presented in a release .zip archive) to make .scss compilation work in Koala.
Operating system: Ubuntu 18.04.3 LTS
- Unpack .zip archive, then
cd
into unpacked directory; npm init
, press Enter several times;npm install [email protected]
- In file
style.scss
replace line@import 'bourbon';
with@import 'bourbon/bourbon';
sudo gem install bourbon -v 4.3.4
bourbon install --path PATH_TO_THEME_ROOT
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@OpenWrt:~# cat /proc/cpuinfo | |
system type : Ralink RT3052 id:1 rev:3 | |
machine : D-Link DIR-620 A1 | |
processor : 0 | |
cpu model : MIPS 24KEc V4.12 | |
BogoMIPS : 255.59 | |
wait instruction : yes | |
microsecond timers : yes | |
tlb_entries : 32 | |
extra interrupt vector : yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@build52:~# cat /proc/cpuinfo | |
processor : 0 | |
vendor_id : AuthenticAMD | |
cpu family : 22 | |
model : 0 | |
model name : AMD E2-3800 APU with Radeon(TM) HD Graphics | |
stepping : 1 | |
microcode : 0x700010f | |
cpu MHz : 1300.000 | |
cache size : 2048 KB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# IMPORTANT: mail.ru sometimes changes internals, not too much, but script must be changed. | |
# | |
# If this script does not work: | |
# - see forks, may be there is a fix already, | |
# - if not, please post patch in comments or create a working fork of this gist. | |
# Thank you! | |
# ВАЖНО. mail.ru время от времени меняет внутрянку, не очень сильно, но требуется адаптация скрипта. |