{"id":22769689,"url":"https://github.com/bfontaine/whitepage","last_synced_at":"2025-03-30T11:29:27.718Z","repository":{"id":4932882,"uuid":"6089644","full_name":"bfontaine/WhitePage","owner":"bfontaine","description":"simple online scratch pad","archived":false,"fork":false,"pushed_at":"2012-10-05T12:17:40.000Z","size":148,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T23:43:42.292Z","etag":null,"topics":["js","pad"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"foyt/diffxml-js","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bfontaine.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":"2012-10-05T11:56:47.000Z","updated_at":"2019-10-26T07:17:03.000Z","dependencies_parsed_at":"2022-07-08T00:00:35.966Z","dependency_job_id":null,"html_url":"https://github.com/bfontaine/WhitePage","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/bfontaine%2FWhitePage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfontaine%2FWhitePage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfontaine%2FWhitePage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfontaine%2FWhitePage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bfontaine","download_url":"https://codeload.github.com/bfontaine/WhitePage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246313023,"owners_count":20757417,"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":["js","pad"],"created_at":"2024-12-11T15:13:53.526Z","updated_at":"2025-03-30T11:29:27.697Z","avatar_url":"https://github.com/bfontaine.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"WhitePage\n=========\n\nFeatures\n--------\n\n* Light : the whole app (server code + client code) is ~125ko (jQuery = 73% of\n  the app size)\n* All is made with AJAX code, so you never have to reload the page\n* Text is auto-saved every 10 seconds if you modified it\n\nInstalling\n----------\n\nSimply copy all the files in a directory accessible on the Web. You need to\ncreate a file to store the scratch pad’s content, its name is “save.txt” by\ndefault, but you can change it, at the end of `api.php`, replace `'save.txt'`\nwith the path of the file.\n\nYou can then access to `index.php` in your Web browser, and start typing your\nthoughts.\n\n\ni18n\n----\n\nDon’t speak English? You can change the page’s language on top of\n`whitepage.js` file. You can set each string to what you want :\n\n```js\n    var lang = {\n            save: '\u003cThe button’s value for “Save the scratch pad”\u003e',\n            saved: '\u003cThe message displayed when the scratch pad has been\n            saved\u003e',\n            saving_error : '\u003cThe message displayed when there has been an error\n            while saving\u003e',\n\n            edit: '\u003cThe button’s value for “Edit the scratch pad”\u003e',\n\n            retrieve_error: '\u003cThe message displayed when there has been an error\n            while retrieving the scratch pad’s content\u003e'\n        },\n    // …\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfontaine%2Fwhitepage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbfontaine%2Fwhitepage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfontaine%2Fwhitepage/lists"}