Changeset 1082
- Timestamp:
- 09/17/06 12:54:18 (2 years ago)
- Files:
-
- feedmelinks/FAQ/index.php (modified) (3 diffs)
- feedmelinks/_config/servers.xml (modified) (3 diffs)
- feedmelinks/folder-as-rss.php (modified) (1 diff)
- feedmelinks/import/do-random-checks.inc.php (modified) (1 diff)
- feedmelinks/install/how-confusing.php (modified) (1 diff)
- feedmelinks/modules/utils.inc.php (modified) (1 diff)
- feedmelinks/rss-1.0.php (modified) (2 diffs)
- feedmelinks/rss-2.0.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
feedmelinks/FAQ/index.php
r1047 r1082 261 261 Yes. we support connections via HTTP and 262 262 can make your links available to you as XML 263 over HTTP or RSS. <a href="mailto:<%= get_ maintainer_email() %>">Contact us</a> for access and263 over HTTP or RSS. <a href="mailto:<%= get_spamsafe_email() %>">Contact us</a> for access and 264 264 the API details. 265 265 </div> … … 274 274 Yes! 275 275 <br /> 276 Send emails from your mail program (or script) to <%= encodeAddress( 'add@feedmelinks.com', 'add at feedmelinks dot com' ) %>.276 Send emails from your mail program (or script) to "add @ feedmelinks . com" (no spaces) 277 277 <p/> 278 278 … … 413 413 414 414 <p/> 415 <a href="mailto:<%= get_ maintainer_email() %>">Email us</a> for additional help or documentation...415 <a href="mailto:<%= get_spamsafe_email() %>">Contact Us</a> for additional help or documentation... 416 416 417 417 </div> feedmelinks/_config/servers.xml
r953 r1082 17 17 database-name="fml_fml" 18 18 maintainer-email="jm3@codeswami.com" 19 spamsafe-email="&#106;&#109;&#051;&#064;&#099;&#111;&#100;&#101;&#115;&#119;&#097;&#109;&#105;&#046;&#099;&#111;&#109;" 20 spamtrap-email="no-spam@feedmelinks.com" 19 21 xsl-parser="/usr/bin/xsltproc" 20 22 http-downloader="/usr/bin/lynx" … … 34 36 database-name="fml" 35 37 maintainer-email="your-email@your-domain.com" 38 spamsafe-email="somehow-obscured@domain.com" 39 spamtrap-email="spamtrap@your-domain.com" 36 40 xsl-parser="/sw/bin/xsltproc" 37 41 http-downloader="/sw/bin/lynx" … … 51 55 database-name="hirokai_jm3DataMart" 52 56 maintainer-email="&#106;&#109;&#51;&#64;&#99;&#111;&#100;&#101;&#115;&#119;&#97;&#109;&#105;&#46;&#99;&#111;&#109;" 57 spamsafe-email="&#106;&#109;&#51;&#64;&#99;&#111;&#100;&#101;&#115;&#119;&#97;&#109;&#105;&#46;&#99;&#111;&#109;" 58 spamtrap-email="undeliverable@whatever.com" 53 59 xsl-parser="/usr/local/bin/xsltproc" 54 60 http-downloader="/usr/local/bin/lynx" feedmelinks/folder-as-rss.php
r927 r1082 116 116 <description><%= $errors ? "this " . getCatName() . " is not available as RSS" : $title %></description> 117 117 <managingEditor><%= getEmailAddressForUser( $owner ) %></managingEditor> 118 <webMaster><%= get_ maintainer_email() %></webMaster>118 <webMaster><%= get_spamsafe_email() %></webMaster> 119 119 <link><%= $site %></link> 120 120 <language>en-us</language> feedmelinks/import/do-random-checks.inc.php
r927 r1082 34 34 35 35 if( $num_dupes > $max_dupes_allowed ) { 36 fatal( "We noticed that a percentage ($max_dupes_allowed links) of the links you're importing already exist in your Feed Me Links account. Have you imported this bookmarks file already? If not, please <a href='mailto:" . get_ maintainer_email() . "'>email the administrators</a> for help importing your favorites." );36 fatal( "We noticed that a percentage ($max_dupes_allowed links) of the links you're importing already exist in your Feed Me Links account. Have you imported this bookmarks file already? If not, please <a href='mailto:" . get_spamsafe_email() . "'>Contact Us</a> for help importing your favorites." ); 37 37 exit( 0 ); 38 38 } # else feedmelinks/install/how-confusing.php
r927 r1082 41 41 now you can add new sites to your big mess of links with one 42 42 single click, like a pro. wicked cool. <a 43 href="mailto:<%= get_ maintainer_email() %>">contact the helpdesk</a> if43 href="mailto:<%= get_spamsafe_email() %>">Contact Us</a> if 44 44 you need assistance.</p> 45 45 feedmelinks/modules/utils.inc.php
r1081 r1082 2204 2204 echo "Sorry, something bad happened and your new folder wasn't created.<br />"; 2205 2205 echo "$qs"; 2206 echo "Please click your back button and choose a different folder, or email " . get_maintainer_email() . ".<br />\n";2206 echo "Please click your back button and choose a different folder, or <a href='" . get_spamsafe_email() . "'>Contact Us</a>.<br />\n"; 2207 2207 conClose( $con_addFolderDriver ); 2208 2208 return 0; feedmelinks/rss-1.0.php
r937 r1082 5 5 include_once( "modules/utils.inc.php" ); 6 6 $site = getSiteUrl(); 7 $email = get_spamsafe_email(); 7 8 8 9 echo "<?xml version=\"1.0\"?>"; … … 17 18 <title>Feed Me Links</title> 18 19 <description>your portable public link suitcase</description> 19 <managingEditor><%= get_maintainer_email()%></managingEditor>20 <webMaster><%= get_maintainer_email()%></webMaster>20 <managingEditor><%= $email %></managingEditor> 21 <webMaster><%= $email %></webMaster> 21 22 <link><%= $site %></link> 22 23 <language>en-us</language> feedmelinks/rss-2.0.php
r927 r1082 19 19 <description>your portable public link suitcase</description> 20 20 <dc:language>en-us</dc:language> 21 <dc:creator><%= get_ maintainer_email() %></dc:creator>21 <dc:creator><%= get_spamsafe_email() %></dc:creator> 22 22 <dc:rights>Copyleft 2004</dc:rights> 23 23 <dc:date><%= $dcdate %></dc:date> 24 <admin:errorReportsTo rdf:resource="mailto:<%= get_ maintainer_email() %>"/>24 <admin:errorReportsTo rdf:resource="mailto:<%= get_spamsafe_email() %>"/> 25 25 <% 26 26 $hideTimes = true;