aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html86
1 files changed, 0 insertions, 86 deletions
diff --git a/index.html b/index.html
deleted file mode 100644
index 29cef02..0000000
--- a/index.html
+++ /dev/null
@@ -1,86 +0,0 @@
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5<head>
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7
8 <title>ask/chishop @ GitHub</title>
9
10 <style type="text/css">
11 body {
12 margin-top: 1.0em;
13 background-color: #8f92bd;
14 font-family: "helvetica";
15 color: #000000;
16 }
17 #container {
18 margin: 0 auto;
19 width: 700px;
20 }
21 h1 { font-size: 3.8em; color: #706d42; margin-bottom: 3px; }
22 h1 .small { font-size: 0.4em; }
23 h1 a { text-decoration: none }
24 h2 { font-size: 1.5em; color: #706d42; }
25 h3 { text-align: center; color: #706d42; }
26 a { color: #706d42; }
27 .description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
28 .download { float: right; }
29 pre { background: #000; color: #fff; padding: 15px;}
30 hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
31 .footer { text-align:center; padding-top:30px; font-style: italic; }
32 </style>
33
34</head>
35
36<body>
37 <a href="http://github.com/ask/chishop"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
38
39 <div id="container">
40
41 <div class="download">
42 <a href="http://github.com/ask/chishop/zipball/master">
43 <img border="0" width="90" src="http://github.com/images/modules/download/zip.png"></a>
44 <a href="http://github.com/ask/chishop/tarball/master">
45 <img border="0" width="90" src="http://github.com/images/modules/download/tar.png"></a>
46 </div>
47
48 <h1><a href="http://github.com/ask/chishop">chishop</a>
49 <span class="small">by <a href="http://github.com/ask">ask</a></small></h1>
50
51 <div class="description">
52 Simple PyPI server written in Django.
53 </div>
54
55 <p>Simple PyPI server written in Django. Supports register/upload new projects and releases using distutils and installation of distributions on server using easy_install/pip.</p><h2>Dependencies</h2>
56<p>Django >= 1.0.2</p>
57<h2>Install</h2>
58<p>see README.</p>
59<h2>License</h2>
60<p>BSD</p>
61<h2>Authors</h2>
62<p>Ask Solem (askh@modwheel.net) <br/> <br/> </p>
63<h2>Contact</h2>
64<p>Ask Solem Hoel (ask@modwheel.net) <br/> </p>
65
66
67 <h2>Download</h2>
68 <p>
69 You can download this project in either
70 <a href="http://github.com/ask/chishop/zipball/master">zip</a> or
71 <a href="http://github.com/ask/chishop/tarball/master">tar</a> formats.
72 </p>
73 <p>You can also clone the project with <a href="http://git-scm.com">Git</a>
74 by running:
75 <pre>$ git clone git://github.com/ask/chishop</pre>
76 </p>
77
78 <div class="footer">
79 get the source code on GitHub : <a href="http://github.com/ask/chishop">ask/chishop</a>
80 </div>
81
82 </div>
83
84
85</body>
86</html>