Probiotics (in bot form) for programming.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Repozitorijs ir arhivēts. Tam var aplūkot failus un to var klonēt, bet nevar iesūtīt jaunas izmaiņas, kā arī atvērt jaunas problēmas/izmaiņu pieprasījumus.
Emil 37fe0722a8
Make the README readable
pirms 8 mēnešiem
bootstrap Intergrate install/uninstall files into Makefile pirms 9 mēnešiem
docs Version 1 pirms 10 mēnešiem
include Working on uthash pirms 8 mēnešiem
lib Partial support for SSL pirms 10 mēnešiem
src Working on uthash pirms 8 mēnešiem
.gitignore Added INITIAL_ASSIGNMENT_MESSAGE pirms 10 mēnešiem
.gitmodules Partial support for SSL pirms 10 mēnešiem
CHANGELOG Added new options for voting pirms 9 mēnešiem
LICENSE Initial commit pirms 10 mēnešiem
Makefile Working on uthash pirms 8 mēnešiem
README Make the README readable pirms 8 mēnešiem

README

* Probotic

Healthy for your coding ability, take once weekly, excessive doses
may result in arthritis, ass pain, and death.

* Description

Prints useful challenges when requested.

See doc/api.md for detailed information about this interface.

* Building and Installation

Building requires (debian derived):
libsqlite3-dev build-essentials

* Submodules
git submodule update --init --recursive
make -C lib/libircclient

* Configuration (Optional but highly recommended)
make include/config.h && $EDITOR include/config.h

* Building and Installation
make && BOOTSTRAP_ONLY=1 ./install.sh

remove BOOTSTRAP_ONLY=1 if you plan to install this somewhere.

* Cleanup

make clean
rm -rf lib/libircclient bootstrap/probotic_data.sqlite

* Source Code Hosts

https://git.lain.church/emil/probotic
https://bis64wqhh3louusbd45iyj76kmn4rzw5ysawyan5bkxwyzihj67c5lid.onion/emil/probotic

* License

Copyright 2023 https://git.lain.church/anon ,
https://git.lain.church/fa11_1eaf ,
Emil Williams

Probotic is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3 only as
published by the Free Software Foundation.

Probotic is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License version 3 for more details.

You should have received a copy of the GNU General Public License
version 3 along with Probotic.