Remove all vim mode lines. Add HACKING file.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Loui Chang 2008-06-17 01:03:16 -04:00
parent 44dbb49ae9
commit 3a42725601
22 changed files with 33 additions and 29 deletions

View file

@ -156,5 +156,5 @@ echo " </div>";
echo "</div>";
html_footer(AUR_VERSION);
# vim: ts=2 sw=2 noet ft=php
?>

View file

@ -90,6 +90,5 @@ if ($atype == "Trusted User" OR $atype == "Developer") {
}
html_footer(AUR_VERSION);
# vim: ts=2 sw=2 noet ft=php
?>

View file

@ -452,5 +452,4 @@ textarea.vLargeTextField {
border-collapse: separate;
border-spacing: 0 15px;
}
/* vim:ts=2:sw=2:et:enc=utf-8:
* */

View file

@ -181,5 +181,4 @@ input.button {
font-size: 12px;
padding: 2px;
}
/* vim:ts=2:sw=2:et:enc=utf-8:
* */

View file

@ -100,5 +100,4 @@ h1, h2, h3, h4 {
font-size: 16pt;
}
span.important { color: #f00; }
/* vim:ts=2:sw=2:et:enc=utf-8:
* */

View file

@ -13,5 +13,5 @@ print __("If this problem persists, please contact the site administrator.");
print "</p>\n";
html_footer(AUR_VERSION);
# vim: ts=2 sw=2 noet ft=php
?>

View file

@ -236,5 +236,4 @@ endif;
<?php
html_footer(AUR_VERSION);
# vim: ts=2 sw=2 noet ft=php
?>

View file

@ -23,5 +23,4 @@ header('Location: index.php');
exit;
html_footer(AUR_VERSION);
# vim: ts=2 sw=2 noet ft=php
?>

View file

@ -488,5 +488,5 @@ if ($_POST['action'] == "do_Flag" || isset($_POST['do_Flag'])) {
}
html_footer(AUR_VERSION);
# vim: ts=2 sw=2 noet ft=php
?>

View file

@ -170,5 +170,4 @@ print __("You've found a bug if you see this....")."<br />\n";
html_footer(AUR_VERSION);
# vim: ts=2 sw=2 noet ft=php
?>

View file

@ -489,5 +489,5 @@ endif;
<?php
html_footer(AUR_VERSION);
# vim: ts=2 sw=2 noet ft=php
?>

View file

@ -53,6 +53,4 @@ while ($row = mysql_fetch_assoc($result)) {
#save it so that useCached() can find it
$rss->saveFeed("RSS2.0","xml/newestpkg.xml",true);
# $Id$
# vim: ts=2 sw=2 noet ft=php
?>

View file

@ -15,10 +15,6 @@ html_header(); # print out the HTML header
print __("Hi, this is worth reading!")."<br />\n";
html_footer(AUR_VERSION); # Use the $Id$ keyword
# NOTE: when checking in a new file, use
# 'svn propset svn:keywords "Id" filename.php'
# to tell svn to expand the "Id" keyword.
html_footer(AUR_VERSION);
# vim: ts=2 sw=2 et ft=php
?>

View file

@ -42,5 +42,4 @@ print __("Hello, again!")."<br />\n";
print "</ul>\n";
print "</body>\n</html>";
# vim: ts=2 sw=2 et ft=php
?>

View file

@ -13,5 +13,5 @@ print __("Click on the Home link above to log in.");
print "</p>\n";
html_footer(AUR_VERSION);
# vim: ts=2 sw=2 noet ft=php
?>

View file

@ -447,6 +447,5 @@ if ($atype == "Trusted User" OR $atype == "Developer") {
}
html_footer(AUR_VERSION);
# vim: ts=2 sw=2
?>

View file

@ -785,5 +785,4 @@ function user_is_privileged( $id )
}
# vim: ts=2 sw=2 noet ft=php
?>

View file

@ -410,5 +410,4 @@ function uid_from_username($username="")
return $row[0];
}
# vim: ts=2 sw=2 noet ft=php
?>

View file

@ -30,5 +30,4 @@ $SUPPORTED_LANGS = array( # what languages we have translations for
"fr" => "Français"
);
# vim: ts=2 sw=2 noet ft=php
?>

View file

@ -986,5 +986,4 @@ function pkg_search_page($SID="") {
return;
}
# vim: ts=4 sw=4 et ft=php
?>

View file

@ -63,5 +63,4 @@ function __() {
return $translated;
}
# vim: ts=2 sw=2 noet ft=php
?>