{"id":19614010,"url":"https://github.com/webmatze/jqtouch-4-ruby","last_synced_at":"2026-06-12T08:32:05.361Z","repository":{"id":66587475,"uuid":"2084878","full_name":"webmatze/JQTouch-4-Ruby","owner":"webmatze","description":"A ruby DSL for creating simple jQTouch mobile applications","archived":false,"fork":false,"pushed_at":"2011-07-22T15:20:42.000Z","size":226,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T17:47:20.399Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://5k.webmatze.de","language":"JavaScript","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/webmatze.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":"2011-07-21T18:08:49.000Z","updated_at":"2013-11-02T06:23:08.000Z","dependencies_parsed_at":"2023-02-20T07:15:42.951Z","dependency_job_id":null,"html_url":"https://github.com/webmatze/JQTouch-4-Ruby","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webmatze/JQTouch-4-Ruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmatze%2FJQTouch-4-Ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmatze%2FJQTouch-4-Ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmatze%2FJQTouch-4-Ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmatze%2FJQTouch-4-Ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webmatze","download_url":"https://codeload.github.com/webmatze/JQTouch-4-Ruby/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmatze%2FJQTouch-4-Ruby/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34236550,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-11T10:49:23.690Z","updated_at":"2026-06-12T08:32:05.343Z","avatar_url":"https://github.com/webmatze.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"jQTouch 4 Ruby\n=====================\n\nIntroduction\n------------\n\njQTouch for Ruby is a ruby DSL to easy create jQTouch mobile applications.\n\nRequirements\n------------\n\n- gem install builder (http://rubygems.org/gems/builder)\n- jQuery Library (http://jquery.com/)\n- jQTouch Javascript Library (http://jqtouch.com/)\n\nExample\n-------\n\nCreate a ruby file 'myfirstapp.rb' and add the following code:\n\n    require 'jqtouch'\n\n    JQTouch.app \"My first App\" do\n      page :index do\n        toolbar \"Index\" do\n          button :about, \"about\"\n        end\n        list do\n          item \"Info\", \"more info\", :info, :arrow\n          item \"About\", \"this site\", :about, :arrow\n        end\n      end\n      page :about do\n        toolbar \"About\" do\n          button :back, \"Back\"\n        end\n        info \"\n          \u003ch1\u003eAbout this app\u003c/h1\u003e\n          \u003cp\u003eHere you can write your own HTML content\u003c/p\u003e\n        \"\n      end\n      page :info do\n        toolbar \"Info\" do\n          button :back, \"Back\"\n        end\n        info \"\n          \u003ch1\u003eInfo Page\u003c/h1\u003e\n          \u003cp\u003eWrite something about you!\u003c/p\u003e\n        \"\n      end\n    end\n\nThen run this file and safe the output into an html file:\n\n    $ ruby myfirstapp.rb \u003e myfirstapp.htm\n    \nNow open the created html file in a browser or on your mobile phone.\n\nHave fun :)\n\nCopyright\n---------\n\n2011 by Mathias Karstädt","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebmatze%2Fjqtouch-4-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebmatze%2Fjqtouch-4-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebmatze%2Fjqtouch-4-ruby/lists"}