{"id":23048655,"url":"https://github.com/bor/yagb","last_synced_at":"2025-04-03T03:18:11.959Z","repository":{"id":1235163,"uuid":"1171111","full_name":"bor/yagb","owner":"bor","description":"Yet Another GuestBook","archived":false,"fork":false,"pushed_at":"2010-12-25T16:37:21.000Z","size":112,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-08T17:15:34.089Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"ryanb/railscasts-episodes","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bor.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-12-15T13:28:20.000Z","updated_at":"2014-09-08T21:39:45.000Z","dependencies_parsed_at":"2022-08-16T12:40:31.189Z","dependency_job_id":null,"html_url":"https://github.com/bor/yagb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bor%2Fyagb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bor%2Fyagb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bor%2Fyagb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bor%2Fyagb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bor","download_url":"https://codeload.github.com/bor/yagb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246927845,"owners_count":20856198,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-15T22:55:32.166Z","updated_at":"2025-04-03T03:18:11.936Z","avatar_url":"https://github.com/bor.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"YAGB\nYet Another GuestBook\n\nFEATURES\n\n* CAPTCHA\n  http://en.wikipedia.org/wiki/CAPTCHA\n\nDEPENDENCIES\n\nperl \u003e= 5.10\nConfig::Tiny\nDBI\nDBD::SQLite / DBD::mysql / maybe another\nGD::SecurityImage   (optional, for CAPTCHA)\nCGI::Session        (optional, for CAPTCHA)\nHTML::Parser\nHTML::Template\n\nINSTALL\n\nJust copy to need dir\n\nSETUP\n\n* Create database\n  for SQLite like:\n    $ sqlite3 data/yagb.sqlite \u003c conf/yagb.schema.sql\n  for MySQL like:\n    $ mysqladmin create yagb\n    $ mysql -e \"GRANT ALL PRIVILEGES ON yagb.* TO yagb@localhost IDENTIFIED BY 'password'\"\n    $ mysql -e \"FLUSH PRIVILEGES\"\n    $ mysql -uyagb -ppassword yagb \u003c conf/yagb.schema.sql\n    $ mysql -uyagb -ppassword yagb -e \"ALTER TABLE yagb_messages MODIFY id SERIAL\"\n\n* Copy conf/yagb.conf.exmaple to conf/yagb.conf\n  and edit it\n\n* Setup apache\n  Copy conf/yagb.httpd.conf.example to /path/to/apache/conf/yagb.httpd.conf\n   (or paste to httpd.conf) and edit it\n\n* Permissions\n  If you use SQLite DB you make sure set write permission for webserver user at 'data/yagb.sqlite' and data dir.\n  You set permissions like:\n    $ chgrp -R www data \u0026\u0026 chmod 775 data \u0026\u0026 chmod 664 data/yagb.sqlite\n  or\n    $ chown -R www data \u0026\u0026 chmod 755 data \u0026\u0026 chmod 644 data/yagb.sqlite\n  or\n    $ chmod -R 777 data \u0026\u0026 chmod 666 data/yagb.sqlite\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbor%2Fyagb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbor%2Fyagb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbor%2Fyagb/lists"}