Advanced Comic Book Format Wiki
m (Reverted edits by 107.221.120.224 (talk | block) to last version by GeoRW)
No edit summary
Tag: rte-source
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<mainpage-leftcolumn-start />
 
<mainpage-leftcolumn-start />
   
[[File:Acbfv.png|left]]This Wiki contains information related to ACBF (Advanced Comic Book Format), including ACBF Viewer and various available tools. Everyone is welcome to put more useful information here. Project page of Advanced Comic Book Format is located at https://launchpad.net/acbf, where you can download latest file format specifications, XML schema, ACBF Viewer application and view all project related files, including source code.
+
[[File:Acbfv.png|left]]This Wiki contains information related to ACBF (Advanced Comic Book Format), including ACBF Viewer and various available tools. Everyone is welcome to put more useful information here. Project page of Advanced Comic Book Format is located at https://launchpad.net/acbf, where you can download latest file format specifications, XML schema, related tools and applications, sample comic books and view all project related files, including source code.
   
 
==ACBF Description==
 
==ACBF Description==
  +
{{Main|Specifications}}
 
<p id="yui_3_9_1_1_1366192361305_778">Advanced Comic Book Format (ACBF) specification is a distribution and interchange format for digital comic books. ACBF specification defines a means of representing structured and semanticaly enhanced content used in comic books. In contrast to widely used Comic Book Archive (CBR, CBZ …), content is represented in separate graphic and text layer(s) as well as comic book metadata is present.</p>
 
<p id="yui_3_9_1_1_1366192361305_778">Advanced Comic Book Format (ACBF) specification is a distribution and interchange format for digital comic books. ACBF specification defines a means of representing structured and semanticaly enhanced content used in comic books. In contrast to widely used Comic Book Archive (CBR, CBZ …), content is represented in separate graphic and text layer(s) as well as comic book metadata is present.</p>
 
Some of the properties of ACBF are:<br />• Definition of comic book metadata (title, authors, genres ...)<br />• Definition of comic book structure (pages, frames) as well as order in which they follow<br />• Indexing of comic book pages (creation of Table of Contents upon page title)<br />• Definition of text layer separate from background graphics as well as reading order of text areas in it<br />• Definition of semantics on the text layer (e.g. emphasis, code, speech, commentary …)<br />• Support for more text layers in one document (translations to different languages)
 
Some of the properties of ACBF are:<br />• Definition of comic book metadata (title, authors, genres ...)<br />• Definition of comic book structure (pages, frames) as well as order in which they follow<br />• Indexing of comic book pages (creation of Table of Contents upon page title)<br />• Definition of text layer separate from background graphics as well as reading order of text areas in it<br />• Definition of semantics on the text layer (e.g. emphasis, code, speech, commentary …)<br />• Support for more text layers in one document (translations to different languages)
Line 18: Line 19:
   
 
*[[ACBF Editor]] - is an editor capable of creating CBZ archives with ACBF files inside. It is written in python. Currently there are versions for Linux and Windows.
 
*[[ACBF Editor]] - is an editor capable of creating CBZ archives with ACBF files inside. It is written in python. Currently there are versions for Linux and Windows.
  +
* [[ACBF Viewer for Android]] - is a port of ACBF Viewer to Android platform. It is written in python and using Kivy framework to handle user interface.
   
 
*[[mkacbf]] - is an ACBF file creation utility in the traditional UNIX form. You can create acbf file from command-line interface with it. Works under Linux.
 
*[[mkacbf]] - is an ACBF file creation utility in the traditional UNIX form. You can create acbf file from command-line interface with it. Works under Linux.
Line 26: Line 28:
 
This section links to various pages describing creation of ACBF files, which tools to use and how to do it easily.
 
This section links to various pages describing creation of ACBF files, which tools to use and how to do it easily.
   
*[[How to create simple ACBF comic book]] - this How To describes the creation of CBZ comic book archive with embedded *.acbf file which contains various comic book metadata.
+
*[[ACBF Editor - Creating Metadata]] - this How To describes the creation of CBZ comic book archive with embedded *.acbf file which contains various comic book metadata.
   
*[[How to create frames and text areas in ACBF]] - this How To describes the creation of frames/panels and text areas using Inkscape.
+
*[[ACBF Editor - Creating Panels]] - this How To document describes how to create comic book frames/panels definitions, which can be used for panel by panel viewing.
  +
  +
*[[ACBF Editor - Creating Table of Contents]] - this document shows how to create table of contents for comic book archive.
  +
  +
*[[ACBF Editor - Creating Text Layers]] - this How To describes the creation of text-layers and text areas.
   
 
==Other Information==
 
==Other Information==
 
*[[ACBF Comic Books]] - contains list of free comic books that were converted to ACBF format and information about them.
 
*[[ACBF Comic Books]] - contains list of free comic books that were converted to ACBF format and information about them.
 
*[[Online Libraries]] - list of online libraries where ACBF Comic Books can be found
 
*[[Online Libraries]] - list of online libraries where ACBF Comic Books can be found
  +
*[[ACBF History]] - history of ACBF development and reception
  +
  +
[[sk:Hlavná_stránka]]
 
[[Category:Browse]]
 
[[Category:Browse]]

Latest revision as of 10:19, 29 May 2017

Acbfv
This Wiki contains information related to ACBF (Advanced Comic Book Format), including ACBF Viewer and various available tools. Everyone is welcome to put more useful information here. Project page of Advanced Comic Book Format is located at https://launchpad.net/acbf, where you can download latest file format specifications, XML schema, related tools and applications, sample comic books and view all project related files, including source code.

ACBF Description[]

Main article: Specifications

Advanced Comic Book Format (ACBF) specification is a distribution and interchange format for digital comic books. ACBF specification defines a means of representing structured and semanticaly enhanced content used in comic books. In contrast to widely used Comic Book Archive (CBR, CBZ …), content is represented in separate graphic and text layer(s) as well as comic book metadata is present.

Some of the properties of ACBF are:
• Definition of comic book metadata (title, authors, genres ...)
• Definition of comic book structure (pages, frames) as well as order in which they follow
• Indexing of comic book pages (creation of Table of Contents upon page title)
• Definition of text layer separate from background graphics as well as reading order of text areas in it
• Definition of semantics on the text layer (e.g. emphasis, code, speech, commentary …)
• Support for more text layers in one document (translations to different languages)

ACBF aims to be used as a digital comic book format that is able to properly represent any comic books content and at the same time be suitable for automatic processing, indexing, comic book collection management and conversion into other formats.

ACBF is an extension of XML. Some inspiration regarding meta-data and semantics of the text layer comes from Fictionbook (file format that is used for electronic books distribution) and ACV 2 (comic book format used by Droid Comic Viewer).

ACBF does not use any kind of DRM (Digital Rights Management) and all specifications are open.

ACBF Tools and Related Applications[]

This section links to pages with description of various tools and ACBF related applications.

  • ACBF Viewer - is a viewer application capable of reading ACBF and CBZ file formats. It is written in python. Currently there are versions for Linux and Windows.
  • ACBF Editor - is an editor capable of creating CBZ archives with ACBF files inside. It is written in python. Currently there are versions for Linux and Windows.
  • ACBF Viewer for Android - is a port of ACBF Viewer to Android platform. It is written in python and using Kivy framework to handle user interface.
  • mkacbf - is an ACBF file creation utility in the traditional UNIX form. You can create acbf file from command-line interface with it. Works under Linux.
  • ComicsList- is a spreadsheet document that can be used to create ACBF metadata files easily.

How To Documents[]

This section links to various pages describing creation of ACBF files, which tools to use and how to do it easily.

  • ACBF Editor - Creating Metadata - this How To describes the creation of CBZ comic book archive with embedded *.acbf file which contains various comic book metadata.
  • ACBF Editor - Creating Panels - this How To document describes how to create comic book frames/panels definitions, which can be used for panel by panel viewing.

Other Information[]

  • ACBF Comic Books - contains list of free comic books that were converted to ACBF format and information about them.
  • Online Libraries - list of online libraries where ACBF Comic Books can be found
  • ACBF History - history of ACBF development and reception