Index: Makefile =================================================================== --- Makefile (revision 30495) +++ Makefile (revision 30496) @@ -2,10 +2,10 @@ # are included from $(ROOT)/Makefile.conf which is scconfig generated ROOT=../.. -IN=pcb-rnd.1.mml pcb-prj2lht.1.mml fp2preview.1.mml fp2subc.1.mml -OUT_HTML = pcb-rnd.1.html pcb-prj2lht.1.html fp2preview.1.html fp2subc.1.html -OUT_MAN1 = pcb-rnd.1 pcb-prj2lht.1 fp2preview.1 fp2subc.1 -OUT_LINT = pcb-rnd.1.lint pcb-prj2lht.1.lint fp2preview.1.lint fp2subc.1.lint +IN=pcb-rnd.1.mml pcb-prj2lht.1.mml fp2preview.1.mml fp2subc.1.mml bxl2txt.1.mml +OUT_HTML = pcb-rnd.1.html pcb-prj2lht.1.html fp2preview.1.html fp2subc.1.html bxl2txt.1.html +OUT_MAN1 = pcb-rnd.1 pcb-prj2lht.1 fp2preview.1 fp2subc.1 bxl2txt.1 +OUT_LINT = pcb-rnd.1.lint pcb-prj2lht.1.lint fp2preview.1.lint fp2subc.1.lint bxl2txt.1.lint OUTPUT = $(OUT_HTML) $(OUT_MAN1) index.html MML = /usr/bin/mml Index: bxl2txt.1 =================================================================== --- bxl2txt.1 (nonexistent) +++ bxl2txt.1 (revision 30496) @@ -0,0 +1,30 @@ +.\" pcb-rnd - manual +.\" Copyright (C) 2016 Tibor 'Igor2' Palinkas +.\" +.\" This program is free software; you can redistribute it and/or modify +.\" it under the terms of the GNU General Public License as published by +.\" the Free Software Foundation; either version 2 of the License, or +.\" (at your option) any later version. +.\" +.\" This program is distributed in the hope that it will be useful, +.\" but WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\" You should have received a copy of the GNU General Public License along +.\" with this program; if not, write to the Free Software Foundation, Inc., +.\" 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +.\" +.\" Contact: pcb-rnd-man[removethis]@igor2.repo.hu +.TH bxl2txt 1 2020-04-07 "" "pcb-rnd manual" +.SH NAME +bxl2txt - decode a binary BXL file and dump the plain text content +.SH SYNPOSIS +.nf +.sp +\fBbxl2txt < \fIinfile.bxl\fB > \fIoutfile.txt\fB +.fi +.SH DECSRIPTION + +.BR bxl2txt +reads and decodes a binary bxl file in its standard input and prints the plain text content on its standard output. Index: bxl2txt.1.html =================================================================== --- bxl2txt.1.html (nonexistent) +++ bxl2txt.1.html (revision 30496) @@ -0,0 +1,62 @@ + + + +bxl2txt - pcb-rnd manual + + + + +
bxl2txt 1 + 2020-04-07 + pcb-rnd manual +
+ + + +

NAME

+
+bxl2txt - decode a binary BXL file and dump the plain text content +
+ +

SYNPOSIS

+
+

+bxl2txt < infile.bxl > outfile.txt + + + +

+ +

DESCRIPTION

+
+bxl2txt reads and decodes a binary bxl file in its standard input and prints the plain text content on its standard output. +
+

+ + +
bxl2txt 1 + 2020-04-07 + pcb-rnd manual +
+ + + Index: bxl2txt.1.mml =================================================================== --- bxl2txt.1.mml (nonexistent) +++ bxl2txt.1.mml (revision 30496) @@ -0,0 +1,10 @@ +bxl2txt +1 +2020-04-07 + + bxl2txt - decode a binary BXL file and dump the plain text content + bxl2txt < infile.bxl > outfile.txt + + +bxl2txt reads and decodes a binary bxl file in its standard +input and prints the plain text content on its standard output. Index: index.html =================================================================== --- index.html (revision 30495) +++ index.html (revision 30496) @@ -4,4 +4,5 @@

  • pcb-prj2lht (1) -- pcb-prj2lht - convert old gsch2pcb project file to pcb-rnd project
  • fp2preview (1) -- fp2preview - generate a preview for a library footprint
  • fp2subc (1) -- fp2subc - convert any footprint into a pcb-rnd subcircuit +
  • bxl2txt (1) -- bxl2txt - decode a binary BXL file and dump the plain text content