Placed G&T order for GN. (1 item on b/o)
Order in progress.
Received another request from PGL for changes.
Made additional edits to Benefits-index as requested; republished page.
Sent email to PGL advising of site update.
Created events in Chapter 15
Fixes in text
Added some character descriptions
Emailed Dr.Bowman about Ptolemy.
Hours: 11:30-1:30 (2)
1.9.5: There seems to be an issue within areas of the coded text where there is a multiple linked reference:
I have found that regardless of the number of spaces placed between these two links, when I go back to the front text of Pausanius, the words still run together. In this case, within the front text the words Agathocles Lysandra are shown as AgathoclesLysandra even though in the code they are separated by multiple spaces in the code.
This example is taken from section 1.9.5 but I have noticed it other places as well. Is there a bug? I will try to collect the areas that this is happening in.
Found in:
1.25.6
1.11.1
As requested, removed (i.e. "hid") 4 secondaries on Benefits-index page; republished page
Sent FYI email to PGL.
After using the Maple Ridge db as the case study for the article work, I've now done a final pass through all the results from the algorithm and generated SQL commands which have been run to add ethnicity for owners. These are the steps:
- Check all name lists manually. There were a couple of Indian names which were not picked up by the Lauderdale and Kestenbaum list process. Researched those, and a couple of other oddities.
- Generated SQL statements from the name lists. These are in three files in svn for the record.
- Copied live to dev db, and backed up live db.
- Uncommented the ethnicity field in the local_classes.php file in both databases and tested that the field is available.
- Ran SQL on dev db and tested results.
- Ran SQL on live db and tested results.
- Made a second backup of the live db.
If you want to change the icon of a specific folder/file for some reason, you need to edit the gvfs metadata that is stored in a binary file.
This can be done using built-in gvfs methods like the following:
To get the current, custom icon value
# gvfs-info -a metadata::custom-icon ~/Desktop/foo (file:///home/yournamehere/Desktop/foo also works)
To set a custom icon
# gvfs-set-attribute ~/Desktop/foo metadata::custom-icon file:///usr/share/icons/Humanity/places/48/folder-music.svg
To reset icon to stock
# gvfs-set-attribute ~/Desktop/foo -t unset metadata::custom-icon
Unlike .desktop files, you cannot refer to a canonical FreeDesktop-type icon. You must use an explicit path to the icon you want to use.
NOTE: in a .desktop file you can ref the icon like ICON=folder-open and you'll get the icon theme's icon for folder-open. This icon will change with the theme.
Show other editable attributes for a file
gvfs-info -w ~/Desktop/foo
Which will return something like this
Settable attributes:
standard::symlink-target (bytestring)
time::access (uint64, Keep with file when moved)
time::access-usec (uint32, Keep with file when moved)
time::modified (uint64, Copy with file, Keep with file when moved)
time::modified-usec (uint32, Copy with file, Keep with file when moved)
unix::gid (uint32, Keep with file when moved)
unix::mode (uint32, Copy with file, Keep with file when moved)
unix::uid (uint32, Keep with file when moved)
Writable attribute namespaces:
metadata (string, Copy with file, Keep with file when moved)
xattr (string, Copy with file, Keep with file when moved)
xattr-sys (string, Keep with file when moved)
Received new content from DL (cc'd PGL) re University Club information. Have edited benefits-tab block with new information and inserted it on benefits index page; republished page.
Sent FYI email to PGL, DL advising site updated with new information.
This is slow boring work...