{"id":18892365,"url":"https://github.com/hf/wrote-old","last_synced_at":"2026-02-02T19:32:49.626Z","repository":{"id":2200346,"uuid":"3148788","full_name":"hf/wrote-old","owner":"hf","description":"Minimal text editor that lets you just write.","archived":false,"fork":false,"pushed_at":"2013-06-02T19:30:08.000Z","size":4225,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-18T20:45:12.893Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vala","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/hf.png","metadata":{"files":{"readme":"README.markdown","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":"2012-01-10T21:25:26.000Z","updated_at":"2025-04-04T22:23:18.000Z","dependencies_parsed_at":"2022-09-08T07:40:09.215Z","dependency_job_id":null,"html_url":"https://github.com/hf/wrote-old","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hf/wrote-old","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hf%2Fwrote-old","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hf%2Fwrote-old/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hf%2Fwrote-old/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hf%2Fwrote-old/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hf","download_url":"https://codeload.github.com/hf/wrote-old/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hf%2Fwrote-old/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29018015,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T18:51:31.335Z","status":"ssl_error","status_checked_at":"2026-02-02T18:49:20.777Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-08T08:01:35.160Z","updated_at":"2026-02-02T19:32:49.611Z","avatar_url":"https://github.com/hf.png","language":"Vala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wrote\n\nWrote is a minimal text editor for GNU/Linux that lets you\njust enjoy writing without distractions.\n\nIt features beautiful typography and a carefully designed\ninterface and workflow which allows you to focus on your\nwriting and nothing else.\n\nIt was inspired by the excellent\n[iA Writer](http://iawriter.com).\n\nWrote is **still** pre-beta software. Using it, however, is\nnot destructive. *Make backups!*\n\n## Installation\n\nWrote uses `waf` as its build system.\n\nThere are two types of installation that you can perform for\nWrote: local and global.\n\n### Dependencies\n\nWrote requires: GLib (v2.30.0) and GTK+ (v3.2.0). In order to\nbuild it, you also need the Vala compiler version 0.15.1.\n\nMost of these packages can readily be found in your GNU/Linux\ndistribution.\n\n### Local Install\n\nInstalling locally means just to test Wrote (this is how\nWrote is being debugged) without the ability to install it\nsystem-wide and have something break.\n\nFirstly, run:\n\n    ./waf configure --local\n\nThis will tell `waf` to configure Wrote for local installation,\nmeaning the GNU directories will be set to the local `bld`\nfolder in which Wrote is compiled. As if you called\n\n    ./waf configure --prefix=bld\n\nBut with other debugging features enabled.\n\nNext, run:\n\n    ./waf build\n\n`waf` automagically will install the files locally when\ncalling `build`, although nothing bad will happen if you call\n`install` also.\n\nRunning Wrote locally happens by calling:\n\n    bld/local/bin/wrote\n\n### Global Install\n\nYou use global installing when you want to place Wrote's\nexecutables and data in a non-local place. This can be done\nby:\n\n    ./waf configure\n\nAnd later on, depending on where you set the `--prefix`\n(default is `/usr/local/`), install as superuser or not:\n\n    ./waf build\n    (sudo) ./waf install\n\n\n## Copyright\n\nThis distribution, except where otherwise noted, is:\n\n**Copyright \u0026copy; 2011 Stojan Dimitrovski**\n\nLicensed under the following license (MIT/X11):\n\nPermission is hereby granted, free of charge, to any person\nobtaining a copy of this software and associated\ndocumentation files (the \"Software\") to deal in the\nSoftware without restriction, including without limitation\nthe rights to use, copy, modify, merge, publish, distribute,\nsublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall\nbe included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY\nKIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE\nWARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR\nPURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS\nOR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n\n### Icon Copyrights\n\nThe icons (located under `res/sources/icons` and `res/icons`)\nfor Wrote are:\n\n**Copyright \u0026copy; 2012 Stojan Dimitrovski**\n\nAnd are licensed under the Creative Commons\nAttribution-NonCommercial-NoDerivs 3.0 Unported License\n([CC BY-NC-ND 3.0](http://creativecommons.org/licenses/by-nc-nd/3.0/)).\n\n\n### Font Copyrights\n\nThis distribution includes the M+ 1m family found in\n`res/fonts` which are:\n\n**Copyright \u0026copy; 2002-2011 [M+ FONTS PROJECT](http://mplus-fonts.sourceforge.jp)**\n\nUnder the following license:\n\nThese fonts are free softwares.\nUnlimited permission is granted to use, copy, and distribute\nit, with or without modification, either commercially and\nnoncommercially.\n\nTHESE FONTS ARE PROVIDED \"AS IS\" WITHOUT WARRANTY.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhf%2Fwrote-old","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhf%2Fwrote-old","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhf%2Fwrote-old/lists"}