gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r23457 - GNUnet-docs/WWW


From: gnunet
Subject: [GNUnet-SVN] r23457 - GNUnet-docs/WWW
Date: Mon, 27 Aug 2012 20:53:47 +0200

Author: grothoff
Date: 2012-08-27 20:53:46 +0200 (Mon, 27 Aug 2012)
New Revision: 23457

Removed:
   GNUnet-docs/WWW/gnunet.css
   GNUnet-docs/WWW/index.php
Log:
deleting ancient website files

Deleted: GNUnet-docs/WWW/gnunet.css
===================================================================
--- GNUnet-docs/WWW/gnunet.css  2012-08-27 18:53:14 UTC (rev 23456)
+++ GNUnet-docs/WWW/gnunet.css  2012-08-27 18:53:46 UTC (rev 23457)
@@ -1,254 +0,0 @@
-/* global css for GNUnet */
-
-ul,ol,li,div,td,th,address,blockquote,b,i,dl,dd,dt,p,h1,h2,h3,h4,h5,font.subtitle,font.lang-menu
 {
-    font-family: "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", "Luxi 
Sans", "Helvetica", arial, helvetica, sans-serif;
-    font-size: 1em;
-}
-     
-dt{
-  font-weight:bold;
-  margin: 10px;
-}
-
-dd {
-       margin-bottom: 12pt;
-}
-
-/* font-family = Schriftart fuer Textelemente */
-/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */
-
-h1{
-  font-size:1.3em;
-  text-align:center;
-}
-
-h2{
-  font-size:1.3em;
-  padding:0cm;
-  text-align:center;
-}
-
-h3{
-  font-size:1.2em;
-  padding:0cm;
-  text-align:left;
-  padding-left:10pt;
-  margin-bottom: 1em;
-}
-
-h4{
-  font-size:1.1em;
-  padding:0cm;
-  text-align:left;
-  padding-left:10pt;
-  margin-bottom: 1em;
-}
-
-h5{
-  font-size:1em;
-  padding:0cm;
-  text-align:left;
-  padding-left:10pt;
-  margin-bottom: 1em;
-}
-
-p{
-  margin: 10px;
-}
-
-pre{
-  background-color: #eee;
-  padding: 0.75em 10pt;
-  font-size: 1em;
-  border: 1px solid #ddd;
-}
-
-body{
-  background-color:#FEFEFE;
-  color:#000000;
-}
-
-pre{font-family:Courier New,Courier; color:#000000;}
-tt{font-family:Courier New,Courier; color:#0000D0;}
-
-font.title {
-  color:white;
-  font-family: "Arial","Helvetica";
-  font-size:32px;
-  font-weight: bold;
-}
-
-font.subtitle {
-  font-family: "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", "Luxi 
Sans", "Helvetica", arial, helvetica, sans-serif;
-  color:#d3d3d3;
-  font-size:11px;
-}
-
-font.header3{
-  font-size:2.25ex;
-}
-
-td.menu {
-  background-color:#E4E4E4;
-  color:#FFFFFF;
-  font-size:11px;
-  font-weight: bold;
-  padding-top:2px;
-  padding-bottom:2px;
-  width: 12.5%;
-  text-align: center;
-}
-
-#lang-menu {
-       position: relative;
-       top: -1em;
-  background-color:#FFFFFF;
-  font-size:10px;
-}
-
-td.tbl {
-  text-align:center;
-  border-right:1px solid #bbbbbb;
-  border-bottom:1px solid #bbbbbb;
-  background-color:#efefef;
-}
-
-th.tbl {
-  border-right:1px solid #bbbbbb;
-  border-bottom:1px solid #bbbbbb;
-  background-color:#cccccc;
-}
-
-table.border {
-  border-left:1px solid #bbbbbb;
-  border-top:1px solid #bbbbbb;
-  margin-left: 10px;
-}
-
-textarea {
-    font: 110% "Courier New", Courier, monospace; 
-    border: 1px solid #666666;  
-    color: Black;
-    background-color: white;
-    width: 100%;
-}
-
-input {
-    font-family: sans-serif;
-    visibility: visible;
-    border: 1px solid #666666;  
-    color: Black;
-    background-color: white;
-    vertical-align: middle;
-}
-
-/*
-table{background-color:#CCCCFF;color:#0F0F0F;}
-table.plain{background-color:#FEFEFE;color:#000000;}
-tr{background-color:#00FF00;color:#0F0F0F;}
-td{background-color:#6699FF;color:#0F0F0F;}
-th{background-color:#66CCFF;color:#0F0F0F;}
-tr.plain{background-color:#FEFEFE;color:#000000;}
-td.plain{background-color:#FEFEFE;color:#000000;}
-th.plain{background-color:#FEFEFE;color:#000000;}
-*/
-font.desc{background-color:#FFFFFF;color:#001100;}
-
-a:link{color:#0033FF; text-decoration:none;}
-a.menu:link{color:#FFFFFF; text-decoration:none;}
-a:visited{color:#333366; text-decoration:none;}
-a:active{color:#EEEEEE; text-decoration:none;}
-
-#fsflinks{
-       position: absolute;
-       top: 0;
-       left: 0;
-       font-size: 0.9em;
-       background-color: #333;
-       width: 100%;
-       height: 2.4em;
-}
-
-#fsflinks ul{
-       list-style: none;
-}
-
-#fsflinks li {
-       display: inline;
-       padding-left: 0.3em;
-       border-left: 1px solid #333;
-}
-
-#fsflinks li:first-child {
-       border-left: 0;
-       padding-left: 0;
-}
-
-#fsflinks li a{
-       padding-left: 0.5em;
-       color: #ccc !important;
-  text-decoration: underline;
-}
-
-#searcher{
-  line-height: 2.1em;
-  text-align: right;
-  padding-right: 0.6em;
-  background-color: transparent;
-  margin-bottom: 0.2em;
-  position: absolute;
-  top: 0;
-  right: 0;
-  z-index: 1000;
-}
-
-#searcher label{
-  text-transform: uppercase;
-  color: #666;
-  font-weight: bold;
-  font-size: 0.7em;
-}
-
-#navigation-bar{background-color: #222;}
-
-#navbar{text-align: center;}
-
-#navbar ul{list-style: none; line-height: 2em; padding-left: 0; margin-left: 
0;}
-
-#navbar li{display: inline;}
-
-#navbar li a{margin-right: 0.5em; color: #ddd; font-weight: bold; font-size: 
1.0em; padding: 0.2em 0.3em 0.2em 0.3em; text-decoration: none; 
background-color: #555;}
-
-#navbar li a:hover{background-color: transparent; color: yellow; 
text-decoration: underline;}
-
-#top2{
-  padding: 0;
-  clear: both;
-  background-color: #3F4C6B;
-  padding-top: 2.4em;
-}
-
-#sidebar {
-       position: relative;
-       top: 0em;
-       right: 2em;
-       margin-top: 1em;
-       font-size: 0.9em;
-       float: right;
-       margin-left: 3em;
-       margin-bottom: 1em;
-       padding: 1em;
-       background-color: #e5e5e5;
-       border: 3px solid #ddd;
-}
-
-#sidebar h3{text-align: center; margin-top: 0; text-transform: uppercase; 
font-size: 1em;}
-
-#sidebar ul{margin-bottom: 1.2em; padding-left: 1em;margin-left: 0;}
-
-#content{
-       padding-left: 1em;
-       padding-right: 1em;
-       margin: 1em auto 0 auto;
-       margin-right: 1em;
-}

Deleted: GNUnet-docs/WWW/index.php
===================================================================
--- GNUnet-docs/WWW/index.php   2012-08-27 18:53:14 UTC (rev 23456)
+++ GNUnet-docs/WWW/index.php   2012-08-27 18:53:46 UTC (rev 23457)
@@ -1,156 +0,0 @@
-<?php
-include("scripts.php3");
-$description="GNUnet - GNU&#8217;s framework for secure P2P networking";
-$title = $description;
-include("html_header.php3");
-
-echo "<div id=\"sidebar\">";
-H3("At a glance");
-?>
-<ul>
-       <li><b><?php W("Anonymous P2P, F2F");?></b></li>
-       <!-- li><b><?php W("Current pre-release:");?></b> 0.8.0</li -->
-       <li><b><?php W("Current release:");?></b> 0.8.1b</li>
-       <li><b><?php W("Network version:");?></b> 0.8.x</li>
-       <li><b><?php W("Operating systems:");?></b><br> GNU/Linux, *BSD, OS X, 
Windows</li>
-       <li><b><?php W("Localization:");?></b><br> de, es, fr, sv, tr, vi</li>
-       <li><b><?php W("License:");?></b> GNU GPL</li>
-<?php
-echo "</ul>";
-H3("Stay up to date");
-echo "<ul>";
-echo "<li>";
-W("%s", extlink_("http://lists.gnu.org/mailman/listinfo/info-gnunet";, "E-Mail 
announcements"));
-echo "</li>";
-echo "<li>";
-W("%s", extlink_("irc://irc.freenode.net/#gnunet", "IRC channel"));
-echo "</li>";
-echo "</ul>";
-echo "</div>";
-
-echo "<div id=\"content\">";
-H2("About GNUnet");
-
-BP();
-W("GNUnet is a framework for secure peer-to-peer networking that does not use 
any centralized or otherwise trusted services.");
-W("A first service implemented on top of the networking layer allows anonymous 
censorship-resistant file-sharing.");
-W("Anonymity is provided by making messages originating from a peer 
indistinguishable from messages that the peer is routing.");
-W("All peers act as routers and use link-encrypted connections with stable 
bandwidth utilization to communicate with each other.");
-W("GNUnet uses a simple, excess-based economic model to allocate resources.");
-W("Peers in GNUnet monitor each others behavior with respect to resource 
usage; peers that contribute to the network are rewarded with better service.");
-P();
-
-W("GNUnet is part of the %s.",
-  extlink_("http://www.gnu.org/","GNU project"));
-W("Our official GNU website can be found at %s.",
-  
extlink_("http://www.gnu.org/software/gnunet/","http://www.gnu.org/software/gnunet/";));
-W("GNUnet can be downloaded from this site or the %s.",
-  extlink_("http://www.gnu.org/prep/ftp.html","GNU mirrors"));
-P();
-
-W("There are two graphical user interfaces for the GNUnet framework.",
-  intlink_("gnunetgtk.php3", "gnunet-gtk"), "and gnunet-qt");
-W("You can %s; some %s are available.", 
-  ARRAY(intlink_("download.php3", "download them separately"),
-        intlink_("screenshots.php3","screenshots")));
-
-EP();
-H2("Why GNUnet?");
-BP();
-W("The first question that developers of any of the dozens of emerging P2P 
networks (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s) should probably answer is 
<em>why yet another network?</em>",
-  ARRAY(extlink_("http://freenetproject.org/";, "1"),
-        extlink_("http://tor.eff.org/";, "2"),
-        extlink_("http://mnet.sourceforge.net/";, "3"),
-        extlink_("http://www.i2p.net/";, "4"),
-        extlink_("http://gift.sf.net/";, "5"),
-        extlink_("http://entropy.stop1984.com/";, "6"),
-        extlink_("http://thecircle.org.au/";, "7"),
-        extlink_("http://www.invisiblenet.net/iip/";, "8"),
-        extlink_("http://mute-net.sourceforge.net/";, "9"),
-        extlink_("http://rshare.de/";, "10"),
-        extlink_("http://larytet.sourceforge.net/btRat.shtml";, "11")));
-W("GNUnet was started in late 2001 with a set of new technical ideas for 
secure peer-to-peer networking.");
-W("Most of the key technical contributions behind GNUnet are described in 
detail in our %s.",
-  intlink_("papers.php3", "research papers"));
-W("The ideas include an improved content encoding (ECRS, the encoding for 
censorship resistant sharing) and a new protocol for anonymous routing (gap).");
-W("Properties of the content encoding and the routing protocol allow GNUnet to 
reward contributing peers with better service using an excess-based economic 
model for resource allocation.");
-W("Furthermore, GNUnet is extensible and makes it easy to build new 
peer-to-peer applications or add alternative network transports to the base 
system.");
-W("When GNUnet was started, existing systems were investigated (at the time in 
particular %s and %s) to find a starting point.",
-  ARRAY(extlink_("http://freenetproject.org/";, "Freenet"),
-        extlink_("http://mnet.sourceforge.net/";, "mnet")));
-W("However, the conclusion was that the envisioned system was too far from the 
existing codebases to benefit from building on top of any of those.");
-P();
-W("GNUnet continues to improve both in terms of technical ideas and 
implementation, often thanks to discussions with developers from related 
projects.");
-W("Probably the most well-known such project is %s, a peer-to-peer network 
that acts as a proxy which anonymizes low-latency TCP traffic.",
-  extlink_("http://tor.eff.org/";, "TOR"));
-W("TOR is general in design and lacks features that would be specific to 
(anonymous) file-sharing, such as searching, swarming or caching.");
-P();
-W("In conclusion, we believe that GNUnet is (or at least will become) the best 
solution for (anonymous) file-sharing.");
-W("The key technical ideas continue to distinguish GNUnet from other projects 
with similar goals.");
-W("Some GNUnet developers also have the ambition to provide a good general 
infrastructure for developing new peer-to-peer protocols.");
-W("In the meantime, users that are looking for %s solutions or to %s should 
probably look elsewhere.",
-  ARRAY(extlink_("http://www.bittorrent.com/";, "faster, non-anonymous"),
-        extlink_("http://tor.eff.org/";, "anonymize their HTTP traffic")));
-
-EP();
-H2("News");
-BP();
-W("Older news can be found %s.\n",
-  intlink_("old_news.php3", "here"));
-EP();
-echo "<dl>\n";
-
-// definition: news is what is less than 3 months old :-)
-$query = "SELECT title,include,posted FROM news " .
-   "WHERE TO_DAYS(NOW())-TO_DAYS(posted) < 90 " .
-   "ORDER BY posted DESC";
-$result = mysql_query($query, $connection);
-$num = 0;
-if ($result) {
-  $num = mysql_numrows($result);
-}
-for ($i=0;$i<$num;$i++) {
-  $row = mysql_fetch_array($result);
-  $pd = $row["posted"];
-  echo "<dt>" . strtok($pd, " ") . ": " . W_($row["title"]) . "</dt>\n";
-  echo "<dd>\n";
-  include("news/" . $row["include"]);
-  echo "\n</dd>\n";
-}
-echo "</dl>\n";
-H2("Helping GNUnet");
-BP();
-W("Help is always welcome.");
-BR();
-W("Here are some ideas:");
-echo "<ul>";
-LI("join our IRC channel #gnunet on %s and our %s and help newcomers",
-       ARRAY(extlink_("http://freenode.net/irc_servers.shtml";, "freenode"), 
extlink_("https://gnunet.org/drupal/";, "community")));
-LI("write easy setup instructions");
-LI("build universal static binaries and upload them");
-LI("build binary packages for your OS/distribution and upload them");
-LI("Fix %s or contribute new code",
-       extlink_("https://gnunet.org/mantis/","bugs";));
-echo "</ul>";
-EP();
-H2("Roadmap");
-BP();
-W("Here is the current development plan:");
-echo "<ul>\n";
-LI("fix %s",
-   extlink_("https://gnunet.org/mantis/","bugs";));
-LI("improve testbed harness to allow automated testing and profiling");
-LI("extend GTK UI (unindex, better support for collections and directories, 
integrated configuration)");
-LI("complete and integrate DHT implementation");
-LI("make VPN module easy to use");
-LI("design and implement secure chat");
-LI("create a secure and decentralized e-mail system");
-LI("add transport for direct use of WiFi (skip TCP/IP layer)");
-LI("add HTTPS transport");
-echo "</ul>\n";
-EP();
-
-echo "</div><!-- id=content -->";
-
-include("html_footer.php3");
-?>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]