Peter Simons
886a0d4041
GenerateManpage: greatly simplify the code
...
We can take advantage of modern Pandoc features to move information like the
release date, the man page section, etc. into the markdown source rather than
having to insert that data during the rendering process. The only thing that
remains to be figured out by this tool is the set of known key bindings.
2018-08-20 11:35:31 +02:00
Michiel Derhaeg
586ee75a9a
fix manpage generation
2018-07-30 11:53:58 +02:00
Peter Jones
ba2d75b930
Build the man page for 0.13
2017-02-10 15:46:45 -07:00
Peter Jones
30b4ff5e40
Update development references (darcs, code.google.com, etc.)
...
* All references to darcs have been updated to git
* Most Google Code references have been changed to GitHub
* References to specific issues at code.google.com have been left
alone
* Updated the GenerateManpage.hs to work with the latest version of
pandoc
2015-12-11 11:17:26 -07:00
Adam Vogt
73ee008cf6
generate man/xmonad.1 man/xmonad.1.html with a more recent pandoc (1.13)
2014-12-22 00:40:33 +00:00
Adam Vogt
d60791e3f5
minor formatting of manpage
2014-05-11 17:17:35 +00:00
Daniel Wagner
ec1a20c727
depend on data-default, and deprecate the monomorphic name defaultConfig
2013-05-28 00:35:31 +00:00
Daniel Wagner
8f039ec434
use "modm" instead of "modMask" in the sample config
2013-01-06 17:44:14 +00:00
Daniel Wagner
057fcc5162
define the "help" string in the sample configuration bundled with xmonad
2013-01-06 17:42:54 +00:00
Adam Vogt
d904fb1cc4
Update generated manpage (and releaseDate in util/GenerateManpage.hs)
2012-12-31 16:34:03 +00:00
Adam Vogt
4120be8ba0
Copy help binding from XMonad.Config to man/xmonad.hs
2012-12-31 16:33:05 +00:00
Adam Vogt
4c1536cd18
Add clickJustFocuses option to template configuration.
2012-12-31 10:44:20 +00:00
Adam Vogt
3ab2b28711
HCAR.tex convert line endings.
2012-11-18 19:40:06 +00:00
gwern0
934ff6a562
HCAR.tex: update to Janis's master version per his instructions
2012-11-18 01:03:10 +00:00
Adam Vogt
f8b07d8956
Add generated manpage and html manpage to the repo.
...
The intention of adding these files to the data-files
is so that they get included in the upload to hackage:
people might like manpage but not have to install pandoc.
It's not really clear that this is the best solution.
2012-11-08 23:11:39 +00:00
Adam Vogt
490719c035
resolve HCar.tex conflict
2012-11-08 22:35:14 +00:00
gwern0
3cd001e8df
HCAR.tex: update with Janis's master version
2012-10-03 19:04:25 +00:00
gwern0
b0dda7b351
HCAR.tex: update per Janis
2012-05-16 21:13:52 +00:00
gwern0
d8495adf0d
HCAR.tex: update per Janis
2012-05-13 21:15:22 +00:00
Adam Vogt
e70b489936
Drop PlainConfig from HCAR.tex: it doesn't exist in contrib.
...
The code for that moved out to a separate project:
http://braincrater.wordpress.com/2008/08/28/announcing-xmonad-light/
2011-12-11 00:44:05 +00:00
gwern0
450c3a34fe
HCAR: update module count, date, versions, maintainer
2011-12-04 02:59:31 +00:00
Adam Vogt
32f416a3c2
Minor updates to supporting files (for 0.10 release).
2011-11-18 23:13:24 +00:00
gwern0
92acd1eb74
HCAR.tex: update per Janis's final version
2011-05-22 18:37:55 +00:00
gwern0
db9f39d6af
HCAR.text: mention 2 features added since last HCAR
...
Prompted by Janis's usual request for updated HCARs
2011-04-11 16:45:19 +00:00
gwern0
387a253f62
HCAR.tex: apply Janis Voigtlaender's HCAR changes
2010-11-09 20:50:22 +00:00
gwern0
673c3e9ed9
HCAR.tex: update from May
...
- there were no significant changes to xmonad-core
- description of 2 new modules not mentioned in HCAR
2010-10-12 01:09:15 +00:00
gwern0
ad4136df26
HCAr.tex: update with additions and versions
2010-05-02 20:13:21 +00:00
gwern0
defe0c282e
+original HCAR entry
2010-05-02 20:02:52 +00:00
Spencer Janssen
f3b07eb5dc
Make the --replace docs consistent
2010-02-13 00:26:47 +00:00
Adam Vogt
4372c256ed
Add --replace flag with documentation (issue 99).
2009-12-20 18:35:29 +00:00
Spencer Janssen
d5d8d551e6
Determine numlockMask automatically, fixes #120
2009-12-16 01:21:40 +00:00
Brent Yorgey
262db2367f
man/xmonad.hs: remove reference to deprecated 'dynamicLogDzen' function
2009-11-26 05:39:08 +00:00
Spencer Janssen
eddb445307
A few tweaks to --verbose-version
2009-12-08 04:07:29 +00:00
Adam Vogt
37dc284460
Use pandoc to convert a markdown manpage tranlation to html and man.
2009-10-28 03:06:39 +00:00
Adam Vogt
b4bf8de874
Grab the xmonad.cabal version for putting into the manpage
2009-10-24 20:09:20 +00:00
Adam Vogt
17c89e327e
Correct formatting in manpage
2009-10-24 20:07:48 +00:00
Adam Vogt
2dd6eeba7d
Note in manpage that 'exec xmonad' should be used
2009-09-01 04:05:38 +00:00
Adam Vogt
72997cf982
Manual page spelling: maximise -> maximize, utilising -> utilizing
2009-09-01 04:02:17 +00:00
Adam Vogt
7365d7bc11
Describe modular configuration in the manual page
2009-09-01 04:00:46 +00:00
wirtwolff
cde261ed56
man_xmonad.hs: import Data.Monoid for mempty, keybinding edits
...
Bring mempty into scope. Add commented ToggleStruts binding.
Replace shadowed modMask in keybindings with modm instead.
2009-03-20 02:46:24 +00:00
Spencer Janssen
7385793c65
Avoid deadly cycle in man/xmonad.hs
2009-03-19 08:19:18 +00:00
wirtwolff
72885e7e24
X.Config.hs, ./man/xmonad.hs: update Event Hook doc
2009-02-09 18:38:37 +00:00
Spencer Janssen
6e1c5e9b49
Asynchronously recompile/restart xmonad on mod-q
2009-01-17 03:53:00 +00:00
Spencer Janssen
bf8ba79090
Add --restart, a command line flag to cause a running xmonad process to restart
2009-01-17 03:49:59 +00:00
Devin Mullins
77657b65f9
add'l documentation
2008-09-27 23:46:39 +00:00
Devin Mullins
74c6dd2721
add W.shiftMaster, fix float/tile-reordering bug
2008-09-11 05:39:09 +00:00
Spencer Janssen
4890116e49
Remove gaps from the example config
2008-03-29 23:29:59 +00:00
Spencer Janssen
4c69a85b3f
--recompile now forces recompilation of xmonad.hs
2008-03-24 21:24:53 +00:00
Brent Yorgey
9d9acba45f
Add a startupHook.
...
The only thing I am not sure about here is at what exact point the
startupHook should get run. I picked a place that seems to make sense:
as late as possible, right before entering the main loop. That way all
the layouts/workspaces/other state are set up and the startupHook can
manipulate them.
2008-02-04 19:24:45 +00:00
gwern0
cea3492d28
update LOC claim in man page
2008-02-15 21:14:20 +00:00