initial commits
parent
31e04d3764
commit
6d5259ef53
|
@ -8,7 +8,6 @@ If you are _not_ familiar with **archive formats** and **container formats** —
|
||||||
* eBooks,
|
* eBooks,
|
||||||
* file-systems,
|
* file-systems,
|
||||||
* image galleries,
|
* image galleries,
|
||||||
* ISO optical disc images,
|
|
||||||
* journals,
|
* journals,
|
||||||
* music albums,
|
* music albums,
|
||||||
* photo albums,
|
* photo albums,
|
||||||
|
@ -94,7 +93,6 @@ For example:
|
||||||
* eBooks,
|
* eBooks,
|
||||||
* file-systems,
|
* file-systems,
|
||||||
* image galleries,
|
* image galleries,
|
||||||
* ISO optical disc images,
|
|
||||||
* journals,
|
* journals,
|
||||||
* music albums,
|
* music albums,
|
||||||
* photo albums,
|
* photo albums,
|
||||||
|
@ -102,7 +100,7 @@ For example:
|
||||||
* website archives,
|
* website archives,
|
||||||
* _etc_.
|
* _etc_.
|
||||||
|
|
||||||
Many of these use-cases either use the **cpio format**, the **rar format**, **tar format**, or the **zip format**, or some other **archive format** or **container format**.
|
Many of these use-cases either use the **cpio format**, the **iso format**, the **rar format**, **tar format**, or the **zip format**, or some other **archive format** or **container format**.
|
||||||
|
|
||||||
While all of these formats work acceptably as an **archive format** and a **container format** — none of them are **easy** for a programmer of 3 to 10 years of experience to implement a encoder and a decoder for it.
|
While all of these formats work acceptably as an **archive format** and a **container format** — none of them are **easy** for a programmer of 3 to 10 years of experience to implement a encoder and a decoder for it.
|
||||||
Also none of these supports a ‘**view-source**’ learning style (as none of them is text based, for some definition of "text").
|
Also none of these supports a ‘**view-source**’ learning style (as none of them is text based, for some definition of "text").
|
||||||
|
|
Loading…
Reference in New Issue