source code of /projects/index.html

Last modified
Lines 160

Parent directory Download CGIread sitemap Main page

Quick links: contact content footer navigation title

  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3.     <head>
  4.         <meta charset="utf-8"/>
  5.         <meta name="viewport" content="width=device-width, initial-scale=1"/>
  6.         <link rel="stylesheet" href="https://oskog97.com/style.css" type="text/css"/>
  7.         <link rel="icon" type="image/png" href="/favicon.png"/>
  8.         <link rel="canonical" href="https://oskog97.com/projects/"/>
  9. <!-- End html5 macro. -->
  10. <!-- Included structured data -->
  11. <script type="application/ld+json">
  12. {
  13.     "@context":
  14.     {
  15.         "@vocab": "http://schema.org/"
  16.     },
  17.     "@type": "WebPage",
  18.     "url": "https://oskog97.com/projects/",
  19.     "author": {
  20.         "@type": "Person",
  21.         "@id": "https://oskog97.com/",
  22.         "name": "Oskar Skog",
  23.         "url": "https://oskog97.com/"
  24.     },
  25.     "publisher": {"@id": "https://oskog97.com/"},
  26.     "copyrightHolder": {"@id": "https://oskog97.com/"},
  27.     "license": "http://creativecommons.org/licenses/by/4.0/",
  28.     "DateModified": "2019-10-30"
  29. }
  30. </script>
  31. <!-- End of included structured data-->
  32.         <title>Projects</title>
  33.         <meta name="description" content="A list of all my larger software
  34. projects. Mainly for Linux/BSD/unix-like systems. Should work on Mac OS X."/>
  35.     </head>
  36.     <body>
  37.         
  38. <!-- BEGIN autogenerated navigation -->
  39. <nav><div id="navigation"><div id="nav_inner">
  40. <p><a href="#content" class="textonly">Skip navigation</a></p>
  41. <p class="row">
  42. <span class="textonly" translate="no">[</span><a class="head" href="/">Home</a><span class="textonly" translate="no">]</span>
  43. &gt;&gt;
  44. <span class="textonly" translate="no">]</span><span class="sub active">Projects</span><span class="textonly" translate="no">[</span>
  45. <span class="textonly" translate="no">[</span><a class="sub" href="/small-scripts/">Small scripts</a><span class="textonly" translate="no">]</span>
  46. <span class="textonly" translate="no">[</span><a class="sub" href="/thinkpad/">-&gt; My IBM thinkpad</a><span class="textonly" translate="no">]</span>
  47. </p>
  48. <p class="row">
  49. <span class="textonly" translate="no">]</span><span class="head active">Projects</span><span class="textonly" translate="no">[</span>
  50. &gt;&gt;
  51. <span class="textonly" translate="no">[</span><a class="sub" href="/projects/anonymine/">Anonymine</a><span class="textonly" translate="no">]</span>
  52. <span class="textonly" translate="no">[</span><a class="sub" href="/projects/light-sensor/">Analog light sensor</a><span class="textonly" translate="no">]</span>
  53. <span class="textonly" translate="no">[</span><a class="sub" href="/projects/PLLM-M702A/">Reverse-engineered schematics for PLLM-M702A</a><span class="textonly" translate="no">]</span>
  54. </p>
  55. <p class="row">
  56. <span class="textonly" translate="no">[</span><a class="sub" href="/sitemap.py">Sitemap</a><span class="textonly" translate="no">]</span>
  57. </p>
  58. <hr class="textonly"/>
  59. </div></div></nav>
  60. <!-- END autogenerated navigation -->
  61.         <main><div id="content">
  62.             <h1 id="title">Projects</h1>
  63.             <!-- Insert body here. NOTE: description and keywords -->
  64.             <h2>Platforms</h2>
  65.             <p>
  66.                 Most of my software will be written in Python, which itself
  67.                 is cross-platform.  My software is primarily for
  68.                 Linux/*BSD/unix, it shouldn't be too difficult to install on
  69.                 Mac OS X, if you are familiar with the terminal.
  70.             </p>
  71.             <p>
  72.                 On Windows, there are quite many things that may not work
  73.                 as easily.  Users familiar with the terminal on
  74.                 Mac OS X/Linux/unix could use
  75.                 <a href="http://cygwin.org/" rel="nofollow noopener"
  76.                 target="_blank">Cygwin</a>.
  77.                 <strong>
  78.                     Notice: Don't throw away the installer, you'll need it
  79.                     to install dependencies of whatever you might install
  80.                     in the future.
  81.                 </strong>
  82.             </p>
  83.             
  84.             <h2>List of larger software projects</h2>
  85.             <ul>
  86.                 <li><a href="/projects/anonymine/">
  87.                     Anonymine - curses mode minesweeper without guessing
  88.                 </a></li>
  89.                 <li><del><a href="/projects/skogpasswdman/">
  90.                     Skogpasswdman - it's a heap of crap
  91.                 </a></del></li>
  92.             </ul>
  93.             
  94.             <h2>List of testing platforms (mostly unix)</h2>
  95.             <ul>
  96.                 <li>Debian &amp; Raspbian</li>
  97.                 <li>OpenBSD</li>
  98.                 <li>Windows 10 (VM)</li>
  99.                 <li>Windows 7 (VM)</li>
  100.                 <li>Haiku (VM)</li>
  101.                 <li>FreeBSD (VM)</li>
  102.                 <li>Minix 3 (VM)</li>
  103.                 <li>NetBSD (VM)</li>
  104.                 <li>OpenIndiana (VM)</li>
  105.                 <li>Misc GNU/Linux distributions (VM)</li>
  106.             </ul>
  107.             <p>
  108.                 Tell me if you have any suggestions for a zero-cost OS that
  109.                 should run on a VirtualBox and should run POSIX
  110.                 software (native, emulation, compatibility layer, etc).
  111.             </p>
  112.             <p>
  113.                 You may also send me patches and such to improve portability
  114.                 (even for any system on the list), but I'd like to know what
  115.                 credits you want, and what you don't want.
  116.             </p>
  117.             
  118.         </div></main>
  119.         
  120. <!-- INCLUDED FOOTER -->
  121.     <hr class="textonly"/>
  122.     <p>
  123.         Copyright © Oskar Skog<br/>
  124.         Website content released under the <a
  125.         href="https://creativecommons.org/licenses/by/4.0/" rel="license noopener"
  126.         target="_blank">Creative Commons Attribution (CC-BY 4.0)</a> license
  127.         and my software usually under the <span class="a"><a target="_blank"
  128.         rel="noopener"
  129.         href="https://opensource.org/licenses/BSD-2-Clause">FreeBSD license
  130.         (2-clause)</a>.</span>
  131.         <br/>
  132.         Images may be from other sites, I should have cited useful sources
  133.         somewhere on the page.
  134.         <span class="notprint">Contact me if I haven't.</span>
  135.     </p>
  136.     <p id="contact" class="notprint">
  137.         You can contact me at: <a href="mailto:oskar@oskog97.com"
  138.         rel="noopener" target="_blank">oskar@oskog97.com</a>
  139.         <span class="a">(<a href="/pgp-pub/oskar.asc"
  140.                             >PGP public key</a>)</span>
  141.     </p>
  142.     <p> <a class="notprint" href="https://oskog97.com/read/?path=/style.css">
  143.             CSS Stylesheet
  144.         </a>
  145.         <a href="https://validator.w3.org/check/referrer" rel="nofollow noopener"
  146.             target="_blank" class="notprint"><span
  147.             class="img">Valid HTML5</span
  148.         ></a><br/>
  149.     </p>
  150. </div></footer>
  151. <!-- END OF INCLUDED FOOTER -->
  152.     </body>
  153. </html>