{"id":20049742,"url":"https://github.com/scriptkitties/fglt","last_synced_at":"2025-10-29T20:13:24.387Z","repository":{"id":53455536,"uuid":"56186574","full_name":"scriptkitties/fglt","owner":"scriptkitties","description":"Friendly GNU/Linux Thread/Website","archived":false,"fork":false,"pushed_at":"2021-03-30T10:33:49.000Z","size":3636,"stargazers_count":11,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T21:51:12.578Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://fglt.nl","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scriptkitties.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-13T21:13:59.000Z","updated_at":"2025-01-23T02:26:23.000Z","dependencies_parsed_at":"2022-09-04T11:01:42.356Z","dependency_job_id":null,"html_url":"https://github.com/scriptkitties/fglt","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/scriptkitties%2Ffglt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptkitties%2Ffglt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptkitties%2Ffglt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptkitties%2Ffglt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scriptkitties","download_url":"https://codeload.github.com/scriptkitties/fglt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252488929,"owners_count":21756239,"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-11-13T11:52:08.515Z","updated_at":"2025-10-29T20:13:19.349Z","avatar_url":"https://github.com/scriptkitties.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Friendly GNU/Linux Thread/Website\n\nThis is a website with information on using GNU+Linux, mostly targeted to new\nusers.  It is a supporting element to the Friendly GNU/Linux threads found on\n4chan's /g/ board.\n\n## Contributing\n\nIf you wish to contribute to the website, send a patch to\n`~tyil/public-inbox@lists.sr.ht`.\n\nMirrors of this repository can be found at the following locations:\n\n- \u003chttps://git.sr.ht/~tyil/www-fglt.nl\u003e\n- \u003chttps://gitlab.com/skitties/websites/fglt.nl\u003e\n- \u003chttps://github.com/scriptkitties/fglt\u003e\n\n### Making a development copy\n\nThese instructions should work using Bash on a Linux-based OS, and maybe on\nBSD, too---not tested yet.  They're known to work on Debian.  They use rbenv\nwith ruby-build to build an up-to-date Ruby stack in your home directory.\n\nInstall rbenv:\n\n\t$ git clone https://github.com/rbenv/rbenv.git ~/.rbenv\n\t$ echo 'export PATH=\"$HOME/.rbenv/bin:$PATH\"' \u003e\u003e ~/.bash_profile\n\t$ ~/.rbenv/bin/rbenv init  # Do what it says\n\t$ exec bash -l\n\nInstall ruby-build:\n\n\t$ mkdir -p \"$(rbenv root)\"/plugins\n\t$ git clone https://github.com/rbenv/ruby-build.git \"$(rbenv root)\"/plugins/ruby-build\n\nList available stable versions of Ruby, and install the most recent one; at the\ntime of writing, this is v2.7.1.  The build may take a while.\n\n\t$ rbenv install --list | awk '/^[0-9]/{ver=$0} END{print ver}'\n\t$ rbenv install 2.7.1\n\t$ rbenv global 2.7.1\n\nYou may have to [install some\ndependencies](https://github.com/rbenv/ruby-build/wiki#suggested-build-environment)\nfor the build to work.\n\nClone the site repository and change directory into it:\n\n\t$ git clone https://git.sr.ht/~tyil/www-fglt.nl\n\t$ cd www-fglt.nl\n\nInstall Ruby libraries; this also takes a while:\n\n\t$ bundle install\n\nRun the development web server:\n\n\t$ bundle exec jekyll serve\n\nYou should then be able to browse to \u003chttp://127.0.0.1:4000/\u003e, and changes you\nmake to the site should be reflected in your browser after a refresh.\n\n### Sharing your changes\n\nFollow the instructions on [git-send-email.io](http://git-send-email.io/)\nrelevant to your operating system to get set up with\n[`git-send-email`](https://git-scm.com/docs/git-send-email).  We can't give\ngeneric instructions here, as how to do this depends on too many\nvariables---chiefly your operating system and email provider.\n\nThen, assuming you've been working on `master`, do this:\n\n\t$ git config format.subjectPrefix 'PATCH www-fglt.nl'\n\t$ git send-email origin/master\n\nIf you're trying to stay anonymous, you should probably send *yourself* a test\nfirst, and check the headers of the email you receive carefully, because the\nmessages sent might include identifying personal or network information in the\nheaders or commit data that you'd rather not share.  It'll be published to\na *public mailing list*, so you need to be sure you're comfortable sharing\neverything in there.\n\nOnce you're confident it all looks sane, you can set up the maintainer address,\nand submit your patches for real:\n\n\t$ git config sendemail.to '~tyil/public-inbox@lists.sr.ht'\n\t$ git send-email origin/master\n\n## License\n\n### Content\n\nAll content is released under the CC-BY-SA license, unless explicitly stated\notherwise on a given page.\n\n### Source code\n\nThe source code is all released under the GNU General Public License, which can\nbe found in `LICENSE`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscriptkitties%2Ffglt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscriptkitties%2Ffglt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscriptkitties%2Ffglt/lists"}