~ubuntu-branches/ubuntu/intrepid/electric/intrepid

« back to all changes in this revision

Viewing changes to html/manual/text/chap08-01.html

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2008-07-23 02:09:53 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080723020953-1gmnv7q2wpsdbnop
Tags: 8.07-0ubuntu1
* New Upstream version. Please check changelog for details. (LP: #242720)
* debian/control
  - Add build dependencies *-jdk, cdbs and bsh.
  - Remove build dependency dpatch. We will be using CDBS simple patchsys.
  - Refreshed runtime dependencies to default-jre | java2-runtime and bsh.
  - Added home page field.
  - Standard version 3.8.0.
  - Modify Maintainer value to match the DebianMaintainerField
    specification.
  - Changed email address for original maintainer to indicate who has
    refreshed the packaging.
* debian/rules
  - Revamped to use cdbs.
  - Added get-orig-source target.
* debian/patches
  - 00list, 02_sensible-browser.dpatch, 01_errors-numbers.dpatch,
    03_manpage.dpatch - Deleted, not relevant anymore.
  - 01_fix_build_xml.patch - Patch to fix the build.xml.
* debian/ant.properties
  - File to set various compilation properties.
* debian/electric.1
  - Remove the entry that causes lintian warning.
* debian/electric.desktop
  - Change as suggested by desktop-file-validate.
* debian/electric.docs
  - Updated as per changes in file names.
* debian/electric.svg
  - Name changed from electric_icon.svg.
* debian/install
  - Added appropriate locations for jar file, desktop file and wrapper shell
    script.
* debian/README.source
  - Added to comply with standards version 3.8.0.
* debian/TODO.Debian
  - Name changed form TODO.
* debain/wrapper/electric
  - Wrapper shell script to launch the application.
* debian/manpages
  - Added for installation of manpage.
* debian/watch
  - Updated to match jar files instead of older tar.gz files.
* debian/dirs
  - Removed, not needed anymore.
* debian/{electric.doc-base, electric.examples, substvars}
  - Removed, not relevant anymore.
* debian/*.debhelper
  - Removed auto generated files. Not relevant anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<HTML><HEAD><TITLE>Using Electric 8-1: Introduction to Technology Editing</TITLE></HEAD>
2
 
<BODY BGCOLOR="#FFFFFF">
3
 
<HR>
4
 
 
5
 
<CENTER><H1><A NAME="chap08-01">Chapter 8: CREATING NEW ENVIRONMENTS</A></H1></CENTER>
6
 
<CENTER><TABLE WIDTH="90%" BORDER=0><TR>
7
 
<TD><CENTER><A HREF="chap07-09.html#chap07-09"><IMG SRC="../images/iconplug.png" ALT="plug" BORDER=0></A></CENTER></TD>
8
 
<TD><CENTER><H2>8-1: Introduction to Technology Editing</H2></CENTER></TD>
9
 
<TD><CENTER><A HREF="chap08-02.html#chap08-02"><IMG SRC="../images/iconplug.png" ALT="plug" BORDER=0></A></CENTER></TD></TR></TABLE></CENTER>
10
 
<HR>
11
 
<BR>
12
 
 
13
 
Although there are many technology descriptions in Electric,
14
 
there are many more in the world.
15
 
To accommodate this,
16
 
there is the <I>technology editor</I> which allows you to modify existing technologies and create new ones.
17
 
<P>
18
 
The editor works by converting a technology into a library of facets.
19
 
You then edit the facets, using familiar Electric commands, and make changes to the technology.
20
 
Finally, the technology editor translates the library back into a technology.
21
 
<P>
22
 
Libraries which describe a technology are called <I>technology libraries</I>.
23
 
They use elements from the Artwork technology to describe their information.
24
 
Special commands from the <B>Technology</B> menu aid in the manipulation of these libraries.
25
 
<P>
26
 
There are four types of facets in a technology library which describe the <I>layers</I>, <I>nodes</I>,
27
 
<I>arcs</I>, and <I>miscellaneous-information</I>.
28
 
The layer facets all begin with the name "layer-" and each one defines a layer in the technology.
29
 
For example, the facet called "layer-Metal" defines the metal layer.
30
 
The node and arc facets correspond to the primitives in the technology.
31
 
Their names always begin with "node-" and "arc-".
32
 
The miscellaneous information facet is always called "factors".
33
 
Any other facet in the library is ignored.
34
 
 
35
 
<P>
36
 
<HR>
37
 
<CENTER><TABLE BORDER=0><TR>
38
 
<TD><A HREF="chap07-09.html#chap07-09"><IMG SRC="../images/iconbackarrow.png" ALT="Prev" BORDER=0></A></TD>
39
 
<TD><A HREF="chap07-09.html#chap07-09">Previous</A></TD>
40
 
<TD>&nbsp;&nbsp;&nbsp;</TD>
41
 
<TD><A HREF="../index.html"><IMG SRC="../images/iconcontarrow.png" ALT="Contents" BORDER=0></A></TD>
42
 
<TD><A HREF="../index.html">Table of Contents</A></TD>
43
 
<TD>&nbsp;&nbsp;&nbsp;</TD>
44
 
<TD><A HREF="chap08-02.html#chap08-02">Next</A></TD>
45
 
<TD><A HREF="chap08-02.html#chap08-02"><IMG SRC="../images/iconforearrow.png" ALT="Next" BORDER=0></A></TD>
46
 
</TR></TABLE></CENTER>
47
 
</BODY>
48
 
</HTML>