-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace master branch with page content via GitHub
- Loading branch information
Showing
8 changed files
with
404 additions
and
442 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,60 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset='utf-8'> | ||
<meta http-equiv="X-UA-Compatible" content="chrome=1"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | ||
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'> | ||
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" /> | ||
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" /> | ||
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" /> | ||
|
||
<!--[if lt IE 9]> | ||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | ||
|
||
<title>BOSS by boss-developers</title> | ||
<meta charset='utf-8' /> | ||
<meta http-equiv="X-UA-Compatible" content="chrome=1" /> | ||
<meta name="description" content="BOSS : A load order optimisation tool for games using the Elder Scrolls Plugin/Master system." /> | ||
|
||
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css"> | ||
|
||
<title>BOSS</title> | ||
</head> | ||
|
||
<body> | ||
<header> | ||
<div class="inner"> | ||
<h1>BOSS</h1> | ||
<h2>A load order optimisation tool for games using the Elder Scrolls Plugin/Master system.</h2> | ||
<a href="https://github.com/boss-developers" class="button"><small>Follow me on</small>GitHub</a> | ||
</div> | ||
</header> | ||
|
||
<div id="content-wrapper"> | ||
<div class="inner clearfix"> | ||
<section id="main-content"> | ||
<h3> | ||
<a name="welcome" class="anchor" href="#welcome"><span class="octicon octicon-link"></span></a>Welcome!</h3> | ||
<!-- HEADER --> | ||
<div id="header_wrap" class="outer"> | ||
<header class="inner"> | ||
<a id="forkme_banner" href="https://github.com/boss-developers">View on GitHub</a> | ||
|
||
<h1 id="project_title">BOSS</h1> | ||
<h2 id="project_tagline">A load order optimisation tool for games using the Elder Scrolls Plugin/Master system.</h2> | ||
|
||
</header> | ||
</div> | ||
|
||
<!-- MAIN CONTENT --> | ||
<div id="main_content_wrap" class="outer"> | ||
<section id="main_content" class="inner"> | ||
<p>This site is for BOSS version 3 and later. Earlier versions of BOSS are hosted on <a href="https://code.google.com/p/better-oblivion-sorting-software/">Google Code</a>.</p> | ||
|
||
<p>Nothing to see here yet.</p> | ||
</section> | ||
<h3> | ||
<a name="about-boss" class="anchor" href="#about-boss"><span class="octicon octicon-link"></span></a>About BOSS</h3> | ||
|
||
<aside id="sidebar"> | ||
<p>BOSS is a plugin load order optimiser for TES IV: Oblivion, TES V: Skyrim, Fallout 3 and Fallout: New Vegas. It is designed to assist mod users in avoiding detrimental conflicts, by automatically calculating a load order that satisfies all plugin dependencies and maximises each plugin's impact on the user's game.</p> | ||
|
||
<p>BOSS also provides some load order error checking, including checks for requirements, incompatibilities and cyclic dependencies. In addition, it provides a large number of plugin-specific usage notes, bug wawrnings and Bash Tag suggestions.</p> | ||
|
||
<p>This page was generated by <a href="pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p> | ||
</aside> | ||
</div> | ||
<p>Although BOSS is able to calculate the correct load order positions for the vast majority of mods without any user input, some plugins are designed to load at certain positions in a load order, and BOSS may be unable to determine this from the plugins themselves. As such, BOSS provides a mechanism for supplying additional plugin metadata so that it may sort them correctly.</p> | ||
|
||
<p>BOSS is intended to make using mods easier, and mod users should still possess a working knowledge of mod load ordering.</p> | ||
|
||
<h3> | ||
<a name="downloads" class="anchor" href="#downloads"><span class="octicon octicon-link"></span></a>Downloads</h3> | ||
|
||
<p>BOSS version 3 is currently in alpha testing. The latest stable release can be found at BOSS's old <a href="https://code.google.com/p/better-oblivion-sorting-software/">Google Code site</a>.</p> | ||
</section> | ||
</div> | ||
|
||
|
||
<!-- FOOTER --> | ||
<div id="footer_wrap" class="outer"> | ||
<footer class="inner"> | ||
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p> | ||
</footer> | ||
</div> | ||
|
||
|
||
|
||
</body> | ||
</html> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"name":"BOSS","tagline":"A load order optimisation tool for games using the Elder Scrolls Plugin/Master system.","body":"### Welcome!\r\n\r\nNothing to see here yet.","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."} | ||
{"name":"BOSS","tagline":"A load order optimisation tool for games using the Elder Scrolls Plugin/Master system.","body":"This site is for BOSS version 3 and later. Earlier versions of BOSS are hosted on [Google Code](https://code.google.com/p/better-oblivion-sorting-software/).\r\n\r\n### About BOSS\r\n\r\nBOSS is a plugin load order optimiser for TES IV: Oblivion, TES V: Skyrim, Fallout 3 and Fallout: New Vegas. It is designed to assist mod users in avoiding detrimental conflicts, by automatically calculating a load order that satisfies all plugin dependencies and maximises each plugin's impact on the user's game.\r\n\r\nBOSS also provides some load order error checking, including checks for requirements, incompatibilities and cyclic dependencies. In addition, it provides a large number of plugin-specific usage notes, bug wawrnings and Bash Tag suggestions.\r\n\r\nAlthough BOSS is able to calculate the correct load order positions for the vast majority of mods without any user input, some plugins are designed to load at certain positions in a load order, and BOSS may be unable to determine this from the plugins themselves. As such, BOSS provides a mechanism for supplying additional plugin metadata so that it may sort them correctly.\r\n\r\nBOSS is intended to make using mods easier, and mod users should still possess a working knowledge of mod load ordering.\r\n\r\n### Downloads\r\n\r\nBOSS version 3 is currently in alpha testing. The latest stable release can be found at BOSS's old [Google Code site](https://code.google.com/p/better-oblivion-sorting-software/).","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.