diff --git a/www/.htaccess b/www/.htaccess new file mode 100644 index 0000000..9881d19 --- /dev/null +++ b/www/.htaccess @@ -0,0 +1,9 @@ + +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/www/Steinhart-Hart.html b/www/Steinhart-Hart.html new file mode 100644 index 0000000..1466f47 --- /dev/null +++ b/www/Steinhart-Hart.html @@ -0,0 +1,197 @@ + +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/www/build_server/.htaccess b/www/build_server/.htaccess new file mode 100644 index 0000000..d21a44b --- /dev/null +++ b/www/build_server/.htaccess @@ -0,0 +1,4 @@ +Options +Indexes + + IndexOptions NameWidth=* + \ No newline at end of file diff --git a/www/build_server/readme.txt b/www/build_server/readme.txt new file mode 100644 index 0000000..70b155a --- /dev/null +++ b/www/build_server/readme.txt @@ -0,0 +1,9 @@ +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/www/css/custom.css b/www/css/custom.css new file mode 100644 index 0000000..565bf0d --- /dev/null +++ b/www/css/custom.css @@ -0,0 +1,639 @@ +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/www/css/github-prettify-theme.css b/www/css/github-prettify-theme.css new file mode 100644 index 0000000..a89cdbf --- /dev/null +++ b/www/css/github-prettify-theme.css @@ -0,0 +1,149 @@ +/* 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/www/css/normalize.css b/www/css/normalize.css new file mode 100644 index 0000000..81c6f31 --- /dev/null +++ b/www/css/normalize.css @@ -0,0 +1,427 @@ +/*! 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/www/css/skeleton.css b/www/css/skeleton.css new file mode 100644 index 0000000..81cad41 --- /dev/null +++ b/www/css/skeleton.css @@ -0,0 +1,462 @@ +/* +* 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/www/docs/ibom/.htaccess b/www/docs/ibom/.htaccess new file mode 100644 index 0000000..2f13428 --- /dev/null +++ b/www/docs/ibom/.htaccess @@ -0,0 +1 @@ +Options +Indexes \ No newline at end of file diff --git a/www/docs/index.shtml b/www/docs/index.shtml new file mode 100644 index 0000000..96c32c2 --- /dev/null +++ b/www/docs/index.shtml @@ -0,0 +1,21 @@ + + + +


+ +Doxygen + +

+gcov Unit Test Coverage + +

+All pinouts + +

+All interactive BOMs + +


+ + + + diff --git a/www/error404.html b/www/error404.html new file mode 100644 index 0000000..0b9a6fd --- /dev/null +++ b/www/error404.html @@ -0,0 +1,18 @@ + + + + + + + +
+

Not found

+ +




+ +http://rusefi.com/wiki/index.php?title=Main_Page + +
+ + + diff --git a/www/fb.html b/www/fb.html new file mode 100644 index 0000000..8f13575 --- /dev/null +++ b/www/fb.html @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/www/fb.js b/www/fb.js new file mode 100644 index 0000000..eff9eca --- /dev/null +++ b/www/fb.js @@ -0,0 +1,12 @@ + +!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/www/fuel/index.shtml b/www/fuel/index.shtml new file mode 100644 index 0000000..53ae565 --- /dev/null +++ b/www/fuel/index.shtml @@ -0,0 +1,18 @@ + + + + + + + +
+

Support

+ +




+ +http://rusefi.com/wiki/index.php?title=Manual:Software:Fuel_Control + +
+ + + diff --git a/www/images/.htaccess b/www/images/.htaccess new file mode 100644 index 0000000..2f13428 --- /dev/null +++ b/www/images/.htaccess @@ -0,0 +1 @@ +Options +Indexes \ No newline at end of file diff --git a/www/images/121_connector/.htaccess b/www/images/121_connector/.htaccess new file mode 100644 index 0000000..2f13428 --- /dev/null +++ b/www/images/121_connector/.htaccess @@ -0,0 +1 @@ +Options +Indexes \ No newline at end of file diff --git a/www/images/121_connector/1241434_top.jpg b/www/images/121_connector/1241434_top.jpg new file mode 100644 index 0000000..ac24ddf Binary files /dev/null and b/www/images/121_connector/1241434_top.jpg differ diff --git a/www/images/121_connector/368255_inside.jpg b/www/images/121_connector/368255_inside.jpg new file mode 100644 index 0000000..8aec2a6 Binary files /dev/null and b/www/images/121_connector/368255_inside.jpg differ diff --git a/www/images/121_connector/368255_top.jpg b/www/images/121_connector/368255_top.jpg new file mode 100644 index 0000000..f712830 Binary files /dev/null and b/www/images/121_connector/368255_top.jpg differ diff --git a/www/images/121_connector/after_shaving.jpg b/www/images/121_connector/after_shaving.jpg new file mode 100644 index 0000000..4126ce6 Binary files /dev/null and b/www/images/121_connector/after_shaving.jpg differ diff --git a/www/images/121_connector/after_shaving_2.jpg b/www/images/121_connector/after_shaving_2.jpg new file mode 100644 index 0000000..3b2242d Binary files /dev/null and b/www/images/121_connector/after_shaving_2.jpg differ diff --git a/www/images/121_connector/before_shaving.jpg b/www/images/121_connector/before_shaving.jpg new file mode 100644 index 0000000..244d2af Binary files /dev/null and b/www/images/121_connector/before_shaving.jpg differ diff --git a/www/images/121_connector/final_result.jpg b/www/images/121_connector/final_result.jpg new file mode 100644 index 0000000..ff933fe Binary files /dev/null and b/www/images/121_connector/final_result.jpg differ diff --git a/www/images/1994_Miata_ecu/.htaccess b/www/images/1994_Miata_ecu/.htaccess new file mode 100644 index 0000000..2f13428 --- /dev/null +++ b/www/images/1994_Miata_ecu/.htaccess @@ -0,0 +1 @@ +Options +Indexes \ No newline at end of file diff --git a/www/images/1994_Miata_ecu/IMAG0261.jpg b/www/images/1994_Miata_ecu/IMAG0261.jpg new file mode 100644 index 0000000..c4ec899 Binary files /dev/null and b/www/images/1994_Miata_ecu/IMAG0261.jpg differ diff --git a/www/images/1994_Miata_ecu/IMAG0262.jpg b/www/images/1994_Miata_ecu/IMAG0262.jpg new file mode 100644 index 0000000..503e7aa Binary files /dev/null and b/www/images/1994_Miata_ecu/IMAG0262.jpg differ diff --git a/www/images/1994_Miata_ecu/IMAG0263.jpg b/www/images/1994_Miata_ecu/IMAG0263.jpg new file mode 100644 index 0000000..a1537d9 Binary files /dev/null and b/www/images/1994_Miata_ecu/IMAG0263.jpg differ diff --git a/www/images/1994_Miata_ecu/IMAG0263_front.jpg b/www/images/1994_Miata_ecu/IMAG0263_front.jpg new file mode 100644 index 0000000..d5ae3f0 Binary files /dev/null and b/www/images/1994_Miata_ecu/IMAG0263_front.jpg differ diff --git a/www/images/1994_Miata_ecu/IMAG0264.jpg b/www/images/1994_Miata_ecu/IMAG0264.jpg new file mode 100644 index 0000000..044cb4b Binary files /dev/null and b/www/images/1994_Miata_ecu/IMAG0264.jpg differ diff --git a/www/images/1994_Miata_ecu/IMAG0265.jpg b/www/images/1994_Miata_ecu/IMAG0265.jpg new file mode 100644 index 0000000..39eaf56 Binary files /dev/null and b/www/images/1994_Miata_ecu/IMAG0265.jpg differ diff --git a/www/images/1994_Miata_ecu/IMAG0266.jpg b/www/images/1994_Miata_ecu/IMAG0266.jpg new file mode 100644 index 0000000..6d61f35 Binary files /dev/null and b/www/images/1994_Miata_ecu/IMAG0266.jpg differ diff --git a/www/images/1994_Miata_ecu/IMAG0266_back.jpg b/www/images/1994_Miata_ecu/IMAG0266_back.jpg new file mode 100644 index 0000000..5194a9b Binary files /dev/null and b/www/images/1994_Miata_ecu/IMAG0266_back.jpg differ diff --git a/www/images/1994_Miata_ecu/IMAG0267.jpg b/www/images/1994_Miata_ecu/IMAG0267.jpg new file mode 100644 index 0000000..1e64c40 Binary files /dev/null and b/www/images/1994_Miata_ecu/IMAG0267.jpg differ diff --git a/www/images/1994_Miata_ecu/IMAG0268.jpg b/www/images/1994_Miata_ecu/IMAG0268.jpg new file mode 100644 index 0000000..ac63a45 Binary files /dev/null and b/www/images/1994_Miata_ecu/IMAG0268.jpg differ diff --git a/www/images/1994_Miata_ecu/IMAG0269.jpg b/www/images/1994_Miata_ecu/IMAG0269.jpg new file mode 100644 index 0000000..2733672 Binary files /dev/null and b/www/images/1994_Miata_ecu/IMAG0269.jpg differ diff --git a/www/images/2003_Dodge_Neon/.htaccess b/www/images/2003_Dodge_Neon/.htaccess new file mode 100644 index 0000000..2f13428 --- /dev/null +++ b/www/images/2003_Dodge_Neon/.htaccess @@ -0,0 +1 @@ +Options +Indexes \ No newline at end of file diff --git a/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug1.gif b/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug1.gif new file mode 100644 index 0000000..c68abe1 Binary files /dev/null and b/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug1.gif differ diff --git a/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug1.jpg b/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug1.jpg new file mode 100644 index 0000000..43a9288 Binary files /dev/null and b/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug1.jpg differ diff --git a/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug2.gif b/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug2.gif new file mode 100644 index 0000000..e7ed183 Binary files /dev/null and b/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug2.gif differ diff --git a/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug2.jpg b/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug2.jpg new file mode 100644 index 0000000..eb098e1 Binary files /dev/null and b/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug2.jpg differ diff --git a/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug3.gif b/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug3.gif new file mode 100644 index 0000000..f308a2b Binary files /dev/null and b/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug3.gif differ diff --git a/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug3.jpg b/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug3.jpg new file mode 100644 index 0000000..5ec6e56 Binary files /dev/null and b/www/images/2003_Dodge_Neon/Dodge_Neon_2003_Plug3.jpg differ diff --git a/www/images/Frankenso/.htaccess b/www/images/Frankenso/.htaccess new file mode 100644 index 0000000..2f13428 --- /dev/null +++ b/www/images/Frankenso/.htaccess @@ -0,0 +1 @@ +Options +Indexes \ No newline at end of file diff --git a/www/images/Frankenso/0_2_arm.jpg b/www/images/Frankenso/0_2_arm.jpg new file mode 100644 index 0000000..b839a84 Binary files /dev/null and b/www/images/Frankenso/0_2_arm.jpg differ diff --git a/www/images/Frankenso/1994_pnp.jpg b/www/images/Frankenso/1994_pnp.jpg new file mode 100644 index 0000000..8cc0ec8 Binary files /dev/null and b/www/images/Frankenso/1994_pnp.jpg differ diff --git a/www/images/Frankenso/RC1.jpg b/www/images/Frankenso/RC1.jpg new file mode 100644 index 0000000..319c4bd Binary files /dev/null and b/www/images/Frankenso/RC1.jpg differ diff --git a/www/images/Frankenso/frankenso_08072014.jpg b/www/images/Frankenso/frankenso_08072014.jpg new file mode 100644 index 0000000..cf97065 Binary files /dev/null and b/www/images/Frankenso/frankenso_08072014.jpg differ diff --git a/www/images/Frankenso/frankenso_0_1_back.jpg b/www/images/Frankenso/frankenso_0_1_back.jpg new file mode 100644 index 0000000..f906e1d Binary files /dev/null and b/www/images/Frankenso/frankenso_0_1_back.jpg differ diff --git a/www/images/Frankenso/frankenso_0_1_front.jpg b/www/images/Frankenso/frankenso_0_1_front.jpg new file mode 100644 index 0000000..02a8e1e Binary files /dev/null and b/www/images/Frankenso/frankenso_0_1_front.jpg differ diff --git a/www/images/Frankenso/frankenso_0_1_kit.jpg b/www/images/Frankenso/frankenso_0_1_kit.jpg new file mode 100644 index 0000000..f8d9617 Binary files /dev/null and b/www/images/Frankenso/frankenso_0_1_kit.jpg differ diff --git a/www/images/Frankenso/frankenso_0_1_pcb.jpg b/www/images/Frankenso/frankenso_0_1_pcb.jpg new file mode 100644 index 0000000..ace6e8f Binary files /dev/null and b/www/images/Frankenso/frankenso_0_1_pcb.jpg differ diff --git a/www/images/Frankenso/frankenso_0_2_assembled.jpg b/www/images/Frankenso/frankenso_0_2_assembled.jpg new file mode 100644 index 0000000..b80f6ed Binary files /dev/null and b/www/images/Frankenso/frankenso_0_2_assembled.jpg differ diff --git a/www/images/Frankenso/frankenso_0_2_assembled_full_size_1.jpg b/www/images/Frankenso/frankenso_0_2_assembled_full_size_1.jpg new file mode 100644 index 0000000..24d3c58 Binary files /dev/null and b/www/images/Frankenso/frankenso_0_2_assembled_full_size_1.jpg differ diff --git a/www/images/Frankenso/frankenso_0_2_assembled_full_size_2.jpg b/www/images/Frankenso/frankenso_0_2_assembled_full_size_2.jpg new file mode 100644 index 0000000..5df5cf0 Binary files /dev/null and b/www/images/Frankenso/frankenso_0_2_assembled_full_size_2.jpg differ diff --git a/www/images/Frankenso/frankenso_0_2_assembled_full_size_3.jpg b/www/images/Frankenso/frankenso_0_2_assembled_full_size_3.jpg new file mode 100644 index 0000000..c08d33a Binary files /dev/null and b/www/images/Frankenso/frankenso_0_2_assembled_full_size_3.jpg differ diff --git a/www/images/Frankenso/frankenso_0_2_back.jpg b/www/images/Frankenso/frankenso_0_2_back.jpg new file mode 100644 index 0000000..fca3466 Binary files /dev/null and b/www/images/Frankenso/frankenso_0_2_back.jpg differ diff --git a/www/images/Frankenso/frankenso_0_2_c1001.jpg b/www/images/Frankenso/frankenso_0_2_c1001.jpg new file mode 100644 index 0000000..007075d Binary files /dev/null and b/www/images/Frankenso/frankenso_0_2_c1001.jpg differ diff --git a/www/images/Frankenso/frankenso_0_2_case.jpg b/www/images/Frankenso/frankenso_0_2_case.jpg new file mode 100644 index 0000000..5ff1790 Binary files /dev/null and b/www/images/Frankenso/frankenso_0_2_case.jpg differ diff --git a/www/images/Frankenso/frankenso_0_2_corner.jpg b/www/images/Frankenso/frankenso_0_2_corner.jpg new file mode 100644 index 0000000..cb4cfdb Binary files /dev/null and b/www/images/Frankenso/frankenso_0_2_corner.jpg differ diff --git a/www/images/Frankenso/frankenso_0_2_front.jpg b/www/images/Frankenso/frankenso_0_2_front.jpg new file mode 100644 index 0000000..36f696e Binary files /dev/null and b/www/images/Frankenso/frankenso_0_2_front.jpg differ diff --git a/www/images/Frankenso/frankenso_0_2_full.jpg b/www/images/Frankenso/frankenso_0_2_full.jpg new file mode 100644 index 0000000..934537f Binary files /dev/null and b/www/images/Frankenso/frankenso_0_2_full.jpg differ diff --git a/www/images/Frankenso/frankenso_0_2_native_box.jpg b/www/images/Frankenso/frankenso_0_2_native_box.jpg new file mode 100644 index 0000000..3198082 Binary files /dev/null and b/www/images/Frankenso/frankenso_0_2_native_box.jpg differ diff --git a/www/images/Frankenso/frankenso_0_2_native_hi_res.jpg b/www/images/Frankenso/frankenso_0_2_native_hi_res.jpg new file mode 100644 index 0000000..16fbcf3 Binary files /dev/null and b/www/images/Frankenso/frankenso_0_2_native_hi_res.jpg differ diff --git a/www/images/Frankenso/frankenso_0_2_ttl.jpg b/www/images/Frankenso/frankenso_0_2_ttl.jpg new file mode 100644 index 0000000..f176c8e Binary files /dev/null and b/www/images/Frankenso/frankenso_0_2_ttl.jpg differ diff --git a/www/images/Frankenso/frankenso_0_4_1991_miata_hunchback_back.jpg b/www/images/Frankenso/frankenso_0_4_1991_miata_hunchback_back.jpg new file mode 100644 index 0000000..4e5264a Binary files /dev/null and b/www/images/Frankenso/frankenso_0_4_1991_miata_hunchback_back.jpg differ diff --git a/www/images/Frankenso/frankenso_0_4_1991_miata_hunchback_front.jpg b/www/images/Frankenso/frankenso_0_4_1991_miata_hunchback_front.jpg new file mode 100644 index 0000000..3b13b2a Binary files /dev/null and b/www/images/Frankenso/frankenso_0_4_1991_miata_hunchback_front.jpg differ diff --git a/www/images/Frankenso/frankenso_0_4_assembled.jpg b/www/images/Frankenso/frankenso_0_4_assembled.jpg new file mode 100644 index 0000000..80e53fe Binary files /dev/null and b/www/images/Frankenso/frankenso_0_4_assembled.jpg differ diff --git a/www/images/Frankenso/frankenso_0_4_assembled_back.jpg b/www/images/Frankenso/frankenso_0_4_assembled_back.jpg new file mode 100644 index 0000000..10b6bd6 Binary files /dev/null and b/www/images/Frankenso/frankenso_0_4_assembled_back.jpg differ diff --git a/www/images/Frankenso/frankenso_0_4_assembled_front.jpg b/www/images/Frankenso/frankenso_0_4_assembled_front.jpg new file mode 100644 index 0000000..6187a76 Binary files /dev/null and b/www/images/Frankenso/frankenso_0_4_assembled_front.jpg differ diff --git a/www/images/Frankenso/frankenso_0_4_honda_obd1_top1.jpg b/www/images/Frankenso/frankenso_0_4_honda_obd1_top1.jpg new file mode 100644 index 0000000..62fe441 Binary files /dev/null and b/www/images/Frankenso/frankenso_0_4_honda_obd1_top1.jpg differ diff --git a/www/images/Frankenso/frankenso_0_4_honda_obd1_top2.jpg b/www/images/Frankenso/frankenso_0_4_honda_obd1_top2.jpg new file mode 100644 index 0000000..02e2428 Binary files /dev/null and b/www/images/Frankenso/frankenso_0_4_honda_obd1_top2.jpg differ diff --git a/www/images/Frankenso/frankenso_0_4_stepper_bottom.jpg b/www/images/Frankenso/frankenso_0_4_stepper_bottom.jpg new file mode 100644 index 0000000..a516aef Binary files /dev/null and b/www/images/Frankenso/frankenso_0_4_stepper_bottom.jpg differ diff --git a/www/images/Frankenso/frankenso_0_4_stepper_top.jpg b/www/images/Frankenso/frankenso_0_4_stepper_top.jpg new file mode 100644 index 0000000..4a8a443 Binary files /dev/null and b/www/images/Frankenso/frankenso_0_4_stepper_top.jpg differ diff --git a/www/images/Frankenso/frankenso_0_4_with_case.jpg b/www/images/Frankenso/frankenso_0_4_with_case.jpg new file mode 100644 index 0000000..089afaf Binary files /dev/null and b/www/images/Frankenso/frankenso_0_4_with_case.jpg differ diff --git a/www/images/Frankenso/frankenso_1991_miata_b.jpg b/www/images/Frankenso/frankenso_1991_miata_b.jpg new file mode 100644 index 0000000..ee1eb21 Binary files /dev/null and b/www/images/Frankenso/frankenso_1991_miata_b.jpg differ diff --git a/www/images/Frankenso/frankenso_1991_miata_f.jpg b/www/images/Frankenso/frankenso_1991_miata_f.jpg new file mode 100644 index 0000000..aa2cfc4 Binary files /dev/null and b/www/images/Frankenso/frankenso_1991_miata_f.jpg differ diff --git a/www/images/Frankenso/frankenso_kit_1.jpg b/www/images/Frankenso/frankenso_kit_1.jpg new file mode 100644 index 0000000..915b199 Binary files /dev/null and b/www/images/Frankenso/frankenso_kit_1.jpg differ diff --git a/www/images/Frankenso/frankenso_kit_2.jpg b/www/images/Frankenso/frankenso_kit_2.jpg new file mode 100644 index 0000000..d3a7bd1 Binary files /dev/null and b/www/images/Frankenso/frankenso_kit_2.jpg differ diff --git a/www/images/Frankenso/frankenso_lcd_case.jpg b/www/images/Frankenso/frankenso_lcd_case.jpg new file mode 100644 index 0000000..cc44080 Binary files /dev/null and b/www/images/Frankenso/frankenso_lcd_case.jpg differ diff --git a/www/images/Frankenso/frankenso_miata_NA_CAS.jpg b/www/images/Frankenso/frankenso_miata_NA_CAS.jpg new file mode 100644 index 0000000..e0f138e Binary files /dev/null and b/www/images/Frankenso/frankenso_miata_NA_CAS.jpg differ diff --git a/www/images/Frankenso/frankenso_miata_NA_CAS_2.jpg b/www/images/Frankenso/frankenso_miata_NA_CAS_2.jpg new file mode 100644 index 0000000..8795ef2 Binary files /dev/null and b/www/images/Frankenso/frankenso_miata_NA_CAS_2.jpg differ diff --git a/www/images/Frankenso/frankenso_op_amp_hall_input.jpg b/www/images/Frankenso/frankenso_op_amp_hall_input.jpg new file mode 100644 index 0000000..1b3efb8 Binary files /dev/null and b/www/images/Frankenso/frankenso_op_amp_hall_input.jpg differ diff --git a/www/images/Frankenso/frankenso_power_supply.jpg b/www/images/Frankenso/frankenso_power_supply.jpg new file mode 100644 index 0000000..4763e1e Binary files /dev/null and b/www/images/Frankenso/frankenso_power_supply.jpg differ diff --git a/www/images/Frankenso/frankenso_power_supply_top.jpg b/www/images/Frankenso/frankenso_power_supply_top.jpg new file mode 100644 index 0000000..2be7dde Binary files /dev/null and b/www/images/Frankenso/frankenso_power_supply_top.jpg differ diff --git a/www/images/Frankenso/frankenso_power_supply_top.xcf b/www/images/Frankenso/frankenso_power_supply_top.xcf new file mode 100644 index 0000000..5374937 Binary files /dev/null and b/www/images/Frankenso/frankenso_power_supply_top.xcf differ diff --git a/www/images/Frankenso/frankenso_set_for_Mazda_Hall.jpg b/www/images/Frankenso/frankenso_set_for_Mazda_Hall.jpg new file mode 100644 index 0000000..4878663 Binary files /dev/null and b/www/images/Frankenso/frankenso_set_for_Mazda_Hall.jpg differ diff --git a/www/images/Frankenso/frankenso_set_for_VR.jpg b/www/images/Frankenso/frankenso_set_for_VR.jpg new file mode 100644 index 0000000..434aa61 Binary files /dev/null and b/www/images/Frankenso/frankenso_set_for_VR.jpg differ diff --git a/www/images/Frankenso/frankenso_set_for_miata_1994.jpg b/www/images/Frankenso/frankenso_set_for_miata_1994.jpg new file mode 100644 index 0000000..cc4a542 Binary files /dev/null and b/www/images/Frankenso/frankenso_set_for_miata_1994.jpg differ diff --git a/www/images/Frankenso/frankenso_set_for_miata_1994_back.jpg b/www/images/Frankenso/frankenso_set_for_miata_1994_back.jpg new file mode 100644 index 0000000..fd0e2d2 Binary files /dev/null and b/www/images/Frankenso/frankenso_set_for_miata_1994_back.jpg differ diff --git a/www/images/Frankenso/frankenso_set_for_miata_1994_s.jpg b/www/images/Frankenso/frankenso_set_for_miata_1994_s.jpg new file mode 100644 index 0000000..a096443 Binary files /dev/null and b/www/images/Frankenso/frankenso_set_for_miata_1994_s.jpg differ diff --git a/www/images/Frankenso/frankenso_set_for_miata_1994_s_back.jpg b/www/images/Frankenso/frankenso_set_for_miata_1994_s_back.jpg new file mode 100644 index 0000000..c9642dd Binary files /dev/null and b/www/images/Frankenso/frankenso_set_for_miata_1994_s_back.jpg differ diff --git a/www/images/Frankenso/frankenso_top-isometric_notes.png b/www/images/Frankenso/frankenso_top-isometric_notes.png new file mode 100644 index 0000000..343dcc3 Binary files /dev/null and b/www/images/Frankenso/frankenso_top-isometric_notes.png differ diff --git a/www/images/Frankenso/mazda_case.jpg b/www/images/Frankenso/mazda_case.jpg new file mode 100644 index 0000000..310ee66 Binary files /dev/null and b/www/images/Frankenso/mazda_case.jpg differ diff --git a/www/images/Frankenso/mockup.jpg b/www/images/Frankenso/mockup.jpg new file mode 100644 index 0000000..2bbc16d Binary files /dev/null and b/www/images/Frankenso/mockup.jpg differ diff --git a/www/images/Frankenstein/.htaccess b/www/images/Frankenstein/.htaccess new file mode 100644 index 0000000..2f13428 --- /dev/null +++ b/www/images/Frankenstein/.htaccess @@ -0,0 +1 @@ +Options +Indexes \ No newline at end of file diff --git a/www/images/Frankenstein/20140224_state.jpg b/www/images/Frankenstein/20140224_state.jpg new file mode 100644 index 0000000..1280362 Binary files /dev/null and b/www/images/Frankenstein/20140224_state.jpg differ diff --git a/www/images/Frankenstein/20140306_state.jpg b/www/images/Frankenstein/20140306_state.jpg new file mode 100644 index 0000000..8139501 Binary files /dev/null and b/www/images/Frankenstein/20140306_state.jpg differ diff --git a/www/images/Frankenstein/3d_render.jpg b/www/images/Frankenstein/3d_render.jpg new file mode 100644 index 0000000..7bbe418 Binary files /dev/null and b/www/images/Frankenstein/3d_render.jpg differ diff --git a/www/images/Frankenstein/F_assembled.jpg b/www/images/Frankenstein/F_assembled.jpg new file mode 100644 index 0000000..a2ce023 Binary files /dev/null and b/www/images/Frankenstein/F_assembled.jpg differ diff --git a/www/images/Frankenstein/F_assembled_full.jpg b/www/images/Frankenstein/F_assembled_full.jpg new file mode 100644 index 0000000..a99c7b5 Binary files /dev/null and b/www/images/Frankenstein/F_assembled_full.jpg differ diff --git a/www/images/Frankenstein/Frankenstein_v011_front_full_size.jpg b/www/images/Frankenstein/Frankenstein_v011_front_full_size.jpg new file mode 100644 index 0000000..ac17908 Binary files /dev/null and b/www/images/Frankenstein/Frankenstein_v011_front_full_size.jpg differ diff --git a/www/images/Frankenstein/Frankenstein_v011_pinout.jpg b/www/images/Frankenstein/Frankenstein_v011_pinout.jpg new file mode 100644 index 0000000..af3d71f Binary files /dev/null and b/www/images/Frankenstein/Frankenstein_v011_pinout.jpg differ diff --git a/www/images/Frankenstein/Frankenstein_v011_pinout.xcf b/www/images/Frankenstein/Frankenstein_v011_pinout.xcf new file mode 100644 index 0000000..963c0f5 Binary files /dev/null and b/www/images/Frankenstein/Frankenstein_v011_pinout.xcf differ diff --git a/www/images/Frankenstein/Frankenstein_v01_PCBA.jpg b/www/images/Frankenstein/Frankenstein_v01_PCBA.jpg new file mode 100644 index 0000000..3ea416e Binary files /dev/null and b/www/images/Frankenstein/Frankenstein_v01_PCBA.jpg differ diff --git a/www/images/Frankenstein/Frankenstein_v01_back.jpg b/www/images/Frankenstein/Frankenstein_v01_back.jpg new file mode 100644 index 0000000..4d547ee Binary files /dev/null and b/www/images/Frankenstein/Frankenstein_v01_back.jpg differ diff --git a/www/images/Frankenstein/Frankenstein_v01_back_full_size.jpg b/www/images/Frankenstein/Frankenstein_v01_back_full_size.jpg new file mode 100644 index 0000000..3425f7e Binary files /dev/null and b/www/images/Frankenstein/Frankenstein_v01_back_full_size.jpg differ diff --git a/www/images/Frankenstein/Frankenstein_v01_front.jpg b/www/images/Frankenstein/Frankenstein_v01_front.jpg new file mode 100644 index 0000000..6c667c1 Binary files /dev/null and b/www/images/Frankenstein/Frankenstein_v01_front.jpg differ diff --git a/www/images/Frankenstein/Frankenstein_v01_front_full_size.jpg b/www/images/Frankenstein/Frankenstein_v01_front_full_size.jpg new file mode 100644 index 0000000..9f4db89 Binary files /dev/null and b/www/images/Frankenstein/Frankenstein_v01_front_full_size.jpg differ diff --git a/www/images/Frankenstein/Frankenstein_v01_front_op_amp_trigger.jpg b/www/images/Frankenstein/Frankenstein_v01_front_op_amp_trigger.jpg new file mode 100644 index 0000000..b361778 Binary files /dev/null and b/www/images/Frankenstein/Frankenstein_v01_front_op_amp_trigger.jpg differ diff --git a/www/images/Frankenstein/Frankenstein_v01_front_vr_trigger.jpg b/www/images/Frankenstein/Frankenstein_v01_front_vr_trigger.jpg new file mode 100644 index 0000000..433f4bc Binary files /dev/null and b/www/images/Frankenstein/Frankenstein_v01_front_vr_trigger.jpg differ diff --git a/www/images/Frankenstein/breakout_pcb.jpg b/www/images/Frankenstein/breakout_pcb.jpg new file mode 100644 index 0000000..e9ed894 Binary files /dev/null and b/www/images/Frankenstein/breakout_pcb.jpg differ diff --git a/www/images/Frankenstein/can_module.png b/www/images/Frankenstein/can_module.png new file mode 100644 index 0000000..1671230 Binary files /dev/null and b/www/images/Frankenstein/can_module.png differ diff --git a/www/images/Frankenstein/comm_module.png b/www/images/Frankenstein/comm_module.png new file mode 100644 index 0000000..f497724 Binary files /dev/null and b/www/images/Frankenstein/comm_module.png differ diff --git a/www/images/Frankenstein/f_and_lcd.jpg b/www/images/Frankenstein/f_and_lcd.jpg new file mode 100644 index 0000000..50d862f Binary files /dev/null and b/www/images/Frankenstein/f_and_lcd.jpg differ diff --git a/www/images/Frankenstein/f_twins.jpg b/www/images/Frankenstein/f_twins.jpg new file mode 100644 index 0000000..1d1bd74 Binary files /dev/null and b/www/images/Frankenstein/f_twins.jpg differ diff --git a/www/images/Frankenstein/frankenstein_0_11.jpg b/www/images/Frankenstein/frankenstein_0_11.jpg new file mode 100644 index 0000000..19b604b Binary files /dev/null and b/www/images/Frankenstein/frankenstein_0_11.jpg differ diff --git a/www/images/Frankenstein/frankenstein_0_11_kit.jpg b/www/images/Frankenstein/frankenstein_0_11_kit.jpg new file mode 100644 index 0000000..8006c0d Binary files /dev/null and b/www/images/Frankenstein/frankenstein_0_11_kit.jpg differ diff --git a/www/images/Frankenstein/frankenstein_with_discovery.jpg b/www/images/Frankenstein/frankenstein_with_discovery.jpg new file mode 100644 index 0000000..a92a063 Binary files /dev/null and b/www/images/Frankenstein/frankenstein_with_discovery.jpg differ diff --git a/www/images/Frankenstein/hall_input_op_amp.png b/www/images/Frankenstein/hall_input_op_amp.png new file mode 100644 index 0000000..0c91793 Binary files /dev/null and b/www/images/Frankenstein/hall_input_op_amp.png differ diff --git a/www/images/Frankenstein/high_side.png b/www/images/Frankenstein/high_side.png new file mode 100644 index 0000000..5c47d08 Binary files /dev/null and b/www/images/Frankenstein/high_side.png differ diff --git a/www/images/Frankenstein/input_to_adc.png b/www/images/Frankenstein/input_to_adc.png new file mode 100644 index 0000000..7827287 Binary files /dev/null and b/www/images/Frankenstein/input_to_adc.png differ diff --git a/www/images/Frankenstein/low_side.png b/www/images/Frankenstein/low_side.png new file mode 100644 index 0000000..b79f28f Binary files /dev/null and b/www/images/Frankenstein/low_side.png differ diff --git a/www/images/Frankenstein/low_side_soldered.jpg b/www/images/Frankenstein/low_side_soldered.jpg new file mode 100644 index 0000000..2679ac0 Binary files /dev/null and b/www/images/Frankenstein/low_side_soldered.jpg differ diff --git a/www/images/Frankenstein/vr_input.png b/www/images/Frankenstein/vr_input.png new file mode 100644 index 0000000..c0329bd Binary files /dev/null and b/www/images/Frankenstein/vr_input.png differ diff --git a/www/images/Xterra_TCM/.htaccess b/www/images/Xterra_TCM/.htaccess new file mode 100644 index 0000000..2f13428 --- /dev/null +++ b/www/images/Xterra_TCM/.htaccess @@ -0,0 +1 @@ +Options +Indexes \ No newline at end of file diff --git a/www/images/Xterra_TCM/Tcm_bare.jpg b/www/images/Xterra_TCM/Tcm_bare.jpg new file mode 100644 index 0000000..5b906cb Binary files /dev/null and b/www/images/Xterra_TCM/Tcm_bare.jpg differ diff --git a/www/images/Xterra_TCM/Tcm_bare_no_cover01.jpg b/www/images/Xterra_TCM/Tcm_bare_no_cover01.jpg new file mode 100644 index 0000000..569c44d Binary files /dev/null and b/www/images/Xterra_TCM/Tcm_bare_no_cover01.jpg differ diff --git a/www/images/Xterra_TCM/Tcm_bare_no_cover02.jpg b/www/images/Xterra_TCM/Tcm_bare_no_cover02.jpg new file mode 100644 index 0000000..bf42034 Binary files /dev/null and b/www/images/Xterra_TCM/Tcm_bare_no_cover02.jpg differ diff --git a/www/images/Xterra_TCM/Tcm_deposits_01.jpg b/www/images/Xterra_TCM/Tcm_deposits_01.jpg new file mode 100644 index 0000000..cab89db Binary files /dev/null and b/www/images/Xterra_TCM/Tcm_deposits_01.jpg differ diff --git a/www/images/Xterra_TCM/Tcm_deposits_removed.jpg b/www/images/Xterra_TCM/Tcm_deposits_removed.jpg new file mode 100644 index 0000000..cd9a6a8 Binary files /dev/null and b/www/images/Xterra_TCM/Tcm_deposits_removed.jpg differ diff --git a/www/images/Xterra_TCM/Tcm_no_cover.jpg b/www/images/Xterra_TCM/Tcm_no_cover.jpg new file mode 100644 index 0000000..9944a5b Binary files /dev/null and b/www/images/Xterra_TCM/Tcm_no_cover.jpg differ diff --git a/www/images/Xterra_TCM/Tcm_out_of_case.jpg b/www/images/Xterra_TCM/Tcm_out_of_case.jpg new file mode 100644 index 0000000..914781d Binary files /dev/null and b/www/images/Xterra_TCM/Tcm_out_of_case.jpg differ diff --git a/www/images/Xterra_TCM/tcm_bad.jpg b/www/images/Xterra_TCM/tcm_bad.jpg new file mode 100644 index 0000000..fce74db Binary files /dev/null and b/www/images/Xterra_TCM/tcm_bad.jpg differ diff --git a/www/images/brain176/brain176.jpg b/www/images/brain176/brain176.jpg new file mode 100644 index 0000000..f7b8fab Binary files /dev/null and b/www/images/brain176/brain176.jpg differ diff --git a/www/images/brain176/brain176_back.jpg b/www/images/brain176/brain176_back.jpg new file mode 100644 index 0000000..677c0a7 Binary files /dev/null and b/www/images/brain176/brain176_back.jpg differ diff --git a/www/images/brain176/brain176_front.jpg b/www/images/brain176/brain176_front.jpg new file mode 100644 index 0000000..bb0ada0 Binary files /dev/null and b/www/images/brain176/brain176_front.jpg differ diff --git a/www/images/brain176/brain176_macro.jpg b/www/images/brain176/brain176_macro.jpg new file mode 100644 index 0000000..c0fbe5c Binary files /dev/null and b/www/images/brain176/brain176_macro.jpg differ diff --git a/www/images/c_assembled.jpg b/www/images/c_assembled.jpg new file mode 100644 index 0000000..3d8962b Binary files /dev/null and b/www/images/c_assembled.jpg differ diff --git a/www/images/c_microrusefi.jpg b/www/images/c_microrusefi.jpg new file mode 100644 index 0000000..59a977a Binary files /dev/null and b/www/images/c_microrusefi.jpg differ diff --git a/www/images/cooper/.htaccess b/www/images/cooper/.htaccess new file mode 100644 index 0000000..2f13428 --- /dev/null +++ b/www/images/cooper/.htaccess @@ -0,0 +1 @@ +Options +Indexes \ No newline at end of file diff --git a/www/images/cooper/81_pin_ops.jpg b/www/images/cooper/81_pin_ops.jpg new file mode 100644 index 0000000..da5d252 Binary files /dev/null and b/www/images/cooper/81_pin_ops.jpg differ diff --git a/www/images/cooper/Bloody_Mary.jpg b/www/images/cooper/Bloody_Mary.jpg new file mode 100644 index 0000000..71b706c Binary files /dev/null and b/www/images/cooper/Bloody_Mary.jpg differ diff --git a/www/images/cooper/harness.png b/www/images/cooper/harness.png new file mode 100644 index 0000000..abe8c59 Binary files /dev/null and b/www/images/cooper/harness.png differ diff --git a/www/images/cooper/harness_and_analyzer.jpg b/www/images/cooper/harness_and_analyzer.jpg new file mode 100644 index 0000000..3f3db39 Binary files /dev/null and b/www/images/cooper/harness_and_analyzer.jpg differ diff --git a/www/images/cooper/harness_on_car.jpg b/www/images/cooper/harness_on_car.jpg new file mode 100644 index 0000000..5ab446d Binary files /dev/null and b/www/images/cooper/harness_on_car.jpg differ diff --git a/www/images/cooper/harness_raw_materials.jpg b/www/images/cooper/harness_raw_materials.jpg new file mode 100644 index 0000000..52373e8 Binary files /dev/null and b/www/images/cooper/harness_raw_materials.jpg differ diff --git a/www/images/forum_posts/.htaccess b/www/images/forum_posts/.htaccess new file mode 100644 index 0000000..2f13428 --- /dev/null +++ b/www/images/forum_posts/.htaccess @@ -0,0 +1 @@ +Options +Indexes \ No newline at end of file diff --git a/www/images/forum_posts/079721-2351.jpg b/www/images/forum_posts/079721-2351.jpg new file mode 100644 index 0000000..7ea26cd Binary files /dev/null and b/www/images/forum_posts/079721-2351.jpg differ diff --git a/www/images/forum_posts/176122-6.png b/www/images/forum_posts/176122-6.png new file mode 100644 index 0000000..c824b88 Binary files /dev/null and b/www/images/forum_posts/176122-6.png differ diff --git a/www/images/forum_posts/1N4001_diode .jpg b/www/images/forum_posts/1N4001_diode .jpg new file mode 100644 index 0000000..dba0983 Binary files /dev/null and b/www/images/forum_posts/1N4001_diode .jpg differ diff --git a/www/images/forum_posts/368255-2_pic.jpg b/www/images/forum_posts/368255-2_pic.jpg new file mode 100644 index 0000000..d1c85a7 Binary files /dev/null and b/www/images/forum_posts/368255-2_pic.jpg differ diff --git a/www/images/forum_posts/368255-2_pic2.jpg b/www/images/forum_posts/368255-2_pic2.jpg new file mode 100644 index 0000000..24df1c5 Binary files /dev/null and b/www/images/forum_posts/368255-2_pic2.jpg differ diff --git a/www/images/forum_posts/55-pin_connector_963063-2_bottom.jpg b/www/images/forum_posts/55-pin_connector_963063-2_bottom.jpg new file mode 100644 index 0000000..ad5c6af Binary files /dev/null and b/www/images/forum_posts/55-pin_connector_963063-2_bottom.jpg differ diff --git a/www/images/forum_posts/55-pin_connector_963063-2_top.jpg b/www/images/forum_posts/55-pin_connector_963063-2_top.jpg new file mode 100644 index 0000000..c3e0088 Binary files /dev/null and b/www/images/forum_posts/55-pin_connector_963063-2_top.jpg differ diff --git a/www/images/forum_posts/5mm_led.jpg b/www/images/forum_posts/5mm_led.jpg new file mode 100644 index 0000000..7fccd75 Binary files /dev/null and b/www/images/forum_posts/5mm_led.jpg differ diff --git a/www/images/forum_posts/64p_connector.jpg b/www/images/forum_posts/64p_connector.jpg new file mode 100644 index 0000000..6c617c4 Binary files /dev/null and b/www/images/forum_posts/64p_connector.jpg differ diff --git a/www/images/forum_posts/6_channel.jpg b/www/images/forum_posts/6_channel.jpg new file mode 100644 index 0000000..1b6e64f Binary files /dev/null and b/www/images/forum_posts/6_channel.jpg differ diff --git a/www/images/forum_posts/6_channel_assembled.jpg b/www/images/forum_posts/6_channel_assembled.jpg new file mode 100644 index 0000000..9acfe05 Binary files /dev/null and b/www/images/forum_posts/6_channel_assembled.jpg differ diff --git a/www/images/forum_posts/6_channel_assembled_small.jpg b/www/images/forum_posts/6_channel_assembled_small.jpg new file mode 100644 index 0000000..5b588b6 Binary files /dev/null and b/www/images/forum_posts/6_channel_assembled_small.jpg differ diff --git a/www/images/forum_posts/CAN/.htaccess b/www/images/forum_posts/CAN/.htaccess new file mode 100644 index 0000000..2f13428 --- /dev/null +++ b/www/images/forum_posts/CAN/.htaccess @@ -0,0 +1 @@ +Options +Indexes \ No newline at end of file diff --git a/www/images/forum_posts/CAN/OBD2_16_Pin_Male_to_Female_Diagnostic_Extension_Cable.jpg b/www/images/forum_posts/CAN/OBD2_16_Pin_Male_to_Female_Diagnostic_Extension_Cable.jpg new file mode 100644 index 0000000..ae4f06c Binary files /dev/null and b/www/images/forum_posts/CAN/OBD2_16_Pin_Male_to_Female_Diagnostic_Extension_Cable.jpg differ diff --git a/www/images/forum_posts/CAN/end_result.jpg b/www/images/forum_posts/CAN/end_result.jpg new file mode 100644 index 0000000..5fed384 Binary files /dev/null and b/www/images/forum_posts/CAN/end_result.jpg differ diff --git a/www/images/forum_posts/CAN/hardware.jpg b/www/images/forum_posts/CAN/hardware.jpg new file mode 100644 index 0000000..fcc2b70 Binary files /dev/null and b/www/images/forum_posts/CAN/hardware.jpg differ diff --git a/www/images/forum_posts/CAN/hardware2.jpg b/www/images/forum_posts/CAN/hardware2.jpg new file mode 100644 index 0000000..ee66574 Binary files /dev/null and b/www/images/forum_posts/CAN/hardware2.jpg differ diff --git a/www/images/forum_posts/CAN/hardware3.jpg b/www/images/forum_posts/CAN/hardware3.jpg new file mode 100644 index 0000000..6b25cb4 Binary files /dev/null and b/www/images/forum_posts/CAN/hardware3.jpg differ diff --git a/www/images/forum_posts/CAN/obd2_connector.png b/www/images/forum_posts/CAN/obd2_connector.png new file mode 100644 index 0000000..42fdaec Binary files /dev/null and b/www/images/forum_posts/CAN/obd2_connector.png differ diff --git a/www/images/forum_posts/CAN/rusefi_can_sniffer.zip b/www/images/forum_posts/CAN/rusefi_can_sniffer.zip new file mode 100644 index 0000000..78fc838 Binary files /dev/null and b/www/images/forum_posts/CAN/rusefi_can_sniffer.zip differ diff --git a/www/images/forum_posts/amp_dividor_v2.png b/www/images/forum_posts/amp_dividor_v2.png new file mode 100644 index 0000000..3f901ff Binary files /dev/null and b/www/images/forum_posts/amp_dividor_v2.png differ diff --git a/www/images/forum_posts/analog_board_progress.jpg b/www/images/forum_posts/analog_board_progress.jpg new file mode 100644 index 0000000..f346f5e Binary files /dev/null and b/www/images/forum_posts/analog_board_progress.jpg differ diff --git a/www/images/forum_posts/brain_board.jpg b/www/images/forum_posts/brain_board.jpg new file mode 100644 index 0000000..b687cee Binary files /dev/null and b/www/images/forum_posts/brain_board.jpg differ diff --git a/www/images/forum_posts/brain_board_full_size.jpg b/www/images/forum_posts/brain_board_full_size.jpg new file mode 100644 index 0000000..07a7356 Binary files /dev/null and b/www/images/forum_posts/brain_board_full_size.jpg differ diff --git a/www/images/forum_posts/brain_board_pcb.jpg b/www/images/forum_posts/brain_board_pcb.jpg new file mode 100644 index 0000000..ec28c31 Binary files /dev/null and b/www/images/forum_posts/brain_board_pcb.jpg differ diff --git a/www/images/forum_posts/breadboard.jpg b/www/images/forum_posts/breadboard.jpg new file mode 100644 index 0000000..5a21ccf Binary files /dev/null and b/www/images/forum_posts/breadboard.jpg differ diff --git a/www/images/forum_posts/bt_module.jpg b/www/images/forum_posts/bt_module.jpg new file mode 100644 index 0000000..10b93c1 Binary files /dev/null and b/www/images/forum_posts/bt_module.jpg differ diff --git a/www/images/forum_posts/chrysler_38pin.gif b/www/images/forum_posts/chrysler_38pin.gif new file mode 100644 index 0000000..f308a2b Binary files /dev/null and b/www/images/forum_posts/chrysler_38pin.gif differ diff --git a/www/images/forum_posts/cygwin.jpg b/www/images/forum_posts/cygwin.jpg new file mode 100644 index 0000000..1d57e59 Binary files /dev/null and b/www/images/forum_posts/cygwin.jpg differ diff --git a/www/images/forum_posts/device_manager.png b/www/images/forum_posts/device_manager.png new file mode 100644 index 0000000..ef8eafc Binary files /dev/null and b/www/images/forum_posts/device_manager.png differ diff --git a/www/images/forum_posts/discovery_and_wires.jpg b/www/images/forum_posts/discovery_and_wires.jpg new file mode 100644 index 0000000..040aa28 Binary files /dev/null and b/www/images/forum_posts/discovery_and_wires.jpg differ diff --git a/www/images/forum_posts/dodge_neon_2003.jpg b/www/images/forum_posts/dodge_neon_2003.jpg new file mode 100644 index 0000000..7caf3bb Binary files /dev/null and b/www/images/forum_posts/dodge_neon_2003.jpg differ diff --git a/www/images/forum_posts/eclipse_build.png b/www/images/forum_posts/eclipse_build.png new file mode 100644 index 0000000..72d4aa1 Binary files /dev/null and b/www/images/forum_posts/eclipse_build.png differ diff --git a/www/images/forum_posts/ecu_harness_bottom.jpg b/www/images/forum_posts/ecu_harness_bottom.jpg new file mode 100644 index 0000000..0fb957d Binary files /dev/null and b/www/images/forum_posts/ecu_harness_bottom.jpg differ diff --git a/www/images/forum_posts/ecu_harness_top.jpg b/www/images/forum_posts/ecu_harness_top.jpg new file mode 100644 index 0000000..a9e767d Binary files /dev/null and b/www/images/forum_posts/ecu_harness_top.jpg differ diff --git a/www/images/forum_posts/ecu_shell.jpg b/www/images/forum_posts/ecu_shell.jpg new file mode 100644 index 0000000..4502bf2 Binary files /dev/null and b/www/images/forum_posts/ecu_shell.jpg differ diff --git a/www/images/forum_posts/etb_cadillac.jpg b/www/images/forum_posts/etb_cadillac.jpg new file mode 100644 index 0000000..3a52be7 Binary files /dev/null and b/www/images/forum_posts/etb_cadillac.jpg differ diff --git a/www/images/forum_posts/etb_chevrolet.jpg b/www/images/forum_posts/etb_chevrolet.jpg new file mode 100644 index 0000000..e5c5b65 Binary files /dev/null and b/www/images/forum_posts/etb_chevrolet.jpg differ diff --git a/www/images/forum_posts/etb_galant.jpg b/www/images/forum_posts/etb_galant.jpg new file mode 100644 index 0000000..003f6ef Binary files /dev/null and b/www/images/forum_posts/etb_galant.jpg differ diff --git a/www/images/forum_posts/festiva_at_RA.jpg b/www/images/forum_posts/festiva_at_RA.jpg new file mode 100644 index 0000000..d9cbb56 Binary files /dev/null and b/www/images/forum_posts/festiva_at_RA.jpg differ diff --git a/www/images/forum_posts/firmware_modules.png b/www/images/forum_posts/firmware_modules.png new file mode 100644 index 0000000..7c071de Binary files /dev/null and b/www/images/forum_posts/firmware_modules.png differ diff --git a/www/images/forum_posts/for_oppositelock.jpg b/www/images/forum_posts/for_oppositelock.jpg new file mode 100644 index 0000000..8c87742 Binary files /dev/null and b/www/images/forum_posts/for_oppositelock.jpg differ diff --git a/www/images/forum_posts/gcc.jpg b/www/images/forum_posts/gcc.jpg new file mode 100644 index 0000000..4d604b7 Binary files /dev/null and b/www/images/forum_posts/gcc.jpg differ diff --git a/www/images/forum_posts/hall_pickup.png b/www/images/forum_posts/hall_pickup.png new file mode 100644 index 0000000..2378ebb Binary files /dev/null and b/www/images/forum_posts/hall_pickup.png differ diff --git a/www/images/forum_posts/ignition_module.jpg b/www/images/forum_posts/ignition_module.jpg new file mode 100644 index 0000000..d835f85 Binary files /dev/null and b/www/images/forum_posts/ignition_module.jpg differ diff --git a/www/images/forum_posts/java_console_1.png b/www/images/forum_posts/java_console_1.png new file mode 100644 index 0000000..4d5d726 Binary files /dev/null and b/www/images/forum_posts/java_console_1.png differ diff --git a/www/images/forum_posts/java_console_2.png b/www/images/forum_posts/java_console_2.png new file mode 100644 index 0000000..85657f0 Binary files /dev/null and b/www/images/forum_posts/java_console_2.png differ diff --git a/www/images/forum_posts/jumper_wire.jpg b/www/images/forum_posts/jumper_wire.jpg new file mode 100644 index 0000000..ae04ce6 Binary files /dev/null and b/www/images/forum_posts/jumper_wire.jpg differ diff --git a/www/images/forum_posts/make.jpg b/www/images/forum_posts/make.jpg new file mode 100644 index 0000000..56aaaee Binary files /dev/null and b/www/images/forum_posts/make.jpg differ diff --git a/www/images/forum_posts/make2.jpg b/www/images/forum_posts/make2.jpg new file mode 100644 index 0000000..9d5e72f Binary files /dev/null and b/www/images/forum_posts/make2.jpg differ diff --git a/www/images/forum_posts/nissan_coil.jpg b/www/images/forum_posts/nissan_coil.jpg new file mode 100644 index 0000000..0f5afe4 Binary files /dev/null and b/www/images/forum_posts/nissan_coil.jpg differ diff --git a/www/images/forum_posts/obd2_connector.png b/www/images/forum_posts/obd2_connector.png new file mode 100644 index 0000000..42fdaec Binary files /dev/null and b/www/images/forum_posts/obd2_connector.png differ diff --git a/www/images/forum_posts/oem_honda_ecu_37820-P0A-A51.jpg b/www/images/forum_posts/oem_honda_ecu_37820-P0A-A51.jpg new file mode 100644 index 0000000..2f6118f Binary files /dev/null and b/www/images/forum_posts/oem_honda_ecu_37820-P0A-A51.jpg differ diff --git a/www/images/forum_posts/over_wire.jpg b/www/images/forum_posts/over_wire.jpg new file mode 100644 index 0000000..9ee3d9c Binary files /dev/null and b/www/images/forum_posts/over_wire.jpg differ diff --git a/www/images/forum_posts/path.jpg b/www/images/forum_posts/path.jpg new file mode 100644 index 0000000..13bf388 Binary files /dev/null and b/www/images/forum_posts/path.jpg differ diff --git a/www/images/forum_posts/plain_hall_input.jpg b/www/images/forum_posts/plain_hall_input.jpg new file mode 100644 index 0000000..b829a6d Binary files /dev/null and b/www/images/forum_posts/plain_hall_input.jpg differ diff --git a/www/images/forum_posts/power_supply_3A.jpg b/www/images/forum_posts/power_supply_3A.jpg new file mode 100644 index 0000000..6e4f2fd Binary files /dev/null and b/www/images/forum_posts/power_supply_3A.jpg differ diff --git a/www/images/forum_posts/power_supply_module.jpg b/www/images/forum_posts/power_supply_module.jpg new file mode 100644 index 0000000..a03173e Binary files /dev/null and b/www/images/forum_posts/power_supply_module.jpg differ diff --git a/www/images/forum_posts/power_supply_pcb.jpg b/www/images/forum_posts/power_supply_pcb.jpg new file mode 100644 index 0000000..15ac239 Binary files /dev/null and b/www/images/forum_posts/power_supply_pcb.jpg differ diff --git a/www/images/forum_posts/prototyping_board.jpg b/www/images/forum_posts/prototyping_board.jpg new file mode 100644 index 0000000..9902a89 Binary files /dev/null and b/www/images/forum_posts/prototyping_board.jpg differ diff --git a/www/images/forum_posts/putty.png b/www/images/forum_posts/putty.png new file mode 100644 index 0000000..8593f7a Binary files /dev/null and b/www/images/forum_posts/putty.png differ diff --git a/www/images/forum_posts/rip.jpg b/www/images/forum_posts/rip.jpg new file mode 100644 index 0000000..4b376ff Binary files /dev/null and b/www/images/forum_posts/rip.jpg differ diff --git a/www/images/forum_posts/rusefi_hardware_v2.jpg b/www/images/forum_posts/rusefi_hardware_v2.jpg new file mode 100644 index 0000000..e0a2870 Binary files /dev/null and b/www/images/forum_posts/rusefi_hardware_v2.jpg differ diff --git a/www/images/forum_posts/rusefi_hardware_v3.jpg b/www/images/forum_posts/rusefi_hardware_v3.jpg new file mode 100644 index 0000000..8c87742 Binary files /dev/null and b/www/images/forum_posts/rusefi_hardware_v3.jpg differ diff --git a/www/images/forum_posts/single_row_angle_header.jpg b/www/images/forum_posts/single_row_angle_header.jpg new file mode 100644 index 0000000..8621f76 Binary files /dev/null and b/www/images/forum_posts/single_row_angle_header.jpg differ diff --git a/www/images/forum_posts/single_row_header.jpg b/www/images/forum_posts/single_row_header.jpg new file mode 100644 index 0000000..b28e4cf Binary files /dev/null and b/www/images/forum_posts/single_row_header.jpg differ diff --git a/www/images/forum_posts/st_link_start.png b/www/images/forum_posts/st_link_start.png new file mode 100644 index 0000000..04ea704 Binary files /dev/null and b/www/images/forum_posts/st_link_start.png differ diff --git a/www/images/forum_posts/st_link_utility.png b/www/images/forum_posts/st_link_utility.png new file mode 100644 index 0000000..a28b4d8 Binary files /dev/null and b/www/images/forum_posts/st_link_utility.png differ diff --git a/www/images/forum_posts/stimulator.jpg b/www/images/forum_posts/stimulator.jpg new file mode 100644 index 0000000..f141f41 Binary files /dev/null and b/www/images/forum_posts/stimulator.jpg differ diff --git a/www/images/forum_posts/stimulator_0_2.jpg b/www/images/forum_posts/stimulator_0_2.jpg new file mode 100644 index 0000000..0d3949e Binary files /dev/null and b/www/images/forum_posts/stimulator_0_2.jpg differ diff --git a/www/images/forum_posts/tach_source_code.png b/www/images/forum_posts/tach_source_code.png new file mode 100644 index 0000000..eada2b4 Binary files /dev/null and b/www/images/forum_posts/tach_source_code.png differ diff --git a/www/images/forum_posts/tindie-smalls.png b/www/images/forum_posts/tindie-smalls.png new file mode 100644 index 0000000..552c642 Binary files /dev/null and b/www/images/forum_posts/tindie-smalls.png differ diff --git a/www/images/forum_posts/toyota_coil.jpg b/www/images/forum_posts/toyota_coil.jpg new file mode 100644 index 0000000..812d783 Binary files /dev/null and b/www/images/forum_posts/toyota_coil.jpg differ diff --git a/www/images/forum_posts/vanity_plate.png b/www/images/forum_posts/vanity_plate.png new file mode 100644 index 0000000..5c07c1b Binary files /dev/null and b/www/images/forum_posts/vanity_plate.png differ diff --git a/www/images/ibom_icon.png b/www/images/ibom_icon.png new file mode 100644 index 0000000..3d5a71e Binary files /dev/null and b/www/images/ibom_icon.png differ diff --git a/www/images/knock_sensor.zip b/www/images/knock_sensor.zip new file mode 100644 index 0000000..1e07034 Binary files /dev/null and b/www/images/knock_sensor.zip differ diff --git a/www/images/maf_map_1.jpg b/www/images/maf_map_1.jpg new file mode 100644 index 0000000..e56b54a Binary files /dev/null and b/www/images/maf_map_1.jpg differ diff --git a/www/images/maf_map_2.jpg b/www/images/maf_map_2.jpg new file mode 100644 index 0000000..a8c458b Binary files /dev/null and b/www/images/maf_map_2.jpg differ diff --git a/www/images/manuals/.htaccess b/www/images/manuals/.htaccess new file mode 100644 index 0000000..2f13428 --- /dev/null +++ b/www/images/manuals/.htaccess @@ -0,0 +1 @@ +Options +Indexes \ No newline at end of file diff --git a/www/images/manuals/alive_response.png b/www/images/manuals/alive_response.png new file mode 100644 index 0000000..e81addc Binary files /dev/null and b/www/images/manuals/alive_response.png differ diff --git a/www/images/manuals/putty_for_TS.png b/www/images/manuals/putty_for_TS.png new file mode 100644 index 0000000..8b474d0 Binary files /dev/null and b/www/images/manuals/putty_for_TS.png differ diff --git a/www/images/manuals/sensor_sniffer/map.png b/www/images/manuals/sensor_sniffer/map.png new file mode 100644 index 0000000..89399b6 Binary files /dev/null and b/www/images/manuals/sensor_sniffer/map.png differ diff --git a/www/images/mazda_pcb/.htaccess b/www/images/mazda_pcb/.htaccess new file mode 100644 index 0000000..2f13428 --- /dev/null +++ b/www/images/mazda_pcb/.htaccess @@ -0,0 +1 @@ +Options +Indexes \ No newline at end of file diff --git a/www/images/mazda_pcb/64p_box.jpg b/www/images/mazda_pcb/64p_box.jpg new file mode 100644 index 0000000..19a3b3b Binary files /dev/null and b/www/images/mazda_pcb/64p_box.jpg differ diff --git a/www/images/mazda_pcb/camry_175731-7180.jpg b/www/images/mazda_pcb/camry_175731-7180.jpg new file mode 100644 index 0000000..d38a920 Binary files /dev/null and b/www/images/mazda_pcb/camry_175731-7180.jpg differ diff --git a/www/images/mazda_pcb/denso079721_draft2.jpg b/www/images/mazda_pcb/denso079721_draft2.jpg new file mode 100644 index 0000000..0dbfc2a Binary files /dev/null and b/www/images/mazda_pcb/denso079721_draft2.jpg differ diff --git a/www/images/mazda_pcb/denso079721_draft3.jpg b/www/images/mazda_pcb/denso079721_draft3.jpg new file mode 100644 index 0000000..286b94d Binary files /dev/null and b/www/images/mazda_pcb/denso079721_draft3.jpg differ diff --git a/www/images/mazda_pcb/mazda_079721-2351.jpg b/www/images/mazda_pcb/mazda_079721-2351.jpg new file mode 100644 index 0000000..a21029e Binary files /dev/null and b/www/images/mazda_pcb/mazda_079721-2351.jpg differ diff --git a/www/images/mazda_pcb/mazda_079721-3350.jpg b/www/images/mazda_pcb/mazda_079721-3350.jpg new file mode 100644 index 0000000..16f9dc4 Binary files /dev/null and b/www/images/mazda_pcb/mazda_079721-3350.jpg differ diff --git a/www/images/mazda_pcb/rev0_1.jpg b/www/images/mazda_pcb/rev0_1.jpg new file mode 100644 index 0000000..378793e Binary files /dev/null and b/www/images/mazda_pcb/rev0_1.jpg differ diff --git a/www/images/miata/.htaccess b/www/images/miata/.htaccess new file mode 100644 index 0000000..2f13428 --- /dev/null +++ b/www/images/miata/.htaccess @@ -0,0 +1 @@ +Options +Indexes \ No newline at end of file diff --git a/www/images/miata/1994_US_auto_harness/.htaccess b/www/images/miata/1994_US_auto_harness/.htaccess new file mode 100644 index 0000000..2f13428 --- /dev/null +++ b/www/images/miata/1994_US_auto_harness/.htaccess @@ -0,0 +1 @@ +Options +Indexes \ No newline at end of file diff --git a/www/images/miata/1994_US_auto_harness/AC_Relay.jpg b/www/images/miata/1994_US_auto_harness/AC_Relay.jpg new file mode 100644 index 0000000..407a36c Binary files /dev/null and b/www/images/miata/1994_US_auto_harness/AC_Relay.jpg differ diff --git a/www/images/miata/1994_US_auto_harness/airbag_stuff.jpg b/www/images/miata/1994_US_auto_harness/airbag_stuff.jpg new file mode 100644 index 0000000..456f1d0 Binary files /dev/null and b/www/images/miata/1994_US_auto_harness/airbag_stuff.jpg differ diff --git a/www/images/miata/1994_US_auto_harness/largest_piece.jpg b/www/images/miata/1994_US_auto_harness/largest_piece.jpg new file mode 100644 index 0000000..234b623 Binary files /dev/null and b/www/images/miata/1994_US_auto_harness/largest_piece.jpg differ diff --git a/www/images/miata/1994_US_auto_harness/three_relays.jpg b/www/images/miata/1994_US_auto_harness/three_relays.jpg new file mode 100644 index 0000000..90d52e7 Binary files /dev/null and b/www/images/miata/1994_US_auto_harness/three_relays.jpg differ diff --git a/www/images/miata/1994_US_auto_harness/what_is_this_blue_connector.jpg b/www/images/miata/1994_US_auto_harness/what_is_this_blue_connector.jpg new file mode 100644 index 0000000..69307e8 Binary files /dev/null and b/www/images/miata/1994_US_auto_harness/what_is_this_blue_connector.jpg differ diff --git a/www/images/miata/1994_US_auto_harness/what_is_this_close_to_ecu.jpg b/www/images/miata/1994_US_auto_harness/what_is_this_close_to_ecu.jpg new file mode 100644 index 0000000..0aa02f4 Binary files /dev/null and b/www/images/miata/1994_US_auto_harness/what_is_this_close_to_ecu.jpg differ diff --git a/www/images/protege/.htaccess b/www/images/protege/.htaccess new file mode 100644 index 0000000..2f13428 --- /dev/null +++ b/www/images/protege/.htaccess @@ -0,0 +1 @@ +Options +Indexes \ No newline at end of file diff --git a/www/images/protege/phase_1.jpg b/www/images/protege/phase_1.jpg new file mode 100644 index 0000000..8d8bf71 Binary files /dev/null and b/www/images/protege/phase_1.jpg differ diff --git a/www/images/site/104_board_with_connector.jpg b/www/images/site/104_board_with_connector.jpg new file mode 100644 index 0000000..7fda6f0 Binary files /dev/null and b/www/images/site/104_board_with_connector.jpg differ diff --git a/www/images/site/104_ford.jpg b/www/images/site/104_ford.jpg new file mode 100644 index 0000000..f63b079 Binary files /dev/null and b/www/images/site/104_ford.jpg differ diff --git a/www/images/site/104p_connector.jpg b/www/images/site/104p_connector.jpg new file mode 100644 index 0000000..736b7d4 Binary files /dev/null and b/www/images/site/104p_connector.jpg differ diff --git a/www/images/site/112_56_56_board_with_connector.jpg b/www/images/site/112_56_56_board_with_connector.jpg new file mode 100644 index 0000000..ba851ea Binary files /dev/null and b/www/images/site/112_56_56_board_with_connector.jpg differ diff --git a/www/images/site/112p_connector.jpg b/www/images/site/112p_connector.jpg new file mode 100644 index 0000000..6955fa0 Binary files /dev/null and b/www/images/site/112p_connector.jpg differ diff --git a/www/images/site/121_board_with_connector.jpg b/www/images/site/121_board_with_connector.jpg new file mode 100644 index 0000000..760d639 Binary files /dev/null and b/www/images/site/121_board_with_connector.jpg differ diff --git a/www/images/site/122p_breakout.jpg b/www/images/site/122p_breakout.jpg new file mode 100644 index 0000000..eb76002 Binary files /dev/null and b/www/images/site/122p_breakout.jpg differ diff --git a/www/images/site/125p_header.jpg b/www/images/site/125p_header.jpg new file mode 100644 index 0000000..b297a71 Binary files /dev/null and b/www/images/site/125p_header.jpg differ diff --git a/www/images/site/134_board_with_connector.jpg b/www/images/site/134_board_with_connector.jpg new file mode 100644 index 0000000..6d64b79 Binary files /dev/null and b/www/images/site/134_board_with_connector.jpg differ diff --git a/www/images/site/135_breakout.jpg b/www/images/site/135_breakout.jpg new file mode 100644 index 0000000..e2fdbfc Binary files /dev/null and b/www/images/site/135_breakout.jpg differ diff --git a/www/images/site/153_ls4.jpg b/www/images/site/153_ls4.jpg new file mode 100644 index 0000000..a974e16 Binary files /dev/null and b/www/images/site/153_ls4.jpg differ diff --git a/www/images/site/154_96_58_board_with_connector.jpg b/www/images/site/154_96_58_board_with_connector.jpg new file mode 100644 index 0000000..37a52ca Binary files /dev/null and b/www/images/site/154_96_58_board_with_connector.jpg differ diff --git a/www/images/site/154_board_with_connector.jpg b/www/images/site/154_board_with_connector.jpg new file mode 100644 index 0000000..3fa6b7c Binary files /dev/null and b/www/images/site/154_board_with_connector.jpg differ diff --git a/www/images/site/196p_connector.jpg b/www/images/site/196p_connector.jpg new file mode 100644 index 0000000..8b2a25e Binary files /dev/null and b/www/images/site/196p_connector.jpg differ diff --git a/www/images/site/35p_board.jpg b/www/images/site/35p_board.jpg new file mode 100644 index 0000000..1805fed Binary files /dev/null and b/www/images/site/35p_board.jpg differ diff --git a/www/images/site/35p_header.jpg b/www/images/site/35p_header.jpg new file mode 100644 index 0000000..e837977 Binary files /dev/null and b/www/images/site/35p_header.jpg differ diff --git a/www/images/site/38p_board.jpg b/www/images/site/38p_board.jpg new file mode 100644 index 0000000..802bd06 Binary files /dev/null and b/www/images/site/38p_board.jpg differ diff --git a/www/images/site/52p_board_connector.jpg b/www/images/site/52p_board_connector.jpg new file mode 100644 index 0000000..ccf0f3d Binary files /dev/null and b/www/images/site/52p_board_connector.jpg differ diff --git a/www/images/site/55_board_with_connector.jpg b/www/images/site/55_board_with_connector.jpg new file mode 100644 index 0000000..f616839 Binary files /dev/null and b/www/images/site/55_board_with_connector.jpg differ diff --git a/www/images/site/55_connector_motronic.jpg b/www/images/site/55_connector_motronic.jpg new file mode 100644 index 0000000..dbca6e9 Binary files /dev/null and b/www/images/site/55_connector_motronic.jpg differ diff --git a/www/images/site/60_26-34_board_with_connector.jpg b/www/images/site/60_26-34_board_with_connector.jpg new file mode 100644 index 0000000..9f6b745 Binary files /dev/null and b/www/images/site/60_26-34_board_with_connector.jpg differ diff --git a/www/images/site/60_board_with_connector.jpg b/www/images/site/60_board_with_connector.jpg new file mode 100644 index 0000000..20dd200 Binary files /dev/null and b/www/images/site/60_board_with_connector.jpg differ diff --git a/www/images/site/64_board_with_connector.jpg b/www/images/site/64_board_with_connector.jpg new file mode 100644 index 0000000..06678df Binary files /dev/null and b/www/images/site/64_board_with_connector.jpg differ diff --git a/www/images/site/64_nissan_board.jpg b/www/images/site/64_nissan_board.jpg new file mode 100644 index 0000000..c74a4bf Binary files /dev/null and b/www/images/site/64_nissan_board.jpg differ diff --git a/www/images/site/68p_board.jpg b/www/images/site/68p_board.jpg new file mode 100644 index 0000000..7786013 Binary files /dev/null and b/www/images/site/68p_board.jpg differ diff --git a/www/images/site/72_board_with_connector.jpg b/www/images/site/72_board_with_connector.jpg new file mode 100644 index 0000000..111860f Binary files /dev/null and b/www/images/site/72_board_with_connector.jpg differ diff --git a/www/images/site/76_board_with_connector.jpg b/www/images/site/76_board_with_connector.jpg new file mode 100644 index 0000000..5e27b2a Binary files /dev/null and b/www/images/site/76_board_with_connector.jpg differ diff --git a/www/images/site/76_nissan_board.jpg b/www/images/site/76_nissan_board.jpg new file mode 100644 index 0000000..24f4984 Binary files /dev/null and b/www/images/site/76_nissan_board.jpg differ diff --git a/www/images/site/80_pin_connector.jpg b/www/images/site/80_pin_connector.jpg new file mode 100644 index 0000000..c0ba8c0 Binary files /dev/null and b/www/images/site/80_pin_connector.jpg differ diff --git a/www/images/site/88_connector_2.5_rows.jpg b/www/images/site/88_connector_2.5_rows.jpg new file mode 100644 index 0000000..05cb656 Binary files /dev/null and b/www/images/site/88_connector_2.5_rows.jpg differ diff --git a/www/images/site/Hellen_NA6_Connector.jpg b/www/images/site/Hellen_NA6_Connector.jpg new file mode 100644 index 0000000..49b4208 Binary files /dev/null and b/www/images/site/Hellen_NA6_Connector.jpg differ diff --git a/www/images/site/Hellen_NA896_NB1_connector.jpeg b/www/images/site/Hellen_NA896_NB1_connector.jpeg new file mode 100644 index 0000000..bbb8d26 Binary files /dev/null and b/www/images/site/Hellen_NA896_NB1_connector.jpeg differ diff --git a/www/images/site/bg.jpg b/www/images/site/bg.jpg new file mode 100644 index 0000000..776185b Binary files /dev/null and b/www/images/site/bg.jpg differ diff --git a/www/images/site/breakout_125.jpg b/www/images/site/breakout_125.jpg new file mode 100644 index 0000000..d2a9ca9 Binary files /dev/null and b/www/images/site/breakout_125.jpg differ diff --git a/www/images/site/ebay_gen_button.gif b/www/images/site/ebay_gen_button.gif new file mode 100644 index 0000000..3994797 Binary files /dev/null and b/www/images/site/ebay_gen_button.gif differ diff --git a/www/images/site/favicon.png b/www/images/site/favicon.png new file mode 100644 index 0000000..797d3c9 Binary files /dev/null and b/www/images/site/favicon.png differ diff --git a/www/images/site/hellen-nb2.jpg b/www/images/site/hellen-nb2.jpg new file mode 100644 index 0000000..65db3f0 Binary files /dev/null and b/www/images/site/hellen-nb2.jpg differ diff --git a/www/images/site/hellen121nissan.jpg b/www/images/site/hellen121nissan.jpg new file mode 100644 index 0000000..e3db823 Binary files /dev/null and b/www/images/site/hellen121nissan.jpg differ diff --git a/www/images/site/hellen121vag.jpg b/www/images/site/hellen121vag.jpg new file mode 100644 index 0000000..0a6c8e7 Binary files /dev/null and b/www/images/site/hellen121vag.jpg differ diff --git a/www/images/site/hellen128mercedes.jpg b/www/images/site/hellen128mercedes.jpg new file mode 100644 index 0000000..ef90b7b Binary files /dev/null and b/www/images/site/hellen128mercedes.jpg differ diff --git a/www/images/site/logo.png b/www/images/site/logo.png new file mode 100644 index 0000000..49c07cd Binary files /dev/null and b/www/images/site/logo.png differ diff --git a/www/images/site/logo_wht.png b/www/images/site/logo_wht.png new file mode 100644 index 0000000..2010389 Binary files /dev/null and b/www/images/site/logo_wht.png differ diff --git a/www/images/site/mre_bg.jpg b/www/images/site/mre_bg.jpg new file mode 100644 index 0000000..ab9711d Binary files /dev/null and b/www/images/site/mre_bg.jpg differ diff --git a/www/images/site/mre_ecu.png b/www/images/site/mre_ecu.png new file mode 100644 index 0000000..bed66ff Binary files /dev/null and b/www/images/site/mre_ecu.png differ diff --git a/www/images/site/mre_logo.png b/www/images/site/mre_logo.png new file mode 100644 index 0000000..8dbdc1e Binary files /dev/null and b/www/images/site/mre_logo.png differ diff --git a/www/images/site/orange121.jpg b/www/images/site/orange121.jpg new file mode 100644 index 0000000..f2e253c Binary files /dev/null and b/www/images/site/orange121.jpg differ diff --git a/www/images/site/orange122.jpg b/www/images/site/orange122.jpg new file mode 100644 index 0000000..e067f7f Binary files /dev/null and b/www/images/site/orange122.jpg differ diff --git a/www/images/site/orange125.jpg b/www/images/site/orange125.jpg new file mode 100644 index 0000000..e6f758c Binary files /dev/null and b/www/images/site/orange125.jpg differ diff --git a/www/images/site/orange64.jpg b/www/images/site/orange64.jpg new file mode 100644 index 0000000..3ca4f8a Binary files /dev/null and b/www/images/site/orange64.jpg differ diff --git a/www/images/site/orange72.jpg b/www/images/site/orange72.jpg new file mode 100644 index 0000000..7648d67 Binary files /dev/null and b/www/images/site/orange72.jpg differ diff --git a/www/images/site/proteus_bg.jpg b/www/images/site/proteus_bg.jpg new file mode 100644 index 0000000..6603a2b Binary files /dev/null and b/www/images/site/proteus_bg.jpg differ diff --git a/www/images/site/proteus_case.png b/www/images/site/proteus_case.png new file mode 100644 index 0000000..0b7df19 Binary files /dev/null and b/www/images/site/proteus_case.png differ diff --git a/www/images/site/reforum.png b/www/images/site/reforum.png new file mode 100644 index 0000000..d6b43c0 Binary files /dev/null and b/www/images/site/reforum.png differ diff --git a/www/images/site/reonline.png b/www/images/site/reonline.png new file mode 100644 index 0000000..c94879e Binary files /dev/null and b/www/images/site/reonline.png differ diff --git a/www/images/site/rewiki.png b/www/images/site/rewiki.png new file mode 100644 index 0000000..98d3a40 Binary files /dev/null and b/www/images/site/rewiki.png differ diff --git a/www/images/site/rusefi_mreheader.png b/www/images/site/rusefi_mreheader.png new file mode 100644 index 0000000..a0fe6ab Binary files /dev/null and b/www/images/site/rusefi_mreheader.png differ diff --git a/www/images/state_machine_diagram.png b/www/images/state_machine_diagram.png new file mode 100644 index 0000000..5a6ab91 Binary files /dev/null and b/www/images/state_machine_diagram.png differ diff --git a/www/images/v3sBU4x.png b/www/images/v3sBU4x.png new file mode 100644 index 0000000..d651c5b Binary files /dev/null and b/www/images/v3sBU4x.png differ diff --git a/www/images/w4k4x7K.png b/www/images/w4k4x7K.png new file mode 100644 index 0000000..eb751fe Binary files /dev/null and b/www/images/w4k4x7K.png differ diff --git a/www/images/wvTNUMb.png b/www/images/wvTNUMb.png new file mode 100644 index 0000000..d6cf900 Binary files /dev/null and b/www/images/wvTNUMb.png differ diff --git a/www/images/yN5hGQU.png b/www/images/yN5hGQU.png new file mode 100644 index 0000000..55e9a42 Binary files /dev/null and b/www/images/yN5hGQU.png differ diff --git a/www/images/ywYDvV5.png b/www/images/ywYDvV5.png new file mode 100644 index 0000000..98c6310 Binary files /dev/null and b/www/images/ywYDvV5.png differ diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..19d4649 --- /dev/null +++ b/www/index.html @@ -0,0 +1,652 @@ + + + + + + + + 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/www/js/site.js b/www/js/site.js new file mode 100644 index 0000000..f9f8b18 --- /dev/null +++ b/www/js/site.js @@ -0,0 +1,122 @@ +(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/www/legacy_style/banner.png b/www/legacy_style/banner.png new file mode 100644 index 0000000..f524a76 Binary files /dev/null and b/www/legacy_style/banner.png differ diff --git a/www/legacy_style/banner.xcf b/www/legacy_style/banner.xcf new file mode 100644 index 0000000..cfdc118 Binary files /dev/null and b/www/legacy_style/banner.xcf differ diff --git a/www/legacy_style/banner_high_res.png b/www/legacy_style/banner_high_res.png new file mode 100644 index 0000000..0e50306 Binary files /dev/null and b/www/legacy_style/banner_high_res.png differ diff --git a/www/legacy_style/banner_high_res.xcf b/www/legacy_style/banner_high_res.xcf new file mode 100644 index 0000000..6946f42 Binary files /dev/null and b/www/legacy_style/banner_high_res.xcf differ diff --git a/www/legacy_style/font/LFAX.TTF b/www/legacy_style/font/LFAX.TTF new file mode 100644 index 0000000..952b740 Binary files /dev/null and b/www/legacy_style/font/LFAX.TTF differ diff --git a/www/legacy_style/font/LFAXD.TTF b/www/legacy_style/font/LFAXD.TTF new file mode 100644 index 0000000..1727256 Binary files /dev/null and b/www/legacy_style/font/LFAXD.TTF differ diff --git a/www/legacy_style/font/LFAXDI.TTF b/www/legacy_style/font/LFAXDI.TTF new file mode 100644 index 0000000..32cfef6 Binary files /dev/null and b/www/legacy_style/font/LFAXDI.TTF differ diff --git a/www/legacy_style/font/LFAXI.TTF b/www/legacy_style/font/LFAXI.TTF new file mode 100644 index 0000000..8bde858 Binary files /dev/null and b/www/legacy_style/font/LFAXI.TTF differ diff --git a/www/legacy_style/font/font_info.txt b/www/legacy_style/font/font_info.txt new file mode 100644 index 0000000..6a6591f --- /dev/null +++ b/www/legacy_style/font/font_info.txt @@ -0,0 +1,8 @@ +Lucida Fax + + +rusEfi orange color +fe6700 + + +circle diameter = x3.05 times lower case test height \ No newline at end of file diff --git a/www/legacy_style/latest_bundle.png b/www/legacy_style/latest_bundle.png new file mode 100644 index 0000000..16916d3 Binary files /dev/null and b/www/legacy_style/latest_bundle.png differ diff --git a/www/legacy_style/latest_bundle.xcf b/www/legacy_style/latest_bundle.xcf new file mode 100644 index 0000000..7269037 Binary files /dev/null and b/www/legacy_style/latest_bundle.xcf differ diff --git a/www/legacy_style/latest_bundle_border.png b/www/legacy_style/latest_bundle_border.png new file mode 100644 index 0000000..f8cfd16 Binary files /dev/null and b/www/legacy_style/latest_bundle_border.png differ diff --git a/www/legacy_style/logo.gif b/www/legacy_style/logo.gif new file mode 100644 index 0000000..3ad5b1f Binary files /dev/null and b/www/legacy_style/logo.gif differ diff --git a/www/legacy_style/logo.xcf b/www/legacy_style/logo.xcf new file mode 100644 index 0000000..97d9aa8 Binary files /dev/null and b/www/legacy_style/logo.xcf differ diff --git a/www/legacy_style/logo_100.gif b/www/legacy_style/logo_100.gif new file mode 100644 index 0000000..ca259f7 Binary files /dev/null and b/www/legacy_style/logo_100.gif differ diff --git a/www/legacy_style/logo_150.gif b/www/legacy_style/logo_150.gif new file mode 100644 index 0000000..6314214 Binary files /dev/null and b/www/legacy_style/logo_150.gif differ diff --git a/www/legacy_style/logo_250.gif b/www/legacy_style/logo_250.gif new file mode 100644 index 0000000..f32bb22 Binary files /dev/null and b/www/legacy_style/logo_250.gif differ diff --git a/www/legacy_style/logo_60.gif b/www/legacy_style/logo_60.gif new file mode 100644 index 0000000..b9c11d4 Binary files /dev/null and b/www/legacy_style/logo_60.gif differ diff --git a/www/legacy_style/logo_640.png b/www/legacy_style/logo_640.png new file mode 100644 index 0000000..3314413 Binary files /dev/null and b/www/legacy_style/logo_640.png differ diff --git a/www/legacy_style/logo_80.gif b/www/legacy_style/logo_80.gif new file mode 100644 index 0000000..6a3eca1 Binary files /dev/null and b/www/legacy_style/logo_80.gif differ diff --git a/www/legacy_style/logo_n.png b/www/legacy_style/logo_n.png new file mode 100644 index 0000000..b672df3 Binary files /dev/null and b/www/legacy_style/logo_n.png differ diff --git a/www/legacy_style/logo_w_60.gif b/www/legacy_style/logo_w_60.gif new file mode 100644 index 0000000..9e5c788 Binary files /dev/null and b/www/legacy_style/logo_w_60.gif differ diff --git a/www/legacy_style/rusefi_60.png b/www/legacy_style/rusefi_60.png new file mode 100644 index 0000000..6378f18 Binary files /dev/null and b/www/legacy_style/rusefi_60.png differ diff --git a/www/legacy_style/rusefi_600.xcf b/www/legacy_style/rusefi_600.xcf new file mode 100644 index 0000000..9106716 Binary files /dev/null and b/www/legacy_style/rusefi_600.xcf differ diff --git a/www/legacy_style/rusefi_90.png b/www/legacy_style/rusefi_90.png new file mode 100644 index 0000000..506b757 Binary files /dev/null and b/www/legacy_style/rusefi_90.png differ diff --git a/www/legacy_style/rusefi_90.xcf b/www/legacy_style/rusefi_90.xcf new file mode 100644 index 0000000..f1db44f Binary files /dev/null and b/www/legacy_style/rusefi_90.xcf differ diff --git a/www/legacy_style/rusefi_online_color.png b/www/legacy_style/rusefi_online_color.png new file mode 100644 index 0000000..ddc2633 Binary files /dev/null and b/www/legacy_style/rusefi_online_color.png differ diff --git a/www/legacy_style/rusefi_online_mono.png b/www/legacy_style/rusefi_online_mono.png new file mode 100644 index 0000000..6a460aa Binary files /dev/null and b/www/legacy_style/rusefi_online_mono.png differ diff --git a/www/legacy_style/sticker.png b/www/legacy_style/sticker.png new file mode 100644 index 0000000..bd17db4 Binary files /dev/null and b/www/legacy_style/sticker.png differ diff --git a/www/legacy_style/sticker.xcf b/www/legacy_style/sticker.xcf new file mode 100644 index 0000000..d951dca Binary files /dev/null and b/www/legacy_style/sticker.xcf differ diff --git a/www/legacy_style/sticker_smaller.png b/www/legacy_style/sticker_smaller.png new file mode 100644 index 0000000..aa5cd7e Binary files /dev/null and b/www/legacy_style/sticker_smaller.png differ diff --git a/www/legacy_style/sticker_smaller.xcf b/www/legacy_style/sticker_smaller.xcf new file mode 100644 index 0000000..3461f36 Binary files /dev/null and b/www/legacy_style/sticker_smaller.xcf differ diff --git a/www/microrusefi/index.html b/www/microrusefi/index.html new file mode 100644 index 0000000..6324133 --- /dev/null +++ b/www/microrusefi/index.html @@ -0,0 +1,80 @@ + + + + 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/www/online/readme.md b/www/online/readme.md new file mode 100644 index 0000000..f314dad --- /dev/null +++ b/www/online/readme.md @@ -0,0 +1,3 @@ +See https://github.com/rusefi/rusefi/wiki/Online + +See https://github.com/rusefi/web_backend \ No newline at end of file diff --git a/www/robots.txt b/www/robots.txt new file mode 100644 index 0000000..bec4fc0 --- /dev/null +++ b/www/robots.txt @@ -0,0 +1,5 @@ +User-agent: * + +Disallow: /wiki +Disallow: /wiki3 +Disallow: /docs/wiki \ No newline at end of file diff --git a/www/rusefi.css b/www/rusefi.css new file mode 100644 index 0000000..b50fd58 --- /dev/null +++ b/www/rusefi.css @@ -0,0 +1,46 @@ + + 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/www/s/.htaccess b/www/s/.htaccess new file mode 100644 index 0000000..2f13428 --- /dev/null +++ b/www/s/.htaccess @@ -0,0 +1 @@ +Options +Indexes \ No newline at end of file diff --git a/www/s/2chan/index.shtml b/www/s/2chan/index.shtml new file mode 100644 index 0000000..c8422f4 --- /dev/null +++ b/www/s/2chan/index.shtml @@ -0,0 +1,17 @@ + + + + + + + +
+ +




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




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




+ +https://github.com/rusefi/rusefi/wiki + +
+ + + diff --git a/www/shop/img/112p_connector.jpg b/www/shop/img/112p_connector.jpg new file mode 100644 index 0000000..6955fa0 Binary files /dev/null and b/www/shop/img/112p_connector.jpg differ diff --git a/www/shop/index.html b/www/shop/index.html new file mode 100644 index 0000000..ac68f4e --- /dev/null +++ b/www/shop/index.html @@ -0,0 +1,36 @@ + + + + + + + rusEFI Store + + + + + + + + + + + + + + + + + + + +Moved to rusefi.com + + + \ No newline at end of file diff --git a/www/style/bmm_logo.png b/www/style/bmm_logo.png new file mode 100644 index 0000000..3894e7c Binary files /dev/null and b/www/style/bmm_logo.png differ diff --git a/www/style/hellen-one-logo-300.jpg b/www/style/hellen-one-logo-300.jpg new file mode 100644 index 0000000..e1a36c9 Binary files /dev/null and b/www/style/hellen-one-logo-300.jpg differ diff --git a/www/style/hellen-one-logo-64.jpg b/www/style/hellen-one-logo-64.jpg new file mode 100644 index 0000000..3bc1112 Binary files /dev/null and b/www/style/hellen-one-logo-64.jpg differ diff --git a/www/style/rusefi-black-orange-wide_circle.png b/www/style/rusefi-black-orange-wide_circle.png new file mode 100644 index 0000000..634e1fa Binary files /dev/null and b/www/style/rusefi-black-orange-wide_circle.png differ diff --git a/www/style/rusefi-black-orange-wide_circle_small.png b/www/style/rusefi-black-orange-wide_circle_small.png new file mode 100644 index 0000000..935a722 Binary files /dev/null and b/www/style/rusefi-black-orange-wide_circle_small.png differ diff --git a/www/style/rusefi-black-orange_vertical.png b/www/style/rusefi-black-orange_vertical.png new file mode 100644 index 0000000..aaaa454 Binary files /dev/null and b/www/style/rusefi-black-orange_vertical.png differ diff --git a/www/style/rusefi-black_vertical.png b/www/style/rusefi-black_vertical.png new file mode 100644 index 0000000..dd52309 Binary files /dev/null and b/www/style/rusefi-black_vertical.png differ diff --git a/www/style/rusefi-white-orange-wide_circle.png b/www/style/rusefi-white-orange-wide_circle.png new file mode 100644 index 0000000..e28f999 Binary files /dev/null and b/www/style/rusefi-white-orange-wide_circle.png differ diff --git a/www/style/rusefi-white-orange_vertical.png b/www/style/rusefi-white-orange_vertical.png new file mode 100644 index 0000000..1da0c27 Binary files /dev/null and b/www/style/rusefi-white-orange_vertical.png differ diff --git a/www/style/rusefi-white_vertical.png b/www/style/rusefi-white_vertical.png new file mode 100644 index 0000000..ec349db Binary files /dev/null and b/www/style/rusefi-white_vertical.png differ diff --git a/www/style/rusefi-wide_circle.png b/www/style/rusefi-wide_circle.png new file mode 100644 index 0000000..80fe894 Binary files /dev/null and b/www/style/rusefi-wide_circle.png differ diff --git a/www/style/rusefi.png b/www/style/rusefi.png new file mode 100644 index 0000000..a480e61 Binary files /dev/null and b/www/style/rusefi.png differ diff --git a/www/style/rusefi_vertical.png b/www/style/rusefi_vertical.png new file mode 100644 index 0000000..72ca5ec Binary files /dev/null and b/www/style/rusefi_vertical.png differ diff --git a/www/style/svg/rusefi_color_blk.svg b/www/style/svg/rusefi_color_blk.svg new file mode 100644 index 0000000..c7c205c --- /dev/null +++ b/www/style/svg/rusefi_color_blk.svg @@ -0,0 +1 @@ +rusefi_color_blk \ No newline at end of file diff --git a/www/style/svg/rusefi_color_blk_sq.svg b/www/style/svg/rusefi_color_blk_sq.svg new file mode 100644 index 0000000..df7bfb1 --- /dev/null +++ b/www/style/svg/rusefi_color_blk_sq.svg @@ -0,0 +1 @@ +rusefi-orange-blk-sq \ No newline at end of file diff --git a/www/style/svg/rusefi_color_wht.svg b/www/style/svg/rusefi_color_wht.svg new file mode 100644 index 0000000..969e8a1 --- /dev/null +++ b/www/style/svg/rusefi_color_wht.svg @@ -0,0 +1 @@ +rusefi-color-white \ No newline at end of file diff --git a/www/style/svg/rusefi_color_wht_sq.svg b/www/style/svg/rusefi_color_wht_sq.svg new file mode 100644 index 0000000..0e5428e --- /dev/null +++ b/www/style/svg/rusefi_color_wht_sq.svg @@ -0,0 +1 @@ +rusefi-color-white-sq \ No newline at end of file diff --git a/www/support/index.shtml b/www/support/index.shtml new file mode 100644 index 0000000..7ab656d --- /dev/null +++ b/www/support/index.shtml @@ -0,0 +1,18 @@ + + + + + + + +
+

Support

+ +




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