[Debtags-commits] [svn] r2130 - web/trunk
Enrico Zini
enrico at alioth.debian.org
Mon Nov 20 14:51:35 CET 2006
Author: enrico
Date: Mon Nov 20 14:51:34 2006
New Revision: 2130
Added:
web/trunk/updatenews (contents, props changed)
Modified:
web/trunk/index.html
web/trunk/main.css
Log:
Home page redesign
Modified: web/trunk/index.html
==============================================================================
--- web/trunk/index.html (original)
+++ web/trunk/index.html Mon Nov 20 14:51:34 2006
@@ -27,28 +27,26 @@
style="float: right; width: 150px; height: 194px; margin-right: 10pt">
<h2>News</h2>
-<ul>
- <li>[2005-11-24] <a href="http://debtags.alioth.debian.org/cgi-bin/search.cgi">Debtags-Enhanced Search</a> a smart debtags based web interface for searching packages is available
- <img alt="new!" src="images/new.png" style="width: 31px; height: 12px;">
- </li>
- <li>[2005-07-24] Debtags makes <a href="http://lists.debian.org/debian-devel-announce/2005/07/msg00016.html">debian-devel-announce</a>
- </li>
- <li>[2005-07-22] Debtags <a href="http://www.debian-administration.org/articles/192">
- mentioned on Debian-Administration.org</a>
- </li>
- <li>[2005-07-20] Debtags <a href="http://www.pro-linux.de/news/2005/8418.html">mentioned
- in the "pro-linux" german magazine</a>
- </li>
- <li>[2005-07-12] Debtags data merged in the Packages file
- </li>
- <li>[2005-07-10] <a href="http://people.debian.org/~enrico/talks/20050710-Debconf">Debtags
- talk</a> at <a href="http://www.debconf.org/debconf5/">Debconf5</a>.
- Slides, video and paper available.
- </li>
- <li>[2005-05-14] FAQ added to the website</li>
- <li>[2005-05-13] New version of all components uploaded into experimental,
- with lots of new functions, python bindings and perl bindings</li>
- <li><a href="oldnews.html">(older news)</a></li>
+<ul class='news'>
+<!-- Update with :r!./updatenews -->
+<li>[2006-11-20] <a href='http://www.enricozini.org//2006/debtags/website-redesign.html'>Debtags home page redesigned</a>
+<p>The <a href='http://debtags.alioth.debian.org'>Debtags home page</a> has been redesigned
+as a quick index to all the Debtags resources.</p></li>
+<li>[2006-09-28] <a href='http://www.enricozini.org//2006/debtags/debtags-interesting-times.html'>Debtags interesting times</a>
+<p>An unbelievable amount of interesting, fun and bleeding-edge things to
+do are coming out with Debtags.</p></li>
+<li>[2006-08-26] <a href='http://www.enricozini.org//2006/debtags/evaluating-languages.html'>Evaluating programming languages for playing with Debtags</a>
+<p>Since having workable bindings for the C++ Debtags libraries seems to be still
+a bit in the future, I'm planning to build a bit of native infrastructure in
+some higher level language. First step is seeing what language I could start
+playing with.</p></li>
+<li>[2006-08-25] <a href='http://www.enricozini.org//2006/debtags/tagging-intro-notes.html'>Introductory notes about tagging</a>
+<p>A group of nice Swiss researchers are doing some <a href='http://wiki.debian.org/research/publications'>research on
+Debian</a>, and as part of their
+research they are about to tag around 400 libraries using
+<a href='http://debtags.alioth.debian.org'>Debtags</a>. They feel that being able to
+distinguish projects by categories will help us to improve their analysis of
+component (library) reuse.</p></li>
</ul>
<div style="clear: both"/>
@@ -67,7 +65,8 @@
<ul>
<li><a href="ssearch.html">Debtags smart search</a>: search packages by keyword, then browse the results using tags.</li>
<li><a href="todo.html">Go tagging!</a>: the most important packages still without tags; click on one to tag it.</li>
-<li><a href="edit.html">Web-based tag editor</a>: it's intelligent, it's Ajax, it's Web 2.0!</li>
+<li><a href="edit.html">Web-based tag editor</a>, packed with helpful intelligent features.</li>
+<li><a href="cloud/">Debtags tag cloud</a>: tag cloud view of the Debian archive.</li>
<li><a href="fts.html">Full text search</a>:
<a href="http://www.xapian.org/">Xapian</a>-based full text search on package descriptions.
The <a href="ssearch.html">smart search</a> and <a href="edit.html">tag
Modified: web/trunk/main.css
==============================================================================
--- web/trunk/main.css (original)
+++ web/trunk/main.css Mon Nov 20 14:51:34 2006
@@ -74,12 +74,10 @@
margin-top: 2em;
}
-table.close { border-top: thin solid brown;
- margin-top: 1cm;
-}
-
-td.close { color: brown;
- font-size: small;
+ul.news P {
+ margin: 0;
+ padding: 0;
+ padding-right: 2em;
}
a.sign { color: brown;
More information about the Debtags-commits
mailing list