Skip to content

da0ka/arc2html

Repository files navigation

Arc2HTML

It creates Archives works on web browser. output is compressed, uncompressed and self extracted. self extracted archives is html format.

Applications

  • index.html includes Application list.
  • arc-0.htm

    description of code and algorithm

  • arc-sfx-2.htmdemo

    modern web browser can open its output

    • solid tiny

      solid compression, small decoder, decoding is slow

    • split tiny

      split compression, small decoder, decoding is slow

    • solid fast

      solid compression, slightly bigger decoder, decoding is fast

    • split fast

      split compression, slightly bigger decoder, decoding is fast

  • arc-sfx2-3.htmdemo

    partial browser can't open its output on local system. but its size is slightly smaller and decoding slightly faster than above's

    • html
      • raw

        output raw decoder

      • tiny

        output compressed decoder

      • clear

        remove compressed string after load contents

    • mode
      • solid

        solid compression

      • split

        split compression. extract all files before download

      • split2

        split compression. extract one files a time

    • listing

      create file list

    • LOAD

      read multiple files

    • Save

      download all archives

    • kill

      erase list

others are simple version

About

archives creater works on web browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published