-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtemplate.fpht
More file actions
106 lines (93 loc) · 3.84 KB
/
Copy pathtemplate.fpht
File metadata and controls
106 lines (93 loc) · 3.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<!-- Web Page Design by James Koster - http://www.jameskoster.co.uk and Marko Mihelèiæ - http://www.mcville.net-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>$TITLE</title>
<link href="/css/fp.css" rel="stylesheet" type="text/css" />
<link href="/css/fp-navl.css" rel="alternate stylesheet" type="text/css" title="Nav-Left" />
</head>
<body>
<div id="header">
<div id="menu">
<a href="./">Home</a>
<a href="news.html">News</a>
<a href="download.html">Download</a>
<a href="http://www.freepascal.org/wiki/">Wiki</a>
<a href="http://forum.lazarus.freepascal.org/index.php?action=forum">Forum</a>
<a href="docs.html">Documentation</a>
<a href="http://bugs.freepascal.org/set_project.php?project_id=6">Bug tracker</a>
</div>
<img src="pic/logo.gif" alt="FPC Logo" width="133" height="63">
<div class="spacer"></div>
<h1>freepascal</h1>
<h2>Open source compiler for Pascal and Object Pascal</h2>
</div>
<div id="content">
<div id="sidebar">
<h1>General</h1>
<div class="submenu">
<a href="/">Home</a>
<a href="news.html">News</a>
<a href="download.html">Download</a>
<a href="http://www.freepascal.org/wiki/">Wiki</a>
<a href="http://forum.lazarus.freepascal.org/index.php?action=forum">Forum</a>
<a href="docs.var">Documentation</a>
<a href="http://bugs.freepascal.org/set_project.php?project_id=6">Bug tracker</a>
</div>
<h1>Coding</h1>
<div class="submenu">
<a href="advantage.var">Advantages</a>
<a href="develop.html">Development</a>
<a href="future.html">Future Plans</a>
<a href="probs.html">Known Problems</a>
<a href="fpcmac.html">FPC on the Mac</a>
<a href="faq.html">FAQ</a>
<a href="contrib/contribs.html">Contributed Units</a>
<a href="moreinfo.html">More information</a>
<a href="maillist.html">Mailing Lists</a>
<a href="port.html">Porting from TP7</a>
<a href="aboutus.html">Authors</a>
<a href="credits.html">Credits</a>
<a href="links.html">Links/mirrors</a>
</div>
<h1>Tools</h1>
<div class="submenu">
<a href="tools/tools.html">Tools</a>
<a href="tools/delp.html">Delp</a>
<a href="tools/fpcmake.html">FPCMake</a>
<a href="tools/h2pas.html">H2Pas</a>
<a href="tools/ppdep.html">PPDep</a>
<a href="tools/ppudump.html">PPUDump</a>
<a href="tools/ppumove.html">PPUMove</a>
<a href="tools/ptop.html">PtoP</a>
<a href="tools/rstconv.html">RSTConv</a>
<a href="tools/tply.html">TPLY</a>
<a href="fcl/fcl.html">FCL</a>
<a href="packages/packages.html">Packages</a>
</div>
<h1>Search</h1>
Search documentation, forums & mailing lists.
<form action="http://forum.lazarus.freepascal.org/index.php?action=search" method="get">
<p><input type="text" name="q" size="20" maxlength="256"></p>
<p><input type="submit" value="Search" name="t">
<input type="submit" value="Feeling Lucky" name="t">
</p>
</form>
<div class="logos">
<p><a href="http://www.lazarus.freepascal.org"><img src="/pic/lazarus_produced_logo.gif" alt="Lazarus Logo" height="57" width="125" ></a></p>
<p><a href="http://www.ffii.org"><img src="http://demo.ffii.org/banners/bsod7s_88x31.en.png" alt="EU-Council segfaulted" height="31" width="88" ></a></p>
<p><a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=2174&type=1" width="88" height="31" alt="SourceForge.net Logo" ></a></p>
</div>
</div>
<div id="mainbar">
<h1>Contributions</h1>
<div ID="contribs">
</div>
</div>
<!-- MODIFY -->
<div id="footer">
Copyright Free Pascal team 1993-2006.<br />
Page design by <a href="http://www.sixshootermedia.com">6ix Shooter Media</a>, additional modifications by <a href="mailto:mcposeidon@mcville.net">Pos3idon</a>.
</div>
</body></html>