source code of /projects/index.html.src

Last modified
Lines 70

Parent directory Download CGIread sitemap Main page

Quick links: content

  1. __HTML5__
  2. __LDJSON__
  3.         __TITLE__
  4.         <meta name="description" content="A list of all my larger software
  5. projects. Mainly for Linux/BSD/unix-like systems. Should work on Mac OS X."/>
  6.     </head>
  7.     <body>
  8.         __NAVIGATION__
  9.         <main><div id="content">
  10.             __H1__
  11.             <!-- Insert body here. NOTE: description and keywords -->
  12.             <h2>Platforms</h2>
  13.             <p>
  14.                 Most of my software will be written in Python, which itself
  15.                 is cross-platform.  My software is primarily for
  16.                 Linux/*BSD/unix, it shouldn't be too difficult to install on
  17.                 Mac OS X, if you are familiar with the terminal.
  18.             </p>
  19.             <p>
  20.                 On Windows, there are quite many things that may not work
  21.                 as easily.  Users familiar with the terminal on
  22.                 Mac OS X/Linux/unix could use
  23.                 <a href="http://cygwin.org/" rel="nofollow noopener"
  24.                 target="_blank">Cygwin</a>.
  25.                 <strong>
  26.                     Notice: Don't throw away the installer, you'll need it
  27.                     to install dependencies of whatever you might install
  28.                     in the future.
  29.                 </strong>
  30.             </p>
  31.             
  32.             <h2>List of larger software projects</h2>
  33.             <ul>
  34.                 <li><a href="/projects/anonymine/">
  35.                     Anonymine - curses mode minesweeper without guessing
  36.                 </a></li>
  37.                 <li><del><a href="/projects/skogpasswdman/">
  38.                     Skogpasswdman - it's a heap of crap
  39.                 </a></del></li>
  40.             </ul>
  41.             
  42.             <h2>List of testing platforms (mostly unix)</h2>
  43.             <ul>
  44.                 <li>Debian &amp; Raspbian</li>
  45.                 <li>OpenBSD</li>
  46.                 <li>Windows 10 (VM)</li>
  47.                 <li>Windows 7 (VM)</li>
  48.                 <li>Haiku (VM)</li>
  49.                 <li>FreeBSD (VM)</li>
  50.                 <li>Minix 3 (VM)</li>
  51.                 <li>NetBSD (VM)</li>
  52.                 <li>OpenIndiana (VM)</li>
  53.                 <li>Misc GNU/Linux distributions (VM)</li>
  54.             </ul>
  55.             <p>
  56.                 Tell me if you have any suggestions for a zero-cost OS that
  57.                 should run on a VirtualBox and should run POSIX
  58.                 software (native, emulation, compatibility layer, etc).
  59.             </p>
  60.             <p>
  61.                 You may also send me patches and such to improve portability
  62.                 (even for any system on the list), but I'd like to know what
  63.                 credits you want, and what you don't want.
  64.             </p>
  65.             
  66.         </div></main>
  67.         __FOOTER__
  68.     </body>
  69. </html>