{"id":17210450,"url":"https://github.com/samth/livefrog","last_synced_at":"2026-02-02T23:11:54.013Z","repository":{"id":29720024,"uuid":"33263160","full_name":"samth/livefrog","owner":"samth","description":" Livefrog is a utility, written in Racket, that converts ljdump files for Frog usage.","archived":false,"fork":false,"pushed_at":"2022-05-16T20:49:21.000Z","size":130,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T13:38:21.711Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Racket","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"ebzzry/livefrog","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-01T17:52:05.000Z","updated_at":"2023-01-06T08:11:32.000Z","dependencies_parsed_at":"2023-01-14T10:45:45.656Z","dependency_job_id":null,"html_url":"https://github.com/samth/livefrog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samth/livefrog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samth%2Flivefrog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samth%2Flivefrog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samth%2Flivefrog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samth%2Flivefrog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samth","download_url":"https://codeload.github.com/samth/livefrog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samth%2Flivefrog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29022776,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T22:20:39.141Z","status":"ssl_error","status_checked_at":"2026-02-02T22:20:37.621Z","response_time":58,"last_error":"SSL_read: 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-10-15T02:54:20.872Z","updated_at":"2026-02-02T23:11:53.987Z","avatar_url":"https://github.com/samth.png","language":"Racket","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\n__livefrog__ is a utility written in [Racket](http://racket-lang.org),\nused to migrate LiveJournal posts and comments to the\n[Frog](https://github.com/greghendershott/frog/) blogging platform. It\nuses the files dumped by either [ljdump](http://hewgill.com/ljdump/)\nor [ljmigrate](http://github.com/ceejbot/ljmigrate) to create the\ncorresponding source files for Frog.\n\n\n# Installation\n\n__livefrog__ is available via Racket's\n[Planet2](http://pkg.racket-lang.org).\n\n```\nraco pkg install livefrog\n```\n\nIf that doesn't work, install the dependencies, and __livefrog__\nitself, from the local disk.\n\n```\ngit clone https://github.com/jbclements/sxml.git\ngit clone https://github.com/greghendershott/frog.git\ngit clone https://github.com/ebzzry/livefrog.git\nraco pkg install frog/ sxml/ livefrog/\n```\n\nThe trailing slashes are important, to tell `raco` that you are\ninstalling from local directories. Without it, it will try to fetch\nthe sources from the internet.\n\n\n# Usage\n\nThis sections contains instructions for creating files suitable for\nuse with Frog.\n\n## Basics\n\nTo create a Markdown file from the file entry.xml\n\n```\nraco livefrog -m entry.xml\n```\n\nThat, however, becomes cumbersome if you're going to manage more than\na hundred entries. To automatically \"pick up\" the files created by\n[ljdump](http://hewgill.com/ljdump) or\n[ljmigrate](http://github.com/ceejbot/ljmigrate), and convert them to\nMarkdown:\n\n```\nraco livefrog -am\n```\n\nBear in mind, though, that [ljdump](http://hewgill.com/ljdump) and\n[ljmigrate](http://github.com/ceejbot/ljmigrate) differs how the trees\nfor the data are created. [ljdump](http://hewgill.com/ljdump) has the\nfollowing tree format, where USERNAME is your LiveJournal account\nname:\n\n```\nljdump/\n  build\n  ChangeLog\n  convertdump.py\n  USERNAME/\n    L-1\n    L-2\n    C-2\n    L-3\n    ...\n  ljdump.config\n  ljdump.config.sample\n  ljdump-gui.py\n  ljdump.py*\n  README.txt\n  TODO\n```\n\n[ljmigrate](http://github.com/ceejbot/ljmigrate), on the other hand,\nuses a different format:\n\n```\nljmigrate/\n  LICENSE.text\n  ljmigrate.cfg\n  ljmigrate.cfg.sample\n  ljmigrate.py*\n  README.md\n  README_windows.txt\n  TODO\n  www.livejournal.com/\n    USERNAME/\n      entry00001/\n        entry.xml\n      entry00002/\n        entry.xml\n        comment.xml\n      html/\n      metadata/\n      userpics/\n```\n\nAfter creating the Markdown Frog source files, you may now copy them\nto your Frog source directory, designated at `_src/posts/`\n\n## Comments\n\nFrog, by default, uses [Disqus](http://disqus.com) to handle the\ncomments. To import comments to this platform, we need to generate an\nXML file that must adhere to Disqus' comment import rules.\n\nTo create a file, named `comments.xml` that will be used for importing\ncomments, to be used with\n[http://import.disqus.com/](http://import.disqus.com/), using\n`foo.bar.com` as the root site:\n\n```\nraco livefrog -s foo.bar.com -c comments.xml\n```\n\n\n# Updating\n\nIf you installed __livefrog__ using the first method described in the\nsection *Introduction*, you can update it by running:\n\n```\nraco pkg update livefrog\n```\n\nHowever, if you used the latter method, you may update it by pulling\nthe updates, uninstalling __livefrog__, then installing it\nagain:\n\n```\ncd livefrog\ngit pull origin master\ncd ..\nraco pkg remove livefrog\nraco pkg install livefrog/\n```\n\n\n# Miscellany\n\nTo reduce typing, you may optionally create an alias to `raco\nlivefrog` in your shell.\n\nSh-like shells:\n```\necho 'alias livefrog=\"raco livefrog\"' \u003e\u003e ~/.bashrc\n```\n\nCsh-like shells:\n```\necho 'alias livefrog raco livefrog' \u003e\u003e ~/.cshrc\n```\n\nReplace `.bashrc`, and `.cshrc`, with the appropriate init file for\nyour shell.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamth%2Flivefrog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamth%2Flivefrog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamth%2Flivefrog/lists"}