Customizing Your Home Page

New to this version of the Notepad Server component of PDS is the ability to serve a file named "index.html" as the default page instead of the page stored in Notepad Server's memory. Doing this is quite simple...

Make a note in the Web folder named "index.html" and fill it in with whatever HTML marked text you wish. it is suggested but not required that you use strict HTML for your custom index.html rather than any sort of hybrid plaintext/HTML mix. In order to access the neat dynamic data features of Personal Data Sharing, you can sprinkle in SSI tags throughout this document.

Here's an example home page "index.html"

<HTML><HEAD>
<TITLE>
Welcome To My Newton</TITLE></HEAD>
<BODY BGCOLOR=<DEF_COLR>>
<FONT FACE=<DEF_FONT>><FONT SIZE=<DEF_SIZE>>
<P>
Welcome to <USR_NAM>'s NewtonOS Personal Data Sharing</P>
<P>
My Message to You Today is <I><MOTD></I></P>
<P>I have the following notes available for your reading pleasure <NOTE_LIST></P>
<P>Send me some email at <EMAIL></P>
<P>
Examine my <CALENDAR>
<P><CREDITS><BR><TIME></P>
<P><FONT SIZE=-1>This is page number <COUNTER> generated by this server.</FONT></P>
</BODY></HTML>

| Black: Text | Blue: Std HTML | Red: PDS Server Side Inc
And this would yield the following in a browser...

Netscape:Welcome to My Newton

Welcome to Matthew Vaughn's Newton OS Personal Data Sharing.

My Message to You Today is "Please be Kind: Rewind"

I have the following notes available for your reading pleasure

  • About_Personal Data Sharing
  • About_Lightyear Media
  • What's Next for Personal Data Sharing
  • List of Bugs in this Version
  • Stupid Server Tricks

Send me some email at matvon@mad.scientist.com

Examine my Calendar

This is page number 47 generated by this server

You can go to town and get really fancy, including external images, formatting really nicely with tables, using other fonts, etc. That's the point. Just make sure you're a good author and stick to the HTML spec when it comes to punctuation and other conventions!

Back to Startor Writing WebPages