Skip to content

Commit 6fca04f

Browse files
committed
Import existing wiki content
A few /web/ links are still left that go to archive.org for user pages which don't have a good place to live on the website.
1 parent c5d5047 commit 6fca04f

File tree

268 files changed

+22599
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

268 files changed

+22599
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
_site
2+
.sass-cache
3+
.jekyll-cache
4+
.jekyll-metadata
5+
vendor
6+
Gemfile.lock

Gemfile

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
source "https://rubygems.org"
2+
# Hello! This is where you manage which Jekyll version is used to run.
3+
# When you want to use a different version, change it below, save the
4+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
5+
#
6+
# bundle exec jekyll serve
7+
#
8+
# This will help ensure the proper Jekyll version is running.
9+
# Happy Jekylling!
10+
#gem "jekyll", "~> 4.3.3"
11+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
12+
gem "minima", "~> 2.5"
13+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
14+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
15+
gem "github-pages", "~> 231", group: :jekyll_plugins
16+
# If you have any plugins, put them here!
17+
group :jekyll_plugins do
18+
gem "jekyll-feed", "~> 0.12"
19+
end
20+
21+
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
22+
# and associated library.
23+
platforms :mingw, :x64_mingw, :mswin, :jruby do
24+
gem "tzinfo", ">= 1", "< 3"
25+
gem "tzinfo-data"
26+
end
27+
28+
# Performance-booster for watching directories on Windows
29+
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
30+
31+
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
32+
# do not have a Java counterpart.
33+
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
34+
35+
gem "webrick", "~> 1.8.1"

_config.yml

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Welcome to Jekyll!
2+
#
3+
# This config file is meant for settings that affect your whole blog, values
4+
# which you are expected to set up once and rarely edit after that. If you find
5+
# yourself editing this file very often, consider using Jekyll's data files
6+
# feature for the data you need to update frequently.
7+
#
8+
# For technical reasons, this file is *NOT* reloaded automatically when you use
9+
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10+
#
11+
# If you need help with YAML syntax, here are some quick references for you:
12+
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
13+
# https://learnxinyminutes.com/docs/yaml/
14+
#
15+
# Site settings
16+
# These are used to personalize your new site. If you look in the HTML files,
17+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
18+
# You can create any custom variable you would like, and they will be accessible
19+
# in the templates via {{ site.myvariable }}.
20+
21+
title: Openbox
22+
email: danakj@orodu.net
23+
description: >- # this means to ignore newlines until "baseurl:"
24+
Openbox window manager.
25+
baseurl: /openboxwm.github.io
26+
github_username: openboxwm
27+
domain: openboxwm.github.io
28+
url: https://openboxwm.github.io
29+
30+
# Build settings
31+
theme: minima
32+
plugins:
33+
- jekyll-feed
34+
35+
# Exclude from processing.
36+
# The following items will not be processed, by default.
37+
# Any item listed under the `exclude:` key here will be automatically added to
38+
# the internal "default list".
39+
#
40+
# Excluded items can be processed by explicitly listing the directories or
41+
# their entries' file path in the `include:` list.
42+
#
43+
# exclude:
44+
# - .sass-cache/
45+
# - .jekyll-cache/
46+
# - gemfiles/
47+
# - Gemfile
48+
# - Gemfile.lock
49+
# - node_modules/
50+
# - vendor/bundle/
51+
# - vendor/cache/
52+
# - vendor/gems/
53+
# - vendor/ruby/

_includes/column_one.html

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
<div id="column-one">
2+
<div class="portlet" id="p-logo">
3+
<a style="background-image: url({{site.baseurl}}/assets/images/ob3-logo.png);" href="{{site.baseurl}}/" array></a>
4+
</div>
5+
<script type="text/javascript"> if (window.isMSIE55) fixalpha(); </script>
6+
<div class="portlet" id="p-navigation">
7+
<h5>navigation</h5>
8+
<div class="pBody">
9+
<ul>
10+
<li id="n-mainpage"><a href="{{site.baseurl}}/" array>Main Page</a></li>
11+
<li id="n-download"><a href="{{site.baseurl}}/download" array>Download</a></li>
12+
<li id="n-news"><a href="{{site.baseurl}}/news" array>News</a></li>
13+
<li id="n-contribute"><a href="{{site.baseurl}}/contribute" array>Contribute</a></li>
14+
<li id="n-obconf"><a href="{{site.baseurl}}/obconf" array>ObConf</a></li>
15+
</ul>
16+
</div>
17+
</div>
18+
<div class="portlet" id="p-support">
19+
<h5>support</h5>
20+
<div class="pBody">
21+
<ul>
22+
<li id="n-help"><a href="{{site.baseurl}}/help/Contents" array>Documentation</a></li>
23+
<li id="n-faq"><a href="{{site.baseurl}}/help/FAQ" array>FAQ</a></li>
24+
<li id="n-gettingstarted"><a href="{{site.baseurl}}/help/Getting_started" array>Getting started</a></li>
25+
<li id="n-installing"><a href="{{site.baseurl}}/help/Installing" array>Installing guide</a></li>
26+
<li id="n-bugs"><a href="{{site.baseurl}}/contribute#Bug_reports" array>Bug reports</a></li>
27+
</ul>
28+
</div>
29+
</div>
30+
<div class="portlet" id="p-community">
31+
<h5>community</h5>
32+
<div class="pBody">
33+
<ul>
34+
<li id="n-portal"><a href="{{site.baseurl}}/community_portal" array>Community portal</a></li>
35+
<li id="n-themes"><a href="{{site.baseurl}}/themes" array>Themes</a></li>
36+
<!--
37+
<li id="n-screenshots"><a href="/web/20240430020920/http://openbox.org/wiki/Openbox:Screenshots" array>Screen shots</a></li>
38+
-->
39+
<li id="n-pipemenus"><a href="{{site.baseurl}}/pipemenus" array>Pipe menus</a></li>
40+
</ul>
41+
</div>
42+
</div>
43+
<div id="p-credits" class="portlet">
44+
<h5>Credits</h5>
45+
<div class="pBody">
46+
<ul>
47+
<li id="credits"><a href="{{site.baseurl}}/credits" title="Openbox:Credits">Credits</a></li>
48+
</ul>
49+
</div>
50+
</div>
51+
<!--
52+
<div id="p-search" class="portlet">
53+
<h5><label for="searchInput">Search</label></h5>
54+
<div id="searchBody" class="pBody">
55+
<form action="/web/20240430020920/http://openbox.org/wiki/Special:Search" id="searchform"><div>
56+
<input id="searchInput" name="search" type="text" array value=""/>
57+
<input type="submit" name="go" class="searchButton" id="searchGoButton" value="Go"/>&nbsp;
58+
<input type="submit" name="fulltext" class="searchButton" id="mw-searchButton" value="Search"/>
59+
</div></form>
60+
</div>
61+
</div>
62+
-->
63+
</div> <!-- id=column-one -->

_includes/footer.html

Whitespace-only changes.

_includes/head.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<title>Openbox</title>
2+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
3+
<link rel="shortcut icon" href="favicon.ico"/>
4+
<style type="text/css" media="screen,projection">/*<![CDATA[*/ @import "{{site.baseurl}}/assets/css/main.css"; /*]]>*/</style>
5+
<link rel="stylesheet" type="text/css" media="print" href="{{site.baseurl}}/assets/css/commonPrint.css"/>

_layouts/default.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>{{ page.title }} - Openbox</title>
6+
{% include head.html %}
7+
</head>
8+
<body>
9+
<div id="globalWrapper">
10+
<div id="column-content"><div id="content">
11+
{{ content }}
12+
<div class="visualClear"></div>
13+
</div></div>
14+
{% include column_one.html %}
15+
{% include footer.html %}
16+
</div>
17+
</body>
18+
</html>

0 commit comments

Comments
 (0)