Deletion log
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Below is a list of the most recent deletions.
- 16:40, 24 March 2026 Woozle talk contribs deleted page File:2011-12-11 David Burnette.jpg (moved to htwiki)
- 21:35, 5 February 2025 Woozle talk contribs deleted page FerretMyMoney (Moved to another site: content was: "<hide> page type::documentation thing type::software thing type::MediaWiki extension purpose::personal financial management status::incomplete </hide> ==About== FerretMyMoney (FMM) is a MediaWiki extension which is intended to fill in some missing or poorly-implemented functions in KMyMoney (KMM). It works with a KMyMoney database which has been ex...", and the only contributor was "Woozle" (...)
- 21:32, 5 February 2025 Woozle talk contribs deleted page FerretMyMoney/sql/fmmTrxacts (Moved to another site: content was: "==About== * '''Purpose''': stores extended data about KMyMoney transactions * '''Fields''': ** '''UseBank''': if TRUE, set BalCalc to BalBank rather than using any prior calculations ** '''UseDate''': if TRUE, the bank's balance should apply after the last transaction of the day, and is not tied to a specific transaction. *** The actual implem...", and the only contributor was "Woozle" (...)
- 21:32, 5 February 2025 Woozle talk contribs deleted page FerretMyMoney/sql/fmmBankBals (Moved to another site: content was: "==About== * '''Purpose''': stores end-of-day balances as shown by the bank (online or statement) * '''History''': ** '''2012-02-20''' designed ==SQL== <section begin=sql /><mysql>CREATE TABLE `fmmTrxacts` ( ID_Acct VARCHAR(32) NOT NULL COMMENT "ID of KMM Account", WhenBank DATETIME NOT NULL COMMENT "day for which this balance applies", Balance DECIMAL(...", and the only contributor was "Woozle" (...)
- 16:26, 6 December 2024 Woozle talk contribs deleted page Template:fmt/code/mariadb (Author request: There is apparently just no way to make this work. content was: "<syntaxhighlight lang=mysql inline>", and the only contributor was "Woozle" (talk))
- 16:22, 24 November 2024 Woozle talk contribs deleted page SpamFerret.php (No longer needed: content was: "==Navigation== {{#lst:SpamFerret|navbar}}: SpamFerret.php ==Code== <php><?php /* HISTORY: 2007-08-19 (Wzl) fixed line 155 call to clsDatabase::Query() (method deprecated and removed) 2007-09-30 (Wzl) fixing regex processing 2007-10-11 (Wzl) logging ampersandbot attempts; spam throttle (automatic temporary blacklist) 2007-10-13 (Wzl) fixed some issues which were preventing throttling from working - mainly changes to SQL 2007-10-15 (Wzl) "Code" wa...)
- 16:22, 4 November 2024 Woozle talk contribs deleted page mysqldump (Deleted to make way for move from "MySQL/porting/data/mysqldump")
- 15:29, 25 February 2024 Woozle talk contribs deleted page FileFerret (Moved to another site: content was: "==Introduction== FileFerret is a software system intended to manage large numbers of files, including those on offline media. It can also provide services to other applications which may need to track large numbers of files for their own purposes. Development has so far focused on a web server backend and a CLI front-end for spidering, but a GUI desktop interface is plan...", and the only contributor was "Woozle" (...)
- 15:29, 25 February 2024 Woozle talk contribs deleted page FileFerret/SQL/maps/archive (Moved to another site: content was: "#REDIRECT FileFerret/SQL/map/archive", and the only contributor was "Woozle" (talk))
- 15:28, 25 February 2024 Woozle talk contribs deleted page FileFerret/terms/firev (Moved to another site: content was: ""{{l/fileferret|terms/firev|Firev}}" is short for "file revision". A firev is a particular series of byte values that represents a particular revision, or version, of a {{l/fileferret|terms/file|file}}. A firev can be created either deliberately (as a result of user editing) or accidentally (imperfect transcription, drive corruption, viral infection). * '''Table''': {{l/filefer...", and the only contributor was "Woozle" (...)
- 15:28, 25 February 2024 Woozle talk contribs deleted page FileFerret/terms/fideal (Moved to another site: content was: "'''Fideal'''s are a concept originally planned as an essential part of FileFerret, but on further thought I think they belong in a higher layer to be implemented after the core application is working. The rule would be that a fideal record is created whenever multiple copies of the same file are found, and could also be created manually in order to track more information about a...", and the only contributor was "Woozle" (...)
- 15:28, 25 February 2024 Woozle talk contribs deleted page FileFerret/terms (Moved to another site: content was: "==Current== * /entry * /firev ==Future== * /fideal", and the only contributor was "Woozle" (talk))
- 15:27, 25 February 2024 Woozle talk contribs deleted page FileFerret/process (Moved to another site: content was: "When given a {{l/fileferret/sql|volume}} to scan, there are two sides to the scanning process: # Are there new items? # Has anything been deleted? Both questions can be answered by: * marking every file in the current index as "not found" * scanning the volume to get a list of all files currently present * updating the index for each file found to show that the file has been fou...", and the only contributor was "Woozle" (...)
- 15:27, 25 February 2024 Woozle talk contribs deleted page FileFerret/archive (Moved to another site: content was: "This page is for discarded pieces of FileFerret -- a map of dead-end paths, possibly. My original notes are on HypertWiki. ===locations=== '''I'm going to try eliminating this.''' It's basically just all folders where ID_Parent IS NULL. <syntaxhighlight lang=mysql>CREATE TABLE `locations` ( `ID` INT NOT NULL AUTO_INCREMENT, `ID_Folder` INT NO...", and the only contributor was "Woozle" (...)
- 15:27, 25 February 2024 Woozle talk contribs deleted page FileFerret/SQL/volume (Moved to another site: content was: "==About== * '''Purpose''': record of all known volumes, fixed and removable ===Fields=== * '''Label''': the volume's label, which may not be unique (but may help with identification) * '''isInScan''': if TRUE, a scan is in progress and {{l/same|entry}}.didFind flag may not be accurate ===History=== * '''2013-04-21''' created * '''2013-06-30''' added '''wikipedia:Universally uni...", and the only contributor was "Woozle" ([[...)
- 15:26, 25 February 2024 Woozle talk contribs deleted page FileFerret/SQL/map/archive (Moved to another site: content was: "This design made more sense for a Windows-only network, where drive root folders were rarely accessible. * '''Fields''': ** '''ID_Host''': host ID of the computer to whom each map applies ** '''FileSpec''': absolute path to the root of the map (aka mount point) being described <mysql>CREATE TABLE `maps` ( `ID` INT NOT NULL AUTO_INCREMENT, `ID_Folder` INT NOT NULL...", and the only contributor was "Woozle" (...)
- 15:26, 25 February 2024 Woozle talk contribs deleted page FileFerret/SQL/map (Moved to another site: content was: "==About== * '''Purpose''': tracks {{l/fileferret|terms/map|methods of accessing volumes}} on local or remote hosts, across different FileFerret clients. It is similar to the concept of "mount points" ** Each FileFerret client looks itself up in the {{l/same|clients}} table to get its client ID, then filters this table by looking only at records whose ID_Client matches. * '''Futur...", and the only contributor was "Woozle" (...)
- 15:25, 25 February 2024 Woozle talk contribs deleted page FileFerret/SQL/folder (Moved to another site: content was: "==About== ===fields=== * '''noScan''' is for blacklisting folders whose contents we really don't want to track, such as temp and trash areas which may become full of frequently-changing but useless clutter, or areas where things that aren't really files are kept (e.g. "/dev"), areas where drives are mounted ("/media", "/mnt"), etc. ===history=== * '''2013-06-30''' Added '''ID_Vol...", and the only contributor was "Woozle" (...)
- 15:25, 25 February 2024 Woozle talk contribs deleted page FileFerret/SQL/firev (Moved to another site: content was: "==About== * '''Purpose''': tracks revisions to {{l/same|file}}s (see {{l/fileferret|terms/firev}}) * '''Future''': ** We may want to support multiple types of hash, in which case there would be a separate firev_hash table containing the output of each hash-type for each firev hashed. ** not sure if we should be tracking FirstFound and LastFound here. I expect them to be useful, b...", and the only contributor was "Woozle" (...)
- 15:25, 25 February 2024 Woozle talk contribs deleted page FileFerret/SQL/file (Moved to another site: content was: "==About== * '''Purpose''': Tracks actual locations of files, and stats which may be different from file to file without affecting the data/content. ===fields=== ===history=== * '''2016-02-27''' Moved many fields to {{l/same|entry}} and replaced them with '''ID_Entry'''. ==SQL== <mysql>CREATE TABLE `file` ( `ID_Entry` INT NOT NULL AUTO_INCREMENT, `ID_Firev` INT...", and the only contributor was "Woozle" ([...)
- 15:25, 25 February 2024 Woozle talk contribs deleted page FileFerret/SQL/fideal (Moved to another site: content was: "==About== "{{l/fileferret|terms/fideal|Fideal}}" is short for "ideal file". A fideal represents what the file is supposed to be, e.g. a perfect copy of a particular document or media clip. – i.e. it either ''is'' the original, or it is a perfect copy. ("Original file" might be as good a name, but in some cases the "original" may become corrupted and one of the copies may be...", and the only contributor was "Woozle" (...)
- 15:24, 25 February 2024 Woozle talk contribs deleted page FileFerret/SQL/event/entry (Moved to another site: content was: "==About== * '''Purpose''': logs events that relate to {{l/fileferret/sql|entry|directory entries}}. ===Fields=== * '''didSeek''': This entry was found in the filesystem during the ''previous'' scan. * '''didFind''': This entry was found in the filesystem. (didSeek=FALSE, didFind=TRUE: new file found; didSeek=TRUE, didFind=FALSE: file deleted/moved) ==SQL== <mysql>CREATE TABLE `ev...", and the only contributor was "Woozle" (...)
- 15:24, 25 February 2024 Woozle talk contribs deleted page FileFerret/SQL/event (Moved to another site: content was: "==About== * '''purpose''': root events table -- all task-specific events tables refer to this one ===fields=== * '''ID_Client''': ID of {{l/same|client}} that generated the event * '''When''': When the event occurred. ** If an event-type has a beginning and end, the auxiliary table for that type may treat '''When''' as "when started" and add a WhenComplete field to indicate when...", and the only contributor was "Woozle" ([...)
- 15:24, 25 February 2024 Woozle talk contribs deleted page FileFerret/SQL/entry (Moved to another site: content was: "==About== * '''Purpose''': base table for files, folders, and possibly other types of directory entries ===fields=== * '''ID_Volume''' is the [[../vols|volume]] on which the directory entry appears. ** NULL if volume is unknown -- e.g. we might not know what volume a remote Samba share is on. Not sure if this will be used. * '''Name''' is not the full path, just the entry's f...", and the only contributor was "Woozle" (...)
- 15:24, 25 February 2024 Woozle talk contribs deleted page FileFerret/SQL/client (Moved to another site: content was: "==About== * '''Purpose''': Tracks how each FF client identifies itself to the system. Defaults to machine's netname, but this is not required. ** This is just so each instance of FF knows which machine it is running on, and therefore what volumes that machine can access (and how to do so). * '''History''': ** '''2012-12-25''' Renamed from "machines" to "hosts". ** '''2016-02-27''...", and the only contributor was "Woozle" (...)
- 15:23, 25 February 2024 Woozle talk contribs deleted page FileFerret/SQL (content was: "==Current== * /client * /entry: directory entry (file, folder, or other) * /event * /file * /firev * /folder * /map - how to access folders which may or may not be local * /volume - storage volumes ==Future Use== * /fideal", and the only contributor was "Woozle" (talk))
- 20:14, 20 November 2022 Woozle talk contribs deleted page User:Woozle/toot.cat (Moved to another site: content was: "* /2019/02/10: user profile editing issue * /2018/08/25: certificate almost-expiration incident (got to it in time!) * /2018/07/18: migrating media off Amazon * /2018/06/22: outgoing toots being sluggish again * /2018/05/30: certificate expiration incident * /2018/05/20: rebooting incident * /2018/05/03: email bug * /2018/04/10: migrate-and-upgrade...", and the only contributor was "Woozle" (...)
- 20:06, 20 November 2022 Woozle talk contribs deleted page Toot.Cat (No longer needed: content was: "{{seed}} ==Notes== thumb|Dotster fail - it took several days to establish that they can't handle [[.cat domains]] * [https://github.com/TootCat/mastodon/ GitHub]: as of 2018-01-07, "Latest commit ba10a23 on May 3, 2017" * User:Woozle/toot.cat: Woozle's toot.cat admin tech notes ==History== * '''2017-12-30'''? auto-ren...", and the only contributor was "Woozle" ([[Use...)
- 19:22, 28 October 2022 Woozle talk contribs deleted page Title.doc (MediaWiki) (content was: "{{mediawiki dev doc|Title.doc}} ==Contents== The Wikipedia software's "Title" class represents article titles, which are used for many purposes: as the human-readable text title of the article, in the URL used to access the article, the wikitext link to the article, the key into the article database, and so on. The class in instantiated from one of these forms and can be queried...", and the only contributor was "Woozle" (talk))
- 19:22, 28 October 2022 Woozle talk contribs deleted page MediaWikiDoc:Title.doc (No longer needed: content was: "#redirect Title.doc (MediaWiki)", and the only contributor was "Woozle" (talk))
- 17:45, 25 October 2022 Woozle talk contribs deleted page South Square Mall/woozle (Moved to another site: content was: "Bits and pieces I remember: * At the mall's grand opening (which, if I remember correctly, was on a Saturday), the only place to eat was the Chick-Fil-A. I had never heard of them before. * The outbuilding containing the "Big Star" grocery store (near the corner of Shannon Rd. and 15-501 Blvd.) was not demolished; it had already changed tenancy to Office Depot and several...", and the only contributor was "Woozle" (...)
- 13:46, 14 October 2022 Woozle talk contribs deleted page VbzCart/code/lib/base.cat (No longer needed: content was: "#REDIRECT VbzCart/archive/code/lib/base.cat", and the only contributor was "Woozle" (talk))
- 13:46, 14 October 2022 Woozle talk contribs deleted page VbzCart/code/globals/clsVbzTitles (No longer needed: content was: "#REDIRECT VbzCart/archive/code/globals/clsVbzTitles", and the only contributor was "Woozle" (talk))
- 13:45, 14 October 2022 Woozle talk contribs deleted page VbzCart/code/globals/clsVbzTitle (No longer needed: content was: "#REDIRECT VbzCart/archive/code/globals/clsVbzTitle", and the only contributor was "Woozle" (talk))
- 13:45, 14 October 2022 Woozle talk contribs deleted page VbzCart/code/globals/clsDepts (No longer needed: content was: "#REDIRECT VbzCart/archive/code/globals/clsDepts", and the only contributor was "Woozle" (talk))
- 13:42, 14 October 2022 Woozle talk contribs deleted page VbzCart/code/globals/clsDept (No longer needed: content was: "#REDIRECT VbzCart/archive/code/globals/clsDept", and the only contributor was "Woozle" (talk))
- 13:41, 14 October 2022 Woozle talk contribs deleted page VbzCart/code/globals (No longer needed: content was: "#REDIRECT VbzCart/archive/code/globals", and the only contributor was "Woozle" (talk))
- 13:40, 14 October 2022 Woozle talk contribs deleted page VbzCart/code/files/store.php (No longer needed: content was: "#REDIRECT VbzCart/archive/code/files/store.php", and the only contributor was "Woozle" (talk))
- 13:40, 14 October 2022 Woozle talk contribs deleted page VbzCart/archive/code/lib/store (No longer needed: content was: "#REDIRECT VbzCart/code/files/store.php", and the only contributor was "Woozle" (talk))
- 13:39, 14 October 2022 Woozle talk contribs deleted page VbzCart/code/lib/store (No longer needed: content was: "#REDIRECT VbzCart/archive/code/lib/store", and the only contributor was "Woozle" (talk))
- 13:39, 14 October 2022 Woozle talk contribs deleted page VbzCart/code/files/shop.php/2011-12-18 (No longer needed: content was: "#REDIRECT VbzCart/archive/code/files/shop.php/2011-12-18", and the only contributor was "Woozle" (talk))
- 13:39, 14 October 2022 Woozle talk contribs deleted page VbzCart/files/shop.php/2011-12-18 (No longer needed: content was: "#REDIRECT VbzCart/code/files/shop.php/2011-12-18", and the only contributor was "Woozle" (talk))
- 13:38, 14 October 2022 Woozle talk contribs deleted page VbzCart/archive/code/lib/shop/2011-12-18 (No longer needed: content was: "#REDIRECT VbzCart/files/shop.php/2011-12-18", and the only contributor was "Woozle" (talk))
- 13:38, 14 October 2022 Woozle talk contribs deleted page VbzCart/code/lib/shop/2011-12-18 (No longer needed: content was: "#REDIRECT VbzCart/archive/code/lib/shop/2011-12-18", and the only contributor was "Woozle" (talk))
- 13:37, 14 October 2022 Woozle talk contribs deleted page VbzCart/code/files/shop.php (No longer needed: content was: "#REDIRECT VbzCart/archive/code/files/shop.php", and the only contributor was "Woozle" (talk))
- 13:37, 14 October 2022 Woozle talk contribs deleted page VbzCart/files/shop.php (No longer needed: content was: "#REDIRECT VbzCart/code/files/shop.php", and the only contributor was "Woozle" (talk))
- 13:37, 14 October 2022 Woozle talk contribs deleted page VbzCart/archive/code/lib/shop (No longer needed: content was: "#REDIRECT VbzCart/files/shop.php", and the only contributor was "Woozle" (talk))
- 13:36, 14 October 2022 Woozle talk contribs deleted page VbzCart/code/lib/shop (No longer needed: content was: "#REDIRECT VbzCart/archive/code/lib/shop", and the only contributor was "Woozle" (talk))
- 13:35, 14 October 2022 Woozle talk contribs deleted page VbzCart/code/files/ckout.php (No longer needed: content was: "#REDIRECT VbzCart/archive/code/files/ckout.php", and the only contributor was "Woozle" (talk))
- 13:35, 14 October 2022 Woozle talk contribs deleted page VbzCart/code/files/cat (No longer needed: content was: "#REDIRECT VbzCart/archive/code/files/cat", and the only contributor was "Woozle" (talk))
