Create gh-pages branch via GitHub

This commit is contained in:
Luke Rogers 2013-12-10 18:22:39 -08:00
parent ad64e61639
commit 86ae2f2c00
3 changed files with 45 additions and 30 deletions

View File

@ -1,34 +1,34 @@
<!doctype html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>CloudBot by ClouDev</title>
<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" />
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>CloudBot by ClouDev</title>
</head>
<body>
<div class="wrapper">
<header>
<header>
<div class="inner">
<h1>CloudBot</h1>
<p>The easy to use, open source Python IRC Bot!</p>
<h2>The easy to use, open source Python IRC Bot!</h2>
<a href="https://github.com/ClouDev/CloudBot" class="button"><small>View project on</small>GitHub</a>
</div>
</header>
<p class="view"><a href="https://github.com/ClouDev/CloudBot">View the Project on GitHub <small>ClouDev/CloudBot</small></a></p>
<ul>
<li><a href="https://github.com/ClouDev/CloudBot/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/ClouDev/CloudBot/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/ClouDev/CloudBot">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h1>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h1>
<a name="cloudbot" class="anchor" href="#cloudbot"><span class="octicon octicon-link"></span></a>CloudBot</h1>
<h2>
@ -56,6 +56,9 @@
<pre><code>[sudo] pip install -r requirements.txt
</code></pre>
<p>If you use <code>pip</code>, you will also need the following packages on linux or <code>pip</code> will fail to install the requirements.
<code>python, python-dev, libenchant-dev, libenchant1c2a, libxslt-dev, libxml2-dev.</code></p>
<h4>
<a name="how-to-install-pip" class="anchor" href="#how-to-install-pip"><span class="octicon octicon-link"></span></a>How to install <code>pip</code>
</h4>
@ -137,13 +140,25 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with CloudBot. If not, see &lt;http://www.gnu.org/licenses/&gt;.
</code></pre>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/ClouDev">ClouDev</a></p>
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</section>
<aside id="sidebar">
<a href="https://github.com/ClouDev/CloudBot/zipball/master" class="button">
<small>Download</small>
.zip file
</a>
<a href="https://github.com/ClouDev/CloudBot/tarball/master" class="button">
<small>Download</small>
.tar.gz file
</a>
<p class="repo-owner"><a href="https://github.com/ClouDev/CloudBot"></a> is maintained by <a href="https://github.com/ClouDev">ClouDev</a>.</p>
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>
</div>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>

View File

@ -1 +1 @@
{"name":"CloudBot","tagline":"The easy to use, open source Python IRC Bot!","body":"# CloudBot\r\n\r\n## About\r\n\r\nCloudBot is a Python IRC bot based on [Skybot](http://git.io/skybot) by [rmmh](http://git.io/rmmh).\r\n\r\n## Getting and using CloudBot\r\n\r\n### Download\r\n\r\nGet CloudBot at [https://github.com/ClouDev/CloudBot/zipball/develop](https://github.com/ClouDev/CloudBot/zipball/develop \"Get CloudBot from Github!\").\r\n\r\nUnzip the resulting file, and continue to read this document.\r\n\r\n### Install\r\n\r\nBefore you can run the bot, you need to install a few Python dependencies. LXML is required while Enchant and PyDNS are needed for several plugins.\r\n\r\n\r\nThese can be installed with `pip` (The Python package manager):\r\n\r\n [sudo] pip install -r requirements.txt\r\n\r\n#### How to install `pip`\r\n\r\n curl -O http://python-distribute.org/distribute_setup.py # or download with your browser on windows\r\n python distribute_setup.py\r\n easy_install pip\r\n \r\nIf you are unable to use pip, there are Windows installers for LXML available for [64 bit](https://pypi.python.org/packages/2.7/l/lxml/lxml-2.3.win-amd64-py2.7.exe) and [32 bit](https://pypi.python.org/packages/2.7/l/lxml/lxml-2.3.win32-py2.7.exe) versions of Python.\r\n\r\n### Run\r\n\r\nBefore you run the bot, rename `config.default` to `config` and edit it with your preferred settings.\r\n\r\nOnce you have installed the required dependencies and renamed the config file, you can run the bot! Make sure you are in the correct folder and run the following command:\r\n\r\n`python bot.py`\r\n\r\nOn Windows you can usually just double-click `bot.py` to start the bot, as long as you have Python installed correctly.\r\n\r\n## Getting help with CloudBot\r\n\r\n### Documentation\r\n\r\nTo configure your CloudBot, visit the [Config Wiki Page](http://git.io/cloudbotircconfig).\r\n\r\nTo write your own plugins, visit the [Plugin Wiki Page](http://git.io/cloudbotircplugins).\r\n\r\nMore at the [Wiki Main Page](http://git.io/cloudbotircwiki).\r\n\r\n(some of the information on the wiki is outdated and needs to be rewritten)\r\n\r\n### Support\r\n\r\nThe developers reside in [#CloudBot](irc://irc.esper.net/cloudbot) on [EsperNet](http://esper.net) and would be glad to help you.\r\n\r\nIf you think you have found a bug/have a idea/suggestion, please **open a issue** here on Github.\r\n\r\n### Requirements\r\n\r\nCloudBot runs on **Python** *2.7.x*. It is currently developed on **Windows** *8* with **Python** *2.7.5*.\r\n\r\nIt **requires the Python module** lXML.\r\nThe module `Enchant` is needed for the spellcheck plugin.\r\nThe module `PyDNS` is needed for SRV record lookup in the mcping plugin.\r\n\r\n**Windows** users: Windows compatibility some plugins is **broken** (such as ping), but we do intend to add it. Eventually.\r\n\r\n## Example CloudBots\r\n\r\nYou can find a number of example bots in [#CloudBot](irc://irc.esper.net/cloudbot \"Connect via IRC to #CloudBot on irc.esper.net\").\r\n\r\n## License\r\n\r\nCloudBot is **licensed** under the **GPL v3** license. The terms are as follows.\r\n\r\n CloudBot\r\n\r\n Copyright © 2011-2013 Luke Rogers\r\n\r\n CloudBot is free software: you can redistribute it and/or modify\r\n it under the terms of the GNU General Public License as published by\r\n the Free Software Foundation, either version 3 of the License, or\r\n (at your option) any later version.\r\n\r\n CloudBot is distributed in the hope that it will be useful,\r\n but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r\n GNU General Public License for more details.\r\n\r\n You should have received a copy of the GNU General Public License\r\n along with CloudBot. If not, see <http://www.gnu.org/licenses/>.\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
{"name":"CloudBot","tagline":"The easy to use, open source Python IRC Bot!","body":"# CloudBot\r\n\r\n## About\r\n\r\nCloudBot is a Python IRC bot based on [Skybot](http://git.io/skybot) by [rmmh](http://git.io/rmmh).\r\n\r\n## Getting and using CloudBot\r\n\r\n### Download\r\n\r\nGet CloudBot at [https://github.com/ClouDev/CloudBot/zipball/develop](https://github.com/ClouDev/CloudBot/zipball/develop \"Get CloudBot from Github!\").\r\n\r\nUnzip the resulting file, and continue to read this document.\r\n\r\n### Install\r\n\r\nBefore you can run the bot, you need to install a few Python dependencies. LXML is required while Enchant and PyDNS are needed for several plugins.\r\n\r\n\r\nThese can be installed with `pip` (The Python package manager):\r\n\r\n [sudo] pip install -r requirements.txt\r\n \r\nIf you use `pip`, you will also need the following packages on linux or `pip` will fail to install the requirements.\r\n ```python, python-dev, libenchant-dev, libenchant1c2a, libxslt-dev, libxml2-dev.```\r\n\r\n#### How to install `pip`\r\n\r\n curl -O http://python-distribute.org/distribute_setup.py # or download with your browser on windows\r\n python distribute_setup.py\r\n easy_install pip\r\n \r\nIf you are unable to use pip, there are Windows installers for LXML available for [64 bit](https://pypi.python.org/packages/2.7/l/lxml/lxml-2.3.win-amd64-py2.7.exe) and [32 bit](https://pypi.python.org/packages/2.7/l/lxml/lxml-2.3.win32-py2.7.exe) versions of Python.\r\n\r\n### Run\r\n\r\nBefore you run the bot, rename `config.default` to `config` and edit it with your preferred settings.\r\n\r\nOnce you have installed the required dependencies and renamed the config file, you can run the bot! Make sure you are in the correct folder and run the following command:\r\n\r\n`python bot.py`\r\n\r\nOn Windows you can usually just double-click `bot.py` to start the bot, as long as you have Python installed correctly.\r\n\r\n## Getting help with CloudBot\r\n\r\n### Documentation\r\n\r\nTo configure your CloudBot, visit the [Config Wiki Page](http://git.io/cloudbotircconfig).\r\n\r\nTo write your own plugins, visit the [Plugin Wiki Page](http://git.io/cloudbotircplugins).\r\n\r\nMore at the [Wiki Main Page](http://git.io/cloudbotircwiki).\r\n\r\n(some of the information on the wiki is outdated and needs to be rewritten)\r\n\r\n### Support\r\n\r\nThe developers reside in [#CloudBot](irc://irc.esper.net/cloudbot) on [EsperNet](http://esper.net) and would be glad to help you.\r\n\r\nIf you think you have found a bug/have a idea/suggestion, please **open a issue** here on Github.\r\n\r\n### Requirements\r\n\r\nCloudBot runs on **Python** *2.7.x*. It is currently developed on **Windows** *8* with **Python** *2.7.5*.\r\n\r\nIt **requires the Python module** lXML.\r\nThe module `Enchant` is needed for the spellcheck plugin.\r\nThe module `PyDNS` is needed for SRV record lookup in the mcping plugin.\r\n\r\n**Windows** users: Windows compatibility some plugins is **broken** (such as ping), but we do intend to add it. Eventually.\r\n\r\n## Example CloudBots\r\n\r\nYou can find a number of example bots in [#CloudBot](irc://irc.esper.net/cloudbot \"Connect via IRC to #CloudBot on irc.esper.net\").\r\n\r\n## License\r\n\r\nCloudBot is **licensed** under the **GPL v3** license. The terms are as follows.\r\n\r\n CloudBot\r\n\r\n Copyright © 2011-2013 Luke Rogers\r\n\r\n CloudBot is free software: you can redistribute it and/or modify\r\n it under the terms of the GNU General Public License as published by\r\n the Free Software Foundation, either version 3 of the License, or\r\n (at your option) any later version.\r\n\r\n CloudBot is distributed in the hope that it will be useful,\r\n but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r\n GNU General Public License for more details.\r\n\r\n You should have received a copy of the GNU General Public License\r\n along with CloudBot. If not, see <http://www.gnu.org/licenses/>.\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}

View File

@ -325,12 +325,12 @@ blockquote {
padding: 0 0 0 30px;
}
ul li {
ul {
list-style: disc inside;
padding-left: 20px;
}
ol li {
ol {
list-style: decimal inside;
padding-left: 3px;
}