Herramientas de usuario

Herramientas del sitio


en:companias:locomotive_software

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
en:companias:locomotive_software [2026/04/30 05:35] – borrado jesusen:companias:locomotive_software [2026/04/30 05:56] (actual) – creado jesus
Línea 1: Línea 1:
 +~~NOTOC~~
 +
 +<html>
 +<style>
 +  /* --- MOTOR VISUAL CRT BASE --- */
 +  .pcw-page-container {
 +    background-color: #000b00 !important;
 +    font-family: 'Courier New', Courier, monospace !important;
 +    padding: 15px;
 +    color: #00ff00 !important;
 +  }
 +
 +  .crt-effect { position: relative; overflow: hidden; border: 2px solid #2a2a2a; }
 +  .crt-effect::after {
 +    content: " "; position: absolute; top: 0; left: 0; bottom: 0; right: 0;
 +    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.1) 50%), 
 +                linear-gradient(90deg, rgba(255, 0, 0, 0.02), rgba(0, 255, 0, 0.01), rgba(0, 0, 255, 0.02));
 +    background-size: 100% 3px, 2px 100%; z-index: 100; pointer-events: none;
 +    animation: flicker-pcw 0.15s infinite;
 +  }
 +  @keyframes flicker-pcw { 0% { opacity: 0.97; } 100% { opacity: 1; } }
 +
 +  /* --- 1. FICHA TÉCNICA --- */
 +  .ficha-libro-crt {
 +    border: 10px solid #2a2a2a; border-radius: 15px; padding: 30px; margin-bottom: 20px;
 +    display: flex; flex-wrap: wrap; gap: 30px;
 +    box-shadow: inset 0 0 50px rgba(0,255,0,0.15), 0 10px 30px rgba(0,0,0,0.7);
 +  }
 +
 +  .portada-ficha-container {
 +    width: 220px; height: 300px; background-color: #111; border: 4px solid #00ff00;
 +    padding: 10px; box-sizing: border-box; display: flex; align-items: center; justify-content: center;
 +  }
 +  .portada-ficha-container img { max-width: 100%; height: auto; object-fit: contain; }
 +
 +  .datos-ficha { flex: 1; min-width: 300px; }
 +  .titulo-linea { 
 +    display: flex; justify-content: space-between; align-items: center; 
 +    border-bottom: 2px solid #00ff00; margin-bottom: 20px; padding-bottom: 5px; 
 +  }
 +  .datos-ficha h2 { margin: 0 !important; font-size: 1.8em !important; color: #00ff00 !important; text-transform: uppercase; text-shadow: 0 0 10px #00ff00; }
 +  .bandera-pais { height: 25px; border: 1px solid #00ff00; }
 +  
 +  .dato-linea { margin: 8px 0; font-size: 0.95em; display: flex; }
 +  .dato-etiqueta { color: #008800; font-weight: bold; min-width: 180px; text-transform: uppercase; }
 +  .dato-valor { color: #00ff00; flex: 1; }
 +
 +  /* --- BLOQUES DE SECCIÓN --- */
 +  .pcw-section-box {
 +    background-color: #000b00; border: 2px solid #00ff00;
 +    margin: 20px 0; padding: 20px;
 +  }
 +  .pcw-section-title {
 +    background-color: #00ff00; color: #000; padding: 3px 12px;
 +    font-weight: bold; display: inline-block; margin-bottom: 15px;
 +    text-transform: uppercase; font-size: 1.1em;
 +  }
 +
 +  .pcw-index-tree { line-height: 1.6; color: #00ff00; }
 +  .index-item-main { font-weight: bold; margin-top: 10px; display: block; border-left: 3px solid #008800; padding-left: 10px; }
 +  .index-subitem { margin-left: 30px; display: block; font-size: 0.9em; opacity: 0.8; }
 +  .index-subitem::before { content: "├─ "; color: #008800; }
 +
 +  @media (max-width: 700px) {
 +    .ficha-libro-crt { flex-direction: column; align-items: center; }
 +    .dato-linea { flex-direction: column; }
 +  }
 +</style>
 +
 +<div class="pcw-page-container crt-effect">
 +
 +  <!-- 1. TECHNICAL SPEC SHEET -->
 +  <div class="ficha-libro-crt">
 +    <div class="portada-ficha-container">
 +      <img src="/lib/exe/fetch.php?media=compañias:logos:locomotive_software_logo.jpg" alt="Locomotive Logo">
 +    </div>
 +    <div class="datos-ficha">
 +      <div class="titulo-linea">
 +        <h2>LOCOMOTIVE SOFTWARE</h2>
 +        <img src="/lib/exe/fetch.php?media=botones:reino_unido.jpg" class="bandera-pais">
 +      </div>
 +      <div class="dato-linea"><span class="dato-etiqueta">NAME:</span><span class="dato-valor">Locomotive Software Ltd</span></div>
 +      <div class="dato-linea"><span class="dato-etiqueta">ORIGIN:</span><span class="dato-valor">Leatherhead, Surrey (United Kingdom)</span></div>
 +      <div class="dato-linea"><span class="dato-etiqueta">FOUNDED:</span><span class="dato-valor">February 14, 1983</span></div>
 +      <div class="dato-linea"><span class="dato-etiqueta">STATUS:</span><span class="dato-valor">Dissolved (October 9, 2010)</span></div>
 +      <div class="dato-linea"><span class="dato-etiqueta">SPECIALTY:</span><span class="dato-valor">OS, Languages and Word Processing</span></div>
 +      <div class="dato-linea"><span class="dato-etiqueta">FOUNDERS:</span><span class="dato-valor">Richard Clayton and Chris Hall</span></div>
 +    </div>
 +  </div>
 +
 +
 +  <!-- 2. DESCRIPTION AND DETAILED HISTORY -->
 +  <div class="pcw-section-box">
 +    <div class="pcw-section-title">Description & History</div>
 +    <div style="color: #aaffaa; line-height: 1.6; text-align: justify;">
 +      <p>Locomotive Software was the "mind" behind Amstrad's hardware. Founded by Richard Clayton and Chris Hall in 1983, the company became Alan Sugar's strategic partner, providing the soul for the CPC range and, most notably, the PCW series.</p>
 +
 +      <p>Their first major assignment was developing a BASIC clone for Acorn, but their efficiency caught Amstrad's attention. For the launch of the Amstrad PCW in 1985, Locomotive not only adapted the CP/M Plus operating system (originally by Digital Research) but created from scratch the software that would justify the purchase of millions of machines: <strong>LocoScript</strong>.</p>
 +
 +      <p>Unlike other developers of the era, Locomotive focused on professional usability. LocoScript allowed typists and administrative staff to transition to the digital world without needing to learn complex console commands. This symbiosis between Amstrad's affordable hardware and Locomotive's robust software allowed the PCW to dominate the European word processing market for nearly a decade.</p>
 +
 +      <p>During the 90s, the company attempted to leap into Windows and the emerging Internet market with the <strong>Turnpike</strong> software. Although it was an award-winning product highly valued by Demon Internet users, the transition to the new software paradigm dominated by giants like Microsoft made its survival as an independent entity difficult.</p>
 +    </div>
 +  </div>
 +
 +
 +  <!-- 3. FUNDAMENTAL SOFTWARE FOR PCW -->
 +  <div class="pcw-section-box">
 +    <div class="pcw-section-title">Core PCW Software</div>
 +    <div class="pcw-index-tree">
 +      <span class="index-item-main">LocoScript (All versions)</span>
 +      <span class="index-subitem">Integrated word processor. The PCW's "Killer App".</span>
 +      <span class="index-item-main">CP/M Plus (CP/M 3.1)</span>
 +      <span class="index-subitem">Adaptation of the standard OS for the PCW architecture.</span>
 +      <span class="index-item-main">Mallard BASIC</span>
 +      <span class="index-subitem">BASIC interpreter with support for indexed files (Jetsam).</span>
 +      <span class="index-item-main">LocoLink</span>
 +      <span class="index-subitem">File transfer software between PCW and PC systems.</span>
 +      <span class="index-item-main">Rosanne (1995)</span>
 +      <span class="index-subitem">Graphical User Interface (GUI) for the Amstrad PcW 16.</span>
 +    </div>
 +  </div>
 +
 +
 +
 +  <!-- 4. PCW RANGE EVOLUTION (Software Context) -->
 +  <div class="pcw-section-box">
 +    <div class="pcw-section-title">PCW Range Evolution (Locomotive Support)</div>
 +    <div class="pcw-index-tree">
 +      <span class="index-item-main">PCW 8256 (1985) - 256 KB</span>
 +      <span class="index-subitem">Launch software: LocoScript 1.0 and Mallard BASIC 1.29.</span>
 +      <span class="index-item-main">PCW 8512 (1987) - 512 KB</span>
 +      <span class="index-subitem">LocoScript optimization for dual disk drive systems.</span>
 +      <span class="index-item-main">PCW 9512 (1987) - 512 KB</span>
 +      <span class="index-subitem">LocoScript 2.1x: Native support for daisy-wheel printers.</span>
 +      <span class="index-item-main">PCW 9256 / PcW 10 (1991-1993)</span>
 +      <span class="index-subitem">LocoScript 1.50: Adaptation for new 3.5" disk drives.</span>
 +      <span class="index-item-main">PcW 16 (1995) - 1 MB</span>
 +      <span class="index-subitem">The "Anne" system: Rosanne operating system with GUI.</span>
 +    </div>
 +  </div>
 +
 +
 +  <!-- 5. LOCOSCRIPT TECHNICAL CHRONOLOGY -->
 +  <div class="pcw-section-box">
 +    <div class="pcw-section-title">LocoScript Chronology</div>
 +    <div class="pcw-index-tree">
 +      <span class="index-item-main">LocoScript 1 (1985-1986)</span>
 +      <span class="index-subitem">Direct boot (.EMS). Pioneering format layout system.</span>
 +      <span class="index-item-main">LocoScript 2 (1987)</span>
 +      <span class="index-subitem">Complete redesign. Support for 512 characters (including technical and Cyrillic).</span>
 +      <span class="index-item-main">LocoScript 3 (1993)</span>
 +      <span class="index-subitem">Semi-scalable fonts via LocoFont 3 and improved printer drivers.</span>
 +      <span class="index-item-main">LocoScript 4 (1996)</span>
 +      <span class="index-subitem">Final commercial version: .MDA image insertion and color support.</span>
 +    </div>
 +  </div>
 +
 +  <!-- 6. MALLARD BASIC AND JET-SAM SYSTEM -->
 +  <div class="pcw-section-box">
 +    <div class="pcw-section-title">Mallard BASIC & JetSAM</div>
 +    <div style="color: #aaffaa; line-height: 1.6; text-align: justify;">
 +      <p>Mallard BASIC was the professional development tool for the PCW. Its technical core, the <strong>JetSAM</strong> system, implemented a B*-Tree data structure that enabled indexed file management. This allowed accounting applications to search records by name or code instantaneously, a feature rarely found in home-oriented BASIC versions.</p>
 +    </div>
 +  </div>
 +
 +
 +  <!-- 7. KNOWN ADDRESSES -->
 +  <div class="pcw-section-box">
 +    <div class="pcw-section-title">Known Headquarters (Surrey, UK)</div>
 +    <div class="pcw-index-tree">
 +      <span class="index-item-main">Main Historical Headquarters (8-bit Era)</span>
 +      <span class="index-subitem">115 Kingston Road, Leatherhead, Surrey, KT22 7SU.</span>
 +      <span class="index-item-main">Development Headquarters (Turnpike/PC Era)</span>
 +      <span class="index-subitem">Dorking Business Park, Dorking, Surrey, RH4 1YL.</span>
 +      <span class="index-item-main">Registered Office / Liquidation</span>
 +      <span class="index-subitem">8 Salisbury Square, London, EC4Y 8BB.</span>
 +    </div>
 +  </div>
 +
 +<!-- 8. SUBSIDIARIES AND INTERNATIONAL IMPACT -->
 +  <div class="pcw-section-box">
 +    <div class="pcw-section-title">Subsidiaries & Localized Impact</div>
 +    <div class="pcw-index-tree">
 +      <span class="index-item-main">Locomotive & Indescomp (Spain)</span>
 +      <span class="index-subitem">Full localization of LocoScript into Spanish for the export market.</span>
 +      <span class="index-item-main">Schneider Joyce (Germany)</span>
 +      <span class="index-subitem">Adaptation of character sets and manuals for the German market.</span>
 +    </div>
 +  </div>
 +
 +      
 +  <!-- 9. LATER MILESTONES, CESSATION AND LEGACY -->
 +  <div class="pcw-section-box">
 +    <div class="pcw-section-title">Later Milestones, Cessation & Legacy</div>
 +    <div style="color: #aaffaa; line-height: 1.6; text-align: justify;">
 +      <p>In 1997, Locomotive Software sold its connectivity and Internet division (including the award-winning <strong>Turnpike</strong> suite) to <strong>Demon Internet</strong>. Following the sale of its primary assets, the company drastically reduced its operational activity until its formal dissolution on October 9, 2010.</p>
 +      
 +      <p>Its founders went on to follow distinguished paths: <strong>Richard Clayton</strong> later became a renowned expert in cybersecurity and cybercrime at the <strong>University of Cambridge</strong>. Locomotive's technical legacy remains today as the absolute standard for programming efficiency on the Z80 processor, having demonstrated that well-designed software could overcome the physical limitations of hardware.</p>
 +    </div>
 +  </div>
 +
 +</div>
 +</html>
  
en/companias/locomotive_software.1777527314.txt.gz · Última modificación: por jesus