diff --git a/www/images/logo-large.gif b/www/images/logo-large.gif index 3437ea6..b73f1d7 100644 Binary files a/www/images/logo-large.gif and b/www/images/logo-large.gif differ diff --git a/www/index.php b/www/index.php index 083f622..dfa5f76 100644 --- a/www/index.php +++ b/www/index.php @@ -13,46 +13,14 @@ html_header(); ?> -
$date, $count
\n"
- ."$title - $abstract
Mini-XML is a small XML parsing library that you can use to read -XML and XML-like data files in your application without requiring -large non-standard libraries. Mini-XML only requires an ANSI C -compatible compiler (GCC works, as do most vendors' ANSI C -compilers) and a 'make' program.
+Mini-XML is a small XML library that you can use to read and write XML and +XML-like data files in your application without requiring large non-standard +libraries. Mini-XML only requires an ANSI C compatible compiler (GCC works, as +do most vendors' ANSI C compilers) and a 'make' program.
Mini-XML provides the following functionality:
@@ -79,4 +47,61 @@ compilers) and a 'make' program. +
+
+Documentation+ + + +Building, Installing, and Packaging +Mini-XML + + + + + + + + + + + + + + |
+
+Recent News+ + + +$result = db_query("SELECT * FROM article WHERE is_published = 1 " + ."ORDER BY modify_date DESC LIMIT 3"); +$count = db_count($result); + +while ($row = db_next($result)) +{ + $id = $row['id']; + $title = htmlspecialchars($row['title']); + $abstract = htmlspecialchars($row['abstract']); + $date = date("H:i M d, Y", $row['modify_date']); + $count = count_comments("articles.php_L$id"); + + if ($count == 1) + $count .= " comment"; + else + $count .= " comments"; + + print("$title - $abstract |
$usererror
\n"); + $page = htmlspecialchars($page, ENT_QUOTES); + print("If you are a registered $PROJECT_NAME developer, please enter " ."your username and password to login:
\n" ."