Audiowiki:About
From Audiowiki
Hello! This AudioWiki is massively inspired by the Wikipedia project and is maintained by Asphodel as part of her website, Asphodel's Haven.
Note that the AudioWiki will look a lot better in Firefox/Mozilla than Internet Explorer--try it and see! :D
Contents |
Copyright
All information on this AudioWiki can be copied, modified, and redistributed so long as the new version grants the same freedoms to others. (See AudioWiki:Copyrights for the full text of the copyright statement.)
Please do not post copyrighted material on this site unless they fall under Fair Use.
Site layout
The following is a brief description of the different sections.
Main Page
The current page, where any announcements for the site will be posted in the future.
Community Portal
Post article creation/edit requests and see what requests have been posted by other people.
Recent changes
A list of changes made to articles on the site.
Creating and Editing
Tips for creating and editing pages, as well as conventions used on the site.
Asphodel's Haven
A link to my main site.
BL Dramas
A category page with links to all dramas that are labeled as BL Dramas.
General Dramas
A category page with links to all dramas that are labeled as General Dramas.
Seiyuu
A category page with links to all pages created for seiyuu.
Authors
A category page with links to all pages created for original authors/mangaka/illustrators, etc.
Anime Dramas
A category page with links to all dramas that are labeled as dramas based on Anime.
Game Dramas
A category page with links to all dramas that are labeled as dramas based on Games.
Manga Dramas
A category page with links to all dramas that are labeled as dramas based on Manga.
Novel Dramas
A category page with links to all dramas that are labeled as dramas based on Novels.
Search
This is probably the quickest way to find any particular article.
What links here
A list of all pages that link to the current page.
Related changes
A list of changes that affect information linked from the current page.
Special pages
Preferences, statistics, orphaned pages, and more.
Techy Stuff
Extensions
- Under Consideration:
- Installed
Handy Reference Pages
Backend Operations
- Export
- Import
- Rebuild messages: php path\rebuildmessages.php --update (or rebuild)
- Backup dump: php path\dumpbackup.php --current (or --full) > backup path\filename
Hacks
- Search enhancements -> /includes/SearchEngine.php $lc; SearchMYSQL4.php additional regex
- Custom Booksources -> /languages/messages/MessagesEn $bookstoreList
- image sample -> /languages/messages/MessagesEn mage_sample
- Dusk correction for 1.6x -> added wfNoMsg function
- Monobook skin -> move search up, edit CSS
Outdated Hacks
- Category view -> 2 columns: /includes/CategoryPage::columnList $divide
- MediaWiki 1.8.2 is divided into 3 columns by default, so this hack no longer applies
- Custom Booksources -> /languages/Languages.php $wgBookstoreListEn
- Changed in 1.8.2
- Custom image link -> /languages/Languages.php 'image_sample' (not found for 1.6?)
- Custom Upload message -> /languages/Languages.php "uploadtext" (not found for 1.6?)
Notes for Upgrading
- These tables need to be exported separately: image, imagelinks, recentchanges, user, watchlist, interwiki, archive(?)
- MediaWiki needs the default collation to not be UTF-8
- Do not attempt to export all tables at once (default timeout after 300 seconds)
- Do not attempt while sleep-deprived
Backing Up
- To back up:
mysqldump -u [username]-p [databasename] > [filename.sql] - To import:
mysql -u [username] -p [databasename] < [filename.sql]
