MarginaliaSearch/code/processes/converting-process/test-resources/memex-marginalia/projects/memex.gmi
Viktor Lofgren 1d34224416 (refac) Remove src/main from all source code paths.
Look, this will make the git history look funny, but trimming unnecessary depth from the source tree is a very necessary sanity-preserving measure when dealing with a super-modularized codebase like this one.

While it makes the project configuration a bit less conventional, it will save you several clicks every time you jump between modules.  Which you'll do a lot, because it's *modul*ar.  The src/main/java convention makes a lot of sense for a non-modular project though.  This ain't that.
2024-02-23 16:13:40 +01:00

98 lines
3.2 KiB
Plaintext

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>MEMEX - Memex</title>
<link rel="stylesheet" href="/style-new.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body class="double" lang="en">
<header>
<nav>
<a href="http://www.marginalia.nu/">Marginalia</a>
<a href="http://search.marginalia.nu/">Search Engine</a>
<a href="http://encyclopedia.marginalia.nu/">Encyclopedia</a>
</nav>
</header>
<nav class="topbar">
<h1>Memex</h1>
<a href="/" class="path root"><img src="/ico/root.png" title="root"> marginalia</a>
<a href="/projects" class="path dir"><img src="/ico/dir.png" title="dir"> projects</a>
<a href="/projects/memex.gmi" class="path file"><img src="/ico/file.png" title="file"> memex.gmi</a>
</nav>
<article>
<section id="memex-node">
<h1 id="1">Memex</h1>
<br>
Memex is a hypertext engine, backed by gemtext and git. It's files all the way down. All files are readable as well as writable by both human and machine.<br>
<br>
You are looking at Memex now, either through HTTP or Gemini, or possibly over telnet. It has as many ways to access, as well as several uses.<br>
<br>
It's a personal information manager, a wiki, a weblog; all these things and none of them.<br>
<br>
The aim is to create something that retains the power of a simple file system abstraction, while also providing the strengths of interconnected hypertext while avoiding some of its problems, especially dead links.<br>
<br>
<dl class="link"><dt><a class="external" href="https://gemini.circumlunar.space/docs/gemtext.gmi">https://gemini.circumlunar.space/docs/gemtext.gmi</a></dt><dd>On Gemtext</dd></dl>
<br>
<h2 id="1.1">Name</h2>
<br>
It's named after Vannevar Bush's hypothetical invention in the 1945 essay "As we may think". <br>
<br>
<blockquote>
This is the essential feature of the memex. The process of tying two items together is the important part.</blockquote>
<br>
This is true for both his memex, and my memex.<br>
<br>
<a class="external" href="https://encyclopedia.marginalia.nu/wiki/Memex">https://encyclopedia.marginalia.nu/wiki/Memex</a><br>
</section>
<div id="sidebar">
<section class="tools">
<h1>memex.gmi</h1>
<a class="download" href="/api/raw?url=/projects/memex.gmi">Raw</a><br>
<a rel="nofollow" href="/api/update?url=/projects/memex.gmi" class="verb">Edit</a>
<a rel="nofollow" href="/api/rename?type=gmi&url=/projects/memex.gmi" class="verb">Rename</a>
<br/>
<div class="toc">
<a href="#1" class="heading-1">1 Memex</a>
<a href="#1.1" class="heading-2">1.1 Name</a>
</div>
</section>
<section id="memex-backlinks">
<h1 id="backlinks"> Backlinks </h1>
<dl>
<dt><a href="/log/71-memex-design.gmi">/log/71-memex-design.gmi</a></dt>
<dd>Memex Design [ 2023-01-13 ] - See Also</dd>
<dt><a href="/pics/raster-test">/pics/raster-test</a></dt>
<dd>Floyd-Steinberg dithering</dd>
<dt><a href="/projects/wmsa.gmi">/projects/wmsa.gmi</a></dt>
<dd>WMSA - Notable parts</dd>
</dl>
</section>
</div>
</article>
<footer>
Reach me at <a class="fancy-teknisk" href="mailto:kontakt@marginalia.nu">kontakt@marginalia.nu</a>.
<br />
</footer>
</body>