Add web stuff etc
This commit is contained in:
parent
34548bbd21
commit
382c8ec129
104
www/index.html
Executable file
104
www/index.html
Executable file
@ -0,0 +1,104 @@
|
||||
<head>
|
||||
<link rel="shortcut icon" href="stat//icons/favicon.ico" />
|
||||
|
||||
|
||||
<title>onfire.org</title>
|
||||
<style type="text/css">
|
||||
body {font-family:"Comic Sans MS", cursive, sans-serif;
|
||||
color: black;
|
||||
}
|
||||
#footer {
|
||||
position:relative;
|
||||
bottom:-5em;
|
||||
text-align:right;
|
||||
margin-top: 10px;
|
||||
width: 100%;
|
||||
height: 2em;
|
||||
text-align: right;
|
||||
line-height: 2.0em;
|
||||
padding-right=5px;
|
||||
}
|
||||
|
||||
#all {
|
||||
position: relative;
|
||||
padding-left: 10px;
|
||||
padding-right: 38px;
|
||||
}
|
||||
|
||||
.blink {
|
||||
animation: blink 1s steps(5, start) infinite;
|
||||
-webkit-animation: blink 1s steps(5, start) infinite;
|
||||
}
|
||||
@keyframes blink {
|
||||
to {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
@-webkit-keyframes blink {
|
||||
to {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="white">
|
||||
<h1>xmem</h1>
|
||||
<tt>xmem</tt> is an X11 utility to display memory and swap usage. It was initially
|
||||
created by the K. Shane Hartman (MIT-LCS) and Stuart A. Malone (MIT-LCS); with
|
||||
features added by Jim Gettys (MIT-Athena), Bob Scheifler (MIT-LCS),
|
||||
Tony Della Fera (MIT-Athena), and Chris Peterson (MIT-LCS). I did the initial
|
||||
import from a Debian package and added support for OpenBSD and pledged the code.
|
||||
<br>
|
||||
I wasn't able to find any homepage, so I decided to host
|
||||
<a href="https://git.onfire.org/bch/cgi-bin/gitweb.cgi?p=unix/xmem;a=summary">code</a>
|
||||
and
|
||||
<a href="http://onfire.org/snapshots/xmem/xmem-1.26.tar.gz">snapshots</a> here.
|
||||
Current version is 1.26.
|
||||
If you are, or know the author, please let <a href="mailto:bch@online.de">me</a> know!
|
||||
<br>
|
||||
<h2>Sample: running xmem on my system: </h2>
|
||||
<table border=0>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="./xmem.png"><img src="./xmem_s.png" alt="xmem pic"></a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="./xmem_fvwmbar.png"><img src="./xmem_fvwmbar_s.png" alt="xmem pic"></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>Another xmem(1) user: <a href="https://xteddy.org/xmem.html">xteddy.org/xmem</a></p>
|
||||
<h2>xmem license</h2>
|
||||
<pre>
|
||||
Copyright (C) 1987 X Consortium
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a
|
||||
copy of this software and associated documentation files (the
|
||||
"Software"), to deal in the Software without restriction, including
|
||||
without limitation the rights to use, copy, modify, merge, publish,
|
||||
distribute, sublicense, and/or sell copies of the Software, and to
|
||||
permit persons to whom the Software is furnished to do so, subject to
|
||||
the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included
|
||||
in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||
IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
Except as contained in this notice, the name of the X Consortium shall
|
||||
not be used in advertising or otherwise to promote the sale, use or
|
||||
other dealings in this Software without prior written authorization from
|
||||
the X Consortium.
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
|
BIN
www/xmem.png
Executable file
BIN
www/xmem.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 950 KiB |
BIN
www/xmem_fvwmbar.png
Executable file
BIN
www/xmem_fvwmbar.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
www/xmem_fvwmbar_s.png
Executable file
BIN
www/xmem_fvwmbar_s.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
BIN
www/xmem_s.png
Executable file
BIN
www/xmem_s.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Loading…
x
Reference in New Issue
Block a user