a332a1d7d0ead51bc7c9e4399df10ff9777c7a1d
[ebuildfind.git] / templates / ebuildfind / base.html
bloba332a1d7d0ead51bc7c9e4399df10ff9777c7a1d
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
5 <title>ebuildfind - search engine for gentoo overlays</title>
6 <link rel="stylesheet" type="text/css" href="/static/css/reset.css" media="screen" />
7 <link rel="stylesheet" type="text/css" href="/static/css/text.css" media="screen" />
8 <link rel="stylesheet" type="text/css" href="/static/css/grid.css" media="screen" />
9 <link rel="stylesheet" type="text/css" href="/static/css/layout.css" media="screen" />
10 <link rel="stylesheet" type="text/css" href="/static/css/nav.css" media="screen" />
11 <!--[if IE 6]><link rel="stylesheet" type="text/css" href="css/ie6.css" media="screen" /><![endif]-->
12 <!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie.css" media="screen" /><![endif]-->
13 <meta name="verify-v1" content="Eoz2Hmql/IvlB4zKL5iMhKkJw5oPotgC7Qik72ZkLmI=" >
14 </head>
15 <body>
16 <div class="container_16">
17 <div class="clear"></div>
19 <!-- search box BEGIN -->
20 <div class="grid_16" id="search-box">
21 <h1>ebuildfind</h1
22 <a href="http://www.ebuildfind.net"><img src="/static/img/glogo-small.png"/></a>
23 <div>
24 <form action="/search/" method="GET">
25 <input type="text" name="q" value="{% block search-value%}{% endblock %}"/>
26 <input type="submit" value="search"/>
27 </form>
28 {% block help %}
29 <p>This is a search engine for ebuilds, it looks for the query in the overlay name,
30 category, description, application name and the exact version name. Give it a try <a href="http://www.ebuildfind.net/search/?q=gnome+extra">now</a> and <a href="http://www.ebuildfind.net/search/?q=ssh">here</a></p>
31 <p><b>28 June 09':</b> Some ebuilds and overlays are missing please
32 notify me bugs at <a href="http://code.google.com/p/ebuildfind/issues/list">google
33 code project page</a></p>
34 {% endblock %}
35 </div>
36 </div>
37 <div class="clear"></div>
38 <!-- search box END -->
40 <!-- result box BEGIN -->
41 <div class="grid_16" id="results">
42 {% block results %}{% endblock %}
43 </div>
44 <div class="clear"></div>
45 <!-- result box END -->
47 <div class="grid_4">
48 {% block info %}
49 <div>
50 <h2><a href="{{GOverlays.GetLink}}">Overlays Planet</a></h2>
51 <div>
53 {% for post in GOverlays %}
54 <div class="post">
55 <h6><a href="{{post.link}}">{{ post.title }}</a></h6>
56 <div>{{ post.content|safe }}</div>
57 </div>
58 {% endfor %}
60 </div>
61 </div>
62 </div>
63 <div class="grid_4">
64 <div>
65 <h2><a href="{GPlanet.GetLink}}">Gentoo Planet</a></h2>
66 <div>
68 {% for post in GPlanet %}
69 <div class="post">
70 <h6><a href="{{post.link}}">{{ post.title }}</a></h6>
71 <div>{{ post.content|truncatewords_html:100|safe }}</div>
72 </div>
73 {% endfor %}
75 </div>
76 </div>
77 </div>
78 <div class="grid_4">
80 <div>
81 <h2><a href="{GPlanet.GetLink}}">Gentoo News</a></h2>
82 <div>
84 {% for post in GNews %}
85 <div class="post">
86 <h6><a href="{{post.link}}">{{ post.title }}</a></h6>
87 <div>{{ post.content|safe }}</div>
88 </div>
89 {% endfor %}
91 </div>
92 </div>
94 </div>
95 <div class="grid_4">
96 <div>
97 <h2><a href="{GGoogle.GetLink}}">Google News</a></h2>
98 <div>
100 {% for post in GGoogle %}
101 <div class="post">
102 <h6><a href="{{post.link}}">{{ post.title }}</a></h6>
103 <div>{{ post.content|safe }}</div>
104 </div>
105 {% endfor %}
107 </div>
108 </div>
109 {% endblock %}
110 </div>
111 <div class="clear"></div>
112 <div class="grid_16" id="bottom" >
113 <p>"Gentoo" and "G" logo are the property of Gentoo
114 Foundation, Inc.</p>
115 <p>This website is made
116 with <a href="http://www.djangoproject.com">
117 django</a> and <a href="http://www.whoosh.ca">whoosh</a>
118 hosted by <a href="http://www.alwaysdata.com">alwaysdata.com</a></p>
119 </div>
120 <div class="clear"></div>
121 <script type="text/javascript">
122 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
123 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
124 </script>
125 <script type="text/javascript">
126 try {
127 var pageTracker = _gat._getTracker("UA-7963643-4");
128 pageTracker._trackPageview();
129 } catch(err) {}</script>
130 </body>
131 </html>