Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Commits
e3abd3bc
Commit
e3abd3bc
authored
19 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
header/index files for foocanvas pages
parent
dc52ba85
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
web/foocanvas/header.ini
+27
-0
27 additions, 0 deletions
web/foocanvas/header.ini
web/foocanvas/index.shtml
+20
-0
20 additions, 0 deletions
web/foocanvas/index.shtml
with
47 additions
and
0 deletions
web/foocanvas/header.ini
0 → 100755
+
27
−
0
View file @
e3abd3bc
[general]
title
=
ZMap - FooCanvas
author
=
edgrif
keywords
=
Sanger Institute ZMap FooCanvas DNA sequence viewer bioinformatics
description
=
ZMap uses the Open Source FooCanvas (itself a port of Tk's canvas widget) to do its
display
of
sequence
annotation.
navigator_header
=
<<EOT
<img
width
=
"120"
height="120" src="zmap_logo.png" title="ZMap - Son of FMap" alt="ZMap Development" />
EOT
[navigator2]
Include1
=
<<EOT
<span
class
=
'barhead'>FooCanvas</span>
EOT
User
Guide
=
foo_canvas.html
Widget
=
foo-canvas-widget.h.html
General
functions
=
foo-canvas.h.html
Util
functions
=
foo-canvas-util.h.html
Internationalisation
=
foo-canvas-i18n.h.html
Text
Items
=
foo-canvas-text.h.html
Rectangle/Elispe
Items
=
foo-canvas-rect-ellipse.h.html
Polygon
Items
=
foo-canvas-polygon.h.html
Pixel
Buffer
=
foo-canvas-pixbuf.h.html
Line
Items
=
foo-canvas-line.h.html
This diff is collapsed.
Click to expand it.
web/foocanvas/index.shtml
0 → 100755
+
20
−
0
View file @
e3abd3bc
<!--#set var="banner" value="ZMap Developer Site"-->
<!--#include virtual="/perl/header"-->
<!--#set var="author" value="edgrif@sanger.ac.uk" -->
<h1>FooCanvas</h1>
<P>ZMap uses the Open Source FooCanvas widget for its display of sequence/annotation
data. This widget offers considerable performance advantages over the Gnome Canvas
which, while more sophisticated, was too slow and memory intensive for this project.
The FooCanvas is essentially a port of the popular Tk canvas widget and has been used
in a number of Open Source projects such as Gnumeric and Nautilus, i.e. it has a good
pedigree.
<P>Early tests showed that it was as fast as the acedb Graph package in drawing and
<b>much</b> faster for zooming and scrolling. It also has a number of other advantages
to do with event handling and grouping of objects.
<p>
<!--#include virtual="/perl/footer"-->
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment