Skip to content

Commit

Permalink
Update old links.
Browse files Browse the repository at this point in the history
  + Change http:// to https:// where supported (almost everywhere).
  + Remove dead links. I didn't try to track down old fvwmforms PHPbb
    link locations.
  • Loading branch information
somiaj authored and ThomasAdam committed Jan 18, 2024
1 parent f580094 commit c8ddb7a
Show file tree
Hide file tree
Showing 18 changed files with 52 additions and 77 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# FvwmWeb (fvwm.org) at GitHub

This is the source to build the Fvwm website, <http://fvwm.org/>,
including the wiki located at <http://fvwm.org/Wiki/>.
This is the source to build the Fvwm website, <https://fvwm.org/>,
including the wiki located at <https://fvwm.org/Wiki/>.

The site is built from Markdown files with front matter using Jekyll:
<https://jekyllrb.com>.
Expand All @@ -20,6 +20,6 @@ request against this repo.

More information about the layout and contributing
to the fvwm.org website and wiki can be found at
<http://fvwm.org/Wiki/FvwmWeb/>.
<https://fvwm.org/Wiki/FvwmWeb/>.


2 changes: 1 addition & 1 deletion Wiki/Config/Fvwm2rc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ locations are still supported).
## Why use a config file?

This is best explained by [In the beginning was ...](
http://www.xteddy.org/fvwm/user_enumerate.html).
https://www.xteddy.org/fvwm/user_enumerate.html).

In short Fvwm has hundreds of options available. The most efficient way to configure
them and build a custom setup is to use a configuration file. Fvwm now comes with
Expand Down
4 changes: 2 additions & 2 deletions Wiki/Config/StyleTips/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type : config
weight : 850
description : |
Here is some tips for configuring different windows using Styles.
This is taken from <a href="http://linuxgazette.net/127/adam.html">
This is taken from <a href="https://linuxgazette.net/127/adam.html">
This article</a> by Thomas Adam.
---
Expand All @@ -15,7 +15,7 @@ description : |
# FVWM: How Styles are Applied

*This is a copy of the following article by Thomas Adam:
<http://linuxgazette.net/127/adam.html>*
<https://linuxgazette.net/127/adam.html>*

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion Wiki/Config/VectorButtons/fvwm-vector.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var cfg = {};
cfg.version = "0.11";
cfg.verbose = 2;
cfg.author = 'Alexander Gromnitsky &lt;alexander.gromnitsky.at.gmail.com&gt;';
cfg.licence = 'http://www.opensource.org/licenses/mit-license.php';
cfg.licence = 'https://www.opensource.org/licenses/mit-license.php';
cfg.zoom = 2;

/**
Expand Down
6 changes: 3 additions & 3 deletions Wiki/Decor/Crux/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Often when new Window Managers pop up, among the first things the users and
developers do, is to create a familiar look mimicing other Window Managers.
And such is the intention of this example.

[Sawfish](http://sawmill.sf.net) was once a popular Window Manager used by
earlier versions of [Gnome](http://www.gnome.org). It includes a theme called
[Sawfish](https://sawmill.sf.net) was once a popular Window Manager used by
earlier versions of [Gnome](https://www.gnome.org). It includes a theme called
**Crux**. This example shows how to mimic the Crux-look using the Fvwm
features to streamline the look, and to minimize the use of external
image-files. As often is the case, other Window Managers cannot be mimiced
Expand All @@ -37,7 +37,7 @@ Those would be these: ![image](crux-fvwm-ac.png) and

We'll begin by defining Colorsets using the knowledge from
ColorGradients. To find out which colors to use,
one can use [Gimp](http://www.gimp.org) info-window to find out the exact
one can use [Gimp](https://www.gimp.org) info-window to find out the exact
colors in hexadecimal format.

{% highlight fvwm %}
Expand Down
2 changes: 1 addition & 1 deletion Wiki/Decor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description : |
A Decor is a collection of configurations for the looks of the windows.
These pages are a collection of example decors that can be used in your
setup. Most of these decors were adopted from
[fvwm-themes](http://fvwm-themes.sourceforge.net) and are available here
[fvwm-themes](https://fvwm-themes.sourceforge.net) and are available here
as examples along with the images with any images needed.

These are only examples, for configuration descriptions see
Expand Down
4 changes: 2 additions & 2 deletions Wiki/FvwmWeb/Layout/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ Some site variables are configured in the
location to host the site.

For example to host the site
at `http://mydomain.com/my/path/`, set the following:
at `https://mydomain.com/my/path/`, set the following:

+ `baseurl: /my/path`
+ `wikiurl: /my/path/Wiki`
+ `url: http://mydomain.com`
+ `url: https://mydomain.com`

In addition you need to manually set `$baseurl` in
`_sass/_fvwmvars.scss` to match the baseurl above.
Expand Down
10 changes: 5 additions & 5 deletions Wiki/FvwmWeb/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Fvwm website development
* TOC
{:toc}

The Fvwm website (<http://fvwm.org/>) is hosted using
The Fvwm website (<https://fvwm.org/>) is hosted using
[GitHub pages](https://help.github.com/en/github/working-with-github-pages).
The website is a static site built form markdown files using
[Jekyll](https://jekyllrb.com/). This page explains the
Expand Down Expand Up @@ -70,7 +70,7 @@ a local copy of the site on localhost. Use the
link provided by Jekyll to view the local copy.

If you need to change the location of the site
to `http://mydomain.com/mypath`, you need to update
to `https://mydomain.com/mypath`, you need to update
the configuration variables `baseurl:` and `wikiurl:`
in the Jekyll configuration file `_confi.yml` and
update the SCSS variable `$baseurl:` in `_sass/_fvwmvars.scss`
Expand All @@ -85,8 +85,8 @@ before committing them.
All pages should be named by their full path and use an
[index file](https://en.wikipedia.org/wiki/Web_indexing),
such as `Path/To/Page/index.md`. This way all links are of
the form `http://fvwmorg/Path/To/Page/`. For example this page
(<http://fvwm.org/Wiki/FvwmWeb/>) is generated from the
the form `https://fvwmorg/Path/To/Page/`. For example this page
(<https://fvwm.org/Wiki/FvwmWeb/>) is generated from the
file `Wiki/FvwmWeb/index.md`.

All page names should use the Fvwm2 configuration syntax
Expand Down Expand Up @@ -181,7 +181,7 @@ portability of the site.
### Links

In order to ensure that the site can be built and used
in other locations, such as `http://mysite.com/fvwmorg/`,
in other locations, such as `https://mysite.com/fvwmorg/`,
all links need to be relative or need to prepend the liquid
variable {% raw %}`{{ site.wikiurl }}`{% endraw %}.
Examples of valid links are:
Expand Down
51 changes: 15 additions & 36 deletions Wiki/Irc/HashFvwmFAQ/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,38 +107,21 @@ Wombat was awol's bot before his unfortunate death; he helps in
administering the channel in delegating access rights, and spewing trivia.
He's often a great source of amusement.

He has his own homepage too. :) http://awol.no-ip.org/~wombat/

## Who is xteddy?

<http://www.itn.liu.se/~stegu/xteddy/xteddy_info.html>

xteddy is the channel plushy -- who looks after everyone, offering hugs. He
also provides drinks and snacks for everyone, and whizzes around the room
after having drunk too much espresso. He also keeps track of any
screenshots posted. Hug him, and find out. :)

He also has his own homepage: <http://www.starshine.org/xteddy/>

xteddy can also refer to the wiki's parent host: <http://www.xteddy.org>
which is the homepage of ThomasAdam.

## I'm new to FVWM -- any cool links?

* [FVWM main site](http://www.fvwm.org)
* [FVWM FAQ](http://fvwm.org/documentation/faq)
* [Intoduction to FvwmButtons](http://forums.gentoo.org/viewtopic.php?t=162177)
* [FVWM Session Management](http://linuxgazette.net/100/adam.html)
* [FVWM Forums](http://fvwmforums.org)
* [FVWM Themes](http://fvwm-themes.sf.net)
* [FVWM main site](https://www.fvwm.org)
* [FVWM FAQ](https://fvwm.org/Archive/Faq)
* [Intoduction to FvwmButtons](https://forums.gentoo.org/viewtopic.php?t=162177)
* [FVWM Session Management](https://linuxgazette.net/100/adam.html)
* [FVWM Forums](https://fvwmforums.org)

## FVWM can't feed the cat for me, what gives?

OK, so FVWM cannot do everything. You came here expecting it did? And now
you want the moon on a stick as well? Sorry, but that's not how things
work. I'm sure it _can_ [feed](http://www.fvwm.org/fvwm-cats/) the cat
for you, but you probably haven't explained things correctly (see
[:HashFvwmIrcFaq#10:Q10]). FVWM is a very subjective and almost personal
work. I'm sure it _can_ [feed](https://www.fvwm.org/Community/Cats/) the cat
for you, but you probably haven't explained things correctly.
FVWM is a very subjective and almost personal
window manager, that it's often the minutiae that people want to configure.
That's fine, and we're prepared to help you with that, but you have to show
some signs that you're at least trying to help yourself as well. You have
Expand Down Expand Up @@ -169,13 +152,13 @@ know the best way to ask your question. That's fine. If you have a
question which involves someone possibly having to look at some config --
upload it to the web somewhere. If you have a site yourself, all well and
good. If not, the next best solution is to use a
[pastebin](http://fvwm.pastey.net) and reference that in your question.
pastebin and reference that in your question.

Use of appropriate language is also important, and whilst I sympathise with
those who's native language is not English, using lazy English demonstrates
laziness on your part -- an assumption that would suggest you aren't
prepared to try to do anything suggested. That also means that the person
helping you is wasting his/her time (see: [:HashFvwmIrcFaq:Q8]).
helping you is wasting his/her time.

If none of this helps you, the canonical reference for all this is best
summed up in ESR's
Expand Down Expand Up @@ -210,7 +193,7 @@ the logs.

## Where's the GUI config tool for FVWM?

See this page: <http://xteddy.org/fvwm/user_enumerate.html>
See this page: <https://xteddy.org/fvwm/user_enumerate.html>

## Can I use JPGs as Wallpaper? -- or -- How do I set the wallpaper in FVWM?

Expand Down Expand Up @@ -264,9 +247,7 @@ and then set:

xteddy -wm -geometry $[offset]x654

But you can see that this is a lot of work. For more information see the following thread:

<http://fvwmforums.org/phpBB3/viewtopic.php?t=405>
But you can see that this is a lot of work.

## How do I change the colour of the GeometryWindow that appears when I move or resize a window?

Expand Down Expand Up @@ -338,11 +319,9 @@ SetEnv fvwm_home $[HOME]/.fvwm

Again, FVWM already has this environment variable set as $[FVWM\_USERDIR].

For more specific instances, please see: <http://fvwm.lair.be/viewtopic.php?f=40&t=1505>

## Argh, my style lines aren't being applied, or they're being applied randomly even though the window has loaded. What's going on?

See the following page: <http://linuxgazette.net/127/adam.html>
See the following page: <https://linuxgazette.net/127/adam.html>

## What's the difference between IconBox and FvwmIconBox? -or- How do I tell FVWM where to place my icons?

Expand Down Expand Up @@ -522,7 +501,7 @@ not to be allowed via the ``!Maximizable`` Style condition in FVWM 2.5.X)
however this command will just fail.

The following is also recommended reading:
<http://linuxgazette.net/127/adam1.html>
<https://linuxgazette.net/127/adam1.html>

## How do I turn off the rubber-band effect when I try to resize/move windows?

Expand Down Expand Up @@ -720,7 +699,7 @@ is heading up efforts to seriously revamp the FvwmWiki -- a task that has
attracted some attention. So it is worth looking there.

Code examples are usually somewhat trickier to come by. Indeed, the best
resource is the [Fvwm Forums](http://fvwmforums.org). If you're specific
resource is the [Fvwm Forums](https://fvwmforums.org). If you're specific
enough in using appropriate search items, you'll likely find it there. Then
of course, there is also the [[Cookbook]],
which details specific examples of how to apply a given task -- the overall
Expand Down
6 changes: 3 additions & 3 deletions Wiki/Modules/FvwmEvent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description : |
# FvwmEvent

*This page was originally written by Thomas Adam, and published in the
[Linux Gazete](http://linuxgazette.net/127/adam1.html){:target="_blank"},
[Linux Gazete](https://linuxgazette.net/127/adam1.html){:target="_blank"},
June 2006.*

**Note:** The example of maximizing when it is loaded via FvwmEvent can be
Expand All @@ -25,7 +25,7 @@ achieved with [InitialMapCommand](

Most window managers have some form of automation that allows the user to
'script' various aspects of its operation. Indeed, the '[kahakai](
http://kahakai.sourceforge.net/)' window manager has long since defined
https://kahakai.sourceforge.net/)' window manager has long since defined
Python as way of scripting its capabilities.

In FVWM, there are a few ways of scripting events. The use of FvwmPerl is
Expand Down Expand Up @@ -309,7 +309,7 @@ to select an appropriate operand window at the time the event is triggered.
in a 'withdrawn' state.

[^2]: Inter-client Communications Convention Manual
(<http://tronche.com/gui/x/icccm/>)
(<https://tronche.com/gui/x/icccm/>)

[^3]: In FVWM 2.4.X, one would have to use: `Style "name of window"
NoTitle, NoBorder, HandleWidth 0, BorderWidth 0`
18 changes: 7 additions & 11 deletions Wiki/NewToFvwm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,21 +61,19 @@ stuff until they have a setup that suits their needs.
Besides the default config there are some additional configurations
that can be used as a starting point:

+ [Janon's Simple Portable Configuration](http://ultharine.ninthgate.se/fvwm/)
-- A starting point for a minimal setup.
+ [FVWM Forums User Configs](
http://www.fvwmforums.org/phpBB3/viewforum.php?f=39) --
https://fvwmforums.org/c/fvwm-themes/27) --
Examples and screenshots of various users configs.
+ [Taviso's fvwm2rc](
http://fvwm.org/screenshots/2004-01-24_Tavis_Ormandy-desk-1152x864/fvwmrc)
https://fvwm.org/Archive/Screenshots/2004-01-24_Tavis_Ormandy-desk-1152x864/fvwmrc)
-- An older example used as a basis for many users.

In addition here are two more feature rich setups for FVWM that not
only provide a configuration file but additional scripts and tools
to function more as a desktop environment.

+ [FVWM Nightshade](http://fvwm-nightshade.github.io/Fvwm-Nightshade/)
+ [FVWM Crystal](http://fvwm-crystal.sourceforge.net/)
+ [FVWM Nightshade](https://fvwm-nightshade.github.io/Fvwm-Nightshade/)
+ [FVWM Crystal](https://fvwm-crystal.sourceforge.net/)

After choosing a default config, it's a case of customizing FVWM to suit
your needs, based on the starter config you've chosen.
Expand All @@ -92,7 +90,7 @@ To start with check out the [/Config](
information about the different parts of the configuration file.

If you are looking for an answer to a specific question maybe it is
covered in the [FVWM FAQ](http://fvwm.org/documentation/faq/) or the
covered in the [FVWM FAQ](https://fvwm.org/Archive/Faq/) or the
[/irc/HashFvwmFAQ]({{ "/Irc/HashFvwmFAQ" | prepend: site.wikiurl }}).

Looking for examples to achieve different effects, maybe you can find
Expand All @@ -104,9 +102,7 @@ or [/Tips]({{ "/Tips" | prepend: site.wikiurl }}) pages.
of different window looks and panels/docks.

You might,of course, still have a question to ask. You can ask on the
[Mailing Lists](http://fvwm.org/support/), as well as the [FVWM
Forums](http://fvwmforums.org/), or the [/Irc](
[Mailing Lists](https://www.fvwm.org/Community/#fvwm-mailing-lists),
as well as the [FVWM Forums](https://fvwmforums.org/), or the [/Irc](
{{ "/Irc" | prepend: site.wikiurl }}) Channel.



2 changes: 1 addition & 1 deletion Wiki/Panels/FvwmTaskBar/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Another feature of a taskbar is the systemtray. A systemtray is a place
some applications put an icon to interact with it. Fvwm does not have
a built in systemtray. If a system tray is needed one solution is to
use the stand-alone systemtray [stalonetray](
http://stalonetray.sourceforge.net/).
https://stalonetray.sourceforge.net/).

This tray can be swallowed inside of FvwmButtons and added to the taskbar.

Expand Down
4 changes: 2 additions & 2 deletions Wiki/Panels/SensorDock/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ DestroyModuleConfig FvwmPager:*

## Xosview Configuration

[Xosview](http://www.pogo.org.uk/~mark/xosview) is a program
[Xosview](https://www.pogo.org.uk/~mark/xosview) is a program
that can show various system stats in graphical bars. What I like
about xosivew is being able to turn off everything except the
graphical bar and when swallowed it becomes the size of the Button.
Expand Down Expand Up @@ -208,7 +208,7 @@ will also have to install and configure lm-sensors for this to work.

## stalonetray Configuration

The systemtray is [stalonetray](http://stalonetray.sourceforge.net/manpage.html)
The systemtray is [stalonetray](https://kolbusa.github.io/stalonetray/manpage.html)
and needs to be configured to work with FvwmButtons. This is the
$HOME/.stalonetrayrc file used for SensorDock

Expand Down
2 changes: 1 addition & 1 deletion Wiki/Tips/FvwmStartup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description : |
# How FVWM starts applications

*This is a direct transpose of a mailing list post by Thomas Adam, found
[here](http://www.mail-archive.com/fvwm@lists.math.uh.edu/msg16494.html).*
[here](https://www.mail-archive.com/fvwm@lists.math.uh.edu/msg16494.html).*

* TOC
{:toc #toc-full }
Expand Down
4 changes: 2 additions & 2 deletions Wiki/Tips/IconsOnDesktop/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Launcher XV xv.xpm xv "-g +0+100"
Also, GNOME and KDE have desktop icon applications gmc and kfm,
which enable this functionality. These applications may be run under FVWM.
Another solution is using the pinboard (desktop with icons) of
[ROX Filer](http://rox.sourceforge.net).
[ROX Filer](https://rox.sourceforge.net).

There is another solution which is very much easy to use:
[Idesk](http://idesk.sourceforge.net/) lucky.
[Idesk](https://idesk.sourceforge.net/) lucky.
2 changes: 1 addition & 1 deletion Wiki/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title : FvwmWiki
# Welcome to the FvwmWiki

This is the home of the __FvwmWiki__, a collection of user
pages, tips, etc., focusing on [Fvwm](http://www.fvwm.org).
pages, tips, etc., focusing on [Fvwm](https://www.fvwm.org).
Fvwm is a very flexible and configurable [window manager](
{{ "/WindowManager" | prepend: site.wikiurl }}).
Here are some [testimonials]({{ "/Testimonials" | prepend: site.wikiurl }})
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ environment using Fvwm, check out the following:
<div class="carousel-item">
<img src="{{ site.baseurl }}/img/fvwm-nightshade.jpg" class="d-block mx-auto" alt="Screen shot of Fvwm Nightshade.">
<div class="carousel-caption d-block small p-1">
<h4><a href="http://fvwm-nightshade.github.io/Fvwm-Nightshade/">Fvwm Nightshade</a></h4>
<h4><a href="https://fvwm-nightshade.github.io/Fvwm-Nightshade/">Fvwm Nightshade</a></h4>
<p>This project aims to be a lightweight but feature rich and good
looking configuration of Fvwm.</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion robots.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Robots.txt file from http://www.fvwm.org
# Robots.txt file from https://www.fvwm.org
#
# All robots will spider the domain

Expand Down

0 comments on commit c8ddb7a

Please sign in to comment.