{"id":13858598,"url":"https://github.com/tobym/nokogiri-pretty","last_synced_at":"2025-07-14T00:31:52.781Z","repository":{"id":1074384,"uuid":"915789","full_name":"tobym/nokogiri-pretty","owner":"tobym","description":"Pretty-print the contents of a Nokogiri document","archived":false,"fork":false,"pushed_at":"2015-12-31T10:41:52.000Z","size":111,"stargazers_count":14,"open_issues_count":6,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-12T08:01:04.610Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tobym.png","metadata":{"files":{"readme":"README.rdoc","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":"2010-09-16T15:14:58.000Z","updated_at":"2023-12-09T20:31:32.000Z","dependencies_parsed_at":"2022-08-16T12:00:14.293Z","dependency_job_id":null,"html_url":"https://github.com/tobym/nokogiri-pretty","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobym%2Fnokogiri-pretty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobym%2Fnokogiri-pretty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobym%2Fnokogiri-pretty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobym%2Fnokogiri-pretty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tobym","download_url":"https://codeload.github.com/tobym/nokogiri-pretty/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225930022,"owners_count":17547096,"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-05T03:02:14.564Z","updated_at":"2024-11-22T16:31:22.502Z","avatar_url":"https://github.com/tobym.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"= nokogiri-pretty\n\nPretty-prints the contents of a Nokogiri document (as opposed to the object itself). Great to use in irb.\n\n== Usage\n\n    require 'nokogiri-pretty'\n    doc = Nokogiri::XML('\u003cfoo\u003e\u003cbar\u003ebaz\u003c/bar\u003e\u003cbar\u003ebuzz\u003c/bar\u003e\u003c/foo\u003e')\n    puts doc.human\n\nProduces:\n\n    \u003cfoo\u003e\n      \u003cbar\u003ebaz\u003c/bar\u003e\n      \u003cbar\u003ebuzz\u003c/bar\u003e\n    \u003c/foo\u003e\n\nThe default XSLT file is from http://www.printk.net/~bds/indent.html.\nSpecify a different XSLT stylesheet with the `:xslt` option:\n\n    doc.human(:xslt =\u003e File.read(\"some_other.xslt\"))\n\n== Note on Patches/Pull Requests\n \n* Fork the project.\n* Make your feature addition or bug fix.\n* Add tests for it. This is important so I don't break it in a\n  future version unintentionally.\n* Commit, do not mess with rakefile, version, or history.\n  (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)\n* Send me a pull request. Bonus points for topic branches.\n\n== Copyright\n\nCopyright (c) 2010 Toby Matejovsky. See LICENSE for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobym%2Fnokogiri-pretty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftobym%2Fnokogiri-pretty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobym%2Fnokogiri-pretty/lists"}