{"id":22980964,"url":"https://github.com/rubyworks/tkxml","last_synced_at":"2025-04-02T09:42:03.685Z","repository":{"id":1096230,"uuid":"954444","full_name":"rubyworks/tkxml","owner":"rubyworks","description":"XML format for building Tk Interfaces","archived":false,"fork":false,"pushed_at":"2012-11-30T16:35:46.000Z","size":464,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-10T23:17:28.583Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/rubyworks.png","metadata":{"files":{"readme":"README.rdoc","changelog":"HISTORY.rdoc","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":"2010-10-01T15:03:04.000Z","updated_at":"2014-03-17T13:31:24.000Z","dependencies_parsed_at":"2022-07-06T07:34:35.796Z","dependency_job_id":null,"html_url":"https://github.com/rubyworks/tkxml","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyworks%2Ftkxml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyworks%2Ftkxml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyworks%2Ftkxml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyworks%2Ftkxml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubyworks","download_url":"https://codeload.github.com/rubyworks/tkxml/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246793012,"owners_count":20834921,"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-12-15T01:46:18.816Z","updated_at":"2025-04-02T09:42:03.646Z","avatar_url":"https://github.com/rubyworks.png","language":"Ruby","readme":"= TkXML\n\n{Homepage}[http://rubyworks.github.com/tkxml] |\n{Source Code}[http://github.com/rubyworks/tkxml] |\n{Mailing List}[http://groups.google.com/group/rubyworks-mailinglist]\n\n{\u003cimg src=\"http://travis-ci.org/rubyworks/tkxml.png\" /\u003e}[http://travis-ci.org/rubyworks/tkxml]\n\n\n== DESCRIPTION\n\nAn XML markup language for generating Tk user-interfaces. It was inspired\nby GTK's glade format. The TkXML format defines a very simple one-to-one\ncorrelation to the Ruby Tk API.\n\n\n== SYNOPSIS\n\nHere's an +example.xml+ TkXML file:\n\n  \u003cTk:Root name=\"test\" title=\"Test\"\u003e\n    \u003cTk:Frame name=\"menuframe\"\u003e\n      \u003cTk:Menubutton name=\"filebutton\" text=\"File\" underline=\"0\"\u003e\n        \u003cTk:Menu name=\"filemenu\" tearoff=\"false\"\u003e\n          \u003cTk:_add _1=\"command\" label=\"Open\" underline=\"0\" accel=\"Ctrl+O\" command=\"openDocument\" /\u003e\n          \u003cTk:_add _1=\"command\" label=\"Exit\" underline=\"0\" accel=\"Ctrl+Q\" command=\"exitApplication\" /\u003e\n        \u003c/Tk:Menu\u003e\n        \u003cTk:_pack side=\"left\" /\u003e\n      \u003c/Tk:Menubutton\u003e\n      \u003cTk:_pack side=\"left\" /\u003e\n    \u003c/Tk:Frame\u003e\n    \u003cTk:_bind _1=\"Control-o\" _2=\"openDocument\" /\u003e\n    \u003cTk:_bind _1=\"Control-q\" _2=\"exitApplication\" /\u003e\n  \u003c/Tk:Root\u003e\n\nTo use the library:\n\n  require 'tkxml'\n\n  tkxml = TkXML.new(File.read('example.xml'))\n  tkxml.build\n\n\n== STATUS\n\nAt this point, TkXML is little more than an interesting experiment in encoding \nGUIs via markup. But it may well have the potential of becoming a productive\ntool if someone were inclined to further it's development.\n\n\n== HISTORY\n\nAn interesting side note. TkXML is the oldest bit of redistributed Ruby code\nyour humble author had ever writ.\n\n\n== COPYRIGHTS\n\nCopyright (c) 2002 Rubyworks\n\nTkXML is distributable in accordance with the *BSD-2-Clause* license.\n\nSee NOTICE.rdoc for details.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyworks%2Ftkxml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubyworks%2Ftkxml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyworks%2Ftkxml/lists"}