mirror of
git://projects.qi-hardware.com/fped.git
synced 2024-11-22 18:28:26 +02:00
changed GUI page location, checkout instructions, and e-mail address
- Makefile (UPLOAD), README, debian/control (Homepage, Description), fped.1: the GUI page is now on downloads.qi-hardware.com instead of people.openmoko.org - debian/copyright, fped.1: changed e-mail from werner@openmoko.org to werner@almesberger.net - README: changed repository from Openmoko SVN to Qi-Hardware git
This commit is contained in:
parent
9465776449
commit
f0c0ae779a
2
Makefile
2
Makefile
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
PREFIX ?= /usr/local
|
PREFIX ?= /usr/local
|
||||||
|
|
||||||
UPLOAD = werner@sita.openmoko.org:public_html/fped/
|
UPLOAD = www-data@downloads.qi-hardware.com:werner/fped/
|
||||||
|
|
||||||
OBJS = fped.o expr.o coord.o obj.o delete.o inst.o util.o error.o \
|
OBJS = fped.o expr.o coord.o obj.o delete.o inst.o util.o error.o \
|
||||||
unparse.o file.o dump.o kicad.o postscript.o meas.o \
|
unparse.o file.o dump.o kicad.o postscript.o meas.o \
|
||||||
|
8
README
8
README
@ -12,7 +12,7 @@ that can be performed through the GUI.
|
|||||||
This README describes only the footprint definition language. A
|
This README describes only the footprint definition language. A
|
||||||
description of the GUI can be found here:
|
description of the GUI can be found here:
|
||||||
|
|
||||||
http://people.openmoko.org/werner/fped/gui.html
|
http://downloads.qi-hardware.com/people/werner/fped/gui.html
|
||||||
|
|
||||||
This work is distributed under the terms of the GNU GENERAL PUBLIC
|
This work is distributed under the terms of the GNU GENERAL PUBLIC
|
||||||
LICENSE, Version 2:
|
LICENSE, Version 2:
|
||||||
@ -42,12 +42,12 @@ Prerequisites:
|
|||||||
|
|
||||||
Check out the repository:
|
Check out the repository:
|
||||||
|
|
||||||
svn co http://svn.openmoko.org/trunk/eda/fped
|
git clone git://projects.qi-hardware.com/fped.git
|
||||||
cd fped
|
cd fped
|
||||||
|
|
||||||
Get updates:
|
Get updates:
|
||||||
|
|
||||||
svn update
|
git pull
|
||||||
|
|
||||||
Compile:
|
Compile:
|
||||||
|
|
||||||
@ -525,7 +525,7 @@ GUI
|
|||||||
---
|
---
|
||||||
|
|
||||||
Part of the GUI is described in
|
Part of the GUI is described in
|
||||||
http://people.openmoko.org/werner/fped/gui.html
|
http://downloads.qi-hardware.com/people/werner/fped/gui.html
|
||||||
|
|
||||||
|
|
||||||
Keyboard shortcuts
|
Keyboard shortcuts
|
||||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 7.4.10), pkg-config,
|
|||||||
imagemagick, transfig, netpbm, ghostscript,
|
imagemagick, transfig, netpbm, ghostscript,
|
||||||
libgtk2.0-dev
|
libgtk2.0-dev
|
||||||
Standards-Version: 3.9.1
|
Standards-Version: 3.9.1
|
||||||
Homepage: http://people.openmoko.org/werner/fped/gui.html
|
Homepage: http://downloads.qi-hardware.com/people/werner/fped/gui.html
|
||||||
|
|
||||||
Package: fped
|
Package: fped
|
||||||
Architecture: any
|
Architecture: any
|
||||||
@ -20,5 +20,5 @@ Description: Footprint editor
|
|||||||
the textual definition also has a straightforward equivalent operation
|
the textual definition also has a straightforward equivalent operation
|
||||||
that can be performed through the GUI.
|
that can be performed through the GUI.
|
||||||
A description of the GUI can be found here:
|
A description of the GUI can be found here:
|
||||||
http://people.openmoko.org/werner/fped/gui.html
|
http://downloads.qi-hardware.com/people/werner/fped/gui.html
|
||||||
|
|
||||||
|
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -8,11 +8,11 @@ It was downloaded from:
|
|||||||
|
|
||||||
Upstream Author(s):
|
Upstream Author(s):
|
||||||
|
|
||||||
Werner Almesberger <werner@openmoko.org>
|
Werner Almesberger <werner@almesberger.net>
|
||||||
|
|
||||||
Copyright:
|
Copyright:
|
||||||
|
|
||||||
Copyright 2009, 2010 by Werner Almesberger
|
Copyright 2009-2011 by Werner Almesberger
|
||||||
|
|
||||||
License:
|
License:
|
||||||
|
|
||||||
|
6
fped.1
6
fped.1
@ -15,7 +15,7 @@ The language is constrained such that anything that can be expressed in
|
|||||||
the textual definition also has a straightforward equivalent operation
|
the textual definition also has a straightforward equivalent operation
|
||||||
that can be performed through the GUI.
|
that can be performed through the GUI.
|
||||||
A description of the GUI can be found here:
|
A description of the GUI can be found here:
|
||||||
http://people.openmoko.org/werner/fped/gui.html
|
http://downloads.qi-hardware.com/people/werner/fped/gui.html
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-k\fR
|
\fB\-k\fR
|
||||||
@ -40,12 +40,12 @@ cpp_option
|
|||||||
\fB\-Idir\fR, \fB\-Dname\fR[=\fIvalue\fR], or \fB\-Uname\fR
|
\fB\-Idir\fR, \fB\-Dname\fR[=\fIvalue\fR], or \fB\-Uname\fR
|
||||||
.PP
|
.PP
|
||||||
Please report any further bugs at
|
Please report any further bugs at
|
||||||
.B werner@openmoko.org
|
.B werner@almesberger.net
|
||||||
.SH LICENCE
|
.SH LICENCE
|
||||||
.B fped
|
.B fped
|
||||||
is covered by the GNU General Public License (GPL), version 2 or later.
|
is covered by the GNU General Public License (GPL), version 2 or later.
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
Werner Almesberger <werner@openmoko.org>
|
Werner Almesberger <werner@almesberger.net>
|
||||||
.PP
|
.PP
|
||||||
This manual page was written by Xiangfu Liu <xiangfu@sharism.cc>
|
This manual page was written by Xiangfu Liu <xiangfu@sharism.cc>
|
||||||
It is licensed under the terms of the GNU GPL (version 2 or later).
|
It is licensed under the terms of the GNU GPL (version 2 or later).
|
||||||
|
Loading…
Reference in New Issue
Block a user