Skip to content

slowsoul/rfc2epub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rfc2epub

Installation

git clone https://github.com/justinrainbow/rfc2epub.git && cd rfc2epub
wget http://getcomposer.org/composer.phar
php composer.phar install

Usage

mkdir specs
wget http://www.w3.org/Protocols/rfc2616/rfc2616.txt -O specs/rfc2616.txt
(cd specs && ../bin/rfc2html.pl rfc2616.txt)
bin/rfc2epub rfc2616.epub specs/

TODO

  • Simplify the generation process
  • Possibly remove the perl dependency
  • Add support for cover art / other metadata

About

Converts a RFC (such as RFC 2616 http://www.w3.org/Protocols/rfc2616/rfc2616.txt) to an ePub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 57.5%
  • Perl 42.5%