From 798677364312ea97b5ca61cb07f1369ba2e03277 Mon Sep 17 00:00:00 2001 From: Jason Tan Date: Sat, 27 Aug 2005 11:39:41 +0000 Subject: [PATCH] updated Changelog, added two XSL stylesheets to for pretty tables of variables and configuration settings git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@214 7f574dfc-610e-0410-a909-a81674777703 --- ChangeLog | 10 +++++++++- debian/changelog | 2 +- doc/config_settings.xsl | 45 +++++++++++++++++++++++++++++++++++++++++ doc/variables.xsl | 51 +++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 106 insertions(+), 2 deletions(-) create mode 100644 doc/config_settings.xsl create mode 100644 doc/variables.xsl diff --git a/ChangeLog b/ChangeLog index 4c6e42a..aae8678 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ * Diskio fixes (sf.net 1274140) * $alignr and $alignc now have 25% more goodness! (sf.net bug 1273905) * Far better SMP support + * Added support for i8k kernel driver, parsing information for dell inspiron laptops found in /proc/i8k (sf.net request 1256058) 2005-08-25 * More own_window fixes @@ -45,7 +46,8 @@ 2005-08-07 * mpd password patch from Joshua Gerrish * conky can run without X now, use --disable-x11 when configuring - +========================================================================= +========================================================================= 2005-08-06 * Conky 1.2 released @@ -126,6 +128,9 @@ * Added fix for battery charged state (thanks to Lukas Zapletal ) +========================================================================= +========================================================================= + 2005-07-05 * Conky 1.1 released @@ -168,6 +173,9 @@ * Removed NVCtrl code * Added noswap and i2c patches +========================================================================= +========================================================================= + 2005-06-21 * Version 1.0. Conky is born from the ashes of torsmo. Main site: http://conky.rty.ca/ * Added xwin patch diff --git a/debian/changelog b/debian/changelog index 5da218a..163d8bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -conky (1.3.0-0ubuntu1) hoary; urgency=low +conky (1.2.9) hoary; urgency=low * Initial Release. * This is my first Debian Package, hopefully it works. diff --git a/doc/config_settings.xsl b/doc/config_settings.xsl new file mode 100644 index 0000000..e679ce5 --- /dev/null +++ b/doc/config_settings.xsl @@ -0,0 +1,45 @@ + + + + + + + + + + Conky Variables + + + + + + + + + + + + + + + + + + + + + + +
OptionExplanation
+ + + + + + + +
+
+ +
\ No newline at end of file diff --git a/doc/variables.xsl b/doc/variables.xsl new file mode 100644 index 0000000..8796a16 --- /dev/null +++ b/doc/variables.xsl @@ -0,0 +1,51 @@ + + + + + + + + + + Conky Variables + + + + + + + + + + + + + + + + + + + + + + + + +
VariableArguments () = optionalExplanation
+ + + + + + + + + + + +
+
+ +
\ No newline at end of file -- 1.7.9.5