author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 2 Oct 2009 07:50:20 +0000 (09:50 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 2 Oct 2009 07:50:20 +0000 (09:50 +0200) |
Conflicts:
README
README
1 | 2 | |||
---|---|---|---|---|
README | patch | | diff1 | | diff2 | | blob | history |
src/df.c | patch | | diff1 | | diff2 | | blob | history |
diff --cc README
index 5071617209c7a76d7779cc4a9cfed1972605b464,f9e49f0244e2cde56ab76290c1d106d0e87cd130..c5c2b7fa6b470c0d1b8bc1e89873a31831a68e89
+++ b/README
- cpufreq
CPU frequency (For laptops with speed step or a similar technology)
+ - curl
+ Parse statistics from websites using regular expressions.
+
+ - curl_json
+ Retrieves JSON data via cURL and parses it according to user
+ configuration.
+
- dbi
Executes SQL statements on various databases and interprets the returned
data.
diff --cc src/df.c
Simple merge