- RSS using Simple Pie display to create feed page
- another alternative is Feed2JS either as an online service http://feed2js.org/, or on your own server http://feed2js.org/index.php?s=download
- Define another group?
- Add A PMWiki hints category / page where I document the applications that I use and when changes are made to the process and my comments.
- What about meta tags and other search info?? How to enable with PmWiki.
- create an enhanced 404 page from Google tools
- add custom 404 pages - use a flowcharting template and empty road from SD
- fix home page links to photos, about, etc.
- PmWiki home page and the menu on the left - what design should be applied??
- Add photo?
- Menu or wiki trail structure?
- Photo collage for Christmas card "extension"
- link to Facebook photos
- galleries, organization, and captions?
- Thumbnail picture gallery: http://www.pmichaud.com/wiki/Cookbook/ThumbList
or WikiGallery: http://www.pmichaud.com/wiki/Cookbook/WikiGallery - AIS concepts
- Flowcharting
- Strategic view of AIS as business processes
2008-09-30 updated: 2008-11-02 & 2010_01-01
|
CHANGES MADE
2007-02-15
2007-02-20 |
CHANGES MADE
- created red-tan skin color from existing red-yellow.css and modified skin.php in FixFlow skin folders.
- switch out the Del DeVries graphic for a photo
- shorten and fixed the left main menu so it shows
- Added Google Webmaster Tools page to iGoogle
- Added favicon.ico to root of the website -- generated at http://www.htmlkit.com/services/favicon/ (an excellent Web Site Building Tools)
Online editing of a photo is available at http://pixlr.com/app/ - removed the white bar above the header photo
- 2008-09-25 to 2008-09-30
- Used .htaccess to allow directory browsing in the http://ais.devriesonline.net folder.
- command required is Options +Indexes
- Reference info at http://wsabstract.com/howto/htaccess.shtml
- Does NOT work on the campus.belmont.edu server however!
- Del? October 17, 2008, at 10:42 PM
- Deleted Google Sitemap - seems to create linking errors for Google search.
- Index page on site is actually a SiteMap that is generated automatically by PmWiki
- AffiliateLinks created using CustomMarkup - see notes for including in config.php file -- very easy!
- updated FixFlow skin to latest version 3-5-2008 and adopted whiteout transparent theme
- changed Google ads to match background
- Added Google search
CHANGES MADE 1/1/2010
Objective is to incorporate SEO enhancements. First, change the page title for every page in the wiki by removing the name of the wiki ($WikiTitle) and the name of the wiki group ($Group). Leaving on the page title ($Title) and the additional page actions info ($ActionTitle). Completed by editing the the default title structure in the template file (pub/skins/pmwiki/pmwiki.tmpl).
- Original:
<title>
$WikiTitle| Main / ActionList $ActionTitle</title> - Changed to: <title>$ActionList $ActionTitle</title>
- Original:
<title>
But because The site is using the fixflow skin, had to dig deeper to find the fix in the PHP files:
- Original line in skin.php (/pub/skins/fixflow):
SDV($HTMLTitleFmt, "$WikiTitle - $grouptitle - $title");
- Changed to:
SDV($HTMLTitleFmt, "$title");
Tags: PmWiki
|
<< | Trail Index | >> HomeLinks |

