diff --git a/Makefile b/Makefile index af80925..873f9f1 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,6 @@ $(DEST)/%.html: %.adoc @$(ASCIIDOCTOR) \ --destination-dir=$(DEST) \ --attribute stylesheet=./$(DEST)/stylesheets/dark.css \ - --attribute toc=on \ $< clean: diff --git a/index.adoc b/index.adoc index 69260d6..e42112d 100644 --- a/index.adoc +++ b/index.adoc @@ -2,7 +2,10 @@ hello there -this is the project page for a collection of irc libraries. +this is the project page for a collection of irc libraries +and eventually clients. + +come chat on irc with us: https://web.tilde.chat/?join=irctokens[#irctokens] the canonical source is the python version: @@ -23,7 +26,6 @@ ircrobots:: == c# port ircsharp:: -(currently only handles tokens and states) * https://tildegit.org/ben/ircsharp[source] * https://www.nuget.org/packages/IRCTokens/[IRCTokens package] * https://www.nuget.org/packages/IRCStates/[IRCStates package]