mirror of
https://github.com/vale981/spectrwm
synced 2025-03-06 02:01:42 -05:00
Add some html files to start doco.
This commit is contained in:
parent
683a0c71ea
commit
6e276af8ab
3 changed files with 126 additions and 0 deletions
59
license.html
Normal file
59
license.html
Normal file
|
@ -0,0 +1,59 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>/usr/src/usr.bin/epitome/license.html</title>
|
||||
<meta name="Generator" content="Vim/7.1">
|
||||
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
|
||||
</head>
|
||||
<body bgcolor="#000000" text="#ffffff"><font face="monospace">
|
||||
/*<br>
|
||||
* Copyright (c) 2009 Marco Peereboom <marco@peereboom.us><br>
|
||||
* Copyright (c) 2009 Ryan McBride <mcbride@countersiege.com><br>
|
||||
*<br>
|
||||
* Permission to use, copy, modify, and distribute this software for any<br>
|
||||
* purpose with or without fee is hereby granted, provided that the above<br>
|
||||
* copyright notice and this permission notice appear in all copies.<br>
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES<br>
|
||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF<br>
|
||||
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR<br>
|
||||
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES<br>
|
||||
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN<br>
|
||||
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF<br>
|
||||
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.<br>
|
||||
*/<br>
|
||||
/*<br>
|
||||
* Much code and ideas taken from dwm under the following license:<br>
|
||||
* MIT/X Consortium License<br>
|
||||
* <br>
|
||||
* 2006-2008 Anselm R Garbe <garbeam at gmail dot com><br>
|
||||
* 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com><br>
|
||||
* 2006-2007 Jukka Salmi <jukka at salmi dot ch><br>
|
||||
* 2007 Premysl Hruby <dfenze at gmail dot com><br>
|
||||
* 2007 Szabolcs Nagy <nszabolcs at gmail dot com><br>
|
||||
* 2007 Christof Musik <christof at sendfax dot de><br>
|
||||
* 2007-2008 Enno Gottox Boland <gottox at s01 dot de><br>
|
||||
* 2007-2008 Peter Hartlich <sgkkr at hartlich dot com><br>
|
||||
* 2008 Martin Hurton <martin dot hurton at gmail dot com><br>
|
||||
* <br>
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a<br>
|
||||
* copy of this software and associated documentation files (the "Software"),<br>
|
||||
* to deal in the Software without restriction, including without limitation<br>
|
||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,<br>
|
||||
* and/or sell copies of the Software, and to permit persons to whom the<br>
|
||||
* Software is furnished to do so, subject to the following conditions:<br>
|
||||
* <br>
|
||||
* The above copyright notice and this permission notice shall be included in<br>
|
||||
* all copies or substantial portions of the Software.<br>
|
||||
* <br>
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR<br>
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,<br>
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL<br>
|
||||
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER<br>
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING<br>
|
||||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER<br>
|
||||
* DEALINGS IN THE SOFTWARE.<br>
|
||||
*/<br>
|
||||
</font></body>
|
||||
</html>
|
12
man.html
Normal file
12
man.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>/var/www/peereboom.us/scrotwm/scotwm.html</title>
|
||||
<meta name="Generator" content="Vim/7.1">
|
||||
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
|
||||
</head>
|
||||
Not yet.
|
||||
<body bgcolor="#000000" text="#ffffff"><font face="monospace">
|
||||
</html>
|
||||
|
55
scrotwm.html
Normal file
55
scrotwm.html
Normal file
|
@ -0,0 +1,55 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>/var/www/peereboom.us/scrotwm/scotwm.html</title>
|
||||
<meta name="Generator" content="Vim/7.1">
|
||||
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
|
||||
</head>
|
||||
Welcome to Scrotwm's website.<p>
|
||||
<small>
|
||||
Scrotwm is a small dynamic tiling window manager for X11.
|
||||
It tries to stay out of the way so that valuable screen real estate can
|
||||
be used for much more important stuff.
|
||||
It has sane defaults and does not require one to learn a language to do
|
||||
any configuration.
|
||||
<p>
|
||||
It was largely inspired by
|
||||
<a href="http://xmonad.org/">xmonad</a>
|
||||
and
|
||||
<a href="http://www.suckless.org/dwm/">dwm</a>
|
||||
.
|
||||
Both are fine products but suffer from things like:
|
||||
crazy-unportable-language-syndrome, silly defaults, asymmetrical window
|
||||
layout, "how hard can it be?" and good old NIH.
|
||||
Nevertheless dwm was a phenomenal resource and many good ideas and code
|
||||
were borrowed from it.
|
||||
On the other hand xmonad has great defaults, key bindings and xinerama
|
||||
support but is crippled by not being written in C.
|
||||
<p>
|
||||
<p>
|
||||
It was written by Marco Peereboom & Ryan Thomas McBride on
|
||||
<a href="http://www.openbsd.org">OpenBSD</a>
|
||||
and it is release under the ISC
|
||||
<a href="license.html">license</a>.<br>
|
||||
<p>
|
||||
</small>
|
||||
<body bgcolor="#000000" text="#ffffff"><font face="monospace">
|
||||
To-do:<br>
|
||||
- click to focus<br>
|
||||
- multi monitor mode<br>
|
||||
</font></body>
|
||||
<p>
|
||||
<small>
|
||||
Please read the
|
||||
<a href="man.html">man pages</a>
|
||||
for a detailed explanation.
|
||||
<p>
|
||||
You can download the source via anoncvs at:<br>
|
||||
CVSROOT=anoncvs@code.freedaemon.com:/scrotwm<br>
|
||||
<p>
|
||||
Eventually there will be a link here to subscribe to CVS changes.
|
||||
<p>
|
||||
Copyright (c) 2008 Marco Peereboom <marco@peereboom.us> & Ryan
|
||||
Thomas McBride <mcbride@countersiege.com><br>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue