{"id":18562696,"url":"https://github.com/christianp/bib-site","last_synced_at":"2025-04-10T03:32:08.133Z","repository":{"id":37584399,"uuid":"59286265","full_name":"christianp/bib-site","owner":"christianp","description":"An interface to browse and edit a .bib file","archived":false,"fork":false,"pushed_at":"2023-04-19T21:20:39.000Z","size":1990,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T15:52:29.159Z","etag":null,"topics":["bib","bibliography","bibtex","php","references"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/christianp.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-05-20T10:33:35.000Z","updated_at":"2024-09-15T02:29:28.000Z","dependencies_parsed_at":"2023-01-17T15:46:07.906Z","dependency_job_id":null,"html_url":"https://github.com/christianp/bib-site","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/christianp%2Fbib-site","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christianp%2Fbib-site/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christianp%2Fbib-site/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christianp%2Fbib-site/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/christianp","download_url":"https://codeload.github.com/christianp/bib-site/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248151137,"owners_count":21056029,"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":["bib","bibliography","bibtex","php","references"],"created_at":"2024-11-06T22:10:35.679Z","updated_at":"2025-04-10T03:32:03.117Z","avatar_url":"https://github.com/christianp.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bib-site\n\nThis is a set of PHP scripts which provide an interface to browse and edit a .bib file. Everything happens in the .bib file - no SQL database or anything like that needed.\n\nEven if you don't need that, you might like `bib-parse.php`, which does a better job of parsing .bib files (or at least, *my* .bib files) than any other PHP parser I found.\n\nI use this to run [read.somethingorotherwhatever.com](http://read.somethingorotherwhatever.com)\n\n## Installation\n\nClone this repository somewhere on your web server. Copy `config.json.dist` to `config.json` and set it up. You'll need to change `bibfile`,`root_url` and `password`. Use PHP's `crypt()` function to hash your password. (My web host seems to run an old version of PHP that doesn't have the good hashing functions)\n\n### Bookmarklet\n\nAdd the following bookmarklet to save the page you're looking at:\n\n```\njavascript:(function(){var site = 'http://read.somethingorotherwhatever.com'; var d = {'title':document.title,'url':window.location};var p=[];for(var x in d){p.push(x+'='+encodeURIComponent(d[x]))};var url = site+'/new?'+p.join('\u0026');window.open(url)})()\n```\n\n(Remember to change `site` to your bib-site address)\n\n## Customisation\n\nMake a copy the `templates` folder and change your config to point to that. The templates are rendered using [twig](http://twig.sensiolabs.org/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristianp%2Fbib-site","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristianp%2Fbib-site","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristianp%2Fbib-site/lists"}