diff --git a/misc/www/.htaccess b/misc/www/.htaccess deleted file mode 100644 index 9881d19676..0000000000 --- a/misc/www/.htaccess +++ /dev/null @@ -1,9 +0,0 @@ - -RewriteEngine On - -RewriteRule docs/wiki$ /Home [R] -RewriteRule docs/wiki/$ /Home [R] - -RewriteCond %{HTTPS} !=on -RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R,L] - diff --git a/misc/www/Steinhart-Hart.html b/misc/www/Steinhart-Hart.html deleted file mode 100644 index 1466f479c4..0000000000 --- a/misc/www/Steinhart-Hart.html +++ /dev/null @@ -1,197 +0,0 @@ - -Steinhart–Hart equation calculator - - - - -If you have a random thermistor (like a random Engine Coolant Temperature (ECT) sensor or a random Intake Air Temperature (IAT) sensor), -you can calculate the coefficients for the Steinhart-Hart Equation, which provides excellent curve fitting, based on three meaurments: -low temperature, mid-range temperature and high temperature. - -
-
-
- -Right from Wikipedia: -
- - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-T low (F) - - - - R low (Ohm) - - -
-T mid (F) - - - - R mid (Ohm) - - -
-T high (F) - - - - R high (Ohm) - - -
- - -
-
-A - -
-
-B - -
-
-C - -
-
- C language formula:
- - -
-

-Now, with these coefficients, you can calulatate the temperature for any given resistance: -
- -R (Ohm) - - - - - -
-Result (F) - -
-Result (C) - - - -
- -
- - -
-
-Copyleft Andrey 2013 - -


-External links:
-Voltage Divider calculator - - - - - diff --git a/misc/www/build_server/.htaccess b/misc/www/build_server/.htaccess deleted file mode 100644 index d21a44b7f8..0000000000 --- a/misc/www/build_server/.htaccess +++ /dev/null @@ -1,4 +0,0 @@ -Options +Indexes - - IndexOptions NameWidth=* - \ No newline at end of file diff --git a/misc/www/build_server/readme.txt b/misc/www/build_server/readme.txt deleted file mode 100644 index 70b155ad5f..0000000000 --- a/misc/www/build_server/readme.txt +++ /dev/null @@ -1,9 +0,0 @@ -In this folder we have the binaries which are compiled by http://jenkins.rusefi.com every time the server version of the source code is updated. - -Please note that continues integration process takes about 30 minutes - -https://github.com/rusefi/rusefi - -FAQ -Q: what is hardware_QC_special_build? -A: it's a special build used only internally for hardware assembly quality assurance using custom test fixture. \ No newline at end of file diff --git a/misc/www/css/custom.css b/misc/www/css/custom.css deleted file mode 100644 index 565bf0d2c4..0000000000 --- a/misc/www/css/custom.css +++ /dev/null @@ -1,639 +0,0 @@ -html { - scroll-behavior: smooth; -} - -.container { - max-width: 800px; - overflow-y: hidden; - } - .header { - /* margin-top: 6rem; */ - background-image: linear-gradient( 180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.25) 100%),url('../images/site/bg.jpg'); - background-attachment:fixed; - background-size: cover; - background-repeat: no-repeat; - /* padding-top: 6rem; */ - padding-top: 40vh; - height: 60vh; - text-align: center; } - .value-prop { - margin-top: 1rem; } - .value-props { - margin-top: 4rem; - margin-bottom: 4rem; } - .docs-header { - text-transform: uppercase; - font-size: 1.4rem; - letter-spacing: .2rem; - font-weight: 600; } - .docs-section { - /* border-top: 1px solid #eee; */ - padding: 4rem 0; - margin-bottom: 0;} - .value-img { - display: block; - text-align: center; - margin: 2.5rem auto 0; } - .example-grid .column, - .example-grid .columns { - background: #EEE; - text-align: center; - border-radius: 4px; - font-size: 1rem; - text-transform: uppercase; - height: 30px; - line-height: 30px; - margin-bottom: .75rem; - font-weight: 600; - letter-spacing: .1rem; } - .docs-example .row, - .docs-example.row, - .docs-example form { - margin-bottom: 0; } - .docs-example h1, - .docs-example h2, - .docs-example h3, - .docs-example h4, - .docs-example h5, - .docs-example h6 { - margin-bottom: 1rem; } - .heading-font-size { - font-size: 1.2rem; - color: #999; - letter-spacing: normal; } - .code-example { - margin-top: 1.5rem; - margin-bottom: 0; } - .code-example-body { - white-space: pre; - word-wrap: break-word } - .example { - position: relative; - margin-top: 4rem; } - .example-header { - font-weight: 600; - margin-top: 1.5rem; - margin-bottom: .5rem; } - .example-description { - margin-bottom: 1.5rem; } - .example-screenshot-wrapper { - display: block; - position: relative; - overflow: hidden; - border-radius: 6px; - /* border: 1px solid #eee; */ - height: 250px; } - - .example-screenshot { - width: 100%; - height: auto; - } - - .example-screenshot.coming-soon { - width: auto; - position: absolute; - background: #eee; - top: 5px; - right: 5px; - bottom: 5px; - left: 5px; } - - .navbar { - display: none; - height: 70px; - background: #3a3a3a; - font-weight: 400; - font-style: normal; - } - - .nav-container { - max-width: 800px; - margin: 0 auto; - } - - /* Mobile navigation */ - .nav-mobile { - z-index: 2000; - display: block; - position: fixed; - top: 0; - right: 0; - height: 70px; - width: 70px; - } - - nav ul li a:not(:only-child):after, - nav ul li a:visited:not(:only-child):after { - padding-left: 4px; - /* content: " β–Ύ"; */ - } - nav ul li ul li { - min-width: 190px; - } - nav ul li ul li a { - padding: 15px; - line-height: 20px; - } - - .nav-dropdown { - position: absolute; - display: none; - z-index: 1; - box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15); - } - - #nav-toggle { - position: absolute; - left: 18px; - top: 22px; - cursor: pointer; - padding: 10px 35px 16px 0px; - } - #nav-toggle span, - #nav-toggle span:before, - #nav-toggle span:after { - cursor: pointer; - border-radius: 1px; - height: 5px; - width: 35px; - background: #f15a24; - position: absolute; - display: block; - content: ""; - transition: all 300ms ease-in-out; - } - #nav-toggle span:before { - top: -10px; - } - #nav-toggle span:after { - bottom: -10px; - } - #nav-toggle.active span { - background-color: transparent; - } - #nav-toggle.active span:before, #nav-toggle.active span:after { - top: 0; - } - #nav-toggle.active span:before { - transform: rotate(45deg); - } - #nav-toggle.active span:after { - transform: rotate(-45deg); - } - - topnav { - /* display: none; */ - position: fixed; - top: 0; - left:0; - width: 100%; - z-index: 1000; - background-color: rgb(31, 31, 31); - text-transform: uppercase; - font-size: 15px; - font-weight: 600; - letter-spacing: .2rem; - text-decoration: none; - line-height: 2rem; - } - - topnav ul { - /* margin-top: 2.5rem; */ - display: none; - border-bottom: 1px solid #3b3b3b; - } - - topnav li { - margin-top: 2.5rem; - margin-bottom: 2rem; - } - - topnav a { - text-decoration: none; - } - - topnav .menuentry { - color:#999; - text-decoration: none; - list-style: none; - } - - .arrow { - position: absolute; - padding-top: 85vh; - top: 50%; - left: 50%; - transform: translate(-50%,-50%); - } - .arrow span { - display: block; - width: 20px; - height: 20px; - border-bottom: 2px solid #a5a5a5; - border-right: 2px solid #a5a5a5; - transform: rotate(45deg); - margin: -10px; - animation: animate 2s infinite; - } - .arrow span:nth-child(2) { - animation-delay: -0.2s; - } - .arrow span:nth-child(3) { - animation-delay: -0.4s; - } - @keyframes animate { - 0%{ - opacity: 0; - transform: rotate(45deg) translate(-20px,-20px); - } - 50%{ - opacity: 1; - } - 100%{ - opacity: 0; - transform: rotate(45deg) translate(20px,20px); - } - } - - .mre { - display: table; - background-image: linear-gradient( 180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%),url('../images/site/mre_bg.jpg'); - background-size: cover; - background-repeat: no-repeat; - background-position: center; - } - - .mre-left { - position: relative; - width: 50%; - height: 100%; - align-items: center; - z-index: 1; - display: table-cell; - display: none; - vertical-align: middle; - } - - .mre-right { - position: relative; - width: 50%; - height: 100%; - background-color: #252a2b; - z-index: 1; - color: #ffffff; - display: table-cell; - vertical-align: middle; - } - - .mre-content { - padding: 20%; - text-align: left; - vertical-align: middle; - font-size: 1.3rem; - } - - .mre-content h2 { - font-size: 2rem; - } - - .proteus { - display: table; - background-image: linear-gradient( 180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%),url('../images/site/proteus_bg.jpg'); - background-size: cover; - background-repeat: no-repeat; - background-position: center; - color: #252a2b; - width: 100%; - } - - .proteus-left { - position: relative; - width: 50%; - height: 100%; - align-items: center; - z-index: 1; - display: table-cell; - background-color: #a5a5a5; - vertical-align: middle; - } - - .proteus-right { - position: relative; - width: 50%; - height: 100%; - z-index: 1; - color: #ffffff; - vertical-align: middle; - font-weight: bolder; - display: none; - } - - .proteus-left h1 { - background-color: #33C3F0; - font-family: 'Work Sans', sans-serif; /* text-shadow: 0px 3px, 3px 0px,3px 3px; */ - font-size: 5rem; - } - - .proteus-content { - padding: 20%; - text-align: left; - vertical-align: middle; - font-size: 1.3rem; - } - - .blinking { - /* font-weight: 1300; */ - /* font-size: 2rem; */ - font-size: 10rem; - background-color: #33C3F0; - -webkit-animation: 1s blink step-end infinite; - -moz-animation: 1s blink step-end infinite; - -ms-animation: 1s blink step-end infinite; - -o-animation: 1s blink step-end infinite; - animation: 1s blink step-end infinite; - } - - @keyframes "blink" { - from, to { - color: transparent; - } - 50% { - color: #ffffff; - } - } - - @-moz-keyframes blink { - from, to { - color: transparent; - } - 50% { - color: #ffffff; - } - } - - @-webkit-keyframes "blink" { - from, to { - color: transparent; - } - 50% { - color: #ffffff; - } - } - - @-ms-keyframes "blink" { - from, to { - color: transparent; - } - 50% { - color: #ffffff; - } - } - - @-o-keyframes "blink" { - from, to { - color: transparent; - } - 50% { - color: #ffffff; - } - } - - .glossary { - font-style: italic; - margin-left: 2rem; - } - .footer { - background-color: #252a2b; - padding-top: 2rem; - padding-bottom: 1rem; - text-align: center; - } - - .footer a{ - margin-left: 1rem; - margin-right: 1rem; - } - - /* Larger than phone */ - @media (min-width: 550px) { - .container { - overflow-y: visible; - } - .nav-container { - overflow-y: visible; - } - .nav-mobile { - display: block; - } - .nav-dropdown { - position: static; - } - nav ul { - display: none; - /* position: relative; */ - } - nav ul li { - float: none; - } - - /* topnav { - display: none; - } */ - - .header { - /* margin-top: 18rem; */ - /* padding-top: 18rem; */ - /* padding-top: 40vh; */ - } - .value-props { - margin-top: 9rem; - margin-bottom: 7rem; } - .value-img { - margin-bottom: 1rem; } - .example-grid .column, - .example-grid .columns { - margin-bottom: 1.5rem; } - .docs-section { - padding: 6rem 0; } - .example-send-yourself-copy { - float: right; - margin-top: 12px; } - .example-screenshot-wrapper { - position: absolute; - width: 48%; - height: 100%; - left: 0; - max-height: none; } - } - - /* Larger than tablet */ - @media (min-width: 1024px) { - .container { - overflow-y: visible; - } - /* Navbar */ - .nav-container { - overflow-y: visible; - } - .nav-mobile { - display: none; - position: fixed; - } - .nav-dropdown { - position: static; - } - nav ul { - display: block; - /* position: relative; */ - } - nav ul li { - float: none; - } - .navbar + .docs-section { - border-top-width: 0; } - .navbar, - .navbar-spacer { - display: block; - width: 100%; - height: 5.5rem; - background: #fff; - z-index: 99; - position: absolute; - /* border-top: 1px solid #eee; - border-bottom: 1px solid #eee; */ - } - .navbar-spacer { - display: none; } - .navbar > .container { - width: 80%; } - .navbar-list { - list-style: none; - margin-bottom: 0; } - .navbar-item { - position: relative; - float: left; - margin-bottom: 0; } - .navbar-link { - text-transform: uppercase; - font-size: 11px; - font-weight: 600; - letter-spacing: .2rem; - margin-right: 35px; - text-decoration: none; - line-height: 6.5rem; - color: #222; } - .navbar-link.active { - color: #33C3F0; } - .has-docked-nav .navbar { - position: fixed; - top: 0; - left: 0; } - .has-docked-nav .navbar-spacer { - display: block; } - /* Re-overiding the width 100% declaration to match size of % based container */ - .has-docked-nav .navbar > .container { - width: 80%; } - - /* Popover */ - .popover.open { - display: block; - white-space: nowrap; - } - .popover { - display: none; - position: absolute; - top: 0; - left: 0; - background: #fff; - /* border: 1px solid #eee; */ - border-radius: 4px; - top: 92%; - left: -25%; - -webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,.1)); - -moz-filter: drop-shadow(0 0 6px rgba(0,0,0,.1)); - filter: drop-shadow(0 0 6px rgba(0,0,0,.1)); } - .popover-item:first-child .popover-link:after, - .popover-item:first-child .popover-link:before { - bottom: 100%; - left: 50%; - border: solid transparent; - content: " "; - height: 0; - width: 0; - position: absolute; - pointer-events: none; } - .popover-item:first-child .popover-link:after { - border-color: rgba(255, 255, 255, 0); - border-bottom-color: #fff; - border-width: 10px; - margin-left: -10px; } - .popover-item:first-child .popover-link:before { - border-color: rgba(238, 238, 238, 0); - border-bottom-color: #eee; - border-width: 11px; - margin-left: -11px; } - .popover-list { - padding: 0; - margin: 0; - list-style: none; } - .popover-item { - padding: 0; - margin: 0; } - .popover-link { - position: relative; - color: #222; - display: block; - padding: 8px 20px; - border-bottom: 1px solid #eee; - text-decoration: none; - text-transform: uppercase; - font-size: 1.0rem; - font-weight: 600; - text-align: center; - letter-spacing: .1rem; } - .popover-item:first-child .popover-link { - border-radius: 4px 4px 0 0; } - .popover-item:last-child .popover-link { - border-radius: 0 0 4px 4px; - border-bottom-width: 0; } - .popover-link:hover { - color: #fff; - background: #f15a24; } - .popover-link:hover, - .popover-item:first-child .popover-link:hover:after { - border-bottom-color: #f15a24; } - .mre-left { - display: table-cell; - } - .proteus-right { - display: table-cell; - } - .proteus-left h1 { - padding: 1rem; - font-size: 8rem; - } - } - - - .title, - .value-props { - color: rgb(230, 230, 230); - } - - #intro, - #proteus, - #links { - background-color: rgb(250, 250, 250); - } - - .dl-link { - /* margin-left: 25rem; */ - float: right;} - - td.oddrow { - background-color: rgb(230, 230, 230); - } - - td.evenrow { - background-color: #91919100; - } \ No newline at end of file diff --git a/misc/www/css/github-prettify-theme.css b/misc/www/css/github-prettify-theme.css deleted file mode 100644 index a89cdbf954..0000000000 --- a/misc/www/css/github-prettify-theme.css +++ /dev/null @@ -1,149 +0,0 @@ -/* GitHub Theme */ -.prettyprint { - background: #fff; - font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace; - font-size: 1.2rem; - padding: 2.5rem 3rem; - -webkit-font-smoothing: antialiased; - } - - .pln { - color: #333333; - } - - @media screen { - .str { - color: #dd1144; - } - - .kwd { - color: #333333; - } - - .com { - color: #999988; - } - - .typ { - color: #445588; - } - - .lit { - color: #445588; - } - - .pun { - color: #333333; - } - - .opn { - color: #333333; - } - - .clo { - color: #333333; - } - - .tag { - color: navy; - } - - .atn { - color: teal; - } - - .atv { - color: #dd1144; - } - - .dec { - color: #333333; - } - - .var { - color: teal; - } - - .fun { - color: #990000; - } - } - @media print, projection { - .str { - color: #006600; - } - - .kwd { - color: #006; - font-weight: bold; - } - - .com { - color: #600; - font-style: italic; - } - - .typ { - color: #404; - font-weight: bold; - } - - .lit { - color: #004444; - } - - .pun, .opn, .clo { - color: #444400; - } - - .tag { - color: #006; - font-weight: bold; - } - - .atn { - color: #440044; - } - - .atv { - color: #006600; - } - } - /* Specify class=linenums on a pre to get line numbering */ - ol.linenums { - margin-top: 0; - margin-bottom: 0; - } - - /* IE indents via margin-left */ - li.L0, - li.L1, - li.L2, - li.L3, - li.L4, - li.L5, - li.L6, - li.L7, - li.L8, - li.L9 { - /* */ - } - - /* Alternate shading for lines */ - li.L1, - li.L3, - li.L5, - li.L7, - li.L9 { - /* */ - } - - /* My additional styles */ - - /*li.L0, li.L1, li.L2, li.L3, - li.L5, li.L6, li.L7, li.L8 - { list-style-type: decimal !important }*/ - - .prettyprint li { - margin-bottom: .3rem; - } \ No newline at end of file diff --git a/misc/www/css/normalize.css b/misc/www/css/normalize.css deleted file mode 100644 index 81c6f31ea4..0000000000 --- a/misc/www/css/normalize.css +++ /dev/null @@ -1,427 +0,0 @@ -/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ - -/** - * 1. Set default font family to sans-serif. - * 2. Prevent iOS text size adjust after orientation change, without disabling - * user zoom. - */ - -html { - font-family: sans-serif; /* 1 */ - -ms-text-size-adjust: 100%; /* 2 */ - -webkit-text-size-adjust: 100%; /* 2 */ -} - -/** - * Remove default margin. - */ - -body { - margin: 0; -} - -/* HTML5 display definitions - ========================================================================== */ - -/** - * Correct `block` display not defined for any HTML5 element in IE 8/9. - * Correct `block` display not defined for `details` or `summary` in IE 10/11 - * and Firefox. - * Correct `block` display not defined for `main` in IE 11. - */ - -article, -aside, -details, -figcaption, -figure, -footer, -header, -hgroup, -main, -menu, -nav, -section, -summary { - display: block; -} - -/** - * 1. Correct `inline-block` display not defined in IE 8/9. - * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. - */ - -audio, -canvas, -progress, -video { - display: inline-block; /* 1 */ - vertical-align: baseline; /* 2 */ -} - -/** - * Prevent modern browsers from displaying `audio` without controls. - * Remove excess height in iOS 5 devices. - */ - -audio:not([controls]) { - display: none; - height: 0; -} - -/** - * Address `[hidden]` styling not present in IE 8/9/10. - * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. - */ - -[hidden], -template { - display: none; -} - -/* Links - ========================================================================== */ - -/** - * Remove the gray background color from active links in IE 10. - */ - -a { - background-color: transparent; -} - -/** - * Improve readability when focused and also mouse hovered in all browsers. - */ - -a:active, -a:hover { - outline: 0; -} - -/* Text-level semantics - ========================================================================== */ - -/** - * Address styling not present in IE 8/9/10/11, Safari, and Chrome. - */ - -abbr[title] { - border-bottom: 1px dotted; -} - -/** - * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. - */ - -b, -strong { - font-weight: bold; -} - -/** - * Address styling not present in Safari and Chrome. - */ - -dfn { - font-style: italic; -} - -/** - * Address variable `h1` font-size and margin within `section` and `article` - * contexts in Firefox 4+, Safari, and Chrome. - */ - -h1 { - font-size: 2em; - margin: 0.67em 0; -} - -/** - * Address styling not present in IE 8/9. - */ - -mark { - background: #ff0; - color: #000; -} - -/** - * Address inconsistent and variable font size in all browsers. - */ - -small { - font-size: 80%; -} - -/** - * Prevent `sub` and `sup` affecting `line-height` in all browsers. - */ - -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -sup { - top: -0.5em; -} - -sub { - bottom: -0.25em; -} - -/* Embedded content - ========================================================================== */ - -/** - * Remove border when inside `a` element in IE 8/9/10. - */ - -img { - border: 0; -} - -/** - * Correct overflow not hidden in IE 9/10/11. - */ - -svg:not(:root) { - overflow: hidden; -} - -/* Grouping content - ========================================================================== */ - -/** - * Address margin not present in IE 8/9 and Safari. - */ - -figure { - margin: 1em 40px; -} - -/** - * Address differences between Firefox and other browsers. - */ - -hr { - -moz-box-sizing: content-box; - box-sizing: content-box; - height: 0; -} - -/** - * Contain overflow in all browsers. - */ - -pre { - overflow: auto; -} - -/** - * Address odd `em`-unit font size rendering in all browsers. - */ - -code, -kbd, -pre, -samp { - font-family: monospace, monospace; - font-size: 1em; -} - -/* Forms - ========================================================================== */ - -/** - * Known limitation: by default, Chrome and Safari on OS X allow very limited - * styling of `select`, unless a `border` property is set. - */ - -/** - * 1. Correct color not being inherited. - * Known issue: affects color of disabled elements. - * 2. Correct font properties not being inherited. - * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. - */ - -button, -input, -optgroup, -select, -textarea { - color: inherit; /* 1 */ - font: inherit; /* 2 */ - margin: 0; /* 3 */ -} - -/** - * Address `overflow` set to `hidden` in IE 8/9/10/11. - */ - -button { - overflow: visible; -} - -/** - * Address inconsistent `text-transform` inheritance for `button` and `select`. - * All other form control elements do not inherit `text-transform` values. - * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. - * Correct `select` style inheritance in Firefox. - */ - -button, -select { - text-transform: none; -} - -/** - * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` - * and `video` controls. - * 2. Correct inability to style clickable `input` types in iOS. - * 3. Improve usability and consistency of cursor style between image-type - * `input` and others. - */ - -button, -html input[type="button"], /* 1 */ -input[type="reset"], -input[type="submit"] { - -webkit-appearance: button; /* 2 */ - cursor: pointer; /* 3 */ -} - -/** - * Re-set default cursor for disabled elements. - */ - -button[disabled], -html input[disabled] { - cursor: default; -} - -/** - * Remove inner padding and border in Firefox 4+. - */ - -button::-moz-focus-inner, -input::-moz-focus-inner { - border: 0; - padding: 0; -} - -/** - * Address Firefox 4+ setting `line-height` on `input` using `!important` in - * the UA stylesheet. - */ - -input { - line-height: normal; -} - -/** - * It's recommended that you don't attempt to style these elements. - * Firefox's implementation doesn't respect box-sizing, padding, or width. - * - * 1. Address box sizing set to `content-box` in IE 8/9/10. - * 2. Remove excess padding in IE 8/9/10. - */ - -input[type="checkbox"], -input[type="radio"] { - box-sizing: border-box; /* 1 */ - padding: 0; /* 2 */ -} - -/** - * Fix the cursor style for Chrome's increment/decrement buttons. For certain - * `font-size` values of the `input`, it causes the cursor style of the - * decrement button to change from `default` to `text`. - */ - -input[type="number"]::-webkit-inner-spin-button, -input[type="number"]::-webkit-outer-spin-button { - height: auto; -} - -/** - * 1. Address `appearance` set to `searchfield` in Safari and Chrome. - * 2. Address `box-sizing` set to `border-box` in Safari and Chrome - * (include `-moz` to future-proof). - */ - -input[type="search"] { - -webkit-appearance: textfield; /* 1 */ - -moz-box-sizing: content-box; - -webkit-box-sizing: content-box; /* 2 */ - box-sizing: content-box; -} - -/** - * Remove inner padding and search cancel button in Safari and Chrome on OS X. - * Safari (but not Chrome) clips the cancel button when the search input has - * padding (and `textfield` appearance). - */ - -input[type="search"]::-webkit-search-cancel-button, -input[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; -} - -/** - * Define consistent border, margin, and padding. - */ - -fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; -} - -/** - * 1. Correct `color` not being inherited in IE 8/9/10/11. - * 2. Remove padding so people aren't caught out if they zero out fieldsets. - */ - -legend { - border: 0; /* 1 */ - padding: 0; /* 2 */ -} - -/** - * Remove default vertical scrollbar in IE 8/9/10/11. - */ - -textarea { - overflow: auto; -} - -/** - * Don't inherit the `font-weight` (applied by a rule above). - * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. - */ - -optgroup { - font-weight: bold; -} - -/* Tables - ========================================================================== */ - -/** - * Remove most spacing between table cells. - */ - -table { - border-collapse: collapse; - border-spacing: 0; -} - -td, -th { - padding: 0; -} \ No newline at end of file diff --git a/misc/www/css/skeleton.css b/misc/www/css/skeleton.css deleted file mode 100644 index 81cad418f9..0000000000 --- a/misc/www/css/skeleton.css +++ /dev/null @@ -1,462 +0,0 @@ -/* -* Skeleton V2.0.4 -* Copyright 2014, Dave Gamache -* www.getskeleton.com -* Free to use under the MIT license. -* http://www.opensource.org/licenses/mit-license.php -* 12/29/2014 -*/ - - -/* Table of contents -–––––––––––––––––––––––––––––––––––––––––––––––––– -- Grid -- Base Styles -- Typography -- Links -- Buttons -- Forms -- Lists -- Code -- Tables -- Spacing -- Utilities -- Clearing -- Media Queries -*/ - - -/* Grid -–––––––––––––––––––––––––––––––––––––––––––––––––– */ -.container { - position: relative; - width: 100%; - max-width: 960px; - margin: 0 auto; - padding: 0 20px; - box-sizing: border-box; } -.column, -.columns { - width: 100%; - float: left; - box-sizing: border-box; } - -/* For devices larger than 400px */ -@media (min-width: 400px) { - .container { - width: 85%; - padding: 0; } -} - -/* For devices larger than 550px */ -@media (min-width: 550px) { - .container { - width: 80%; } - .column, - .columns { - margin-left: 4%; } - .column:first-child, - .columns:first-child { - margin-left: 0; } - - .one.column, - .one.columns { width: 4.66666666667%; } - .two.columns { width: 13.3333333333%; } - .three.columns { width: 22%; } - .four.columns { width: 30.6666666667%; } - .five.columns { width: 39.3333333333%; } - .six.columns { width: 48%; } - .seven.columns { width: 56.6666666667%; } - .eight.columns { width: 65.3333333333%; } - .nine.columns { width: 74.0%; } - .ten.columns { width: 82.6666666667%; } - .eleven.columns { width: 91.3333333333%; } - .twelve.columns { width: 100%; margin-left: 0; } - - .one-third.column { width: 30.6666666667%; } - .two-thirds.column { width: 65.3333333333%; } - - .one-half.column { width: 48%; } - - /* Offsets */ - .offset-by-one.column, - .offset-by-one.columns { margin-left: 8.66666666667%; } - .offset-by-two.column, - .offset-by-two.columns { margin-left: 17.3333333333%; } - .offset-by-three.column, - .offset-by-three.columns { margin-left: 26%; } - .offset-by-four.column, - .offset-by-four.columns { margin-left: 34.6666666667%; } - .offset-by-five.column, - .offset-by-five.columns { margin-left: 43.3333333333%; } - .offset-by-six.column, - .offset-by-six.columns { margin-left: 52%; } - .offset-by-seven.column, - .offset-by-seven.columns { margin-left: 60.6666666667%; } - .offset-by-eight.column, - .offset-by-eight.columns { margin-left: 69.3333333333%; } - .offset-by-nine.column, - .offset-by-nine.columns { margin-left: 78.0%; } - .offset-by-ten.column, - .offset-by-ten.columns { margin-left: 86.6666666667%; } - .offset-by-eleven.column, - .offset-by-eleven.columns { margin-left: 95.3333333333%; } - - .offset-by-one-third.column, - .offset-by-one-third.columns { margin-left: 34.6666666667%; } - .offset-by-two-thirds.column, - .offset-by-two-thirds.columns { margin-left: 69.3333333333%; } - - .offset-by-one-half.column, - .offset-by-one-half.columns { margin-left: 52%; } - -} - - -/* Base Styles -–––––––––––––––––––––––––––––––––––––––––––––––––– */ -/* NOTE -html is set to 62.5% so that all the REM measurements throughout Skeleton -are based on 10px sizing. So basically 1.5rem = 15px :) */ -html { - font-size: 62.5%; } -body { - font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */ - line-height: 1.6; - font-weight: 400; - font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; - color: #222; } - - -/* Typography -–––––––––––––––––––––––––––––––––––––––––––––––––– */ -h1, h2, h3, h4, h5, h6 { - margin-top: 0; - margin-bottom: 2rem; - font-weight: 300; } -h1 { font-size: 4.0rem; line-height: 1.2; letter-spacing: -.1rem;} -h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; } -h3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; } -h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; } -h5 { font-size: 1.8rem; line-height: 1.5; letter-spacing: -.05rem; } -h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; } - -/* Larger than phablet */ -@media (min-width: 550px) { - h1 { font-size: 5.0rem; } - h2 { font-size: 4.2rem; } - h3 { font-size: 3.6rem; } - h4 { font-size: 3.0rem; } - h5 { font-size: 2.4rem; } - h6 { font-size: 1.5rem; } -} - -p { - margin-top: 0; } - - -/* Links -–––––––––––––––––––––––––––––––––––––––––––––––––– */ -a { - color: #db6a1e; } -a:hover { - color: #f15a24; } - - -/* Buttons -–––––––––––––––––––––––––––––––––––––––––––––––––– */ -.button, -button, -input[type="submit"], -input[type="reset"], -input[type="button"] { - display: inline-block; - height: 38px; - padding: 0 30px; - color: #555; - text-align: center; - font-size: 11px; - font-weight: 600; - line-height: 38px; - letter-spacing: .1rem; - text-transform: uppercase; - text-decoration: none; - white-space: nowrap; - background-color: transparent; - border-radius: 1px; - border: 1px solid #bbb; - cursor: pointer; - box-sizing: border-box; } -.button:hover, -button:hover, -input[type="submit"]:hover, -input[type="reset"]:hover, -input[type="button"]:hover, -.button:focus, -button:focus, -input[type="submit"]:focus, -input[type="reset"]:focus, -input[type="button"]:focus { - color: #333; - border-color: #888; - outline: 0; } -.button.button-primary, -button.button-primary, -input[type="submit"].button-primary, -input[type="reset"].button-primary, -input[type="button"].button-primary { - color: #FFF; - background-color: #33C3F0; - border-color: #33C3F0; } -.button.button-primary:hover, -button.button-primary:hover, -input[type="submit"].button-primary:hover, -input[type="reset"].button-primary:hover, -input[type="button"].button-primary:hover, -.button.button-primary:focus, -button.button-primary:focus, -input[type="submit"].button-primary:focus, -input[type="reset"].button-primary:focus, -input[type="button"].button-primary:focus { - color: #FFF; - background-color: #1EAEDB; - border-color: #1EAEDB; } - - .button.button-white, - button.button-white, - input[type="submit"].button-white, - input[type="reset"].button-white, - input[type="button"].button-white { - color: #FFF; - /* background-color: #33C3F0; */ - border-color: #ffffff; } - .button.button-white:hover, - button.button-white:hover, - input[type="submit"].button-white:hover, - input[type="reset"].button-white:hover, - input[type="button"].button-white:hover, - .button.button-white:focus, - button.button-white:focus, - input[type="submit"].button-white:focus, - input[type="reset"].button-white:focus, - input[type="button"].button-white:focus { - color: #252a2b; - background-color: #ffffff; - border-color: #ffffff; } - - .button.button-black, - button.button-black, - input[type="submit"].button-black, - input[type="reset"].button-black, - input[type="button"].button-black { - color: #000; - /* background-color: #33C3F0; */ - border-color: #000; } - .button.button-black:hover, - button.button-black:hover, - input[type="submit"].button-black:hover, - input[type="reset"].button-black:hover, - input[type="button"].button-black:hover, - .button.button-black:focus, - button.button-black:focus, - input[type="submit"].button-black:focus, - input[type="reset"].button-black:focus, - input[type="button"].button-black:focus { - color: #d6d6d6; - background-color: #000; - border-color: #000; } - - -/* Forms -–––––––––––––––––––––––––––––––––––––––––––––––––– */ -input[type="email"], -input[type="number"], -input[type="search"], -input[type="text"], -input[type="tel"], -input[type="url"], -input[type="password"], -textarea, -select { - height: 38px; - padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */ - background-color: #fff; - border: 1px solid #D1D1D1; - border-radius: 4px; - box-shadow: none; - box-sizing: border-box; } -/* Removes awkward default styles on some inputs for iOS */ -input[type="email"], -input[type="number"], -input[type="search"], -input[type="text"], -input[type="tel"], -input[type="url"], -input[type="password"], -textarea { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; } -textarea { - min-height: 65px; - padding-top: 6px; - padding-bottom: 6px; } -input[type="email"]:focus, -input[type="number"]:focus, -input[type="search"]:focus, -input[type="text"]:focus, -input[type="tel"]:focus, -input[type="url"]:focus, -input[type="password"]:focus, -textarea:focus, -select:focus { - border: 1px solid #ce4c0f; - outline: 0; } -label, -legend { - display: block; - margin-bottom: .5rem; - font-weight: 600; } -fieldset { - padding: 0; - border-width: 0; } -input[type="checkbox"], -input[type="radio"] { - display: inline; } -label > .label-body { - display: inline-block; - margin-left: .5rem; - font-weight: normal; } - - -/* Lists -–––––––––––––––––––––––––––––––––––––––––––––––––– */ -ul { - list-style: circle inside; } -ol { - list-style: decimal inside; } -ol, ul { - padding-left: 0; - margin-top: 0; } -ul ul, -ul ol, -ol ol, -ol ul { - margin: 1.5rem 0 1.5rem 3rem; - font-size: 90%; } -li { - margin-bottom: 1rem; } - - -/* Code -–––––––––––––––––––––––––––––––––––––––––––––––––– */ -code { - padding: .2rem .5rem; - margin: 0 .2rem; - font-size: 90%; - white-space: nowrap; - background: #F1F1F1; - border: 1px solid #E1E1E1; - border-radius: 4px; } -pre > code { - display: block; - padding: 1rem 1.5rem; - white-space: pre; } - - -/* Tables -–––––––––––––––––––––––––––––––––––––––––––––––––– */ -th, -td { - padding: 0px 0px 0px 15px; - text-align: left; - border-bottom: 1px solid #E1E1E1; } -th:first-child, -td:first-child { - padding-left: 15px; } -th:last-child, -td:last-child { - padding-right: 0; } - - -/* Spacing -–––––––––––––––––––––––––––––––––––––––––––––––––– */ -button, -.button { - margin-bottom: 1rem; } -input, -textarea, -select, -fieldset { - margin-bottom: 1.5rem; } -pre, -blockquote, -dl, -figure, -table, -p, -ul, -ol, -form { - margin-bottom: 2.5rem; } - - -/* Utilities -–––––––––––––––––––––––––––––––––––––––––––––––––– */ -.u-full-width { - width: 100%; - box-sizing: border-box; } -.u-max-full-width { - max-width: 100%; - box-sizing: border-box; } -.u-pull-right { - float: right; } -.u-pull-left { - float: left; } - - -/* Misc -–––––––––––––––––––––––––––––––––––––––––––––––––– */ -hr { - margin-top: 3rem; - margin-bottom: 3.5rem; - border-width: 0; - border-top: 1px solid #E1E1E1; } - - -/* Clearing -–––––––––––––––––––––––––––––––––––––––––––––––––– */ - -/* Self Clearing Goodness */ -.container:after, -.row:after, -.u-cf { - content: ""; - display: table; - clear: both; } - - -/* Media Queries -–––––––––––––––––––––––––––––––––––––––––––––––––– */ -/* -Note: The best way to structure the use of media queries is to create the queries -near the relevant code. For example, if you wanted to change the styles for buttons -on small devices, paste the mobile query code up in the buttons section and style it -there. -*/ - - -/* Larger than mobile */ -@media (min-width: 400px) {} - -/* Larger than phablet (also point when grid becomes active) */ -@media (min-width: 550px) {} - -/* Larger than tablet */ -@media (min-width: 750px) {} - -/* Larger than desktop */ -@media (min-width: 1000px) {} - -/* Larger than Desktop HD */ -@media (min-width: 1200px) {} diff --git a/misc/www/docs/ibom/.htaccess b/misc/www/docs/ibom/.htaccess deleted file mode 100644 index 2f134288fc..0000000000 --- a/misc/www/docs/ibom/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Options +Indexes \ No newline at end of file diff --git a/misc/www/docs/index.shtml b/misc/www/docs/index.shtml deleted file mode 100644 index 96c32c2723..0000000000 --- a/misc/www/docs/index.shtml +++ /dev/null @@ -1,21 +0,0 @@ - - - -


- -Doxygen - -

-gcov Unit Test Coverage - -

-All pinouts - -

-All interactive BOMs - -


- - - - diff --git a/misc/www/error404.html b/misc/www/error404.html deleted file mode 100644 index 0b9a6fd601..0000000000 --- a/misc/www/error404.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - -
-

Not found

- -




- -http://rusefi.com/wiki/index.php?title=Main_Page - -
- - - diff --git a/misc/www/fb.html b/misc/www/fb.html deleted file mode 100644 index 8f13575db1..0000000000 --- a/misc/www/fb.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - \ No newline at end of file diff --git a/misc/www/fb.js b/misc/www/fb.js deleted file mode 100644 index eff9eca4b3..0000000000 --- a/misc/www/fb.js +++ /dev/null @@ -1,12 +0,0 @@ - -!function(f,b,e,v,n,t,s) -{if(f.fbq)return;n=f.fbq=function(){n.callMethod? -n.callMethod.apply(n,arguments):n.queue.push(arguments)}; -if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; -n.queue=[];t=b.createElement(e);t.async=!0; -t.src=v;s=b.getElementsByTagName(e)[0]; -s.parentNode.insertBefore(t,s)}(window, document,'script', -'https://connect.facebook.net/en_US/fbevents.js'); -fbq('init', '1033862833708115'); -fbq('track', 'PageView'); - \ No newline at end of file diff --git a/misc/www/fuel/index.shtml b/misc/www/fuel/index.shtml deleted file mode 100644 index 53ae565edd..0000000000 --- a/misc/www/fuel/index.shtml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - -
-

Support

- -




- -http://rusefi.com/wiki/index.php?title=Manual:Software:Fuel_Control - -
- - - diff --git a/misc/www/images/.htaccess b/misc/www/images/.htaccess deleted file mode 100644 index 2f134288fc..0000000000 --- a/misc/www/images/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Options +Indexes \ No newline at end of file diff --git a/misc/www/images/121_connector/.htaccess b/misc/www/images/121_connector/.htaccess deleted file mode 100644 index 2f134288fc..0000000000 --- a/misc/www/images/121_connector/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Options +Indexes \ No newline at end of file diff --git a/misc/www/images/121_connector/1241434_top.jpg b/misc/www/images/121_connector/1241434_top.jpg deleted file mode 100644 index ac24ddf081..0000000000 Binary files a/misc/www/images/121_connector/1241434_top.jpg and /dev/null differ diff --git a/misc/www/images/121_connector/368255_inside.jpg b/misc/www/images/121_connector/368255_inside.jpg deleted file mode 100644 index 8aec2a6936..0000000000 Binary files a/misc/www/images/121_connector/368255_inside.jpg and /dev/null differ diff --git a/misc/www/images/121_connector/368255_top.jpg b/misc/www/images/121_connector/368255_top.jpg deleted file mode 100644 index f712830048..0000000000 Binary files a/misc/www/images/121_connector/368255_top.jpg and /dev/null differ diff --git a/misc/www/images/121_connector/after_shaving.jpg b/misc/www/images/121_connector/after_shaving.jpg deleted file mode 100644 index 4126ce605d..0000000000 Binary files a/misc/www/images/121_connector/after_shaving.jpg and /dev/null differ diff --git a/misc/www/images/121_connector/after_shaving_2.jpg b/misc/www/images/121_connector/after_shaving_2.jpg deleted file mode 100644 index 3b2242ddb8..0000000000 Binary files a/misc/www/images/121_connector/after_shaving_2.jpg and /dev/null differ diff --git a/misc/www/images/121_connector/before_shaving.jpg b/misc/www/images/121_connector/before_shaving.jpg deleted file mode 100644 index 244d2afa9a..0000000000 Binary files a/misc/www/images/121_connector/before_shaving.jpg and /dev/null differ diff --git a/misc/www/images/121_connector/final_result.jpg b/misc/www/images/121_connector/final_result.jpg deleted file mode 100644 index ff933fe60c..0000000000 Binary files a/misc/www/images/121_connector/final_result.jpg and /dev/null differ diff --git a/misc/www/images/1994_Miata_ecu/.htaccess b/misc/www/images/1994_Miata_ecu/.htaccess deleted file mode 100644 index 2f134288fc..0000000000 --- a/misc/www/images/1994_Miata_ecu/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Options +Indexes \ No newline at end of file diff --git a/misc/www/images/1994_Miata_ecu/IMAG0261.jpg b/misc/www/images/1994_Miata_ecu/IMAG0261.jpg deleted file mode 100644 index c4ec899d11..0000000000 Binary files a/misc/www/images/1994_Miata_ecu/IMAG0261.jpg and /dev/null differ diff --git a/misc/www/images/1994_Miata_ecu/IMAG0262.jpg b/misc/www/images/1994_Miata_ecu/IMAG0262.jpg deleted file mode 100644 index 503e7aa868..0000000000 Binary files a/misc/www/images/1994_Miata_ecu/IMAG0262.jpg and /dev/null differ diff --git a/misc/www/images/1994_Miata_ecu/IMAG0263.jpg b/misc/www/images/1994_Miata_ecu/IMAG0263.jpg deleted file mode 100644 index a1537d9323..0000000000 Binary files a/misc/www/images/1994_Miata_ecu/IMAG0263.jpg and /dev/null differ diff --git a/misc/www/images/1994_Miata_ecu/IMAG0263_front.jpg b/misc/www/images/1994_Miata_ecu/IMAG0263_front.jpg deleted file mode 100644 index d5ae3f0045..0000000000 Binary files a/misc/www/images/1994_Miata_ecu/IMAG0263_front.jpg and /dev/null differ diff --git a/misc/www/images/1994_Miata_ecu/IMAG0264.jpg b/misc/www/images/1994_Miata_ecu/IMAG0264.jpg deleted file mode 100644 index 044cb4b130..0000000000 Binary files a/misc/www/images/1994_Miata_ecu/IMAG0264.jpg and /dev/null differ diff --git a/misc/www/images/1994_Miata_ecu/IMAG0265.jpg b/misc/www/images/1994_Miata_ecu/IMAG0265.jpg deleted file mode 100644 index 39eaf56cf2..0000000000 Binary files a/misc/www/images/1994_Miata_ecu/IMAG0265.jpg and /dev/null differ diff --git a/misc/www/images/1994_Miata_ecu/IMAG0266.jpg b/misc/www/images/1994_Miata_ecu/IMAG0266.jpg deleted file mode 100644 index 6d61f35b6d..0000000000 Binary files a/misc/www/images/1994_Miata_ecu/IMAG0266.jpg and /dev/null differ diff --git a/misc/www/images/1994_Miata_ecu/IMAG0266_back.jpg b/misc/www/images/1994_Miata_ecu/IMAG0266_back.jpg deleted file mode 100644 index 5194a9b8a6..0000000000 Binary files a/misc/www/images/1994_Miata_ecu/IMAG0266_back.jpg and /dev/null differ diff --git a/misc/www/images/1994_Miata_ecu/IMAG0267.jpg b/misc/www/images/1994_Miata_ecu/IMAG0267.jpg deleted file mode 100644 index 1e64c40e50..0000000000 Binary files a/misc/www/images/1994_Miata_ecu/IMAG0267.jpg and /dev/null differ diff --git a/misc/www/images/1994_Miata_ecu/IMAG0268.jpg b/misc/www/images/1994_Miata_ecu/IMAG0268.jpg deleted file mode 100644 index ac63a455be..0000000000 Binary files a/misc/www/images/1994_Miata_ecu/IMAG0268.jpg and /dev/null differ diff --git a/misc/www/images/1994_Miata_ecu/IMAG0269.jpg b/misc/www/images/1994_Miata_ecu/IMAG0269.jpg deleted file mode 100644 index 27336727a5..0000000000 Binary files a/misc/www/images/1994_Miata_ecu/IMAG0269.jpg and /dev/null differ diff --git a/misc/www/images/2003_Dodge_Neon/.htaccess b/misc/www/images/2003_Dodge_Neon/.htaccess deleted file mode 100644 index 2f134288fc..0000000000 --- a/misc/www/images/2003_Dodge_Neon/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Options +Indexes \ No newline at end of file diff --git a/misc/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug1.gif b/misc/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug1.gif deleted file mode 100644 index c68abe1a99..0000000000 Binary files a/misc/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug1.gif and /dev/null differ diff --git a/misc/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug1.jpg b/misc/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug1.jpg deleted file mode 100644 index 43a9288f67..0000000000 Binary files a/misc/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug1.jpg and /dev/null differ diff --git a/misc/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug2.gif b/misc/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug2.gif deleted file mode 100644 index e7ed18386c..0000000000 Binary files a/misc/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug2.gif and /dev/null differ diff --git a/misc/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug2.jpg b/misc/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug2.jpg deleted file mode 100644 index eb098e1d27..0000000000 Binary files a/misc/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug2.jpg and /dev/null differ diff --git a/misc/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug3.gif b/misc/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug3.gif deleted file mode 100644 index f308a2b795..0000000000 Binary files a/misc/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug3.gif and /dev/null differ diff --git a/misc/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug3.jpg b/misc/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug3.jpg deleted file mode 100644 index 5ec6e56d30..0000000000 Binary files a/misc/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug3.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/.htaccess b/misc/www/images/Frankenso/.htaccess deleted file mode 100644 index 2f134288fc..0000000000 --- a/misc/www/images/Frankenso/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Options +Indexes \ No newline at end of file diff --git a/misc/www/images/Frankenso/0_2_arm.jpg b/misc/www/images/Frankenso/0_2_arm.jpg deleted file mode 100644 index b839a845bd..0000000000 Binary files a/misc/www/images/Frankenso/0_2_arm.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/1994_pnp.jpg b/misc/www/images/Frankenso/1994_pnp.jpg deleted file mode 100644 index 8cc0ec8e1c..0000000000 Binary files a/misc/www/images/Frankenso/1994_pnp.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/RC1.jpg b/misc/www/images/Frankenso/RC1.jpg deleted file mode 100644 index 319c4bdeca..0000000000 Binary files a/misc/www/images/Frankenso/RC1.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_08072014.jpg b/misc/www/images/Frankenso/frankenso_08072014.jpg deleted file mode 100644 index cf97065ad6..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_08072014.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_0_1_back.jpg b/misc/www/images/Frankenso/frankenso_0_1_back.jpg deleted file mode 100644 index f906e1d5ee..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_0_1_back.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_0_1_front.jpg b/misc/www/images/Frankenso/frankenso_0_1_front.jpg deleted file mode 100644 index 02a8e1e9bb..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_0_1_front.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_0_1_kit.jpg b/misc/www/images/Frankenso/frankenso_0_1_kit.jpg deleted file mode 100644 index f8d9617a22..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_0_1_kit.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_0_1_pcb.jpg b/misc/www/images/Frankenso/frankenso_0_1_pcb.jpg deleted file mode 100644 index ace6e8f92b..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_0_1_pcb.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_0_2_assembled.jpg b/misc/www/images/Frankenso/frankenso_0_2_assembled.jpg deleted file mode 100644 index b80f6edd84..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_0_2_assembled.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_0_2_assembled_full_size_1.jpg b/misc/www/images/Frankenso/frankenso_0_2_assembled_full_size_1.jpg deleted file mode 100644 index 24d3c58899..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_0_2_assembled_full_size_1.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_0_2_assembled_full_size_2.jpg b/misc/www/images/Frankenso/frankenso_0_2_assembled_full_size_2.jpg deleted file mode 100644 index 5df5cf0295..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_0_2_assembled_full_size_2.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_0_2_assembled_full_size_3.jpg b/misc/www/images/Frankenso/frankenso_0_2_assembled_full_size_3.jpg deleted file mode 100644 index c08d33a045..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_0_2_assembled_full_size_3.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_0_2_back.jpg b/misc/www/images/Frankenso/frankenso_0_2_back.jpg deleted file mode 100644 index fca3466399..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_0_2_back.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_0_2_c1001.jpg b/misc/www/images/Frankenso/frankenso_0_2_c1001.jpg deleted file mode 100644 index 007075dd94..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_0_2_c1001.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_0_2_case.jpg b/misc/www/images/Frankenso/frankenso_0_2_case.jpg deleted file mode 100644 index 5ff1790df7..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_0_2_case.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_0_2_corner.jpg b/misc/www/images/Frankenso/frankenso_0_2_corner.jpg deleted file mode 100644 index cb4cfdb5ed..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_0_2_corner.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_0_2_front.jpg b/misc/www/images/Frankenso/frankenso_0_2_front.jpg deleted file mode 100644 index 36f696eb1a..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_0_2_front.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_0_2_full.jpg b/misc/www/images/Frankenso/frankenso_0_2_full.jpg deleted file mode 100644 index 934537fd3a..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_0_2_full.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_0_2_native_box.jpg b/misc/www/images/Frankenso/frankenso_0_2_native_box.jpg deleted file mode 100644 index 3198082943..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_0_2_native_box.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_0_2_native_hi_res.jpg b/misc/www/images/Frankenso/frankenso_0_2_native_hi_res.jpg deleted file mode 100644 index 16fbcf3cf3..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_0_2_native_hi_res.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_0_2_ttl.jpg b/misc/www/images/Frankenso/frankenso_0_2_ttl.jpg deleted file mode 100644 index f176c8e093..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_0_2_ttl.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_0_4_1991_miata_hunchback_back.jpg b/misc/www/images/Frankenso/frankenso_0_4_1991_miata_hunchback_back.jpg deleted file mode 100644 index 4e5264a7f4..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_0_4_1991_miata_hunchback_back.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_0_4_1991_miata_hunchback_front.jpg b/misc/www/images/Frankenso/frankenso_0_4_1991_miata_hunchback_front.jpg deleted file mode 100644 index 3b13b2ae30..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_0_4_1991_miata_hunchback_front.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_0_4_assembled.jpg b/misc/www/images/Frankenso/frankenso_0_4_assembled.jpg deleted file mode 100644 index 80e53fea69..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_0_4_assembled.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_0_4_assembled_back.jpg b/misc/www/images/Frankenso/frankenso_0_4_assembled_back.jpg deleted file mode 100644 index 10b6bd65ba..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_0_4_assembled_back.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_0_4_assembled_front.jpg b/misc/www/images/Frankenso/frankenso_0_4_assembled_front.jpg deleted file mode 100644 index 6187a76556..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_0_4_assembled_front.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_0_4_honda_obd1_top1.jpg b/misc/www/images/Frankenso/frankenso_0_4_honda_obd1_top1.jpg deleted file mode 100644 index 62fe44110f..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_0_4_honda_obd1_top1.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_0_4_honda_obd1_top2.jpg b/misc/www/images/Frankenso/frankenso_0_4_honda_obd1_top2.jpg deleted file mode 100644 index 02e2428366..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_0_4_honda_obd1_top2.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_0_4_stepper_bottom.jpg b/misc/www/images/Frankenso/frankenso_0_4_stepper_bottom.jpg deleted file mode 100644 index a516aef61a..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_0_4_stepper_bottom.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_0_4_stepper_top.jpg b/misc/www/images/Frankenso/frankenso_0_4_stepper_top.jpg deleted file mode 100644 index 4a8a443bfc..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_0_4_stepper_top.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_0_4_with_case.jpg b/misc/www/images/Frankenso/frankenso_0_4_with_case.jpg deleted file mode 100644 index 089afaf551..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_0_4_with_case.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_1991_miata_b.jpg b/misc/www/images/Frankenso/frankenso_1991_miata_b.jpg deleted file mode 100644 index ee1eb21a3e..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_1991_miata_b.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_1991_miata_f.jpg b/misc/www/images/Frankenso/frankenso_1991_miata_f.jpg deleted file mode 100644 index aa2cfc4a90..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_1991_miata_f.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_kit_1.jpg b/misc/www/images/Frankenso/frankenso_kit_1.jpg deleted file mode 100644 index 915b199159..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_kit_1.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_kit_2.jpg b/misc/www/images/Frankenso/frankenso_kit_2.jpg deleted file mode 100644 index d3a7bd1899..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_kit_2.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_lcd_case.jpg b/misc/www/images/Frankenso/frankenso_lcd_case.jpg deleted file mode 100644 index cc440807a7..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_lcd_case.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_miata_NA_CAS.jpg b/misc/www/images/Frankenso/frankenso_miata_NA_CAS.jpg deleted file mode 100644 index e0f138e745..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_miata_NA_CAS.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_miata_NA_CAS_2.jpg b/misc/www/images/Frankenso/frankenso_miata_NA_CAS_2.jpg deleted file mode 100644 index 8795ef2cfd..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_miata_NA_CAS_2.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_op_amp_hall_input.jpg b/misc/www/images/Frankenso/frankenso_op_amp_hall_input.jpg deleted file mode 100644 index 1b3efb8ebc..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_op_amp_hall_input.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_power_supply.jpg b/misc/www/images/Frankenso/frankenso_power_supply.jpg deleted file mode 100644 index 4763e1e6f4..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_power_supply.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_power_supply_top.jpg b/misc/www/images/Frankenso/frankenso_power_supply_top.jpg deleted file mode 100644 index 2be7dde65e..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_power_supply_top.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_power_supply_top.xcf b/misc/www/images/Frankenso/frankenso_power_supply_top.xcf deleted file mode 100644 index 53749370e5..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_power_supply_top.xcf and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_set_for_Mazda_Hall.jpg b/misc/www/images/Frankenso/frankenso_set_for_Mazda_Hall.jpg deleted file mode 100644 index 4878663f03..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_set_for_Mazda_Hall.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_set_for_VR.jpg b/misc/www/images/Frankenso/frankenso_set_for_VR.jpg deleted file mode 100644 index 434aa616fc..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_set_for_VR.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_set_for_miata_1994.jpg b/misc/www/images/Frankenso/frankenso_set_for_miata_1994.jpg deleted file mode 100644 index cc4a542e26..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_set_for_miata_1994.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_set_for_miata_1994_back.jpg b/misc/www/images/Frankenso/frankenso_set_for_miata_1994_back.jpg deleted file mode 100644 index fd0e2d2398..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_set_for_miata_1994_back.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_set_for_miata_1994_s.jpg b/misc/www/images/Frankenso/frankenso_set_for_miata_1994_s.jpg deleted file mode 100644 index a096443f17..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_set_for_miata_1994_s.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_set_for_miata_1994_s_back.jpg b/misc/www/images/Frankenso/frankenso_set_for_miata_1994_s_back.jpg deleted file mode 100644 index c9642dd0b5..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_set_for_miata_1994_s_back.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/frankenso_top-isometric_notes.png b/misc/www/images/Frankenso/frankenso_top-isometric_notes.png deleted file mode 100644 index 343dcc329b..0000000000 Binary files a/misc/www/images/Frankenso/frankenso_top-isometric_notes.png and /dev/null differ diff --git a/misc/www/images/Frankenso/mazda_case.jpg b/misc/www/images/Frankenso/mazda_case.jpg deleted file mode 100644 index 310ee66945..0000000000 Binary files a/misc/www/images/Frankenso/mazda_case.jpg and /dev/null differ diff --git a/misc/www/images/Frankenso/mockup.jpg b/misc/www/images/Frankenso/mockup.jpg deleted file mode 100644 index 2bbc16d2ff..0000000000 Binary files a/misc/www/images/Frankenso/mockup.jpg and /dev/null differ diff --git a/misc/www/images/Frankenstein/.htaccess b/misc/www/images/Frankenstein/.htaccess deleted file mode 100644 index 2f134288fc..0000000000 --- a/misc/www/images/Frankenstein/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Options +Indexes \ No newline at end of file diff --git a/misc/www/images/Frankenstein/20140224_state.jpg b/misc/www/images/Frankenstein/20140224_state.jpg deleted file mode 100644 index 1280362e3c..0000000000 Binary files a/misc/www/images/Frankenstein/20140224_state.jpg and /dev/null differ diff --git a/misc/www/images/Frankenstein/20140306_state.jpg b/misc/www/images/Frankenstein/20140306_state.jpg deleted file mode 100644 index 8139501e08..0000000000 Binary files a/misc/www/images/Frankenstein/20140306_state.jpg and /dev/null differ diff --git a/misc/www/images/Frankenstein/3d_render.jpg b/misc/www/images/Frankenstein/3d_render.jpg deleted file mode 100644 index 7bbe418b5f..0000000000 Binary files a/misc/www/images/Frankenstein/3d_render.jpg and /dev/null differ diff --git a/misc/www/images/Frankenstein/F_assembled.jpg b/misc/www/images/Frankenstein/F_assembled.jpg deleted file mode 100644 index a2ce0234d6..0000000000 Binary files a/misc/www/images/Frankenstein/F_assembled.jpg and /dev/null differ diff --git a/misc/www/images/Frankenstein/F_assembled_full.jpg b/misc/www/images/Frankenstein/F_assembled_full.jpg deleted file mode 100644 index a99c7b5e9c..0000000000 Binary files a/misc/www/images/Frankenstein/F_assembled_full.jpg and /dev/null differ diff --git a/misc/www/images/Frankenstein/Frankenstein_v011_front_full_size.jpg b/misc/www/images/Frankenstein/Frankenstein_v011_front_full_size.jpg deleted file mode 100644 index ac17908c04..0000000000 Binary files a/misc/www/images/Frankenstein/Frankenstein_v011_front_full_size.jpg and /dev/null differ diff --git a/misc/www/images/Frankenstein/Frankenstein_v011_pinout.jpg b/misc/www/images/Frankenstein/Frankenstein_v011_pinout.jpg deleted file mode 100644 index af3d71f39d..0000000000 Binary files a/misc/www/images/Frankenstein/Frankenstein_v011_pinout.jpg and /dev/null differ diff --git a/misc/www/images/Frankenstein/Frankenstein_v011_pinout.xcf b/misc/www/images/Frankenstein/Frankenstein_v011_pinout.xcf deleted file mode 100644 index 963c0f5324..0000000000 Binary files a/misc/www/images/Frankenstein/Frankenstein_v011_pinout.xcf and /dev/null differ diff --git a/misc/www/images/Frankenstein/Frankenstein_v01_PCBA.jpg b/misc/www/images/Frankenstein/Frankenstein_v01_PCBA.jpg deleted file mode 100644 index 3ea416ea29..0000000000 Binary files a/misc/www/images/Frankenstein/Frankenstein_v01_PCBA.jpg and /dev/null differ diff --git a/misc/www/images/Frankenstein/Frankenstein_v01_back.jpg b/misc/www/images/Frankenstein/Frankenstein_v01_back.jpg deleted file mode 100644 index 4d547eea93..0000000000 Binary files a/misc/www/images/Frankenstein/Frankenstein_v01_back.jpg and /dev/null differ diff --git a/misc/www/images/Frankenstein/Frankenstein_v01_back_full_size.jpg b/misc/www/images/Frankenstein/Frankenstein_v01_back_full_size.jpg deleted file mode 100644 index 3425f7e5ef..0000000000 Binary files a/misc/www/images/Frankenstein/Frankenstein_v01_back_full_size.jpg and /dev/null differ diff --git a/misc/www/images/Frankenstein/Frankenstein_v01_front.jpg b/misc/www/images/Frankenstein/Frankenstein_v01_front.jpg deleted file mode 100644 index 6c667c13f1..0000000000 Binary files a/misc/www/images/Frankenstein/Frankenstein_v01_front.jpg and /dev/null differ diff --git a/misc/www/images/Frankenstein/Frankenstein_v01_front_full_size.jpg b/misc/www/images/Frankenstein/Frankenstein_v01_front_full_size.jpg deleted file mode 100644 index 9f4db893cf..0000000000 Binary files a/misc/www/images/Frankenstein/Frankenstein_v01_front_full_size.jpg and /dev/null differ diff --git a/misc/www/images/Frankenstein/Frankenstein_v01_front_op_amp_trigger.jpg b/misc/www/images/Frankenstein/Frankenstein_v01_front_op_amp_trigger.jpg deleted file mode 100644 index b361778e6a..0000000000 Binary files a/misc/www/images/Frankenstein/Frankenstein_v01_front_op_amp_trigger.jpg and /dev/null differ diff --git a/misc/www/images/Frankenstein/Frankenstein_v01_front_vr_trigger.jpg b/misc/www/images/Frankenstein/Frankenstein_v01_front_vr_trigger.jpg deleted file mode 100644 index 433f4bcc99..0000000000 Binary files a/misc/www/images/Frankenstein/Frankenstein_v01_front_vr_trigger.jpg and /dev/null differ diff --git a/misc/www/images/Frankenstein/breakout_pcb.jpg b/misc/www/images/Frankenstein/breakout_pcb.jpg deleted file mode 100644 index e9ed894a90..0000000000 Binary files a/misc/www/images/Frankenstein/breakout_pcb.jpg and /dev/null differ diff --git a/misc/www/images/Frankenstein/can_module.png b/misc/www/images/Frankenstein/can_module.png deleted file mode 100644 index 1671230814..0000000000 Binary files a/misc/www/images/Frankenstein/can_module.png and /dev/null differ diff --git a/misc/www/images/Frankenstein/comm_module.png b/misc/www/images/Frankenstein/comm_module.png deleted file mode 100644 index f4977244c8..0000000000 Binary files a/misc/www/images/Frankenstein/comm_module.png and /dev/null differ diff --git a/misc/www/images/Frankenstein/f_and_lcd.jpg b/misc/www/images/Frankenstein/f_and_lcd.jpg deleted file mode 100644 index 50d862f51e..0000000000 Binary files a/misc/www/images/Frankenstein/f_and_lcd.jpg and /dev/null differ diff --git a/misc/www/images/Frankenstein/f_twins.jpg b/misc/www/images/Frankenstein/f_twins.jpg deleted file mode 100644 index 1d1bd74888..0000000000 Binary files a/misc/www/images/Frankenstein/f_twins.jpg and /dev/null differ diff --git a/misc/www/images/Frankenstein/frankenstein_0_11.jpg b/misc/www/images/Frankenstein/frankenstein_0_11.jpg deleted file mode 100644 index 19b604bb65..0000000000 Binary files a/misc/www/images/Frankenstein/frankenstein_0_11.jpg and /dev/null differ diff --git a/misc/www/images/Frankenstein/frankenstein_0_11_kit.jpg b/misc/www/images/Frankenstein/frankenstein_0_11_kit.jpg deleted file mode 100644 index 8006c0d598..0000000000 Binary files a/misc/www/images/Frankenstein/frankenstein_0_11_kit.jpg and /dev/null differ diff --git a/misc/www/images/Frankenstein/frankenstein_with_discovery.jpg b/misc/www/images/Frankenstein/frankenstein_with_discovery.jpg deleted file mode 100644 index a92a063dc4..0000000000 Binary files a/misc/www/images/Frankenstein/frankenstein_with_discovery.jpg and /dev/null differ diff --git a/misc/www/images/Frankenstein/hall_input_op_amp.png b/misc/www/images/Frankenstein/hall_input_op_amp.png deleted file mode 100644 index 0c9179397d..0000000000 Binary files a/misc/www/images/Frankenstein/hall_input_op_amp.png and /dev/null differ diff --git a/misc/www/images/Frankenstein/high_side.png b/misc/www/images/Frankenstein/high_side.png deleted file mode 100644 index 5c47d083fa..0000000000 Binary files a/misc/www/images/Frankenstein/high_side.png and /dev/null differ diff --git a/misc/www/images/Frankenstein/input_to_adc.png b/misc/www/images/Frankenstein/input_to_adc.png deleted file mode 100644 index 78272879d6..0000000000 Binary files a/misc/www/images/Frankenstein/input_to_adc.png and /dev/null differ diff --git a/misc/www/images/Frankenstein/low_side.png b/misc/www/images/Frankenstein/low_side.png deleted file mode 100644 index b79f28f435..0000000000 Binary files a/misc/www/images/Frankenstein/low_side.png and /dev/null differ diff --git a/misc/www/images/Frankenstein/low_side_soldered.jpg b/misc/www/images/Frankenstein/low_side_soldered.jpg deleted file mode 100644 index 2679ac0fd0..0000000000 Binary files a/misc/www/images/Frankenstein/low_side_soldered.jpg and /dev/null differ diff --git a/misc/www/images/Frankenstein/vr_input.png b/misc/www/images/Frankenstein/vr_input.png deleted file mode 100644 index c0329bd762..0000000000 Binary files a/misc/www/images/Frankenstein/vr_input.png and /dev/null differ diff --git a/misc/www/images/Xterra_TCM/.htaccess b/misc/www/images/Xterra_TCM/.htaccess deleted file mode 100644 index 2f134288fc..0000000000 --- a/misc/www/images/Xterra_TCM/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Options +Indexes \ No newline at end of file diff --git a/misc/www/images/Xterra_TCM/Tcm_bare.jpg b/misc/www/images/Xterra_TCM/Tcm_bare.jpg deleted file mode 100644 index 5b906cb060..0000000000 Binary files a/misc/www/images/Xterra_TCM/Tcm_bare.jpg and /dev/null differ diff --git a/misc/www/images/Xterra_TCM/Tcm_bare_no_cover01.jpg b/misc/www/images/Xterra_TCM/Tcm_bare_no_cover01.jpg deleted file mode 100644 index 569c44d9a1..0000000000 Binary files a/misc/www/images/Xterra_TCM/Tcm_bare_no_cover01.jpg and /dev/null differ diff --git a/misc/www/images/Xterra_TCM/Tcm_bare_no_cover02.jpg b/misc/www/images/Xterra_TCM/Tcm_bare_no_cover02.jpg deleted file mode 100644 index bf420342e3..0000000000 Binary files a/misc/www/images/Xterra_TCM/Tcm_bare_no_cover02.jpg and /dev/null differ diff --git a/misc/www/images/Xterra_TCM/Tcm_deposits_01.jpg b/misc/www/images/Xterra_TCM/Tcm_deposits_01.jpg deleted file mode 100644 index cab89db700..0000000000 Binary files a/misc/www/images/Xterra_TCM/Tcm_deposits_01.jpg and /dev/null differ diff --git a/misc/www/images/Xterra_TCM/Tcm_deposits_removed.jpg b/misc/www/images/Xterra_TCM/Tcm_deposits_removed.jpg deleted file mode 100644 index cd9a6a8abe..0000000000 Binary files a/misc/www/images/Xterra_TCM/Tcm_deposits_removed.jpg and /dev/null differ diff --git a/misc/www/images/Xterra_TCM/Tcm_no_cover.jpg b/misc/www/images/Xterra_TCM/Tcm_no_cover.jpg deleted file mode 100644 index 9944a5b04f..0000000000 Binary files a/misc/www/images/Xterra_TCM/Tcm_no_cover.jpg and /dev/null differ diff --git a/misc/www/images/Xterra_TCM/Tcm_out_of_case.jpg b/misc/www/images/Xterra_TCM/Tcm_out_of_case.jpg deleted file mode 100644 index 914781d161..0000000000 Binary files a/misc/www/images/Xterra_TCM/Tcm_out_of_case.jpg and /dev/null differ diff --git a/misc/www/images/Xterra_TCM/tcm_bad.jpg b/misc/www/images/Xterra_TCM/tcm_bad.jpg deleted file mode 100644 index fce74dbc30..0000000000 Binary files a/misc/www/images/Xterra_TCM/tcm_bad.jpg and /dev/null differ diff --git a/misc/www/images/brain176/brain176.jpg b/misc/www/images/brain176/brain176.jpg deleted file mode 100644 index f7b8fab11e..0000000000 Binary files a/misc/www/images/brain176/brain176.jpg and /dev/null differ diff --git a/misc/www/images/brain176/brain176_back.jpg b/misc/www/images/brain176/brain176_back.jpg deleted file mode 100644 index 677c0a725a..0000000000 Binary files a/misc/www/images/brain176/brain176_back.jpg and /dev/null differ diff --git a/misc/www/images/brain176/brain176_front.jpg b/misc/www/images/brain176/brain176_front.jpg deleted file mode 100644 index bb0ada0909..0000000000 Binary files a/misc/www/images/brain176/brain176_front.jpg and /dev/null differ diff --git a/misc/www/images/brain176/brain176_macro.jpg b/misc/www/images/brain176/brain176_macro.jpg deleted file mode 100644 index c0fbe5c903..0000000000 Binary files a/misc/www/images/brain176/brain176_macro.jpg and /dev/null differ diff --git a/misc/www/images/c_assembled.jpg b/misc/www/images/c_assembled.jpg deleted file mode 100644 index 3d8962bf81..0000000000 Binary files a/misc/www/images/c_assembled.jpg and /dev/null differ diff --git a/misc/www/images/c_microrusefi.jpg b/misc/www/images/c_microrusefi.jpg deleted file mode 100644 index 59a977aa48..0000000000 Binary files a/misc/www/images/c_microrusefi.jpg and /dev/null differ diff --git a/misc/www/images/cooper/.htaccess b/misc/www/images/cooper/.htaccess deleted file mode 100644 index 2f134288fc..0000000000 --- a/misc/www/images/cooper/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Options +Indexes \ No newline at end of file diff --git a/misc/www/images/cooper/81_pin_ops.jpg b/misc/www/images/cooper/81_pin_ops.jpg deleted file mode 100644 index da5d252483..0000000000 Binary files a/misc/www/images/cooper/81_pin_ops.jpg and /dev/null differ diff --git a/misc/www/images/cooper/Bloody_Mary.jpg b/misc/www/images/cooper/Bloody_Mary.jpg deleted file mode 100644 index 71b706cea5..0000000000 Binary files a/misc/www/images/cooper/Bloody_Mary.jpg and /dev/null differ diff --git a/misc/www/images/cooper/harness.png b/misc/www/images/cooper/harness.png deleted file mode 100644 index abe8c5976e..0000000000 Binary files a/misc/www/images/cooper/harness.png and /dev/null differ diff --git a/misc/www/images/cooper/harness_and_analyzer.jpg b/misc/www/images/cooper/harness_and_analyzer.jpg deleted file mode 100644 index 3f3db395b0..0000000000 Binary files a/misc/www/images/cooper/harness_and_analyzer.jpg and /dev/null differ diff --git a/misc/www/images/cooper/harness_on_car.jpg b/misc/www/images/cooper/harness_on_car.jpg deleted file mode 100644 index 5ab446d100..0000000000 Binary files a/misc/www/images/cooper/harness_on_car.jpg and /dev/null differ diff --git a/misc/www/images/cooper/harness_raw_materials.jpg b/misc/www/images/cooper/harness_raw_materials.jpg deleted file mode 100644 index 52373e8fa4..0000000000 Binary files a/misc/www/images/cooper/harness_raw_materials.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/.htaccess b/misc/www/images/forum_posts/.htaccess deleted file mode 100644 index 2f134288fc..0000000000 --- a/misc/www/images/forum_posts/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Options +Indexes \ No newline at end of file diff --git a/misc/www/images/forum_posts/079721-2351.jpg b/misc/www/images/forum_posts/079721-2351.jpg deleted file mode 100644 index 7ea26cd518..0000000000 Binary files a/misc/www/images/forum_posts/079721-2351.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/176122-6.png b/misc/www/images/forum_posts/176122-6.png deleted file mode 100644 index c824b8898f..0000000000 Binary files a/misc/www/images/forum_posts/176122-6.png and /dev/null differ diff --git a/misc/www/images/forum_posts/1N4001_diode .jpg b/misc/www/images/forum_posts/1N4001_diode .jpg deleted file mode 100644 index dba09835b2..0000000000 Binary files a/misc/www/images/forum_posts/1N4001_diode .jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/368255-2_pic.jpg b/misc/www/images/forum_posts/368255-2_pic.jpg deleted file mode 100644 index d1c85a79d5..0000000000 Binary files a/misc/www/images/forum_posts/368255-2_pic.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/368255-2_pic2.jpg b/misc/www/images/forum_posts/368255-2_pic2.jpg deleted file mode 100644 index 24df1c560a..0000000000 Binary files a/misc/www/images/forum_posts/368255-2_pic2.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/55-pin_connector_963063-2_bottom.jpg b/misc/www/images/forum_posts/55-pin_connector_963063-2_bottom.jpg deleted file mode 100644 index ad5c6aff0f..0000000000 Binary files a/misc/www/images/forum_posts/55-pin_connector_963063-2_bottom.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/55-pin_connector_963063-2_top.jpg b/misc/www/images/forum_posts/55-pin_connector_963063-2_top.jpg deleted file mode 100644 index c3e00883b0..0000000000 Binary files a/misc/www/images/forum_posts/55-pin_connector_963063-2_top.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/5mm_led.jpg b/misc/www/images/forum_posts/5mm_led.jpg deleted file mode 100644 index 7fccd75b78..0000000000 Binary files a/misc/www/images/forum_posts/5mm_led.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/64p_connector.jpg b/misc/www/images/forum_posts/64p_connector.jpg deleted file mode 100644 index 6c617c4d03..0000000000 Binary files a/misc/www/images/forum_posts/64p_connector.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/6_channel.jpg b/misc/www/images/forum_posts/6_channel.jpg deleted file mode 100644 index 1b6e64f62d..0000000000 Binary files a/misc/www/images/forum_posts/6_channel.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/6_channel_assembled.jpg b/misc/www/images/forum_posts/6_channel_assembled.jpg deleted file mode 100644 index 9acfe050e2..0000000000 Binary files a/misc/www/images/forum_posts/6_channel_assembled.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/6_channel_assembled_small.jpg b/misc/www/images/forum_posts/6_channel_assembled_small.jpg deleted file mode 100644 index 5b588b64c1..0000000000 Binary files a/misc/www/images/forum_posts/6_channel_assembled_small.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/CAN/.htaccess b/misc/www/images/forum_posts/CAN/.htaccess deleted file mode 100644 index 2f134288fc..0000000000 --- a/misc/www/images/forum_posts/CAN/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Options +Indexes \ No newline at end of file diff --git a/misc/www/images/forum_posts/CAN/OBD2_16_Pin_Male_to_Female_Diagnostic_Extension_Cable.jpg b/misc/www/images/forum_posts/CAN/OBD2_16_Pin_Male_to_Female_Diagnostic_Extension_Cable.jpg deleted file mode 100644 index ae4f06c19c..0000000000 Binary files a/misc/www/images/forum_posts/CAN/OBD2_16_Pin_Male_to_Female_Diagnostic_Extension_Cable.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/CAN/end_result.jpg b/misc/www/images/forum_posts/CAN/end_result.jpg deleted file mode 100644 index 5fed384c1a..0000000000 Binary files a/misc/www/images/forum_posts/CAN/end_result.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/CAN/hardware.jpg b/misc/www/images/forum_posts/CAN/hardware.jpg deleted file mode 100644 index fcc2b703b1..0000000000 Binary files a/misc/www/images/forum_posts/CAN/hardware.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/CAN/hardware2.jpg b/misc/www/images/forum_posts/CAN/hardware2.jpg deleted file mode 100644 index ee66574b10..0000000000 Binary files a/misc/www/images/forum_posts/CAN/hardware2.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/CAN/hardware3.jpg b/misc/www/images/forum_posts/CAN/hardware3.jpg deleted file mode 100644 index 6b25cb429c..0000000000 Binary files a/misc/www/images/forum_posts/CAN/hardware3.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/CAN/obd2_connector.png b/misc/www/images/forum_posts/CAN/obd2_connector.png deleted file mode 100644 index 42fdaec6e7..0000000000 Binary files a/misc/www/images/forum_posts/CAN/obd2_connector.png and /dev/null differ diff --git a/misc/www/images/forum_posts/CAN/rusefi_can_sniffer.zip b/misc/www/images/forum_posts/CAN/rusefi_can_sniffer.zip deleted file mode 100644 index 78fc838143..0000000000 Binary files a/misc/www/images/forum_posts/CAN/rusefi_can_sniffer.zip and /dev/null differ diff --git a/misc/www/images/forum_posts/amp_dividor_v2.png b/misc/www/images/forum_posts/amp_dividor_v2.png deleted file mode 100644 index 3f901ff5fb..0000000000 Binary files a/misc/www/images/forum_posts/amp_dividor_v2.png and /dev/null differ diff --git a/misc/www/images/forum_posts/analog_board_progress.jpg b/misc/www/images/forum_posts/analog_board_progress.jpg deleted file mode 100644 index f346f5eceb..0000000000 Binary files a/misc/www/images/forum_posts/analog_board_progress.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/brain_board.jpg b/misc/www/images/forum_posts/brain_board.jpg deleted file mode 100644 index b687cee723..0000000000 Binary files a/misc/www/images/forum_posts/brain_board.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/brain_board_full_size.jpg b/misc/www/images/forum_posts/brain_board_full_size.jpg deleted file mode 100644 index 07a7356138..0000000000 Binary files a/misc/www/images/forum_posts/brain_board_full_size.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/brain_board_pcb.jpg b/misc/www/images/forum_posts/brain_board_pcb.jpg deleted file mode 100644 index ec28c31c66..0000000000 Binary files a/misc/www/images/forum_posts/brain_board_pcb.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/breadboard.jpg b/misc/www/images/forum_posts/breadboard.jpg deleted file mode 100644 index 5a21ccf85f..0000000000 Binary files a/misc/www/images/forum_posts/breadboard.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/bt_module.jpg b/misc/www/images/forum_posts/bt_module.jpg deleted file mode 100644 index 10b93c19d7..0000000000 Binary files a/misc/www/images/forum_posts/bt_module.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/chrysler_38pin.gif b/misc/www/images/forum_posts/chrysler_38pin.gif deleted file mode 100644 index f308a2b795..0000000000 Binary files a/misc/www/images/forum_posts/chrysler_38pin.gif and /dev/null differ diff --git a/misc/www/images/forum_posts/cygwin.jpg b/misc/www/images/forum_posts/cygwin.jpg deleted file mode 100644 index 1d57e59787..0000000000 Binary files a/misc/www/images/forum_posts/cygwin.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/device_manager.png b/misc/www/images/forum_posts/device_manager.png deleted file mode 100644 index ef8eafc503..0000000000 Binary files a/misc/www/images/forum_posts/device_manager.png and /dev/null differ diff --git a/misc/www/images/forum_posts/discovery_and_wires.jpg b/misc/www/images/forum_posts/discovery_and_wires.jpg deleted file mode 100644 index 040aa281e8..0000000000 Binary files a/misc/www/images/forum_posts/discovery_and_wires.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/dodge_neon_2003.jpg b/misc/www/images/forum_posts/dodge_neon_2003.jpg deleted file mode 100644 index 7caf3bbd6a..0000000000 Binary files a/misc/www/images/forum_posts/dodge_neon_2003.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/eclipse_build.png b/misc/www/images/forum_posts/eclipse_build.png deleted file mode 100644 index 72d4aa1116..0000000000 Binary files a/misc/www/images/forum_posts/eclipse_build.png and /dev/null differ diff --git a/misc/www/images/forum_posts/ecu_harness_bottom.jpg b/misc/www/images/forum_posts/ecu_harness_bottom.jpg deleted file mode 100644 index 0fb957d5c2..0000000000 Binary files a/misc/www/images/forum_posts/ecu_harness_bottom.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/ecu_harness_top.jpg b/misc/www/images/forum_posts/ecu_harness_top.jpg deleted file mode 100644 index a9e767d090..0000000000 Binary files a/misc/www/images/forum_posts/ecu_harness_top.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/ecu_shell.jpg b/misc/www/images/forum_posts/ecu_shell.jpg deleted file mode 100644 index 4502bf2d51..0000000000 Binary files a/misc/www/images/forum_posts/ecu_shell.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/etb_cadillac.jpg b/misc/www/images/forum_posts/etb_cadillac.jpg deleted file mode 100644 index 3a52be747c..0000000000 Binary files a/misc/www/images/forum_posts/etb_cadillac.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/etb_chevrolet.jpg b/misc/www/images/forum_posts/etb_chevrolet.jpg deleted file mode 100644 index e5c5b65553..0000000000 Binary files a/misc/www/images/forum_posts/etb_chevrolet.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/etb_galant.jpg b/misc/www/images/forum_posts/etb_galant.jpg deleted file mode 100644 index 003f6ef645..0000000000 Binary files a/misc/www/images/forum_posts/etb_galant.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/festiva_at_RA.jpg b/misc/www/images/forum_posts/festiva_at_RA.jpg deleted file mode 100644 index d9cbb5602b..0000000000 Binary files a/misc/www/images/forum_posts/festiva_at_RA.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/firmware_modules.png b/misc/www/images/forum_posts/firmware_modules.png deleted file mode 100644 index 7c071de864..0000000000 Binary files a/misc/www/images/forum_posts/firmware_modules.png and /dev/null differ diff --git a/misc/www/images/forum_posts/for_oppositelock.jpg b/misc/www/images/forum_posts/for_oppositelock.jpg deleted file mode 100644 index 8c8774290c..0000000000 Binary files a/misc/www/images/forum_posts/for_oppositelock.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/gcc.jpg b/misc/www/images/forum_posts/gcc.jpg deleted file mode 100644 index 4d604b7747..0000000000 Binary files a/misc/www/images/forum_posts/gcc.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/hall_pickup.png b/misc/www/images/forum_posts/hall_pickup.png deleted file mode 100644 index 2378ebb8b8..0000000000 Binary files a/misc/www/images/forum_posts/hall_pickup.png and /dev/null differ diff --git a/misc/www/images/forum_posts/ignition_module.jpg b/misc/www/images/forum_posts/ignition_module.jpg deleted file mode 100644 index d835f85141..0000000000 Binary files a/misc/www/images/forum_posts/ignition_module.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/java_console_1.png b/misc/www/images/forum_posts/java_console_1.png deleted file mode 100644 index 4d5d72679a..0000000000 Binary files a/misc/www/images/forum_posts/java_console_1.png and /dev/null differ diff --git a/misc/www/images/forum_posts/java_console_2.png b/misc/www/images/forum_posts/java_console_2.png deleted file mode 100644 index 85657f020b..0000000000 Binary files a/misc/www/images/forum_posts/java_console_2.png and /dev/null differ diff --git a/misc/www/images/forum_posts/jumper_wire.jpg b/misc/www/images/forum_posts/jumper_wire.jpg deleted file mode 100644 index ae04ce68c3..0000000000 Binary files a/misc/www/images/forum_posts/jumper_wire.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/make.jpg b/misc/www/images/forum_posts/make.jpg deleted file mode 100644 index 56aaaee627..0000000000 Binary files a/misc/www/images/forum_posts/make.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/make2.jpg b/misc/www/images/forum_posts/make2.jpg deleted file mode 100644 index 9d5e72f3a2..0000000000 Binary files a/misc/www/images/forum_posts/make2.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/nissan_coil.jpg b/misc/www/images/forum_posts/nissan_coil.jpg deleted file mode 100644 index 0f5afe4ffe..0000000000 Binary files a/misc/www/images/forum_posts/nissan_coil.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/obd2_connector.png b/misc/www/images/forum_posts/obd2_connector.png deleted file mode 100644 index 42fdaec6e7..0000000000 Binary files a/misc/www/images/forum_posts/obd2_connector.png and /dev/null differ diff --git a/misc/www/images/forum_posts/oem_honda_ecu_37820-P0A-A51.jpg b/misc/www/images/forum_posts/oem_honda_ecu_37820-P0A-A51.jpg deleted file mode 100644 index 2f6118f5fa..0000000000 Binary files a/misc/www/images/forum_posts/oem_honda_ecu_37820-P0A-A51.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/over_wire.jpg b/misc/www/images/forum_posts/over_wire.jpg deleted file mode 100644 index 9ee3d9cc1f..0000000000 Binary files a/misc/www/images/forum_posts/over_wire.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/path.jpg b/misc/www/images/forum_posts/path.jpg deleted file mode 100644 index 13bf388805..0000000000 Binary files a/misc/www/images/forum_posts/path.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/plain_hall_input.jpg b/misc/www/images/forum_posts/plain_hall_input.jpg deleted file mode 100644 index b829a6dd82..0000000000 Binary files a/misc/www/images/forum_posts/plain_hall_input.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/power_supply_3A.jpg b/misc/www/images/forum_posts/power_supply_3A.jpg deleted file mode 100644 index 6e4f2fd84b..0000000000 Binary files a/misc/www/images/forum_posts/power_supply_3A.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/power_supply_module.jpg b/misc/www/images/forum_posts/power_supply_module.jpg deleted file mode 100644 index a03173e726..0000000000 Binary files a/misc/www/images/forum_posts/power_supply_module.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/power_supply_pcb.jpg b/misc/www/images/forum_posts/power_supply_pcb.jpg deleted file mode 100644 index 15ac239d29..0000000000 Binary files a/misc/www/images/forum_posts/power_supply_pcb.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/prototyping_board.jpg b/misc/www/images/forum_posts/prototyping_board.jpg deleted file mode 100644 index 9902a89966..0000000000 Binary files a/misc/www/images/forum_posts/prototyping_board.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/putty.png b/misc/www/images/forum_posts/putty.png deleted file mode 100644 index 8593f7a8f8..0000000000 Binary files a/misc/www/images/forum_posts/putty.png and /dev/null differ diff --git a/misc/www/images/forum_posts/rip.jpg b/misc/www/images/forum_posts/rip.jpg deleted file mode 100644 index 4b376ffff9..0000000000 Binary files a/misc/www/images/forum_posts/rip.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/rusefi_hardware_v2.jpg b/misc/www/images/forum_posts/rusefi_hardware_v2.jpg deleted file mode 100644 index e0a2870356..0000000000 Binary files a/misc/www/images/forum_posts/rusefi_hardware_v2.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/rusefi_hardware_v3.jpg b/misc/www/images/forum_posts/rusefi_hardware_v3.jpg deleted file mode 100644 index 8c8774290c..0000000000 Binary files a/misc/www/images/forum_posts/rusefi_hardware_v3.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/single_row_angle_header.jpg b/misc/www/images/forum_posts/single_row_angle_header.jpg deleted file mode 100644 index 8621f7610f..0000000000 Binary files a/misc/www/images/forum_posts/single_row_angle_header.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/single_row_header.jpg b/misc/www/images/forum_posts/single_row_header.jpg deleted file mode 100644 index b28e4cfc3e..0000000000 Binary files a/misc/www/images/forum_posts/single_row_header.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/st_link_start.png b/misc/www/images/forum_posts/st_link_start.png deleted file mode 100644 index 04ea704ba3..0000000000 Binary files a/misc/www/images/forum_posts/st_link_start.png and /dev/null differ diff --git a/misc/www/images/forum_posts/st_link_utility.png b/misc/www/images/forum_posts/st_link_utility.png deleted file mode 100644 index a28b4d8737..0000000000 Binary files a/misc/www/images/forum_posts/st_link_utility.png and /dev/null differ diff --git a/misc/www/images/forum_posts/stimulator.jpg b/misc/www/images/forum_posts/stimulator.jpg deleted file mode 100644 index f141f41256..0000000000 Binary files a/misc/www/images/forum_posts/stimulator.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/stimulator_0_2.jpg b/misc/www/images/forum_posts/stimulator_0_2.jpg deleted file mode 100644 index 0d3949ec0b..0000000000 Binary files a/misc/www/images/forum_posts/stimulator_0_2.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/tach_source_code.png b/misc/www/images/forum_posts/tach_source_code.png deleted file mode 100644 index eada2b4273..0000000000 Binary files a/misc/www/images/forum_posts/tach_source_code.png and /dev/null differ diff --git a/misc/www/images/forum_posts/tindie-smalls.png b/misc/www/images/forum_posts/tindie-smalls.png deleted file mode 100644 index 552c642f9d..0000000000 Binary files a/misc/www/images/forum_posts/tindie-smalls.png and /dev/null differ diff --git a/misc/www/images/forum_posts/toyota_coil.jpg b/misc/www/images/forum_posts/toyota_coil.jpg deleted file mode 100644 index 812d7837f0..0000000000 Binary files a/misc/www/images/forum_posts/toyota_coil.jpg and /dev/null differ diff --git a/misc/www/images/forum_posts/vanity_plate.png b/misc/www/images/forum_posts/vanity_plate.png deleted file mode 100644 index 5c07c1b2b0..0000000000 Binary files a/misc/www/images/forum_posts/vanity_plate.png and /dev/null differ diff --git a/misc/www/images/ibom_icon.png b/misc/www/images/ibom_icon.png deleted file mode 100644 index 3d5a71e56f..0000000000 Binary files a/misc/www/images/ibom_icon.png and /dev/null differ diff --git a/misc/www/images/knock_sensor.zip b/misc/www/images/knock_sensor.zip deleted file mode 100644 index 1e07034e0a..0000000000 Binary files a/misc/www/images/knock_sensor.zip and /dev/null differ diff --git a/misc/www/images/maf_map_1.jpg b/misc/www/images/maf_map_1.jpg deleted file mode 100644 index e56b54a437..0000000000 Binary files a/misc/www/images/maf_map_1.jpg and /dev/null differ diff --git a/misc/www/images/maf_map_2.jpg b/misc/www/images/maf_map_2.jpg deleted file mode 100644 index a8c458b15b..0000000000 Binary files a/misc/www/images/maf_map_2.jpg and /dev/null differ diff --git a/misc/www/images/manuals/.htaccess b/misc/www/images/manuals/.htaccess deleted file mode 100644 index 2f134288fc..0000000000 --- a/misc/www/images/manuals/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Options +Indexes \ No newline at end of file diff --git a/misc/www/images/manuals/alive_response.png b/misc/www/images/manuals/alive_response.png deleted file mode 100644 index e81addc6bf..0000000000 Binary files a/misc/www/images/manuals/alive_response.png and /dev/null differ diff --git a/misc/www/images/manuals/putty_for_TS.png b/misc/www/images/manuals/putty_for_TS.png deleted file mode 100644 index 8b474d0299..0000000000 Binary files a/misc/www/images/manuals/putty_for_TS.png and /dev/null differ diff --git a/misc/www/images/manuals/sensor_sniffer/map.png b/misc/www/images/manuals/sensor_sniffer/map.png deleted file mode 100644 index 89399b659a..0000000000 Binary files a/misc/www/images/manuals/sensor_sniffer/map.png and /dev/null differ diff --git a/misc/www/images/mazda_pcb/.htaccess b/misc/www/images/mazda_pcb/.htaccess deleted file mode 100644 index 2f134288fc..0000000000 --- a/misc/www/images/mazda_pcb/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Options +Indexes \ No newline at end of file diff --git a/misc/www/images/mazda_pcb/64p_box.jpg b/misc/www/images/mazda_pcb/64p_box.jpg deleted file mode 100644 index 19a3b3bc47..0000000000 Binary files a/misc/www/images/mazda_pcb/64p_box.jpg and /dev/null differ diff --git a/misc/www/images/mazda_pcb/camry_175731-7180.jpg b/misc/www/images/mazda_pcb/camry_175731-7180.jpg deleted file mode 100644 index d38a920bdb..0000000000 Binary files a/misc/www/images/mazda_pcb/camry_175731-7180.jpg and /dev/null differ diff --git a/misc/www/images/mazda_pcb/denso079721_draft2.jpg b/misc/www/images/mazda_pcb/denso079721_draft2.jpg deleted file mode 100644 index 0dbfc2a382..0000000000 Binary files a/misc/www/images/mazda_pcb/denso079721_draft2.jpg and /dev/null differ diff --git a/misc/www/images/mazda_pcb/denso079721_draft3.jpg b/misc/www/images/mazda_pcb/denso079721_draft3.jpg deleted file mode 100644 index 286b94db96..0000000000 Binary files a/misc/www/images/mazda_pcb/denso079721_draft3.jpg and /dev/null differ diff --git a/misc/www/images/mazda_pcb/mazda_079721-2351.jpg b/misc/www/images/mazda_pcb/mazda_079721-2351.jpg deleted file mode 100644 index a21029ef7c..0000000000 Binary files a/misc/www/images/mazda_pcb/mazda_079721-2351.jpg and /dev/null differ diff --git a/misc/www/images/mazda_pcb/mazda_079721-3350.jpg b/misc/www/images/mazda_pcb/mazda_079721-3350.jpg deleted file mode 100644 index 16f9dc4691..0000000000 Binary files a/misc/www/images/mazda_pcb/mazda_079721-3350.jpg and /dev/null differ diff --git a/misc/www/images/mazda_pcb/rev0_1.jpg b/misc/www/images/mazda_pcb/rev0_1.jpg deleted file mode 100644 index 378793ede9..0000000000 Binary files a/misc/www/images/mazda_pcb/rev0_1.jpg and /dev/null differ diff --git a/misc/www/images/miata/.htaccess b/misc/www/images/miata/.htaccess deleted file mode 100644 index 2f134288fc..0000000000 --- a/misc/www/images/miata/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Options +Indexes \ No newline at end of file diff --git a/misc/www/images/miata/1994_US_auto_harness/.htaccess b/misc/www/images/miata/1994_US_auto_harness/.htaccess deleted file mode 100644 index 2f134288fc..0000000000 --- a/misc/www/images/miata/1994_US_auto_harness/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Options +Indexes \ No newline at end of file diff --git a/misc/www/images/miata/1994_US_auto_harness/AC_Relay.jpg b/misc/www/images/miata/1994_US_auto_harness/AC_Relay.jpg deleted file mode 100644 index 407a36ce29..0000000000 Binary files a/misc/www/images/miata/1994_US_auto_harness/AC_Relay.jpg and /dev/null differ diff --git a/misc/www/images/miata/1994_US_auto_harness/airbag_stuff.jpg b/misc/www/images/miata/1994_US_auto_harness/airbag_stuff.jpg deleted file mode 100644 index 456f1d0520..0000000000 Binary files a/misc/www/images/miata/1994_US_auto_harness/airbag_stuff.jpg and /dev/null differ diff --git a/misc/www/images/miata/1994_US_auto_harness/largest_piece.jpg b/misc/www/images/miata/1994_US_auto_harness/largest_piece.jpg deleted file mode 100644 index 234b623892..0000000000 Binary files a/misc/www/images/miata/1994_US_auto_harness/largest_piece.jpg and /dev/null differ diff --git a/misc/www/images/miata/1994_US_auto_harness/three_relays.jpg b/misc/www/images/miata/1994_US_auto_harness/three_relays.jpg deleted file mode 100644 index 90d52e76cf..0000000000 Binary files a/misc/www/images/miata/1994_US_auto_harness/three_relays.jpg and /dev/null differ diff --git a/misc/www/images/miata/1994_US_auto_harness/what_is_this_blue_connector.jpg b/misc/www/images/miata/1994_US_auto_harness/what_is_this_blue_connector.jpg deleted file mode 100644 index 69307e8588..0000000000 Binary files a/misc/www/images/miata/1994_US_auto_harness/what_is_this_blue_connector.jpg and /dev/null differ diff --git a/misc/www/images/miata/1994_US_auto_harness/what_is_this_close_to_ecu.jpg b/misc/www/images/miata/1994_US_auto_harness/what_is_this_close_to_ecu.jpg deleted file mode 100644 index 0aa02f45f6..0000000000 Binary files a/misc/www/images/miata/1994_US_auto_harness/what_is_this_close_to_ecu.jpg and /dev/null differ diff --git a/misc/www/images/protege/.htaccess b/misc/www/images/protege/.htaccess deleted file mode 100644 index 2f134288fc..0000000000 --- a/misc/www/images/protege/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Options +Indexes \ No newline at end of file diff --git a/misc/www/images/protege/phase_1.jpg b/misc/www/images/protege/phase_1.jpg deleted file mode 100644 index 8d8bf714b3..0000000000 Binary files a/misc/www/images/protege/phase_1.jpg and /dev/null differ diff --git a/misc/www/images/site/104_board_with_connector.jpg b/misc/www/images/site/104_board_with_connector.jpg deleted file mode 100644 index 7fda6f07ec..0000000000 Binary files a/misc/www/images/site/104_board_with_connector.jpg and /dev/null differ diff --git a/misc/www/images/site/104_ford.jpg b/misc/www/images/site/104_ford.jpg deleted file mode 100644 index f63b079940..0000000000 Binary files a/misc/www/images/site/104_ford.jpg and /dev/null differ diff --git a/misc/www/images/site/104p_connector.jpg b/misc/www/images/site/104p_connector.jpg deleted file mode 100644 index 736b7d46ec..0000000000 Binary files a/misc/www/images/site/104p_connector.jpg and /dev/null differ diff --git a/misc/www/images/site/112_56_56_board_with_connector.jpg b/misc/www/images/site/112_56_56_board_with_connector.jpg deleted file mode 100644 index ba851ea43a..0000000000 Binary files a/misc/www/images/site/112_56_56_board_with_connector.jpg and /dev/null differ diff --git a/misc/www/images/site/112p_connector.jpg b/misc/www/images/site/112p_connector.jpg deleted file mode 100644 index 6955fa0d5a..0000000000 Binary files a/misc/www/images/site/112p_connector.jpg and /dev/null differ diff --git a/misc/www/images/site/121_board_with_connector.jpg b/misc/www/images/site/121_board_with_connector.jpg deleted file mode 100644 index 760d6399f3..0000000000 Binary files a/misc/www/images/site/121_board_with_connector.jpg and /dev/null differ diff --git a/misc/www/images/site/122p_breakout.jpg b/misc/www/images/site/122p_breakout.jpg deleted file mode 100644 index eb760026bd..0000000000 Binary files a/misc/www/images/site/122p_breakout.jpg and /dev/null differ diff --git a/misc/www/images/site/125p_header.jpg b/misc/www/images/site/125p_header.jpg deleted file mode 100644 index b297a71526..0000000000 Binary files a/misc/www/images/site/125p_header.jpg and /dev/null differ diff --git a/misc/www/images/site/134_board_with_connector.jpg b/misc/www/images/site/134_board_with_connector.jpg deleted file mode 100644 index 6d64b79d72..0000000000 Binary files a/misc/www/images/site/134_board_with_connector.jpg and /dev/null differ diff --git a/misc/www/images/site/135_breakout.jpg b/misc/www/images/site/135_breakout.jpg deleted file mode 100644 index e2fdbfcc13..0000000000 Binary files a/misc/www/images/site/135_breakout.jpg and /dev/null differ diff --git a/misc/www/images/site/153_ls4.jpg b/misc/www/images/site/153_ls4.jpg deleted file mode 100644 index a974e16127..0000000000 Binary files a/misc/www/images/site/153_ls4.jpg and /dev/null differ diff --git a/misc/www/images/site/154_96_58_board_with_connector.jpg b/misc/www/images/site/154_96_58_board_with_connector.jpg deleted file mode 100644 index 37a52caef7..0000000000 Binary files a/misc/www/images/site/154_96_58_board_with_connector.jpg and /dev/null differ diff --git a/misc/www/images/site/154_board_with_connector.jpg b/misc/www/images/site/154_board_with_connector.jpg deleted file mode 100644 index 3fa6b7ce06..0000000000 Binary files a/misc/www/images/site/154_board_with_connector.jpg and /dev/null differ diff --git a/misc/www/images/site/196p_connector.jpg b/misc/www/images/site/196p_connector.jpg deleted file mode 100644 index 8b2a25e3b9..0000000000 Binary files a/misc/www/images/site/196p_connector.jpg and /dev/null differ diff --git a/misc/www/images/site/35p_board.jpg b/misc/www/images/site/35p_board.jpg deleted file mode 100644 index 1805fedd73..0000000000 Binary files a/misc/www/images/site/35p_board.jpg and /dev/null differ diff --git a/misc/www/images/site/35p_header.jpg b/misc/www/images/site/35p_header.jpg deleted file mode 100644 index e837977201..0000000000 Binary files a/misc/www/images/site/35p_header.jpg and /dev/null differ diff --git a/misc/www/images/site/38p_board.jpg b/misc/www/images/site/38p_board.jpg deleted file mode 100644 index 802bd06b07..0000000000 Binary files a/misc/www/images/site/38p_board.jpg and /dev/null differ diff --git a/misc/www/images/site/52p_board_connector.jpg b/misc/www/images/site/52p_board_connector.jpg deleted file mode 100644 index ccf0f3d85f..0000000000 Binary files a/misc/www/images/site/52p_board_connector.jpg and /dev/null differ diff --git a/misc/www/images/site/55_board_with_connector.jpg b/misc/www/images/site/55_board_with_connector.jpg deleted file mode 100644 index f61683918e..0000000000 Binary files a/misc/www/images/site/55_board_with_connector.jpg and /dev/null differ diff --git a/misc/www/images/site/55_connector_motronic.jpg b/misc/www/images/site/55_connector_motronic.jpg deleted file mode 100644 index dbca6e909d..0000000000 Binary files a/misc/www/images/site/55_connector_motronic.jpg and /dev/null differ diff --git a/misc/www/images/site/60_26-34_board_with_connector.jpg b/misc/www/images/site/60_26-34_board_with_connector.jpg deleted file mode 100644 index 9f6b74555f..0000000000 Binary files a/misc/www/images/site/60_26-34_board_with_connector.jpg and /dev/null differ diff --git a/misc/www/images/site/60_board_with_connector.jpg b/misc/www/images/site/60_board_with_connector.jpg deleted file mode 100644 index 20dd200128..0000000000 Binary files a/misc/www/images/site/60_board_with_connector.jpg and /dev/null differ diff --git a/misc/www/images/site/64_board_with_connector.jpg b/misc/www/images/site/64_board_with_connector.jpg deleted file mode 100644 index 06678dfab0..0000000000 Binary files a/misc/www/images/site/64_board_with_connector.jpg and /dev/null differ diff --git a/misc/www/images/site/64_nissan_board.jpg b/misc/www/images/site/64_nissan_board.jpg deleted file mode 100644 index c74a4bf4bb..0000000000 Binary files a/misc/www/images/site/64_nissan_board.jpg and /dev/null differ diff --git a/misc/www/images/site/68p_board.jpg b/misc/www/images/site/68p_board.jpg deleted file mode 100644 index 7786013d67..0000000000 Binary files a/misc/www/images/site/68p_board.jpg and /dev/null differ diff --git a/misc/www/images/site/72_board_with_connector.jpg b/misc/www/images/site/72_board_with_connector.jpg deleted file mode 100644 index 111860fa7c..0000000000 Binary files a/misc/www/images/site/72_board_with_connector.jpg and /dev/null differ diff --git a/misc/www/images/site/76_board_with_connector.jpg b/misc/www/images/site/76_board_with_connector.jpg deleted file mode 100644 index 5e27b2a499..0000000000 Binary files a/misc/www/images/site/76_board_with_connector.jpg and /dev/null differ diff --git a/misc/www/images/site/76_nissan_board.jpg b/misc/www/images/site/76_nissan_board.jpg deleted file mode 100644 index 24f49846d0..0000000000 Binary files a/misc/www/images/site/76_nissan_board.jpg and /dev/null differ diff --git a/misc/www/images/site/80_pin_connector.jpg b/misc/www/images/site/80_pin_connector.jpg deleted file mode 100644 index c0ba8c0569..0000000000 Binary files a/misc/www/images/site/80_pin_connector.jpg and /dev/null differ diff --git a/misc/www/images/site/88_connector_2.5_rows.jpg b/misc/www/images/site/88_connector_2.5_rows.jpg deleted file mode 100644 index 05cb656ae9..0000000000 Binary files a/misc/www/images/site/88_connector_2.5_rows.jpg and /dev/null differ diff --git a/misc/www/images/site/Hellen_NA6_Connector.jpg b/misc/www/images/site/Hellen_NA6_Connector.jpg deleted file mode 100644 index 49b42083cb..0000000000 Binary files a/misc/www/images/site/Hellen_NA6_Connector.jpg and /dev/null differ diff --git a/misc/www/images/site/Hellen_NA896_NB1_connector.jpeg b/misc/www/images/site/Hellen_NA896_NB1_connector.jpeg deleted file mode 100644 index bbb8d2660a..0000000000 Binary files a/misc/www/images/site/Hellen_NA896_NB1_connector.jpeg and /dev/null differ diff --git a/misc/www/images/site/bg.jpg b/misc/www/images/site/bg.jpg deleted file mode 100644 index 776185bf30..0000000000 Binary files a/misc/www/images/site/bg.jpg and /dev/null differ diff --git a/misc/www/images/site/breakout_125.jpg b/misc/www/images/site/breakout_125.jpg deleted file mode 100644 index d2a9ca91da..0000000000 Binary files a/misc/www/images/site/breakout_125.jpg and /dev/null differ diff --git a/misc/www/images/site/ebay_gen_button.gif b/misc/www/images/site/ebay_gen_button.gif deleted file mode 100644 index 399479726b..0000000000 Binary files a/misc/www/images/site/ebay_gen_button.gif and /dev/null differ diff --git a/misc/www/images/site/favicon.png b/misc/www/images/site/favicon.png deleted file mode 100644 index 797d3c91cd..0000000000 Binary files a/misc/www/images/site/favicon.png and /dev/null differ diff --git a/misc/www/images/site/hellen-nb2.jpg b/misc/www/images/site/hellen-nb2.jpg deleted file mode 100644 index 65db3f06dc..0000000000 Binary files a/misc/www/images/site/hellen-nb2.jpg and /dev/null differ diff --git a/misc/www/images/site/hellen121nissan.jpg b/misc/www/images/site/hellen121nissan.jpg deleted file mode 100644 index e3db82312b..0000000000 Binary files a/misc/www/images/site/hellen121nissan.jpg and /dev/null differ diff --git a/misc/www/images/site/hellen121vag.jpg b/misc/www/images/site/hellen121vag.jpg deleted file mode 100644 index 0a6c8e7bc6..0000000000 Binary files a/misc/www/images/site/hellen121vag.jpg and /dev/null differ diff --git a/misc/www/images/site/hellen128mercedes.jpg b/misc/www/images/site/hellen128mercedes.jpg deleted file mode 100644 index ef90b7ba4a..0000000000 Binary files a/misc/www/images/site/hellen128mercedes.jpg and /dev/null differ diff --git a/misc/www/images/site/logo.png b/misc/www/images/site/logo.png deleted file mode 100644 index 49c07cd671..0000000000 Binary files a/misc/www/images/site/logo.png and /dev/null differ diff --git a/misc/www/images/site/logo_wht.png b/misc/www/images/site/logo_wht.png deleted file mode 100644 index 2010389336..0000000000 Binary files a/misc/www/images/site/logo_wht.png and /dev/null differ diff --git a/misc/www/images/site/mre_bg.jpg b/misc/www/images/site/mre_bg.jpg deleted file mode 100644 index ab9711da3c..0000000000 Binary files a/misc/www/images/site/mre_bg.jpg and /dev/null differ diff --git a/misc/www/images/site/mre_ecu.png b/misc/www/images/site/mre_ecu.png deleted file mode 100644 index bed66ff599..0000000000 Binary files a/misc/www/images/site/mre_ecu.png and /dev/null differ diff --git a/misc/www/images/site/mre_logo.png b/misc/www/images/site/mre_logo.png deleted file mode 100644 index 8dbdc1e7ba..0000000000 Binary files a/misc/www/images/site/mre_logo.png and /dev/null differ diff --git a/misc/www/images/site/orange121.jpg b/misc/www/images/site/orange121.jpg deleted file mode 100644 index f2e253cfc5..0000000000 Binary files a/misc/www/images/site/orange121.jpg and /dev/null differ diff --git a/misc/www/images/site/orange122.jpg b/misc/www/images/site/orange122.jpg deleted file mode 100644 index e067f7fc37..0000000000 Binary files a/misc/www/images/site/orange122.jpg and /dev/null differ diff --git a/misc/www/images/site/orange125.jpg b/misc/www/images/site/orange125.jpg deleted file mode 100644 index e6f758ca23..0000000000 Binary files a/misc/www/images/site/orange125.jpg and /dev/null differ diff --git a/misc/www/images/site/orange64.jpg b/misc/www/images/site/orange64.jpg deleted file mode 100644 index 3ca4f8a040..0000000000 Binary files a/misc/www/images/site/orange64.jpg and /dev/null differ diff --git a/misc/www/images/site/orange72.jpg b/misc/www/images/site/orange72.jpg deleted file mode 100644 index 7648d67808..0000000000 Binary files a/misc/www/images/site/orange72.jpg and /dev/null differ diff --git a/misc/www/images/site/proteus_bg.jpg b/misc/www/images/site/proteus_bg.jpg deleted file mode 100644 index 6603a2b261..0000000000 Binary files a/misc/www/images/site/proteus_bg.jpg and /dev/null differ diff --git a/misc/www/images/site/proteus_case.png b/misc/www/images/site/proteus_case.png deleted file mode 100644 index 0b7df1979e..0000000000 Binary files a/misc/www/images/site/proteus_case.png and /dev/null differ diff --git a/misc/www/images/site/reforum.png b/misc/www/images/site/reforum.png deleted file mode 100644 index d6b43c0e0b..0000000000 Binary files a/misc/www/images/site/reforum.png and /dev/null differ diff --git a/misc/www/images/site/reonline.png b/misc/www/images/site/reonline.png deleted file mode 100644 index c94879e6f5..0000000000 Binary files a/misc/www/images/site/reonline.png and /dev/null differ diff --git a/misc/www/images/site/rewiki.png b/misc/www/images/site/rewiki.png deleted file mode 100644 index 98d3a4048b..0000000000 Binary files a/misc/www/images/site/rewiki.png and /dev/null differ diff --git a/misc/www/images/site/rusefi_mreheader.png b/misc/www/images/site/rusefi_mreheader.png deleted file mode 100644 index a0fe6ab691..0000000000 Binary files a/misc/www/images/site/rusefi_mreheader.png and /dev/null differ diff --git a/misc/www/images/state_machine_diagram.png b/misc/www/images/state_machine_diagram.png deleted file mode 100644 index 5a6ab91de8..0000000000 Binary files a/misc/www/images/state_machine_diagram.png and /dev/null differ diff --git a/misc/www/images/v3sBU4x.png b/misc/www/images/v3sBU4x.png deleted file mode 100644 index d651c5b6c4..0000000000 Binary files a/misc/www/images/v3sBU4x.png and /dev/null differ diff --git a/misc/www/images/w4k4x7K.png b/misc/www/images/w4k4x7K.png deleted file mode 100644 index eb751fead6..0000000000 Binary files a/misc/www/images/w4k4x7K.png and /dev/null differ diff --git a/misc/www/images/wvTNUMb.png b/misc/www/images/wvTNUMb.png deleted file mode 100644 index d6cf900c25..0000000000 Binary files a/misc/www/images/wvTNUMb.png and /dev/null differ diff --git a/misc/www/images/yN5hGQU.png b/misc/www/images/yN5hGQU.png deleted file mode 100644 index 55e9a42aef..0000000000 Binary files a/misc/www/images/yN5hGQU.png and /dev/null differ diff --git a/misc/www/images/ywYDvV5.png b/misc/www/images/ywYDvV5.png deleted file mode 100644 index 98c631055d..0000000000 Binary files a/misc/www/images/ywYDvV5.png and /dev/null differ diff --git a/misc/www/index.html b/misc/www/index.html deleted file mode 100644 index 19d4649ec1..0000000000 --- a/misc/www/index.html +++ /dev/null @@ -1,652 +0,0 @@ - - - - - - - - rusEFI - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - -
- -

A GPL open source Engine Management System

- Follow @rusefi - Watch -
-
-
- - - - - -
- - - - - - - -
-
-
-
-
Intro
-

Modern 32 bit chips are a game changer for Do-It-Yourself Engine Management

-

rusEFI is the next generation of open source, DIY automotive engine management. With the availability of cheap - yet extremely powerful micro-controllers, we can make a very simple and powerful engine management system - possible!

- rusEFI is designed around the STM32 series, utilizing high performance floating point MCUs running a Real-Time - Operating System. - This ensures high performance and a very stable and dependable product.
- The currently supported features are: -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureSupported
Batch injection
Sequential Injection up to 12 cylinders
Sequential Ignition up to 12 cylinders
Acceleration enrichment - wall wetting/fuel trip/tau factor
Closed Loop Fueling
Wasted Ignition
Electronic Throttle Body
Boost Control
Launch Control
Flex Fuel
20+ OEM triggers - supported
Automatic Transmission Control
Direct Injection
Flat Shifting
Rotary Engines
- -

-

- Supported - In Development - Currently not supported -
-

-
-
- -
-
-
- -
-
-
-
-
microRusEFI
- -

-

microRusEFI is a small & cheap Engine Management System board designed for fully sequential 1, 2, 3 and 4 - cylinder applications.
- microRusEFI uses a waterproof connector and its aluminum enclosure could be sealed.
- microRusEfi supports dual Hall shaft position sensor input or 1xHall + 1xVR shaft position sensor input (A few - resistors must be replaced on the PCB to switch from one setup to another)
- Open-source design available in this repository, or - available as a kit or completely assembled.
- This is an excellent option for racing series that allow modifications inside the stock ECU case. -

- Features -
    -
  • Primary VR or Hall input (configurable with few resistor changes)
  • -
  • Secondary Hall input
  • -
  • 4 analog thermistor (temperature) inputs
  • -
  • 10 analog voltage inputs (0-5v)
  • -
  • 4 high-Z injector outputs
  • -
  • 2 high-current low side outputs for IAC/VVT/other solenoids
  • -
  • Dedicated main relay control output
  • -
  • 4 low-current low side outputs for relays or warning lights
  • -
  • 4 5v logic-level ignition outputs
  • -
  • 2 logic level outputs (5v/12v configurable, requires resistor changes)
  • -
  • Electronic throttle body (drive by wire)
  • -
  • CAN connectivity on the plug
  • -
  • USB connectivity on the plug
  • -
  • SPI and TTL available on PCB
  • -
- Get microRusEFI hardware - microRusEFI - Manual -
-
-
- -
-
-
-
Proteus
- -

|PROTEUS

-

-

A high-featured board compatible with rusEFI firmware. Open-source design available in this repository. -

- Features -
    -
  • 2x VR crank/cam/vehicle speed inputs
  • -
  • 6x hall cam/crank or digital input
  • -
  • Full operation from 6-24v supply
  • -
  • Dual 5v sensor supplies, 150mA each, fully protected
  • -
  • Dual protected 12v external sensor supply
  • -
  • 16x 4A low-side drivers
  • -
  • 12x 5v ignition (or general purpose) outputs
  • -
  • Dual H-bridges for electronic throttle (also supports stepper idle valve!)
  • -
  • 4x 12v 3A high-side outputs
  • -
  • 12x Analog voltage inputs
  • -
  • 4x Analog temperature inputs
  • -
  • 180 MHz ARM Cortex-M7
  • -
  • TE Connectivity AMPSEAL connectors
  • -
  • Internal data-logging
  • -
- Get Proteus hardware - Proteus Manual -
-
-
-
- -
-
-
- -
-
-
Hellen
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Hellen Miata NA6
Hellen Miata NA96
Hellen Miata NB1
Hellen Miata NB2
Hellen 121 VAG
Hellen 121 Nissan
Hellen 128 Mercedes
-
-
- - - -
-
-
Shop
-

Get rusEFI ECUs for Mazda Miata from
- -

-
-

The following rusEFI hardware is currently available on eBay:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
35 pin breakout VAGGet it on eBay
38 pin breakout ChryslerGet it on eBay
52 pin breakout board
52 pin connector
Get it on eBay
- Get it on eBay -
55 pin breakout board
55 pin connector with breakout board
Get it on eBay
- Get it on eBay -
Alternative 55 pin connectorGet it on eBay
-
60 pin Ford EEC-IV connectorGet it on eBay
-
60 pin connector Suzuki YamahaGet it on eBay
-
- - 64 pin Nissan breakout boardGet it on eBay -
-
- -
64 pin breakout board
64 pin connector with breakout board
Get it on eBay
- Get it on eBay
- Get it on eBay -
68 pin breakout board VAGGet it on eBay
-

-
72 pin connector with breakout board Mazda NB2Get it on eBay
- Get it on eBay -
76 pin connector with breakout board Mitsubishi SubaruGet it on eBay -
- - 76 pin Nissan breakout boardGet it on eBay -
80 pin connector VAGGet it on eBay
-
88 pin connector BMWGet it on eBay
- Get it on eBay -
104 pin connector Honda OBD2Get it on eBay
-
104 pin connector FordGet it on eBay
-
112 pin connector NissanGet it on eBay
-
112 pin 56+56 breakout and connector Polaris RZRGet it on eBay
-
121 pin breakout board
121 pin connector with breakout board
VAG Nissan Maserati
Get it on eBay -
- - 122 pin breakout board Toyota MazdaGet it on eBay -
125 pin breakout board Honda KGet it on eBay -
134 pin connector
134 pin breakout
BMW Hyundai
Get it on eBay
- Get it on eBay
-
- - 135 pin breakout board SubaruGet it on eBay -
- - 73+80 153 LS Gen 4 breakoutGet it on eBay -
154 pin 60+94 breakout board
154 pin connector with breakout board Ford VAG Hyundai
Get it on eBay
- Get it on eBay -
154 pin 96+58 breakout and connector MercedesGet it on eBay
-
196 pin connector Mercedes HyundaiGet it on eBay
-
-
-
-
- - - - - - - - - - - \ No newline at end of file diff --git a/misc/www/js/site.js b/misc/www/js/site.js deleted file mode 100644 index f9f8b18f39..0000000000 --- a/misc/www/js/site.js +++ /dev/null @@ -1,122 +0,0 @@ -(function($) { // Begin jQuery - $(function() { // DOM ready - // If a link has a dropdown, add sub menu toggle. - $('topnav ul li a:not(:only-child)').click(function(e) { - $(this).siblings('.nav-dropdown').toggle(); - // Close one dropdown when selecting another - $('.nav-dropdown').not($(this).siblings()).hide(); - e.stopPropagation(); - }); - // Clicking away from dropdown will remove the dropdown class - $('html').click(function() { - $('.nav-dropdown').hide(); - }); - // Toggle open and close nav styles on click - $('#nav-toggle').click(function() { - $('topnav ul').slideToggle(); - }); - $('topnav a').click(function() { - $('topnav ul').slideToggle(); - $('#nav-toggle').removeClass('active'); - }); - // Hamburger to X toggle - $('#nav-toggle').on('click', function() { - this.classList.toggle('active'); - }); - }); // end DOM ready -})(jQuery); // end jQuery - -$(document).ready(function() { - - // Variables - var $codeSnippets = $('.code-example-body'), - $nav = $('.navbar'), - $body = $('body'), - $window = $(window), - $popoverLink = $('[data-popover]'), - navOffsetTop = $nav.offset().top, - $document = $(document), - entityMap = { - "&": "&", - "<": "<", - ">": ">", - '"': '"', - "'": ''', - "/": '/' - } - - function init() { - $window.on('scroll', onScroll) - $window.on('resize', resize) - $popoverLink.on('click', openPopover) - $document.on('click', closePopover) - $('a[href^="#"]').on('click', smoothScroll) - // buildSnippets(); - } - - function smoothScroll(e) { - e.preventDefault(); - $(document).off("scroll"); - var target = this.hash, - menu = target; - $target = $(target); - $('html, body').stop().animate({ - 'scrollTop': $target.offset().top-40 - }, 0, 'swing', function () { - window.location.hash = target; - $(document).on("scroll", onScroll); - }); - } - - function openPopover(e) { - e.preventDefault() - closePopover(); - var popover = $($(this).data('popover')); - popover.toggleClass('open') - e.stopImmediatePropagation(); - } - - function closePopover(e) { - if($('.popover.open').length > 0) { - $('.popover').removeClass('open') - } - } - - $("#button").click(function() { - $('html, body').animate({ - scrollTop: $("#elementtoScrollToID").offset().top - }, 2000); - }); - - function resize() { - $body.removeClass('has-docked-nav') - navOffsetTop = $nav.offset().top - onScroll() - } - - function onScroll() { - if(navOffsetTop < $window.scrollTop() && !$body.hasClass('has-docked-nav')) { - $body.addClass('has-docked-nav') - } - if(navOffsetTop > $window.scrollTop() && $body.hasClass('has-docked-nav')) { - $body.removeClass('has-docked-nav') - } - } - - function escapeHtml(string) { - return String(string).replace(/[&<>"'\/]/g, function (s) { - return entityMap[s]; - }); - } - - // function buildSnippets() { - // $codeSnippets.each(function() { - // var newContent = escapeHtml($(this).html()) - // $(this).html(newContent) - // }) - // } - - - init(); - - }); \ No newline at end of file diff --git a/misc/www/legacy_style/banner.png b/misc/www/legacy_style/banner.png deleted file mode 100644 index f524a7628a..0000000000 Binary files a/misc/www/legacy_style/banner.png and /dev/null differ diff --git a/misc/www/legacy_style/banner.xcf b/misc/www/legacy_style/banner.xcf deleted file mode 100644 index cfdc118bdc..0000000000 Binary files a/misc/www/legacy_style/banner.xcf and /dev/null differ diff --git a/misc/www/legacy_style/banner_high_res.png b/misc/www/legacy_style/banner_high_res.png deleted file mode 100644 index 0e503068b4..0000000000 Binary files a/misc/www/legacy_style/banner_high_res.png and /dev/null differ diff --git a/misc/www/legacy_style/banner_high_res.xcf b/misc/www/legacy_style/banner_high_res.xcf deleted file mode 100644 index 6946f42363..0000000000 Binary files a/misc/www/legacy_style/banner_high_res.xcf and /dev/null differ diff --git a/misc/www/legacy_style/font/LFAX.TTF b/misc/www/legacy_style/font/LFAX.TTF deleted file mode 100644 index 952b7404e0..0000000000 Binary files a/misc/www/legacy_style/font/LFAX.TTF and /dev/null differ diff --git a/misc/www/legacy_style/font/LFAXD.TTF b/misc/www/legacy_style/font/LFAXD.TTF deleted file mode 100644 index 1727256270..0000000000 Binary files a/misc/www/legacy_style/font/LFAXD.TTF and /dev/null differ diff --git a/misc/www/legacy_style/font/LFAXDI.TTF b/misc/www/legacy_style/font/LFAXDI.TTF deleted file mode 100644 index 32cfef6c04..0000000000 Binary files a/misc/www/legacy_style/font/LFAXDI.TTF and /dev/null differ diff --git a/misc/www/legacy_style/font/LFAXI.TTF b/misc/www/legacy_style/font/LFAXI.TTF deleted file mode 100644 index 8bde8585ee..0000000000 Binary files a/misc/www/legacy_style/font/LFAXI.TTF and /dev/null differ diff --git a/misc/www/legacy_style/font/font_info.txt b/misc/www/legacy_style/font/font_info.txt deleted file mode 100644 index 6a6591fdf3..0000000000 --- a/misc/www/legacy_style/font/font_info.txt +++ /dev/null @@ -1,8 +0,0 @@ -Lucida Fax - - -rusEfi orange color -fe6700 - - -circle diameter = x3.05 times lower case test height \ No newline at end of file diff --git a/misc/www/legacy_style/latest_bundle.png b/misc/www/legacy_style/latest_bundle.png deleted file mode 100644 index 16916d343a..0000000000 Binary files a/misc/www/legacy_style/latest_bundle.png and /dev/null differ diff --git a/misc/www/legacy_style/latest_bundle.xcf b/misc/www/legacy_style/latest_bundle.xcf deleted file mode 100644 index 7269037e4d..0000000000 Binary files a/misc/www/legacy_style/latest_bundle.xcf and /dev/null differ diff --git a/misc/www/legacy_style/latest_bundle_border.png b/misc/www/legacy_style/latest_bundle_border.png deleted file mode 100644 index f8cfd16f51..0000000000 Binary files a/misc/www/legacy_style/latest_bundle_border.png and /dev/null differ diff --git a/misc/www/legacy_style/logo.gif b/misc/www/legacy_style/logo.gif deleted file mode 100644 index 3ad5b1f612..0000000000 Binary files a/misc/www/legacy_style/logo.gif and /dev/null differ diff --git a/misc/www/legacy_style/logo.xcf b/misc/www/legacy_style/logo.xcf deleted file mode 100644 index 97d9aa8e46..0000000000 Binary files a/misc/www/legacy_style/logo.xcf and /dev/null differ diff --git a/misc/www/legacy_style/logo_100.gif b/misc/www/legacy_style/logo_100.gif deleted file mode 100644 index ca259f73b6..0000000000 Binary files a/misc/www/legacy_style/logo_100.gif and /dev/null differ diff --git a/misc/www/legacy_style/logo_150.gif b/misc/www/legacy_style/logo_150.gif deleted file mode 100644 index 6314214d14..0000000000 Binary files a/misc/www/legacy_style/logo_150.gif and /dev/null differ diff --git a/misc/www/legacy_style/logo_250.gif b/misc/www/legacy_style/logo_250.gif deleted file mode 100644 index f32bb22480..0000000000 Binary files a/misc/www/legacy_style/logo_250.gif and /dev/null differ diff --git a/misc/www/legacy_style/logo_60.gif b/misc/www/legacy_style/logo_60.gif deleted file mode 100644 index b9c11d4d33..0000000000 Binary files a/misc/www/legacy_style/logo_60.gif and /dev/null differ diff --git a/misc/www/legacy_style/logo_640.png b/misc/www/legacy_style/logo_640.png deleted file mode 100644 index 3314413b6e..0000000000 Binary files a/misc/www/legacy_style/logo_640.png and /dev/null differ diff --git a/misc/www/legacy_style/logo_80.gif b/misc/www/legacy_style/logo_80.gif deleted file mode 100644 index 6a3eca1d42..0000000000 Binary files a/misc/www/legacy_style/logo_80.gif and /dev/null differ diff --git a/misc/www/legacy_style/logo_n.png b/misc/www/legacy_style/logo_n.png deleted file mode 100644 index b672df30ce..0000000000 Binary files a/misc/www/legacy_style/logo_n.png and /dev/null differ diff --git a/misc/www/legacy_style/logo_w_60.gif b/misc/www/legacy_style/logo_w_60.gif deleted file mode 100644 index 9e5c788c2e..0000000000 Binary files a/misc/www/legacy_style/logo_w_60.gif and /dev/null differ diff --git a/misc/www/legacy_style/rusefi_60.png b/misc/www/legacy_style/rusefi_60.png deleted file mode 100644 index 6378f18927..0000000000 Binary files a/misc/www/legacy_style/rusefi_60.png and /dev/null differ diff --git a/misc/www/legacy_style/rusefi_600.xcf b/misc/www/legacy_style/rusefi_600.xcf deleted file mode 100644 index 9106716fc4..0000000000 Binary files a/misc/www/legacy_style/rusefi_600.xcf and /dev/null differ diff --git a/misc/www/legacy_style/rusefi_90.png b/misc/www/legacy_style/rusefi_90.png deleted file mode 100644 index 506b757736..0000000000 Binary files a/misc/www/legacy_style/rusefi_90.png and /dev/null differ diff --git a/misc/www/legacy_style/rusefi_90.xcf b/misc/www/legacy_style/rusefi_90.xcf deleted file mode 100644 index f1db44f986..0000000000 Binary files a/misc/www/legacy_style/rusefi_90.xcf and /dev/null differ diff --git a/misc/www/legacy_style/rusefi_online_color.png b/misc/www/legacy_style/rusefi_online_color.png deleted file mode 100644 index ddc2633eca..0000000000 Binary files a/misc/www/legacy_style/rusefi_online_color.png and /dev/null differ diff --git a/misc/www/legacy_style/rusefi_online_mono.png b/misc/www/legacy_style/rusefi_online_mono.png deleted file mode 100644 index 6a460aafaa..0000000000 Binary files a/misc/www/legacy_style/rusefi_online_mono.png and /dev/null differ diff --git a/misc/www/legacy_style/sticker.png b/misc/www/legacy_style/sticker.png deleted file mode 100644 index bd17db4beb..0000000000 Binary files a/misc/www/legacy_style/sticker.png and /dev/null differ diff --git a/misc/www/legacy_style/sticker.xcf b/misc/www/legacy_style/sticker.xcf deleted file mode 100644 index d951dca50b..0000000000 Binary files a/misc/www/legacy_style/sticker.xcf and /dev/null differ diff --git a/misc/www/legacy_style/sticker_smaller.png b/misc/www/legacy_style/sticker_smaller.png deleted file mode 100644 index aa5cd7eafc..0000000000 Binary files a/misc/www/legacy_style/sticker_smaller.png and /dev/null differ diff --git a/misc/www/legacy_style/sticker_smaller.xcf b/misc/www/legacy_style/sticker_smaller.xcf deleted file mode 100644 index 3461f36e1a..0000000000 Binary files a/misc/www/legacy_style/sticker_smaller.xcf and /dev/null differ diff --git a/misc/www/microrusefi/index.html b/misc/www/microrusefi/index.html deleted file mode 100644 index 6324133335..0000000000 --- a/misc/www/microrusefi/index.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - rusEfi microRusEFI - - - - - - - - - - - - - -

microRusEfi is the latest fully assembled rusEfi ECU. It was primaraly designed for 4 cylinder applications with or without drive-by-wire electronic throttle body.

- -

Available on eBay $270 fully assembled

- -

See also rusEFI accesories catalog

- -
-
- -
- - -Pinout
- -Documentation
- -Interactive BOM
- - -microRusEfi GitHub
- -Forum thread
- - - - -

Capabilities

- - - -
- - - - -
-
-Home (c) rusEfi llc, 2020 -
- - - - \ No newline at end of file diff --git a/misc/www/online/readme.md b/misc/www/online/readme.md deleted file mode 100644 index f314dad2a1..0000000000 --- a/misc/www/online/readme.md +++ /dev/null @@ -1,3 +0,0 @@ -See https://github.com/rusefi/rusefi/wiki/Online - -See https://github.com/rusefi/web_backend \ No newline at end of file diff --git a/misc/www/robots.txt b/misc/www/robots.txt deleted file mode 100644 index bec4fc0f85..0000000000 --- a/misc/www/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -User-agent: * - -Disallow: /wiki -Disallow: /wiki3 -Disallow: /docs/wiki \ No newline at end of file diff --git a/misc/www/rusefi.css b/misc/www/rusefi.css deleted file mode 100644 index b50fd58c6c..0000000000 --- a/misc/www/rusefi.css +++ /dev/null @@ -1,46 +0,0 @@ - - a:link { - color: #34495e; - } - - a:visited { - color: #34495e; - } - - a:hover { - color: black; - } - - a:visited:hover { - color: black; - } - - table { - border-collapse: collapse; - font-size: 100%; - } - - table td, - table th { - border: 1px solid black; - padding: 0.5em; - } - - table tr:first-child th { - border-top: 0; - font-weight: normal; - } - - table tr:last-child td { - border-bottom: 0; - } - - table tr td:first-child, - table tr th:first-child { - border-left: 0; - } - - table tr td:last-child, - table tr th:last-child { - border-right: 0; - } diff --git a/misc/www/s/.htaccess b/misc/www/s/.htaccess deleted file mode 100644 index 2f134288fc..0000000000 --- a/misc/www/s/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Options +Indexes \ No newline at end of file diff --git a/misc/www/s/2chan/index.shtml b/misc/www/s/2chan/index.shtml deleted file mode 100644 index c8422f4cd5..0000000000 --- a/misc/www/s/2chan/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/AlphaX-2chan - -
- - - diff --git a/misc/www/s/4chan/index.shtml b/misc/www/s/4chan/index.shtml deleted file mode 100644 index 32be8f3327..0000000000 --- a/misc/www/s/4chan/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/AlphaX-4chan - -
- - - diff --git a/misc/www/s/atlas/index.shtml b/misc/www/s/atlas/index.shtml deleted file mode 100644 index 516b20b063..0000000000 --- a/misc/www/s/atlas/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/Atlas-Manual - -
- - - diff --git a/misc/www/s/atlas/qr-atlas.png b/misc/www/s/atlas/qr-atlas.png deleted file mode 100644 index 36cfea9014..0000000000 Binary files a/misc/www/s/atlas/qr-atlas.png and /dev/null differ diff --git a/misc/www/s/debugmode/index.shtml b/misc/www/s/debugmode/index.shtml deleted file mode 100644 index 792f247360..0000000000 --- a/misc/www/s/debugmode/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/Debug_Mode - -
- - - diff --git a/misc/www/s/dl/index.shtml b/misc/www/s/dl/index.shtml deleted file mode 100644 index 5f3ab960ad..0000000000 --- a/misc/www/s/dl/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/Download - -
- - - diff --git a/misc/www/s/etb/index.shtml b/misc/www/s/etb/index.shtml deleted file mode 100644 index 87d2bd4bd7..0000000000 --- a/misc/www/s/etb/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/HOWTO-electronic-throttle-body - -
- - - diff --git a/misc/www/s/fsio/index.shtml b/misc/www/s/fsio/index.shtml deleted file mode 100644 index 9d68611cbd..0000000000 --- a/misc/www/s/fsio/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/FSIO - -
- - - diff --git a/misc/www/s/fuel/index.shtml b/misc/www/s/fuel/index.shtml deleted file mode 100644 index 11c0e7cb81..0000000000 --- a/misc/www/s/fuel/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -http://rusefi.com/wiki/index.php?title=Manual:Software:Fuel_Control - -
- - - diff --git a/misc/www/s/hellen121nissan/index.shtml b/misc/www/s/hellen121nissan/index.shtml deleted file mode 100644 index a26a059594..0000000000 --- a/misc/www/s/hellen121nissan/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/Hellen-121-Nissan - -
- - - diff --git a/misc/www/s/hellen121nissan/qr-nissan121.png b/misc/www/s/hellen121nissan/qr-nissan121.png deleted file mode 100644 index a814bdc2a8..0000000000 Binary files a/misc/www/s/hellen121nissan/qr-nissan121.png and /dev/null differ diff --git a/misc/www/s/hellen121vag/index.shtml b/misc/www/s/hellen121vag/index.shtml deleted file mode 100644 index 46bc9ad711..0000000000 --- a/misc/www/s/hellen121vag/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/Hellen121VAG - -
- - - diff --git a/misc/www/s/hellen121vag/qr-hellen121vag.png b/misc/www/s/hellen121vag/qr-hellen121vag.png deleted file mode 100644 index ad4373e191..0000000000 Binary files a/misc/www/s/hellen121vag/qr-hellen121vag.png and /dev/null differ diff --git a/misc/www/s/hellen128merc/index.shtml b/misc/www/s/hellen128merc/index.shtml deleted file mode 100644 index 157379ce5b..0000000000 --- a/misc/www/s/hellen128merc/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/Hellen-128-Mercedes - -
- - - diff --git a/misc/www/s/hellen128merc/qr-128merc.png b/misc/www/s/hellen128merc/qr-128merc.png deleted file mode 100644 index 921f043807..0000000000 Binary files a/misc/www/s/hellen128merc/qr-128merc.png and /dev/null differ diff --git a/misc/www/s/hellen154hyundai/index.shtml b/misc/www/s/hellen154hyundai/index.shtml deleted file mode 100644 index 2ad70a422f..0000000000 --- a/misc/www/s/hellen154hyundai/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/Hellen-154-Hyundai - -
- - - diff --git a/misc/www/s/hellen154hyundai/qr-154hyundai.png b/misc/www/s/hellen154hyundai/qr-154hyundai.png deleted file mode 100644 index e45c03492f..0000000000 Binary files a/misc/www/s/hellen154hyundai/qr-154hyundai.png and /dev/null differ diff --git a/misc/www/s/hellen55bmw/index.shtml b/misc/www/s/hellen55bmw/index.shtml deleted file mode 100644 index 1444a498ed..0000000000 --- a/misc/www/s/hellen55bmw/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/Hellen55bmw - -
- - - diff --git a/misc/www/s/hellen72/index.shtml b/misc/www/s/hellen72/index.shtml deleted file mode 100644 index 16aa79bbba..0000000000 --- a/misc/www/s/hellen72/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/Hellen-NB2 - -
- - - diff --git a/misc/www/s/hellen72/qr-h72.png b/misc/www/s/hellen72/qr-h72.png deleted file mode 100644 index 1419e25515..0000000000 Binary files a/misc/www/s/hellen72/qr-h72.png and /dev/null differ diff --git a/misc/www/s/hellen81/index.shtml b/misc/www/s/hellen81/index.shtml deleted file mode 100644 index 4675083817..0000000000 --- a/misc/www/s/hellen81/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/Hellen81 - -
- - - diff --git a/misc/www/s/hellen81/qr-81.png b/misc/www/s/hellen81/qr-81.png deleted file mode 100644 index e923897068..0000000000 Binary files a/misc/www/s/hellen81/qr-81.png and /dev/null differ diff --git a/misc/www/s/hellen88bmw/index.shtml b/misc/www/s/hellen88bmw/index.shtml deleted file mode 100644 index 3d541ef423..0000000000 --- a/misc/www/s/hellen88bmw/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/Hellen-88-BMW - -
- - - diff --git a/misc/www/s/hellen88bmw/qr-88bmw.png b/misc/www/s/hellen88bmw/qr-88bmw.png deleted file mode 100644 index fbf803112b..0000000000 Binary files a/misc/www/s/hellen88bmw/qr-88bmw.png and /dev/null differ diff --git a/misc/www/s/hellenNA6/index.shtml b/misc/www/s/hellenNA6/index.shtml deleted file mode 100644 index 898a015bc1..0000000000 --- a/misc/www/s/hellenNA6/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/Hellen64-Miata-NA6-94 - -
- - - diff --git a/misc/www/s/hellenNA6/qr-na6.png b/misc/www/s/hellenNA6/qr-na6.png deleted file mode 100644 index 19ffef86fc..0000000000 Binary files a/misc/www/s/hellenNA6/qr-na6.png and /dev/null differ diff --git a/misc/www/s/hellenNA96/index.shtml b/misc/www/s/hellenNA96/index.shtml deleted file mode 100644 index ab5fae3b28..0000000000 --- a/misc/www/s/hellenNA96/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/Hellen-NA96 - -
- - - diff --git a/misc/www/s/hellenNA96/qr-na96.png b/misc/www/s/hellenNA96/qr-na96.png deleted file mode 100644 index 2240581dc7..0000000000 Binary files a/misc/www/s/hellenNA96/qr-na96.png and /dev/null differ diff --git a/misc/www/s/hellenNB1/index.shtml b/misc/www/s/hellenNB1/index.shtml deleted file mode 100644 index fe837ccce1..0000000000 --- a/misc/www/s/hellenNB1/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/Hellen-NB1 - -
- - - diff --git a/misc/www/s/hellenNB1/qr-hellennb1.png b/misc/www/s/hellenNB1/qr-hellennb1.png deleted file mode 100644 index 50a3c57772..0000000000 Binary files a/misc/www/s/hellenNB1/qr-hellennb1.png and /dev/null differ diff --git a/misc/www/s/hellenNB2/index.shtml b/misc/www/s/hellenNB2/index.shtml deleted file mode 100644 index 16aa79bbba..0000000000 --- a/misc/www/s/hellenNB2/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/Hellen-NB2 - -
- - - diff --git a/misc/www/s/howtocontribute/index.shtml b/misc/www/s/howtocontribute/index.shtml deleted file mode 100644 index ce05f9c322..0000000000 --- a/misc/www/s/howtocontribute/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/HOWTO-help-rusEfi - -
- - - diff --git a/misc/www/s/lua/index.shtml b/misc/www/s/lua/index.shtml deleted file mode 100644 index 4e2df0cd53..0000000000 --- a/misc/www/s/lua/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/Lua-Scripting - -
- - - diff --git a/misc/www/s/microrusefi/index.shtml b/misc/www/s/microrusefi/index.shtml deleted file mode 100644 index 436eb56c15..0000000000 --- a/misc/www/s/microrusefi/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/microRusEFI-Manual - -
- - - diff --git a/misc/www/s/microrusefi/microrusefi_qr.png b/misc/www/s/microrusefi/microrusefi_qr.png deleted file mode 100644 index e36fbc1a47..0000000000 Binary files a/misc/www/s/microrusefi/microrusefi_qr.png and /dev/null differ diff --git a/misc/www/s/mission/index.shtml b/misc/www/s/mission/index.shtml deleted file mode 100644 index 174b360e70..0000000000 --- a/misc/www/s/mission/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/Mission-Statement - -
- - - diff --git a/misc/www/s/proteus-M73tu/index.shtml b/misc/www/s/proteus-M73tu/index.shtml deleted file mode 100644 index 569354f065..0000000000 --- a/misc/www/s/proteus-M73tu/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/Proteus-M73tu - -
- - - diff --git a/misc/www/s/proteus-M73tu/qr-proteus-M73tu.png b/misc/www/s/proteus-M73tu/qr-proteus-M73tu.png deleted file mode 100644 index b03ade3acc..0000000000 Binary files a/misc/www/s/proteus-M73tu/qr-proteus-M73tu.png and /dev/null differ diff --git a/misc/www/s/proteus-honda-obd2a/index.shtml b/misc/www/s/proteus-honda-obd2a/index.shtml deleted file mode 100644 index 9fc8dba754..0000000000 --- a/misc/www/s/proteus-honda-obd2a/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/Proteus-HondaOBD2A - -
- - - diff --git a/misc/www/s/proteus-honda-obd2a/qr-p-h-obd2a.png b/misc/www/s/proteus-honda-obd2a/qr-p-h-obd2a.png deleted file mode 100644 index aa9aa91e95..0000000000 Binary files a/misc/www/s/proteus-honda-obd2a/qr-p-h-obd2a.png and /dev/null differ diff --git a/misc/www/s/proteus-honda125/index.shtml b/misc/www/s/proteus-honda125/index.shtml deleted file mode 100644 index 44f0ccac79..0000000000 --- a/misc/www/s/proteus-honda125/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/Proteus-Honda125 - -
- - - diff --git a/misc/www/s/proteus-honda125/qr-p-h125.png b/misc/www/s/proteus-honda125/qr-p-h125.png deleted file mode 100644 index 2e49da1584..0000000000 Binary files a/misc/www/s/proteus-honda125/qr-p-h125.png and /dev/null differ diff --git a/misc/www/s/proteus-m54/index.shtml b/misc/www/s/proteus-m54/index.shtml deleted file mode 100644 index 5ce3c11720..0000000000 --- a/misc/www/s/proteus-m54/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/Proteus-BMW-M54 - -
- - - diff --git a/misc/www/s/proteus-m54/qr-m54.png b/misc/www/s/proteus-m54/qr-m54.png deleted file mode 100644 index dd2e8a345e..0000000000 Binary files a/misc/www/s/proteus-m54/qr-m54.png and /dev/null differ diff --git a/misc/www/s/proteus-mitsubishi76/index.shtml b/misc/www/s/proteus-mitsubishi76/index.shtml deleted file mode 100644 index 372bacd52a..0000000000 --- a/misc/www/s/proteus-mitsubishi76/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/Proteus-mitsubishi76 - -
- - - diff --git a/misc/www/s/proteus-mitsubishi76/qr-p-mitsu76.png b/misc/www/s/proteus-mitsubishi76/qr-p-mitsu76.png deleted file mode 100644 index ee280cf046..0000000000 Binary files a/misc/www/s/proteus-mitsubishi76/qr-p-mitsu76.png and /dev/null differ diff --git a/misc/www/s/proteus-vag80/index.shtml b/misc/www/s/proteus-vag80/index.shtml deleted file mode 100644 index c9006fdef0..0000000000 --- a/misc/www/s/proteus-vag80/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/Proteus-vag80 - -
- - - diff --git a/misc/www/s/proteus-vag80/qr-p-vag80.png b/misc/www/s/proteus-vag80/qr-p-vag80.png deleted file mode 100644 index e5d8548f33..0000000000 Binary files a/misc/www/s/proteus-vag80/qr-p-vag80.png and /dev/null differ diff --git a/misc/www/s/proteus/index.shtml b/misc/www/s/proteus/index.shtml deleted file mode 100644 index 33757a69d5..0000000000 --- a/misc/www/s/proteus/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/Proteus-Manual - -
- - - diff --git a/misc/www/s/proteus/qr-proteus.png b/misc/www/s/proteus/qr-proteus.png deleted file mode 100644 index e069e7e973..0000000000 Binary files a/misc/www/s/proteus/qr-proteus.png and /dev/null differ diff --git a/misc/www/s/questions/index.shtml b/misc/www/s/questions/index.shtml deleted file mode 100644 index 0881892a32..0000000000 --- a/misc/www/s/questions/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/HOWTO-ask-questions - -
- - - diff --git a/misc/www/s/readme.md b/misc/www/s/readme.md deleted file mode 100644 index dfe3a7900c..0000000000 --- a/misc/www/s/readme.md +++ /dev/null @@ -1 +0,0 @@ -'s' for 'short', this folder is used to make shorter links \ No newline at end of file diff --git a/misc/www/s/support/index.shtml b/misc/www/s/support/index.shtml deleted file mode 100644 index a392035d96..0000000000 --- a/misc/www/s/support/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -http://rusefi.com/wiki/index.php?title=Support - -
- - - diff --git a/misc/www/s/tpstps/index.shtml b/misc/www/s/tpstps/index.shtml deleted file mode 100644 index 21fa27f6a3..0000000000 --- a/misc/www/s/tpstps/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://rusefi.com/wiki/index.php?title=Manual:Software:Fuel_Control#TPS.2FTPS_acceleration_Multiplier - -
- - - diff --git a/misc/www/s/trigger/index.shtml b/misc/www/s/trigger/index.shtml deleted file mode 100644 index 17b0c571eb..0000000000 --- a/misc/www/s/trigger/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/All-Supported-Triggers - -
- - - diff --git a/misc/www/s/vvt/index.shtml b/misc/www/s/vvt/index.shtml deleted file mode 100644 index b0591c69da..0000000000 --- a/misc/www/s/vvt/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://rusefi.com/wiki/index.php?title=Manual:Software:VVT - -
- - - diff --git a/misc/www/s/wb/index.shtml b/misc/www/s/wb/index.shtml deleted file mode 100644 index ad12240190..0000000000 --- a/misc/www/s/wb/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki/rusEFI-Wideband-Controller - -
- - - diff --git a/misc/www/s/wiki/index.shtml b/misc/www/s/wiki/index.shtml deleted file mode 100644 index cd90f86db2..0000000000 --- a/misc/www/s/wiki/index.shtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
- -




- -https://github.com/rusefi/rusefi/wiki - -
- - - diff --git a/misc/www/shop/img/112p_connector.jpg b/misc/www/shop/img/112p_connector.jpg deleted file mode 100644 index 6955fa0d5a..0000000000 Binary files a/misc/www/shop/img/112p_connector.jpg and /dev/null differ diff --git a/misc/www/shop/index.html b/misc/www/shop/index.html deleted file mode 100644 index ac68f4e2e8..0000000000 --- a/misc/www/shop/index.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - rusEFI Store - - - - - - - - - - - - - - - - - - - -Moved to rusefi.com - - - \ No newline at end of file diff --git a/misc/www/style/bmm_logo.png b/misc/www/style/bmm_logo.png deleted file mode 100644 index 3894e7ca3e..0000000000 Binary files a/misc/www/style/bmm_logo.png and /dev/null differ diff --git a/misc/www/style/hellen-one-logo-300.jpg b/misc/www/style/hellen-one-logo-300.jpg deleted file mode 100644 index e1a36c9e50..0000000000 Binary files a/misc/www/style/hellen-one-logo-300.jpg and /dev/null differ diff --git a/misc/www/style/hellen-one-logo-64.jpg b/misc/www/style/hellen-one-logo-64.jpg deleted file mode 100644 index 3bc1112b77..0000000000 Binary files a/misc/www/style/hellen-one-logo-64.jpg and /dev/null differ diff --git a/misc/www/style/rusefi-black-orange-wide_circle.png b/misc/www/style/rusefi-black-orange-wide_circle.png deleted file mode 100644 index 634e1fa663..0000000000 Binary files a/misc/www/style/rusefi-black-orange-wide_circle.png and /dev/null differ diff --git a/misc/www/style/rusefi-black-orange-wide_circle_small.png b/misc/www/style/rusefi-black-orange-wide_circle_small.png deleted file mode 100644 index 935a722cd6..0000000000 Binary files a/misc/www/style/rusefi-black-orange-wide_circle_small.png and /dev/null differ diff --git a/misc/www/style/rusefi-black-orange_vertical.png b/misc/www/style/rusefi-black-orange_vertical.png deleted file mode 100644 index aaaa4543eb..0000000000 Binary files a/misc/www/style/rusefi-black-orange_vertical.png and /dev/null differ diff --git a/misc/www/style/rusefi-black_vertical.png b/misc/www/style/rusefi-black_vertical.png deleted file mode 100644 index dd52309ae4..0000000000 Binary files a/misc/www/style/rusefi-black_vertical.png and /dev/null differ diff --git a/misc/www/style/rusefi-white-orange-wide_circle.png b/misc/www/style/rusefi-white-orange-wide_circle.png deleted file mode 100644 index e28f999762..0000000000 Binary files a/misc/www/style/rusefi-white-orange-wide_circle.png and /dev/null differ diff --git a/misc/www/style/rusefi-white-orange_vertical.png b/misc/www/style/rusefi-white-orange_vertical.png deleted file mode 100644 index 1da0c2733a..0000000000 Binary files a/misc/www/style/rusefi-white-orange_vertical.png and /dev/null differ diff --git a/misc/www/style/rusefi-white_vertical.png b/misc/www/style/rusefi-white_vertical.png deleted file mode 100644 index ec349dbd16..0000000000 Binary files a/misc/www/style/rusefi-white_vertical.png and /dev/null differ diff --git a/misc/www/style/rusefi-wide_circle.png b/misc/www/style/rusefi-wide_circle.png deleted file mode 100644 index 80fe894fe0..0000000000 Binary files a/misc/www/style/rusefi-wide_circle.png and /dev/null differ diff --git a/misc/www/style/rusefi.png b/misc/www/style/rusefi.png deleted file mode 100644 index a480e611ee..0000000000 Binary files a/misc/www/style/rusefi.png and /dev/null differ diff --git a/misc/www/style/rusefi_vertical.png b/misc/www/style/rusefi_vertical.png deleted file mode 100644 index 72ca5ecaad..0000000000 Binary files a/misc/www/style/rusefi_vertical.png and /dev/null differ diff --git a/misc/www/style/svg/rusefi_color_blk.svg b/misc/www/style/svg/rusefi_color_blk.svg deleted file mode 100644 index c7c205c3b6..0000000000 --- a/misc/www/style/svg/rusefi_color_blk.svg +++ /dev/null @@ -1 +0,0 @@ -rusefi_color_blk \ No newline at end of file diff --git a/misc/www/style/svg/rusefi_color_blk_sq.svg b/misc/www/style/svg/rusefi_color_blk_sq.svg deleted file mode 100644 index df7bfb19e4..0000000000 --- a/misc/www/style/svg/rusefi_color_blk_sq.svg +++ /dev/null @@ -1 +0,0 @@ -rusefi-orange-blk-sq \ No newline at end of file diff --git a/misc/www/style/svg/rusefi_color_wht.svg b/misc/www/style/svg/rusefi_color_wht.svg deleted file mode 100644 index 969e8a1ae0..0000000000 --- a/misc/www/style/svg/rusefi_color_wht.svg +++ /dev/null @@ -1 +0,0 @@ -rusefi-color-white \ No newline at end of file diff --git a/misc/www/style/svg/rusefi_color_wht_sq.svg b/misc/www/style/svg/rusefi_color_wht_sq.svg deleted file mode 100644 index 0e5428e210..0000000000 --- a/misc/www/style/svg/rusefi_color_wht_sq.svg +++ /dev/null @@ -1 +0,0 @@ -rusefi-color-white-sq \ No newline at end of file diff --git a/misc/www/support/index.shtml b/misc/www/support/index.shtml deleted file mode 100644 index 7ab656d3ce..0000000000 --- a/misc/www/support/index.shtml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - -
-

Support

- -




- -http://rusefi.com/wiki/index.php?title=Support - -
- - -