From f6118c932e110a05ee1dece30cd03be6d054f743 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Fri, 11 May 2018 10:34:55 -0400 Subject: [PATCH] Port Docs to Jekyll --- chap6.php | 42 ----- chap7.php | 39 ----- FAQ.php => docs/FAQ.html | 128 ++++---------- chap1.php => docs/chap1.html | 20 +-- chap2.php => docs/chap2.html | 28 +-- chap3.php => docs/chap3.html | 30 +--- chap4.php => docs/chap4.html | 30 +--- chap5.php => docs/chap5.html | 29 +--- docs/chap6.html | 22 +++ docs/chap7.html | 18 ++ {guide => docs/guide}/images/anatomy.gif | Bin {guide => docs/guide}/images/dockapppanel.gif | Bin {guide => docs/guide}/images/focus.gif | Bin {guide => docs/guide}/images/menu.gif | Bin {guide => docs/guide}/images/mini.gif | Bin {guide => docs/guide}/images/resizebar.gif | Bin {guide => docs/guide}/images/shade.gif | Bin {guide => docs/guide}/images/texdgrad.gif | Bin {guide => docs/guide}/images/texhgrad.gif | Bin {guide => docs/guide}/images/texsolid.gif | Bin {guide => docs/guide}/images/texvgrad.gif | Bin {guide => docs/guide}/images/title.gif | Bin {guide => docs/guide}/images/title2.gif | Bin {guide => docs/guide}/images/wiaadvanced.gif | Bin {guide => docs/guide}/images/wiaappspec.gif | Bin {guide => docs/guide}/images/wiaattrib.gif | Bin {guide => docs/guide}/images/wiaiandiw.gif | Bin {guide => docs/guide}/images/wiaspec.gif | Bin {guide => docs/guide}/images/wsmenu.gif | Bin {guide => docs/guide}/images/wsmenued.gif | Bin docs/guide_toc.html | 140 +++++++++++++++ {guidedtour => docs/guidedtour}/back.html | 19 +-- {guidedtour => docs/guidedtour}/clip.html | 17 +- {guidedtour => docs/guidedtour}/dock.html | 17 +- .../guidedtour}/images/GNUstep.jpg | Bin .../guidedtour}/images/LogoGNUstep.png | Bin .../guidedtour}/images/apm.jpg | Bin .../guidedtour}/images/apm.png | Bin .../guidedtour}/images/appearancemenu.png | Bin .../guidedtour}/images/clip.png | Bin .../guidedtour}/images/clipm.jpg | Bin .../guidedtour}/images/dde.png | Bin .../guidedtour}/images/den.png | Bin .../guidedtour}/images/des.png | Bin .../guidedtour}/images/dfr.png | Bin .../guidedtour}/images/dockm.jpg | Bin .../guidedtour}/images/dockm.png | Bin .../guidedtour}/images/docks.jpg | Bin .../guidedtour}/images/gnustep_64.png | Bin .../guidedtour}/images/gnusteplogo.png | Bin .../guidedtour}/images/gnusteplogo2.png | Bin .../guidedtour}/images/greyedouticon.png | Bin .../guidedtour}/images/header.png | Bin .../guidedtour}/images/iconwithelipsis.png | Bin .../guidedtour}/images/panda.png | Bin .../guidedtour}/images/panda2.png | Bin .../guidedtour}/images/panda3.png | Bin .../guidedtour}/images/prefs1.png | Bin .../guidedtour}/images/prefs10.png | Bin .../guidedtour}/images/prefs11.png | Bin .../guidedtour}/images/prefs12.png | Bin .../guidedtour}/images/prefs13.png | Bin .../guidedtour}/images/prefs14.png | Bin .../guidedtour}/images/prefs2.png | Bin .../guidedtour}/images/prefs3.png | Bin .../guidedtour}/images/prefs4.png | Bin .../guidedtour}/images/prefs5.png | Bin .../guidedtour}/images/prefs6.png | Bin .../guidedtour}/images/prefs7.png | Bin .../guidedtour}/images/prefs8.png | Bin .../guidedtour}/images/prefs9.png | Bin .../guidedtour}/images/shadew.jpg | Bin .../guidedtour}/images/wadvopt.jpg | Bin .../guidedtour}/images/wapspec.jpg | Bin .../guidedtour}/images/watt.jpg | Bin .../guidedtour}/images/wicon.jpg | Bin .../guidedtour}/images/wksm.jpg | Bin .../guidedtour}/images/wksm.png | Bin {guidedtour => docs/guidedtour}/images/wl.jpg | Bin .../guidedtour}/images/wlm.jpg | Bin .../guidedtour}/images/wlm.png | Bin .../guidedtour}/images/wmakercomponents.png | Bin .../guidedtour}/images/wmakerconf.png | Bin .../guidedtour}/images/wprefs.jpg | Bin .../guidedtour}/images/wspec.jpg | Bin {guidedtour => docs/guidedtour}/index.html | 19 +-- {guidedtour => docs/guidedtour}/menu.html | 19 +-- {guidedtour => docs/guidedtour}/misc.html | 13 +- {guidedtour => docs/guidedtour}/news.html | 18 +- {guidedtour => docs/guidedtour}/prefs.html | 17 +- {guidedtour => docs/guidedtour}/title.css | 0 {guidedtour => docs/guidedtour}/win.html | 21 +-- docs/index.html | 12 +- installation.php => docs/installation.html | 29 +--- wings.php => docs/wings.html | 21 +-- wmaker_i18n.php => docs/wmaker_i18n.html | 47 +---- .../wmaker_install.html | 47 +---- guide_toc.php | 161 ------------------ 98 files changed, 289 insertions(+), 714 deletions(-) delete mode 100644 chap6.php delete mode 100644 chap7.php rename FAQ.php => docs/FAQ.html (97%) rename chap1.php => docs/chap1.html (86%) rename chap2.php => docs/chap2.html (98%) rename chap3.php => docs/chap3.html (96%) rename chap4.php => docs/chap4.html (99%) rename chap5.php => docs/chap5.html (61%) create mode 100644 docs/chap6.html create mode 100644 docs/chap7.html rename {guide => docs/guide}/images/anatomy.gif (100%) rename {guide => docs/guide}/images/dockapppanel.gif (100%) rename {guide => docs/guide}/images/focus.gif (100%) rename {guide => docs/guide}/images/menu.gif (100%) rename {guide => docs/guide}/images/mini.gif (100%) rename {guide => docs/guide}/images/resizebar.gif (100%) rename {guide => docs/guide}/images/shade.gif (100%) rename {guide => docs/guide}/images/texdgrad.gif (100%) rename {guide => docs/guide}/images/texhgrad.gif (100%) rename {guide => docs/guide}/images/texsolid.gif (100%) rename {guide => docs/guide}/images/texvgrad.gif (100%) rename {guide => docs/guide}/images/title.gif (100%) rename {guide => docs/guide}/images/title2.gif (100%) rename {guide => docs/guide}/images/wiaadvanced.gif (100%) rename {guide => docs/guide}/images/wiaappspec.gif (100%) rename {guide => docs/guide}/images/wiaattrib.gif (100%) rename {guide => docs/guide}/images/wiaiandiw.gif (100%) rename {guide => docs/guide}/images/wiaspec.gif (100%) rename {guide => docs/guide}/images/wsmenu.gif (100%) rename {guide => docs/guide}/images/wsmenued.gif (100%) create mode 100644 docs/guide_toc.html rename {guidedtour => docs/guidedtour}/back.html (94%) rename {guidedtour => docs/guidedtour}/clip.html (93%) rename {guidedtour => docs/guidedtour}/dock.html (95%) rename {guidedtour => docs/guidedtour}/images/GNUstep.jpg (100%) rename {guidedtour => docs/guidedtour}/images/LogoGNUstep.png (100%) rename {guidedtour => docs/guidedtour}/images/apm.jpg (100%) rename {guidedtour => docs/guidedtour}/images/apm.png (100%) rename {guidedtour => docs/guidedtour}/images/appearancemenu.png (100%) rename {guidedtour => docs/guidedtour}/images/clip.png (100%) rename {guidedtour => docs/guidedtour}/images/clipm.jpg (100%) rename {guidedtour => docs/guidedtour}/images/dde.png (100%) rename {guidedtour => docs/guidedtour}/images/den.png (100%) rename {guidedtour => docs/guidedtour}/images/des.png (100%) rename {guidedtour => docs/guidedtour}/images/dfr.png (100%) rename {guidedtour => docs/guidedtour}/images/dockm.jpg (100%) rename {guidedtour => docs/guidedtour}/images/dockm.png (100%) rename {guidedtour => docs/guidedtour}/images/docks.jpg (100%) rename {guidedtour => docs/guidedtour}/images/gnustep_64.png (100%) rename {guidedtour => docs/guidedtour}/images/gnusteplogo.png (100%) rename {guidedtour => docs/guidedtour}/images/gnusteplogo2.png (100%) rename {guidedtour => docs/guidedtour}/images/greyedouticon.png (100%) rename {guidedtour => docs/guidedtour}/images/header.png (100%) rename {guidedtour => docs/guidedtour}/images/iconwithelipsis.png (100%) rename {guidedtour => docs/guidedtour}/images/panda.png (100%) rename {guidedtour => docs/guidedtour}/images/panda2.png (100%) rename {guidedtour => docs/guidedtour}/images/panda3.png (100%) rename {guidedtour => docs/guidedtour}/images/prefs1.png (100%) rename {guidedtour => docs/guidedtour}/images/prefs10.png (100%) rename {guidedtour => docs/guidedtour}/images/prefs11.png (100%) rename {guidedtour => docs/guidedtour}/images/prefs12.png (100%) rename {guidedtour => docs/guidedtour}/images/prefs13.png (100%) rename {guidedtour => docs/guidedtour}/images/prefs14.png (100%) rename {guidedtour => docs/guidedtour}/images/prefs2.png (100%) rename {guidedtour => docs/guidedtour}/images/prefs3.png (100%) rename {guidedtour => docs/guidedtour}/images/prefs4.png (100%) rename {guidedtour => docs/guidedtour}/images/prefs5.png (100%) rename {guidedtour => docs/guidedtour}/images/prefs6.png (100%) rename {guidedtour => docs/guidedtour}/images/prefs7.png (100%) rename {guidedtour => docs/guidedtour}/images/prefs8.png (100%) rename {guidedtour => docs/guidedtour}/images/prefs9.png (100%) rename {guidedtour => docs/guidedtour}/images/shadew.jpg (100%) rename {guidedtour => docs/guidedtour}/images/wadvopt.jpg (100%) rename {guidedtour => docs/guidedtour}/images/wapspec.jpg (100%) rename {guidedtour => docs/guidedtour}/images/watt.jpg (100%) rename {guidedtour => docs/guidedtour}/images/wicon.jpg (100%) rename {guidedtour => docs/guidedtour}/images/wksm.jpg (100%) rename {guidedtour => docs/guidedtour}/images/wksm.png (100%) rename {guidedtour => docs/guidedtour}/images/wl.jpg (100%) rename {guidedtour => docs/guidedtour}/images/wlm.jpg (100%) rename {guidedtour => docs/guidedtour}/images/wlm.png (100%) rename {guidedtour => docs/guidedtour}/images/wmakercomponents.png (100%) rename {guidedtour => docs/guidedtour}/images/wmakerconf.png (100%) rename {guidedtour => docs/guidedtour}/images/wprefs.jpg (100%) rename {guidedtour => docs/guidedtour}/images/wspec.jpg (100%) rename {guidedtour => docs/guidedtour}/index.html (91%) rename {guidedtour => docs/guidedtour}/menu.html (94%) rename {guidedtour => docs/guidedtour}/misc.html (89%) rename {guidedtour => docs/guidedtour}/news.html (96%) rename {guidedtour => docs/guidedtour}/prefs.html (98%) rename {guidedtour => docs/guidedtour}/title.css (100%) rename {guidedtour => docs/guidedtour}/win.html (96%) rename installation.php => docs/installation.html (89%) rename wings.php => docs/wings.html (88%) rename wmaker_i18n.php => docs/wmaker_i18n.html (93%) rename wmaker_install.php => docs/wmaker_install.html (95%) delete mode 100644 guide_toc.php diff --git a/chap6.php b/chap6.php deleted file mode 100644 index 4be8a0a..0000000 --- a/chap6.php +++ /dev/null @@ -1,42 +0,0 @@ - - - - - User Guide: Glossary - - - - - - - - -
- - - - -
-
-
-
- -

Glossary

- -
    -
  • [drag] to click in an object with the mouse and move the mouse while holding the mouse button.
  • - -
  • [miniaturize] (iconify, minimize) to temporarily put a window aside, replacing the window with a miniature - representation of it.
  • - -
  • [Meta key] depending on the system and keyboard types, this can mean different keys. Under Linux, it is usually - the Alt or Alternate key.
  • -

-
-
-
- - - - - diff --git a/chap7.php b/chap7.php deleted file mode 100644 index be11261..0000000 --- a/chap7.php +++ /dev/null @@ -1,39 +0,0 @@ - - - - - User Guide: Credits - - - - - - - - -
- - - - -
-
-
-
- -

Chapter 7

- -

Credits


-
- The original TeX version of this document was written by Afredo K. Kojima.
-
- The HTML conversion was done primarily by Jeremy Crabtree, with assistance from Dan Olav Mikael Hultgren - Gudmundsson.
-
-
-
- - - - - diff --git a/FAQ.php b/docs/FAQ.html similarity index 97% rename from FAQ.php rename to docs/FAQ.html index cd670ad..43f09e5 100644 --- a/FAQ.php +++ b/docs/FAQ.html @@ -1,28 +1,10 @@ - - - - - Window Maker: Home - - - - - - - - -
- - - - -
+--- +layout: default +title: FAQ +---

- -

FAQ

Have questions about Window Maker? If so, look no further. Below is our collection of Frequently Asked Questions and @@ -31,29 +13,26 @@ Green. Questions are routinely taken and added in from the mailing lists and IRC forums.

    -
  1. Introduction to Window Maker
  2. +
  3. Introduction to Window Maker
  4. -
  5. Installing Window Maker
  6. +
  7. Installing Window Maker
  8. -
  9. Configuring Window Maker
  10. +
  11. Configuring Window Maker
  12. -
  13. Using Window Maker
  14. +
  15. Using Window Maker
  16. -
  17. Application Compatibility
  18. +
  19. Application Compatibility
  20. -
  21. Themes and Dockapps
  22. +
  23. Themes and Dockapps
  24. -
  25. Miscellaneous Questions
  26. +
  27. Miscellaneous Questions
  28. -
  29. Troubleshooting Tips
  30. +
  31. Troubleshooting Tips
  32. -
  33. Programming for Window Maker
  34. +
  35. Programming for Window Maker
- -

Chapter 1: Introduction to Window Maker

+ +

Chapter 1: Introduction to Window Maker

- - - - - - - diff --git a/chap1.php b/docs/chap1.html similarity index 86% rename from chap1.php rename to docs/chap1.html index c9460e2..7d27697 100644 --- a/chap1.php +++ b/docs/chap1.html @@ -1,19 +1,7 @@ - - - - - User Guide: Introduction - - - - - - - - - - - - -
+--- +layout: default +title: User Guide - Introduction +---

Introduction

This manual describes the usage and configuration of the WindowMaker window manager. It is intended for both users diff --git a/chap2.php b/docs/chap2.html similarity index 98% rename from chap2.php rename to docs/chap2.html index 32442ba..cc2ab2a 100644 --- a/chap2.php +++ b/docs/chap2.html @@ -1,19 +1,7 @@ - - - - - User Guide: Window - - - - - - - - - - -
+--- +layout: default +title: User Guide - Windows +---


@@ -850,11 +838,3 @@



-

- - - - - diff --git a/chap3.php b/docs/chap3.html similarity index 96% rename from chap3.php rename to docs/chap3.html index ca03d4b..aaadfe4 100644 --- a/chap3.php +++ b/docs/chap3.html @@ -1,21 +1,7 @@ - - - - - User Guide: The Workspace - - - - - - - - - -
- - - - -
+--- +layout: default +title: User Guide - Workspace +---


@@ -434,11 +420,3 @@


-
- - - - - diff --git a/chap4.php b/docs/chap4.html similarity index 99% rename from chap4.php rename to docs/chap4.html index 7939a0f..8affd57 100644 --- a/chap4.php +++ b/docs/chap4.html @@ -1,22 +1,8 @@ - - - +--- +layout: default +title: User Guide - Configuration +--- - User Guide: Configuration - - - - - - - - - - - - -
-
-
-

Chapter 4

@@ -1672,11 +1658,3 @@


-
- - - - - diff --git a/chap5.php b/docs/chap5.html similarity index 61% rename from chap5.php rename to docs/chap5.html index a2aca5c..8f47c2b 100644 --- a/chap5.php +++ b/docs/chap5.html @@ -1,20 +1,7 @@ - - - - - User Guide: Tips - - - - - - - - -
- - - - -
+--- +layout: default +title: User Guide - Tips +---


@@ -40,11 +27,3 @@


-
- - - - - diff --git a/docs/chap6.html b/docs/chap6.html new file mode 100644 index 0000000..3c01974 --- /dev/null +++ b/docs/chap6.html @@ -0,0 +1,22 @@ +--- +layout: default +title: User Guide - Glossary +--- + +
+
+
+ +

Glossary

+ +
    +
  • [drag] to click in an object with the mouse and move the mouse while holding the mouse button.
  • + +
  • [miniaturize] (iconify, minimize) to temporarily put a window aside, replacing the window with a miniature + representation of it.
  • + +
  • [Meta key] depending on the system and keyboard types, this can mean different keys. Under Linux, it is usually + the Alt or Alternate key.
  • +

+
+
diff --git a/docs/chap7.html b/docs/chap7.html new file mode 100644 index 0000000..5c27222 --- /dev/null +++ b/docs/chap7.html @@ -0,0 +1,18 @@ +--- +layout: default +title: User Guide - Credits +--- +
+
+
+ +

Chapter 7

+ +

Credits


+
+ The original TeX version of this document was written by Afredo K. Kojima.
+
+ The HTML conversion was done primarily by Jeremy Crabtree, with assistance from Dan Olav Mikael Hultgren + Gudmundsson.
+
+
diff --git a/guide/images/anatomy.gif b/docs/guide/images/anatomy.gif similarity index 100% rename from guide/images/anatomy.gif rename to docs/guide/images/anatomy.gif diff --git a/guide/images/dockapppanel.gif b/docs/guide/images/dockapppanel.gif similarity index 100% rename from guide/images/dockapppanel.gif rename to docs/guide/images/dockapppanel.gif diff --git a/guide/images/focus.gif b/docs/guide/images/focus.gif similarity index 100% rename from guide/images/focus.gif rename to docs/guide/images/focus.gif diff --git a/guide/images/menu.gif b/docs/guide/images/menu.gif similarity index 100% rename from guide/images/menu.gif rename to docs/guide/images/menu.gif diff --git a/guide/images/mini.gif b/docs/guide/images/mini.gif similarity index 100% rename from guide/images/mini.gif rename to docs/guide/images/mini.gif diff --git a/guide/images/resizebar.gif b/docs/guide/images/resizebar.gif similarity index 100% rename from guide/images/resizebar.gif rename to docs/guide/images/resizebar.gif diff --git a/guide/images/shade.gif b/docs/guide/images/shade.gif similarity index 100% rename from guide/images/shade.gif rename to docs/guide/images/shade.gif diff --git a/guide/images/texdgrad.gif b/docs/guide/images/texdgrad.gif similarity index 100% rename from guide/images/texdgrad.gif rename to docs/guide/images/texdgrad.gif diff --git a/guide/images/texhgrad.gif b/docs/guide/images/texhgrad.gif similarity index 100% rename from guide/images/texhgrad.gif rename to docs/guide/images/texhgrad.gif diff --git a/guide/images/texsolid.gif b/docs/guide/images/texsolid.gif similarity index 100% rename from guide/images/texsolid.gif rename to docs/guide/images/texsolid.gif diff --git a/guide/images/texvgrad.gif b/docs/guide/images/texvgrad.gif similarity index 100% rename from guide/images/texvgrad.gif rename to docs/guide/images/texvgrad.gif diff --git a/guide/images/title.gif b/docs/guide/images/title.gif similarity index 100% rename from guide/images/title.gif rename to docs/guide/images/title.gif diff --git a/guide/images/title2.gif b/docs/guide/images/title2.gif similarity index 100% rename from guide/images/title2.gif rename to docs/guide/images/title2.gif diff --git a/guide/images/wiaadvanced.gif b/docs/guide/images/wiaadvanced.gif similarity index 100% rename from guide/images/wiaadvanced.gif rename to docs/guide/images/wiaadvanced.gif diff --git a/guide/images/wiaappspec.gif b/docs/guide/images/wiaappspec.gif similarity index 100% rename from guide/images/wiaappspec.gif rename to docs/guide/images/wiaappspec.gif diff --git a/guide/images/wiaattrib.gif b/docs/guide/images/wiaattrib.gif similarity index 100% rename from guide/images/wiaattrib.gif rename to docs/guide/images/wiaattrib.gif diff --git a/guide/images/wiaiandiw.gif b/docs/guide/images/wiaiandiw.gif similarity index 100% rename from guide/images/wiaiandiw.gif rename to docs/guide/images/wiaiandiw.gif diff --git a/guide/images/wiaspec.gif b/docs/guide/images/wiaspec.gif similarity index 100% rename from guide/images/wiaspec.gif rename to docs/guide/images/wiaspec.gif diff --git a/guide/images/wsmenu.gif b/docs/guide/images/wsmenu.gif similarity index 100% rename from guide/images/wsmenu.gif rename to docs/guide/images/wsmenu.gif diff --git a/guide/images/wsmenued.gif b/docs/guide/images/wsmenued.gif similarity index 100% rename from guide/images/wsmenued.gif rename to docs/guide/images/wsmenued.gif diff --git a/docs/guide_toc.html b/docs/guide_toc.html new file mode 100644 index 0000000..955956c --- /dev/null +++ b/docs/guide_toc.html @@ -0,0 +1,140 @@ +--- +layout: default +title: User Guide +--- +
+
+ +

Chapter 1: Introduction

+ +
+ +

Chapter 2: Windows

+ +
+ +

Chapter 3: The Workspace

+ +
+ +

Chapter 4: Configuring WindowMaker

+ +
+
+ +

Chapter 5: Tips


+
+ +

Chapter 6: Glossary


+
+ +

Chapter 7: Credits


+
+
+
+
diff --git a/guidedtour/back.html b/docs/guidedtour/back.html similarity index 94% rename from guidedtour/back.html rename to docs/guidedtour/back.html index 8cb0a75..6dc0e49 100644 --- a/guidedtour/back.html +++ b/docs/guidedtour/back.html @@ -1,17 +1,8 @@ - - - Window Maker - Backgrounds +--- +layout: default +title: Guided Tour - Backgrounds and Themes +--- - - - - - - - - - -

Backgrounds and Themes

@@ -160,5 +151,3 @@ the theme name.

Back to index
- - diff --git a/guidedtour/clip.html b/docs/guidedtour/clip.html similarity index 93% rename from guidedtour/clip.html rename to docs/guidedtour/clip.html index 7bf5fc4..a3ee5ad 100644 --- a/guidedtour/clip.html +++ b/docs/guidedtour/clip.html @@ -1,15 +1,8 @@ - -Window Maker - Clip +--- +layout: default +title: Guided Tour - Clip +--- - - - - - - - - -

CLIP

@@ -153,5 +146,3 @@ the dock.

Back to index
- - diff --git a/guidedtour/dock.html b/docs/guidedtour/dock.html similarity index 95% rename from guidedtour/dock.html rename to docs/guidedtour/dock.html index f3e9051..7b08ec1 100644 --- a/guidedtour/dock.html +++ b/docs/guidedtour/dock.html @@ -1,15 +1,8 @@ - -Window Maker - Dock +--- +layout: default +title: Guided Tour - Dock +--- - - - - - - - - -

DOCK

@@ -185,5 +178,3 @@ settings panel will launch the Firefox browser.

Back to index
- - diff --git a/guidedtour/images/GNUstep.jpg b/docs/guidedtour/images/GNUstep.jpg similarity index 100% rename from guidedtour/images/GNUstep.jpg rename to docs/guidedtour/images/GNUstep.jpg diff --git a/guidedtour/images/LogoGNUstep.png b/docs/guidedtour/images/LogoGNUstep.png similarity index 100% rename from guidedtour/images/LogoGNUstep.png rename to docs/guidedtour/images/LogoGNUstep.png diff --git a/guidedtour/images/apm.jpg b/docs/guidedtour/images/apm.jpg similarity index 100% rename from guidedtour/images/apm.jpg rename to docs/guidedtour/images/apm.jpg diff --git a/guidedtour/images/apm.png b/docs/guidedtour/images/apm.png similarity index 100% rename from guidedtour/images/apm.png rename to docs/guidedtour/images/apm.png diff --git a/guidedtour/images/appearancemenu.png b/docs/guidedtour/images/appearancemenu.png similarity index 100% rename from guidedtour/images/appearancemenu.png rename to docs/guidedtour/images/appearancemenu.png diff --git a/guidedtour/images/clip.png b/docs/guidedtour/images/clip.png similarity index 100% rename from guidedtour/images/clip.png rename to docs/guidedtour/images/clip.png diff --git a/guidedtour/images/clipm.jpg b/docs/guidedtour/images/clipm.jpg similarity index 100% rename from guidedtour/images/clipm.jpg rename to docs/guidedtour/images/clipm.jpg diff --git a/guidedtour/images/dde.png b/docs/guidedtour/images/dde.png similarity index 100% rename from guidedtour/images/dde.png rename to docs/guidedtour/images/dde.png diff --git a/guidedtour/images/den.png b/docs/guidedtour/images/den.png similarity index 100% rename from guidedtour/images/den.png rename to docs/guidedtour/images/den.png diff --git a/guidedtour/images/des.png b/docs/guidedtour/images/des.png similarity index 100% rename from guidedtour/images/des.png rename to docs/guidedtour/images/des.png diff --git a/guidedtour/images/dfr.png b/docs/guidedtour/images/dfr.png similarity index 100% rename from guidedtour/images/dfr.png rename to docs/guidedtour/images/dfr.png diff --git a/guidedtour/images/dockm.jpg b/docs/guidedtour/images/dockm.jpg similarity index 100% rename from guidedtour/images/dockm.jpg rename to docs/guidedtour/images/dockm.jpg diff --git a/guidedtour/images/dockm.png b/docs/guidedtour/images/dockm.png similarity index 100% rename from guidedtour/images/dockm.png rename to docs/guidedtour/images/dockm.png diff --git a/guidedtour/images/docks.jpg b/docs/guidedtour/images/docks.jpg similarity index 100% rename from guidedtour/images/docks.jpg rename to docs/guidedtour/images/docks.jpg diff --git a/guidedtour/images/gnustep_64.png b/docs/guidedtour/images/gnustep_64.png similarity index 100% rename from guidedtour/images/gnustep_64.png rename to docs/guidedtour/images/gnustep_64.png diff --git a/guidedtour/images/gnusteplogo.png b/docs/guidedtour/images/gnusteplogo.png similarity index 100% rename from guidedtour/images/gnusteplogo.png rename to docs/guidedtour/images/gnusteplogo.png diff --git a/guidedtour/images/gnusteplogo2.png b/docs/guidedtour/images/gnusteplogo2.png similarity index 100% rename from guidedtour/images/gnusteplogo2.png rename to docs/guidedtour/images/gnusteplogo2.png diff --git a/guidedtour/images/greyedouticon.png b/docs/guidedtour/images/greyedouticon.png similarity index 100% rename from guidedtour/images/greyedouticon.png rename to docs/guidedtour/images/greyedouticon.png diff --git a/guidedtour/images/header.png b/docs/guidedtour/images/header.png similarity index 100% rename from guidedtour/images/header.png rename to docs/guidedtour/images/header.png diff --git a/guidedtour/images/iconwithelipsis.png b/docs/guidedtour/images/iconwithelipsis.png similarity index 100% rename from guidedtour/images/iconwithelipsis.png rename to docs/guidedtour/images/iconwithelipsis.png diff --git a/guidedtour/images/panda.png b/docs/guidedtour/images/panda.png similarity index 100% rename from guidedtour/images/panda.png rename to docs/guidedtour/images/panda.png diff --git a/guidedtour/images/panda2.png b/docs/guidedtour/images/panda2.png similarity index 100% rename from guidedtour/images/panda2.png rename to docs/guidedtour/images/panda2.png diff --git a/guidedtour/images/panda3.png b/docs/guidedtour/images/panda3.png similarity index 100% rename from guidedtour/images/panda3.png rename to docs/guidedtour/images/panda3.png diff --git a/guidedtour/images/prefs1.png b/docs/guidedtour/images/prefs1.png similarity index 100% rename from guidedtour/images/prefs1.png rename to docs/guidedtour/images/prefs1.png diff --git a/guidedtour/images/prefs10.png b/docs/guidedtour/images/prefs10.png similarity index 100% rename from guidedtour/images/prefs10.png rename to docs/guidedtour/images/prefs10.png diff --git a/guidedtour/images/prefs11.png b/docs/guidedtour/images/prefs11.png similarity index 100% rename from guidedtour/images/prefs11.png rename to docs/guidedtour/images/prefs11.png diff --git a/guidedtour/images/prefs12.png b/docs/guidedtour/images/prefs12.png similarity index 100% rename from guidedtour/images/prefs12.png rename to docs/guidedtour/images/prefs12.png diff --git a/guidedtour/images/prefs13.png b/docs/guidedtour/images/prefs13.png similarity index 100% rename from guidedtour/images/prefs13.png rename to docs/guidedtour/images/prefs13.png diff --git a/guidedtour/images/prefs14.png b/docs/guidedtour/images/prefs14.png similarity index 100% rename from guidedtour/images/prefs14.png rename to docs/guidedtour/images/prefs14.png diff --git a/guidedtour/images/prefs2.png b/docs/guidedtour/images/prefs2.png similarity index 100% rename from guidedtour/images/prefs2.png rename to docs/guidedtour/images/prefs2.png diff --git a/guidedtour/images/prefs3.png b/docs/guidedtour/images/prefs3.png similarity index 100% rename from guidedtour/images/prefs3.png rename to docs/guidedtour/images/prefs3.png diff --git a/guidedtour/images/prefs4.png b/docs/guidedtour/images/prefs4.png similarity index 100% rename from guidedtour/images/prefs4.png rename to docs/guidedtour/images/prefs4.png diff --git a/guidedtour/images/prefs5.png b/docs/guidedtour/images/prefs5.png similarity index 100% rename from guidedtour/images/prefs5.png rename to docs/guidedtour/images/prefs5.png diff --git a/guidedtour/images/prefs6.png b/docs/guidedtour/images/prefs6.png similarity index 100% rename from guidedtour/images/prefs6.png rename to docs/guidedtour/images/prefs6.png diff --git a/guidedtour/images/prefs7.png b/docs/guidedtour/images/prefs7.png similarity index 100% rename from guidedtour/images/prefs7.png rename to docs/guidedtour/images/prefs7.png diff --git a/guidedtour/images/prefs8.png b/docs/guidedtour/images/prefs8.png similarity index 100% rename from guidedtour/images/prefs8.png rename to docs/guidedtour/images/prefs8.png diff --git a/guidedtour/images/prefs9.png b/docs/guidedtour/images/prefs9.png similarity index 100% rename from guidedtour/images/prefs9.png rename to docs/guidedtour/images/prefs9.png diff --git a/guidedtour/images/shadew.jpg b/docs/guidedtour/images/shadew.jpg similarity index 100% rename from guidedtour/images/shadew.jpg rename to docs/guidedtour/images/shadew.jpg diff --git a/guidedtour/images/wadvopt.jpg b/docs/guidedtour/images/wadvopt.jpg similarity index 100% rename from guidedtour/images/wadvopt.jpg rename to docs/guidedtour/images/wadvopt.jpg diff --git a/guidedtour/images/wapspec.jpg b/docs/guidedtour/images/wapspec.jpg similarity index 100% rename from guidedtour/images/wapspec.jpg rename to docs/guidedtour/images/wapspec.jpg diff --git a/guidedtour/images/watt.jpg b/docs/guidedtour/images/watt.jpg similarity index 100% rename from guidedtour/images/watt.jpg rename to docs/guidedtour/images/watt.jpg diff --git a/guidedtour/images/wicon.jpg b/docs/guidedtour/images/wicon.jpg similarity index 100% rename from guidedtour/images/wicon.jpg rename to docs/guidedtour/images/wicon.jpg diff --git a/guidedtour/images/wksm.jpg b/docs/guidedtour/images/wksm.jpg similarity index 100% rename from guidedtour/images/wksm.jpg rename to docs/guidedtour/images/wksm.jpg diff --git a/guidedtour/images/wksm.png b/docs/guidedtour/images/wksm.png similarity index 100% rename from guidedtour/images/wksm.png rename to docs/guidedtour/images/wksm.png diff --git a/guidedtour/images/wl.jpg b/docs/guidedtour/images/wl.jpg similarity index 100% rename from guidedtour/images/wl.jpg rename to docs/guidedtour/images/wl.jpg diff --git a/guidedtour/images/wlm.jpg b/docs/guidedtour/images/wlm.jpg similarity index 100% rename from guidedtour/images/wlm.jpg rename to docs/guidedtour/images/wlm.jpg diff --git a/guidedtour/images/wlm.png b/docs/guidedtour/images/wlm.png similarity index 100% rename from guidedtour/images/wlm.png rename to docs/guidedtour/images/wlm.png diff --git a/guidedtour/images/wmakercomponents.png b/docs/guidedtour/images/wmakercomponents.png similarity index 100% rename from guidedtour/images/wmakercomponents.png rename to docs/guidedtour/images/wmakercomponents.png diff --git a/guidedtour/images/wmakerconf.png b/docs/guidedtour/images/wmakerconf.png similarity index 100% rename from guidedtour/images/wmakerconf.png rename to docs/guidedtour/images/wmakerconf.png diff --git a/guidedtour/images/wprefs.jpg b/docs/guidedtour/images/wprefs.jpg similarity index 100% rename from guidedtour/images/wprefs.jpg rename to docs/guidedtour/images/wprefs.jpg diff --git a/guidedtour/images/wspec.jpg b/docs/guidedtour/images/wspec.jpg similarity index 100% rename from guidedtour/images/wspec.jpg rename to docs/guidedtour/images/wspec.jpg diff --git a/guidedtour/index.html b/docs/guidedtour/index.html similarity index 91% rename from guidedtour/index.html rename to docs/guidedtour/index.html index 1eac4bf..a057489 100644 --- a/guidedtour/index.html +++ b/docs/guidedtour/index.html @@ -1,16 +1,7 @@ - - - - - - - - WindowMaker Guided tour - Index - - - - - +--- +layout: default +title: Guided Tour - Index +---

Window Maker

Guided Tour

@@ -125,5 +116,3 @@ Maker

- - diff --git a/guidedtour/menu.html b/docs/guidedtour/menu.html similarity index 94% rename from guidedtour/menu.html rename to docs/guidedtour/menu.html index a76378f..c9be02e 100644 --- a/guidedtour/menu.html +++ b/docs/guidedtour/menu.html @@ -1,16 +1,7 @@ - - - - - - - - WindowMaker Guided tour - Index - - - - - +--- +layout: default +title: Guided Tour - Menus +---

Menus
@@ -192,5 +183,3 @@ used if absolutely necessary.

Back to Index
- - diff --git a/guidedtour/misc.html b/docs/guidedtour/misc.html similarity index 89% rename from guidedtour/misc.html rename to docs/guidedtour/misc.html index 1b88d25..054bf27 100644 --- a/guidedtour/misc.html +++ b/docs/guidedtour/misc.html @@ -1,9 +1,8 @@ - - - Window Maker - Miscellaneous - - - +--- +layout: default +title: Guided Tour - Miscellaneous +--- +

Miscellaneous

@@ -87,5 +86,3 @@ of the area under the mouse pointer.

Back to index
- - diff --git a/guidedtour/news.html b/docs/guidedtour/news.html similarity index 96% rename from guidedtour/news.html rename to docs/guidedtour/news.html index fc2ea35..7a6eda4 100644 --- a/guidedtour/news.html +++ b/docs/guidedtour/news.html @@ -1,14 +1,8 @@ - -Window Maker - News +--- +layout: default +title: Guided Tour - News +--- - - - - - - - -

News

@@ -172,7 +166,3 @@ the addition of a debian folder with files summing around ~20k lines. The full d

Back to index
- - - - diff --git a/guidedtour/prefs.html b/docs/guidedtour/prefs.html similarity index 98% rename from guidedtour/prefs.html rename to docs/guidedtour/prefs.html index 67fc181..5030c8c 100644 --- a/guidedtour/prefs.html +++ b/docs/guidedtour/prefs.html @@ -1,14 +1,7 @@ - -Window Maker - Prefs - - - - - - - - - +--- +layout: default +title: Guided Tour - Prefs +---

Preferences

@@ -481,5 +474,3 @@ defaults file, it's very important to follow the syntax.
Back to Index
- - diff --git a/guidedtour/title.css b/docs/guidedtour/title.css similarity index 100% rename from guidedtour/title.css rename to docs/guidedtour/title.css diff --git a/guidedtour/win.html b/docs/guidedtour/win.html similarity index 96% rename from guidedtour/win.html rename to docs/guidedtour/win.html index b445100..5a839ff 100644 --- a/guidedtour/win.html +++ b/docs/guidedtour/win.html @@ -1,16 +1,7 @@ - - - - - - - - WindowMaker Guided tour - Index - - - - - +--- +layout: default +title: Guided Tour - Windows +---

Windows

@@ -372,6 +363,4 @@ Closes the window

Kill:
Kills the application. Usually, an application must be closed from inside (menu or other -means). This option is especially reserved for "emergency" cases.

- - + means). This option is especially reserved for "emergency" cases.

diff --git a/docs/index.html b/docs/index.html index 084b8e5..fc27de8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -21,16 +21,16 @@ title: Documentation sections below, which should make the experience of learning Window Maker a more pleasant one.

Very frequently asked question

diff --git a/installation.php b/docs/installation.html similarity index 89% rename from installation.php rename to docs/installation.html index b398405..c1c6a99 100644 --- a/installation.php +++ b/docs/installation.html @@ -1,20 +1,8 @@ - - - +--- +layout: default +title: Documentation +--- - Window Maker: Documentation - - - - - - - - -
- - - - -


@@ -113,12 +101,3 @@ for many more choices.




-
- - - - - - diff --git a/wings.php b/docs/wings.html similarity index 88% rename from wings.php rename to docs/wings.html index b22220c..da640ba 100644 --- a/wings.php +++ b/docs/wings.html @@ -1,20 +1,7 @@ - - - - - WINGs - - - - - - - - -
- - -
+--- +layout: default +title: WINGs +---

diff --git a/wmaker_i18n.php b/docs/wmaker_i18n.html similarity index 93% rename from wmaker_i18n.php rename to docs/wmaker_i18n.html index 361543c..f98cd9a 100644 --- a/wmaker_i18n.php +++ b/docs/wmaker_i18n.html @@ -1,41 +1,7 @@ - - - - - -Window Maker Internationalisation 1.0 - - - - - - - - - - - - - - - - - +--- +layout: default +title: Internationalisation +--- @@ -518,8 +484,3 @@ can run:
- - - - - diff --git a/wmaker_install.php b/docs/wmaker_install.html similarity index 95% rename from wmaker_install.php rename to docs/wmaker_install.html index 093adff..c4dd543 100644 --- a/wmaker_install.php +++ b/docs/wmaker_install.html @@ -1,41 +1,7 @@ - - - - - -Window Maker Compilation and Installation 1.0 - - - - - - - - - - - - - - - - - +--- +layout: default +title: Compilation and Installation +--- @@ -833,8 +799,3 @@ You should check the output of wmaker for an error, it may be visib


- - - - - diff --git a/guide_toc.php b/guide_toc.php deleted file mode 100644 index 9bc8f7b..0000000 --- a/guide_toc.php +++ /dev/null @@ -1,161 +0,0 @@ - - - - - Window Maker: News - - - - - - - - -
- - - - -
-
-
- -

Chapter 1: Introduction

- -
- -

Chapter 2: Windows

- -
- -

Chapter 3: The Workspace

- -
- -

Chapter 4: Configuring WindowMaker

- -
-
- -

Chapter 5: Tips


-
- -

Chapter 6: Glossary


-
- -

Chapter 7: Credits


-
-
-
-
-
- - - - -