Doc: initial esoui about.txt and screenshots

Zig Zichterman [03-02-16 - 04:36]
Doc: initial esoui about.txt and screenshots
Filename
.gitignore
doc/about.txt
doc/img/settings.png
doc/img/spreadsheet.png
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5ca0973
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+.DS_Store
+
diff --git a/doc/about.txt b/doc/about.txt
new file mode 100644
index 0000000..464911b
--- /dev/null
+++ b/doc/about.txt
@@ -0,0 +1,20 @@
+Want to know which guild members donated gold to the guild this week?
+Using that information to drive a weekly guild raffle?
+
+This add-on scans guild bank history, then saves all gold deposits to a SavedVariables file. It can then convert that SavedVariables file to a CSV comma-separated-value file suitable for import into a spreadsheet.
+
+Version 2.2.1.0 is a first version that just barely works on my machine. Publishing now to start gathering feedback and requirements from a few other folks.
+
+[LIST=1]
+[*]Click "Save Data Now" button. Add-on will fetch Guild Bank history from ESO's server and note all gold deposits.
+[*]Log out (or relog). ESO will then save data, writing SavedVariables/GuildGoldDeposits.lua.
+[*]From a terminal window, run
+[FONT="Courier New"]% cd ~/Documents/Elder Scrolls Online/live/AddOns/GuildGoldDeposits
+% lua GuildGoldDeposits_to_csv.lua
+[/FONT]This creates SavedVariables/GuildGoldDeposits.csv
+[*]Import GuildGoldDeposits.csv into a spreadsheet.
+[/LIST]
+
+[FONT="Courier New"]GuildGoldDeposits_to_csv.lua[/FONT] requires that you have downloaded and installed a standalone Lua interpreter, presumably from [URL="http://www.lua.org/"]lua.org[/URL].
+
+--Z
diff --git a/doc/img/settings.png b/doc/img/settings.png
new file mode 100644
index 0000000..65bd4d1
Binary files /dev/null and b/doc/img/settings.png differ
diff --git a/doc/img/spreadsheet.png b/doc/img/spreadsheet.png
new file mode 100644
index 0000000..f6917a3
Binary files /dev/null and b/doc/img/spreadsheet.png differ