8) Add a skin It's easy to change the look of your Andromeda site. Just download a skin or make your own.Simply copy your andromedaSkin.txt file into the same folder with your Default.asp file. When you next reload the page, you should see your new look.
9) Integrate Andromeda into another site Andromeda has a number of features that let you integrate it into another site, including sites powered by content management systems and weblogs like PHP-Nuke, PostNuke, phpWebSite, Movable Type, pMachine, Geeklog, and so on...As a simple example, try setting Andromeda's absoluteHeader and absoluteFooter preferences:
<% | | |
'siteName[tab] | My Andromeda Name |
'absoluteHeader[tab] | <b>top</b> of every page |
'absoluteFooter[tab] | <b>bottom</b> of every page |
%> | | | |
10) Add pictures, text, HTML  |  Andromeda with text and pictures |
11) Other configurations Andromeda has loads of other configuration options. Be sure to check out the docs in support, especially the preferences. Some popular preferences include:
- mediaWebPath and mediaPhysicalPath -- used to serve files from a different folder
- requireLogon -- activates Andromeda's built-in logon feature (set it to true)
- displayNew -- automatically hightlights recent additions (set it to true)
- defaultLanguage -- pick from Andromeda's many languages
- fileLinks -- turn off the file download links (set it to false)
- displayAMG -- turn off the Allmusic.com search box (set it to false)
If you were to take all the prefs dicussed on this Getting Started page into one file, your andromedaPrefs.asp file would look something like:
<% | | |
'siteName[tab] | My Andromeda Name |
'playlistMime[tab] | audio/x-pn-realaudio |
'hostAddress[tab] | {server} |
'absoluteHeader[tab] | <b>top</b> of every page |
'absoluteFooter[tab] | <b>bottom</b> of every page |
'folderOpenImage[tab] | cover |
'folderListImage[tab] | cover_thumbnail |
'mediaWebPath[tab] | /mp3s |
'mediaPhysicalPath[tab] | c:\inetpub\wwwroot\mp3s |
'requireLogon[tab] | true |
'displayNew[tab] | true |
'defaultLanguage[tab] | NL |
'fileLinks[tab] | false |
'displayAMG[tab] | false |
%> | | | |
|