File: README.html

package info (click to toggle)
pymacs 0.22-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,020 kB
  • ctags: 340
  • sloc: python: 2,519; lisp: 460; makefile: 120; sh: 113
file content (11 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--: Faire
  from Webert import transform
  title, text = transform.transform('README')
:-->
<html>
 <head><title>%(title)s</title></head>
 <body>
%(text)s
 </body>
</html>