mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-08-19 11:27:21 +02:00
Compare commits
No commits in common. "8f80bdcc795b055f3b6dcb9bf3c251ce5b10918e" and "a7e0a365d6c962f3a4042063801466c544ff5dbb" have entirely different histories.
8f80bdcc79
...
a7e0a365d6
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
@ -19,12 +19,3 @@ updates:
|
|||||||
github-actions:
|
github-actions:
|
||||||
patterns:
|
patterns:
|
||||||
- "*"
|
- "*"
|
||||||
|
|
||||||
- package-ecosystem: "npm"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "daily"
|
|
||||||
groups:
|
|
||||||
npm:
|
|
||||||
patterns:
|
|
||||||
- "*"
|
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,4 +28,3 @@ _site
|
|||||||
.sass-cache
|
.sass-cache
|
||||||
vendor/
|
vendor/
|
||||||
.bundle
|
.bundle
|
||||||
node_modules/
|
|
||||||
|
@ -17,7 +17,7 @@ ci:
|
|||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.6.0
|
rev: v4.5.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
args: ["--markdown-linebreak-ext", "md,markdown"]
|
args: ["--markdown-linebreak-ext", "md,markdown"]
|
||||||
@ -51,19 +51,19 @@ repos:
|
|||||||
args: [--update-only, --notitle]
|
args: [--update-only, --notitle]
|
||||||
|
|
||||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||||
rev: 0.28.4
|
rev: 0.28.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-dependabot
|
- id: check-dependabot
|
||||||
- id: check-github-workflows
|
- id: check-github-workflows
|
||||||
- id: check-gitlab-ci
|
- id: check-gitlab-ci
|
||||||
|
|
||||||
# - repo: https://github.com/fsfe/reuse-tool
|
- repo: https://github.com/fsfe/reuse-tool
|
||||||
# rev: v3.0.2
|
rev: v3.0.1
|
||||||
# hooks:
|
hooks:
|
||||||
# - id: reuse
|
- id: reuse
|
||||||
|
|
||||||
- repo: https://github.com/rbubley/mirrors-prettier
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||||
rev: "v3.2.5"
|
rev: "v4.0.0-alpha.8"
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
exclude_types: [json]
|
exclude_types: [json]
|
||||||
@ -71,7 +71,7 @@ repos:
|
|||||||
# https://www.npmjs.com/package/prettier
|
# https://www.npmjs.com/package/prettier
|
||||||
"prettier@3.2.5",
|
"prettier@3.2.5",
|
||||||
# https://www.npmjs.com/package/@prettier/plugin-xml
|
# https://www.npmjs.com/package/@prettier/plugin-xml
|
||||||
"@prettier/plugin-xml@3.4.1",
|
"@prettier/plugin-xml@3.2.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||||
|
36
Gemfile.lock
36
Gemfile.lock
@ -1,7 +1,7 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activesupport (7.1.3.3)
|
activesupport (7.1.3)
|
||||||
base64
|
base64
|
||||||
bigdecimal
|
bigdecimal
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
@ -14,7 +14,7 @@ GEM
|
|||||||
addressable (2.8.6)
|
addressable (2.8.6)
|
||||||
public_suffix (>= 2.0.2, < 6.0)
|
public_suffix (>= 2.0.2, < 6.0)
|
||||||
base64 (0.2.0)
|
base64 (0.2.0)
|
||||||
bigdecimal (3.1.8)
|
bigdecimal (3.1.6)
|
||||||
coffee-script (2.4.1)
|
coffee-script (2.4.1)
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
@ -23,9 +23,10 @@ GEM
|
|||||||
commonmarker (0.23.10)
|
commonmarker (0.23.10)
|
||||||
concurrent-ruby (1.2.3)
|
concurrent-ruby (1.2.3)
|
||||||
connection_pool (2.4.1)
|
connection_pool (2.4.1)
|
||||||
dnsruby (1.72.1)
|
dnsruby (1.70.0)
|
||||||
simpleidn (~> 0.2.1)
|
simpleidn (~> 0.2.1)
|
||||||
drb (2.2.1)
|
drb (2.2.0)
|
||||||
|
ruby2_keywords
|
||||||
em-websocket (0.5.3)
|
em-websocket (0.5.3)
|
||||||
eventmachine (>= 0.12.9)
|
eventmachine (>= 0.12.9)
|
||||||
http_parser.rb (~> 0)
|
http_parser.rb (~> 0)
|
||||||
@ -95,7 +96,7 @@ GEM
|
|||||||
activesupport (>= 2)
|
activesupport (>= 2)
|
||||||
nokogiri (>= 1.4)
|
nokogiri (>= 1.4)
|
||||||
http_parser.rb (0.8.0)
|
http_parser.rb (0.8.0)
|
||||||
i18n (1.14.5)
|
i18n (1.14.1)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
jekyll (3.9.5)
|
jekyll (3.9.5)
|
||||||
addressable (~> 2.4)
|
addressable (~> 2.4)
|
||||||
@ -210,7 +211,7 @@ GEM
|
|||||||
kramdown-parser-gfm (1.1.0)
|
kramdown-parser-gfm (1.1.0)
|
||||||
kramdown (~> 2.0)
|
kramdown (~> 2.0)
|
||||||
liquid (4.0.4)
|
liquid (4.0.4)
|
||||||
listen (3.9.0)
|
listen (3.8.0)
|
||||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||||
rb-inotify (~> 0.9, >= 0.9.10)
|
rb-inotify (~> 0.9, >= 0.9.10)
|
||||||
mercenary (0.3.6)
|
mercenary (0.3.6)
|
||||||
@ -218,25 +219,25 @@ GEM
|
|||||||
jekyll (>= 3.5, < 5.0)
|
jekyll (>= 3.5, < 5.0)
|
||||||
jekyll-feed (~> 0.9)
|
jekyll-feed (~> 0.9)
|
||||||
jekyll-seo-tag (~> 2.1)
|
jekyll-seo-tag (~> 2.1)
|
||||||
minitest (5.23.1)
|
minitest (5.22.2)
|
||||||
mutex_m (0.2.0)
|
mutex_m (0.2.0)
|
||||||
net-http (0.4.1)
|
net-http (0.4.1)
|
||||||
uri
|
uri
|
||||||
nokogiri (1.16.5-x86_64-linux)
|
nokogiri (1.16.2-x86_64-linux)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
octokit (4.25.1)
|
octokit (4.25.1)
|
||||||
faraday (>= 1, < 3)
|
faraday (>= 1, < 3)
|
||||||
sawyer (~> 0.9)
|
sawyer (~> 0.9)
|
||||||
pathutil (0.16.2)
|
pathutil (0.16.2)
|
||||||
forwardable-extended (~> 2.6)
|
forwardable-extended (~> 2.6)
|
||||||
public_suffix (5.0.5)
|
public_suffix (5.0.4)
|
||||||
racc (1.8.0)
|
racc (1.7.3)
|
||||||
rb-fsevent (0.11.2)
|
rb-fsevent (0.11.2)
|
||||||
rb-inotify (0.11.1)
|
rb-inotify (0.10.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
rexml (3.2.8)
|
rexml (3.2.6)
|
||||||
strscan (>= 3.0.9)
|
|
||||||
rouge (3.30.0)
|
rouge (3.30.0)
|
||||||
|
ruby2_keywords (0.0.5)
|
||||||
rubyzip (2.3.2)
|
rubyzip (2.3.2)
|
||||||
safe_yaml (1.0.5)
|
safe_yaml (1.0.5)
|
||||||
sass (3.7.4)
|
sass (3.7.4)
|
||||||
@ -247,14 +248,17 @@ GEM
|
|||||||
sawyer (0.9.2)
|
sawyer (0.9.2)
|
||||||
addressable (>= 2.3.5)
|
addressable (>= 2.3.5)
|
||||||
faraday (>= 0.17.3, < 3)
|
faraday (>= 0.17.3, < 3)
|
||||||
simpleidn (0.2.3)
|
simpleidn (0.2.1)
|
||||||
strscan (3.1.0)
|
unf (~> 0.1.4)
|
||||||
terminal-table (1.8.0)
|
terminal-table (1.8.0)
|
||||||
unicode-display_width (~> 1.1, >= 1.1.1)
|
unicode-display_width (~> 1.1, >= 1.1.1)
|
||||||
typhoeus (1.4.1)
|
typhoeus (1.4.1)
|
||||||
ethon (>= 0.9.0)
|
ethon (>= 0.9.0)
|
||||||
tzinfo (2.0.6)
|
tzinfo (2.0.6)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
|
unf (0.1.4)
|
||||||
|
unf_ext
|
||||||
|
unf_ext (0.0.9.1)
|
||||||
unicode-display_width (1.8.0)
|
unicode-display_width (1.8.0)
|
||||||
uri (0.13.0)
|
uri (0.13.0)
|
||||||
webrick (1.8.1)
|
webrick (1.8.1)
|
||||||
@ -267,4 +271,4 @@ DEPENDENCIES
|
|||||||
webrick
|
webrick
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.5.9
|
2.5.3
|
||||||
|
@ -56,7 +56,9 @@ notices from specific hostmask.
|
|||||||
|
|
||||||
## WeeChat
|
## WeeChat
|
||||||
|
|
||||||
`/filter add relaybotnotices * irc_notice+nick_RelayBot *`
|
```
|
||||||
|
/filter add relaybotnotices * irc_notice+nick_RelayBot *
|
||||||
|
```
|
||||||
|
|
||||||
This creates a new filter with the name "relaybotnotices" which filters
|
This creates a new filter with the name "relaybotnotices" which filters
|
||||||
all notices from the nickname "RelayBot".
|
all notices from the nickname "RelayBot".
|
||||||
|
@ -18,7 +18,9 @@ available more of for historical reasons.
|
|||||||
|
|
||||||
And this is very easy. Just run the command
|
And this is very easy. Just run the command
|
||||||
|
|
||||||
`!misc last --regexp m/(.*\w){512}/`
|
```
|
||||||
|
!misc last --regexp m/(.*\w){512}/
|
||||||
|
```
|
||||||
|
|
||||||
where ! is the prefix character.
|
where ! is the prefix character.
|
||||||
|
|
||||||
@ -37,7 +39,9 @@ host computer down.
|
|||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
`!math calc factorial(999999)`
|
```
|
||||||
|
!math calc factorial(999999)
|
||||||
|
```
|
||||||
|
|
||||||
This requires Math plugin which comes with Supybot, but isn't load by
|
This requires Math plugin which comes with Supybot, but isn't load by
|
||||||
default.
|
default.
|
||||||
@ -69,8 +73,10 @@ to the internet.
|
|||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
|
|
||||||
- `!web title <malicious.page.here>`
|
```
|
||||||
- `!web fetch <malicious.page.here>`
|
!web title <malicious.page.here>
|
||||||
|
!web fetch <malicious.page.here>
|
||||||
|
```
|
||||||
|
|
||||||
_This was only reported at IRC and I am unable to find issue report
|
_This was only reported at IRC and I am unable to find issue report
|
||||||
or fixing commit. ~~Mikaela on 2015-01-04._
|
or fixing commit. ~~Mikaela on 2015-01-04._
|
||||||
@ -124,7 +130,7 @@ If you want permanent solution, you should install either of them.
|
|||||||
|
|
||||||
Your current botname.conf is **100% compatible with forks**.
|
Your current botname.conf is **100% compatible with forks**.
|
||||||
|
|
||||||
[Join Supybot channels on LiberaChat!](ircs://irc.libera.chat:6697/#supybot,#gribble,#limnoria)
|
[Join Supybot channels on freenode!](ircs://chat.freenode.net:6697/#supybot,#gribble,#limnoria)
|
||||||
|
|
||||||
[Limnoria]: https://github.com/ProgVal/Limnoria
|
[Limnoria]: https://github.com/ProgVal/Limnoria
|
||||||
[Gribble]: http://github.com/nanotube/supybot_fixes
|
[Gribble]: http://github.com/nanotube/supybot_fixes
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
:root {
|
|
||||||
color-scheme: dark light;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reset some basic elements
|
* Reset some basic elements
|
||||||
*/
|
*/
|
||||||
@ -94,16 +90,15 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
*/
|
*/
|
||||||
a {
|
a {
|
||||||
color: $brand-color;
|
color: $brand-color;
|
||||||
//text-decoration: none;
|
text-decoration: none;
|
||||||
text-decoration: underline;
|
|
||||||
|
|
||||||
&:visited {
|
&:visited {
|
||||||
//color: darken($brand-color, 15%);
|
color: darken($brand-color, 15%);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $text-color;
|
color: $text-color;
|
||||||
//text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -132,11 +127,10 @@ blockquote {
|
|||||||
*/
|
*/
|
||||||
pre,
|
pre,
|
||||||
code {
|
code {
|
||||||
font-family: $monospace-font-family;
|
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
border: 1px solid; //$grey-color-light;
|
border: 1px solid $grey-color-light;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background-color: revert; //#eef;
|
background-color: #eef;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
|
@ -6,35 +6,20 @@
|
|||||||
|
|
||||||
|
|
||||||
// Our variables
|
// Our variables
|
||||||
$base-font-family: "Liberation Sans", "Arimo", "Arial", sans-serif;
|
$base-font-family: Helvetica, Arial, sans-serif;
|
||||||
$monospace-font-family: "Liberation Mono", "Cousine", "Courier New", monospace;
|
$base-font-size: 16px;
|
||||||
//$base-font-size: 16px;
|
$small-font-size: $base-font-size * 0.875;
|
||||||
$base-font-size: revert;
|
|
||||||
//$small-font-size: $base-font-size * 0.875;
|
|
||||||
$small-font-size: revert;
|
|
||||||
$base-line-height: 1.5;
|
$base-line-height: 1.5;
|
||||||
|
|
||||||
$spacing-unit: 30px;
|
$spacing-unit: 30px;
|
||||||
|
|
||||||
// $text-color: #111;
|
$text-color: #111;
|
||||||
// $background-color: #fdfdfd;
|
$background-color: #fdfdfd;
|
||||||
// $brand-color: #2a7ae2;
|
$brand-color: #2a7ae2;
|
||||||
//
|
|
||||||
// $grey-color: #828282;
|
|
||||||
// $grey-color-light: lighten($grey-color, 40%);
|
|
||||||
// $grey-color-dark: darken($grey-color, 25%);
|
|
||||||
|
|
||||||
$text-color: revert;
|
$grey-color: #828282;
|
||||||
$background-color: revert;
|
$grey-color-light: lighten($grey-color, 40%);
|
||||||
$brand-color: revert;
|
$grey-color-dark: darken($grey-color, 25%);
|
||||||
|
|
||||||
// $grey-color: #828282;
|
|
||||||
// $grey-color-light: lighten($grey-color, 40%);
|
|
||||||
// $grey-color-dark: darken($grey-color, 25%);
|
|
||||||
|
|
||||||
$grey-color: revert;
|
|
||||||
$grey-color-light: revert;
|
|
||||||
$grey-color-dark: revert;
|
|
||||||
|
|
||||||
// Width of the content area
|
// Width of the content area
|
||||||
$content-width: 800px;
|
$content-width: 800px;
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"devDependencies": {
|
|
||||||
"prettier": "3.2.5"
|
|
||||||
}
|
|
||||||
}
|
|
24
pnpm-lock.yaml
generated
24
pnpm-lock.yaml
generated
@ -1,24 +0,0 @@
|
|||||||
lockfileVersion: "9.0"
|
|
||||||
|
|
||||||
settings:
|
|
||||||
autoInstallPeers: true
|
|
||||||
excludeLinksFromLockfile: false
|
|
||||||
|
|
||||||
importers:
|
|
||||||
.:
|
|
||||||
devDependencies:
|
|
||||||
prettier:
|
|
||||||
specifier: 3.2.5
|
|
||||||
version: 3.2.5
|
|
||||||
|
|
||||||
packages:
|
|
||||||
prettier@3.2.5:
|
|
||||||
resolution:
|
|
||||||
{
|
|
||||||
integrity: sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==,
|
|
||||||
}
|
|
||||||
engines: { node: ">=14" }
|
|
||||||
hasBin: true
|
|
||||||
|
|
||||||
snapshots:
|
|
||||||
prettier@3.2.5: {}
|
|
Loading…
x
Reference in New Issue
Block a user