Skip to content

xzhong86/MyMangaBook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyMangaBook

A simple local website to view my manga books, base on ruby (and erb), support to mark which book I like more.

Requirement

  • Only Ruby 2.0+ is needed.
  • HTTP server like Apache is NOT required.

Introduction

  • run "ruby server.rb" to start the web server.
  • Manga Book should be organized in:
book-*/
  *.jpg
  info.yaml

info.yaml contains the title and tags of the book.

  • Read the code to get more.
    • server.rb : web server, and handle request from web page.
    • web-erb/main.erb : main page to list all books.
    • web-erb/view.erb : view page to view one book.
    • web-erb/functions.rb : methods use in main/view pages.
  • Read the history to learn how it grow up.

Reference

Sorry, all reference is in Chinese.

About

A simple local website to view my manga books.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published