WordPress includes a WYSIWYG editor within an HTML page.
My blog is located here.
Now is the time for all good men to come to the aid of their country.
- This is an unordered list
- of items
- with bullets
- This is an ordered list
- of items
- with numbers.
This is a snippet of code:
import win32com.client
SSafe=win32com.client.Dispatch("SourceSafe")
SSafe.Open("c:ProjectsVSSPathsrcsafe.ini","troche","secret")
Root=SSafe.VSSItem("$/MyClient/MyProject")
VSSItems=Root.Items
print VSSItems.Count
for loNode in VSSItems:
print loNode.Name, loNode.VersionNumber