├── README.md ├── example-gopherhole ├── 0-header.info ├── 0000-Backstory.txt ├── 0000A----- Some Separator ---.i ├── 0001-What_is_Gopher.link ├── 0002-About_gopher2redis.txt └── 0003-My_Phlog │ ├── 0001-1_Feb_2019_My_first_phlog_post.txt │ ├── 0002-5_Feb_2019_Another_phlog_entry.txt │ └── REVERSE └── gopher2redis.rb /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antirez/gopher2redis/HEAD/README.md -------------------------------------------------------------------------------- /example-gopherhole/0-header.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antirez/gopher2redis/HEAD/example-gopherhole/0-header.info -------------------------------------------------------------------------------- /example-gopherhole/0000-Backstory.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antirez/gopher2redis/HEAD/example-gopherhole/0000-Backstory.txt -------------------------------------------------------------------------------- /example-gopherhole/0000A----- Some Separator ---.i: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /example-gopherhole/0001-What_is_Gopher.link: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antirez/gopher2redis/HEAD/example-gopherhole/0001-What_is_Gopher.link -------------------------------------------------------------------------------- /example-gopherhole/0002-About_gopher2redis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antirez/gopher2redis/HEAD/example-gopherhole/0002-About_gopher2redis.txt -------------------------------------------------------------------------------- /example-gopherhole/0003-My_Phlog/0001-1_Feb_2019_My_first_phlog_post.txt: -------------------------------------------------------------------------------- 1 | Hi! This is my first entry... 2 | -------------------------------------------------------------------------------- /example-gopherhole/0003-My_Phlog/0002-5_Feb_2019_Another_phlog_entry.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antirez/gopher2redis/HEAD/example-gopherhole/0003-My_Phlog/0002-5_Feb_2019_Another_phlog_entry.txt -------------------------------------------------------------------------------- /example-gopherhole/0003-My_Phlog/REVERSE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gopher2redis.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antirez/gopher2redis/HEAD/gopher2redis.rb --------------------------------------------------------------------------------