{"id":13525151,"url":"https://github.com/softius/yourls-static-titles","last_synced_at":"2025-10-29T01:11:18.218Z","repository":{"id":146744031,"uuid":"14528035","full_name":"softius/yourls-static-titles","owner":"softius","description":"Static titles for yourls service","archived":false,"fork":false,"pushed_at":"2013-11-19T17:48:39.000Z","size":104,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-28T01:25:47.406Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/softius.png","metadata":{"files":{"readme":"README.md","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":"2013-11-19T15:11:36.000Z","updated_at":"2024-11-23T21:22:29.000Z","dependencies_parsed_at":"2023-03-24T18:53:33.819Z","dependency_job_id":null,"html_url":"https://github.com/softius/yourls-static-titles","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/softius%2Fyourls-static-titles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softius%2Fyourls-static-titles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softius%2Fyourls-static-titles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softius%2Fyourls-static-titles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softius","download_url":"https://codeload.github.com/softius/yourls-static-titles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245022258,"owners_count":20548505,"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-08-01T06:01:16.393Z","updated_at":"2025-10-29T01:11:18.140Z","avatar_url":"https://github.com/softius.png","language":null,"funding_links":[],"categories":["Plugins"],"sub_categories":["S"],"readme":"# Static titles for YOURLS\n\nStatic titles plugin for YOURLS provide two options to avoid the network traffic when retrieving URL titles. You can either disable this feature entirely or provide a list of title and URLs as a cache mechanism.\n\n## Configuration\nOpen configuration file `config.php` and append the following:\n\n``` PHP\n/*\n ** Personal settings would go after here.\n */\n\ndefine('STATIC_TITLES_SKIP', false);\n\n$static_titles = array(\n\t'http://google.com' =\u003e 'Google',\n);\n```\n\nSetting `STATIC_TITLES_SKIP` to true will force all titles to `Untitled`. This will save you from bandwidth and minimize the time needed to create the short url entry.\n\nThe `static_titles` entry is only applicable if `STATIC_TITLES_SKIP` is set to `false`. You can define a list of URLs and title to be used by the plugin, overwriting the website title.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftius%2Fyourls-static-titles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftius%2Fyourls-static-titles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftius%2Fyourls-static-titles/lists"}