root/feedmelinks/welcome/index.html

Revision 1546, 3.7 kB (checked in by jm3, 6 months ago)

updated svn link

Line 
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5 <head>
6         <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7
8         <title>Feed Me Links</title>
9         <link href="stylesheets/yeah.css" type="text/css" rel="stylesheet" />
10         <script type="text/javascript" src="javascripts/moo.js"></script>
11         <script type="text/javascript" src="javascripts/say.js"></script>
12         <script type="text/javascript">
13                 window.addEvent('domready', function(){
14                         main();
15                 });
16         </script>
17        
18         <meta name="description" content="Social Bookmarking since 2002... And You Will Know Us By Our Trail of Links" />
19         <meta name="keywords" content="links, favorites, bookmarks, bookmarking, social bookmarking, social networking, social networks, browser, spurl, furl, flickr, del.icio.us" />
20         <meta name="author" content="John Manoogian III + jm3.net" />
21         <meta name="DC.title" content="Feed Me Links" />
22        
23 </head>
24 <body>
25        
26         <pre id="header"></pre>
27         <div id="page">
28                 <pre id="screen"></pre>
29                 <pre id="screen_2"></pre>
30                 <pre id="screen_3"></pre>
31         </div>
32
33 <div id="header_txt" style="display: none;">
34 FEED ME LINKS:  A SOCIAL BOOKMARKING EXPERIMENT
35 HYPOTHESIS UNDER TEST: COULD I CRAFT AN EXPERIENCE VALUABLE ENOUGH THAT USERS WOULD TURN THEIR BOOKMARKS
36 FILES "INSIDE OUT" AND SHARE WHAT WAS CONSIDERED, IN 2002, TO BE PRIVATE INFORMATION? (THEIR LINKS)
37 RESOLUTION: YUP.
38 PRODUCT STATUS: COMPLETE (ARCHIVED)
39 </div>
40
41 <div id="words" style="display: none;">
42     FEED ME LINKS (.com)
43   ==========================================
44     15,000+ USERS
45
46     400,000+ LINKS
47                
48     15,212 LINES OF CODE
49
50     PLATFORM: LAMP
51     (LINUX APACHE MYSQL PHP)
52                
53     OUTSIDE INVESTMENT: ZERO
54
55     DEBT TO EQUITY RATIO: YOUR MOM
56
57     BANNER ADS: NONE
58 </div>
59
60 <div id="words_2" style="display: none;">
61     DESIGN GOALS:
62   ==========================================
63   * MAKE SAVING SOCIAL
64       - INCREASE THE VALUE OF SHARING BEYOND
65         THE COST OF PRIVACY + PARANOIA.
66
67   * PROMOTE USER LAZINESS BY CREATING A
68    "DISTRIBUTED EXPERIENCE":
69       - IN-GOOGLE INTEGRATION
70       - FIREFOX EXTENSION
71       - A NON-STUPID A.I.M. CLIENT
72       - AN EMAIL-TO-BOOKMARK GATEWAY
73
74     BY SUPPORTING BROWSERLESS LINKING AND
75     IN-SITU LINK DISCOVERY, USER VALUE CAN BE
76     CREATED WITHOUT COSTLY BEHAVIOR CHANGES.
77 </div>
78
79 <div id="words_3" style="display: none;">
80     INNOVATIVE FEATURES:
81   ============================================
82   * LINK SHARING, DISCOVERY, AND COMMENTARY
83
84   * SPAM PREVENTION / AVOIDANCE
85
86   * POWER-USER CRAP (BULK EDITS/DELETES)
87 </div>
88
89 <form name="login_form" action="/login" method="POST">
90         <input type="hidden" name="op" value="login" />
91         <input type="hidden" name="debug" value="" />
92                
93         <div style="float: right;">
94                 <table width="310" border="0">
95                         <tr>
96                                 <td align="right"><b>User name</b>:</td>
97                                 <td><input name="userId" value="" class="nfield" /></td>
98                         </tr>
99                         <tr>
100                                 <td align="right"><b>Password</b>:</td>
101                                 <td><input name="password" value="" type="password" class="nfield" /></td>
102                         </tr>
103                         <tr>
104                                 <td>&nbsp;</td>
105                                 <td>
106                                         <input type="submit" class="button" value="Sign in" />
107                                         or
108                                         <input type="button" onClick="window.location='/login?op=inputNewAccount';" class="button" value="Register" />
109                                 </td>
110                         </tr>
111                         <tr>
112                                 <td>
113                                         &nbsp;
114                                 </td>
115                                 <td>
116                                         <a href="/misc/forgot-password">Forgot your password?</a>
117                                 </td>
118                         </tr>
119                 </table>
120         </div>
121 </form>
122
123 <div id="footer">
124
125 <a title="John Manoogian III" href="http://jm3.net">John Manoogian III</a>
126 |
127 <a title="source code" href="http://toolstomaketools.svnrepository.com/codepot/trac.cgi/browser/feedmelinks/welcome">View the code for this page</a>
128 </div>
129
130        
131 </body>
132 </html>
Note: See TracBrowser for help on using the browser.